Commit 61839594c1477a6b1aa11e0ce73d110149db967f
1 parent
6c79dda4
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
106 additions
and
11 deletions
Show diff stats
style.css
| ... | ... | @@ -601,6 +601,7 @@ background-size: 100% 100%; |
| 601 | 601 | color: #585858; |
| 602 | 602 | font-size: 16px; |
| 603 | 603 | max-height: 19px; |
| 604 | + width: 100%; | |
| 604 | 605 | } |
| 605 | 606 | |
| 606 | 607 | .formfield.type-file input { |
| ... | ... | @@ -705,6 +706,11 @@ padding: 6px 4px; |
| 705 | 706 | #search-results { |
| 706 | 707 | width: 100% !important; |
| 707 | 708 | } |
| 709 | + | |
| 710 | +.controller-search .multiple-results-boxes .search-results-innerbox.common-profile-list-block { | |
| 711 | + overflow: visible; | |
| 712 | +} | |
| 713 | + | |
| 708 | 714 | .controller-search .search-results-box { |
| 709 | 715 | width: 100%; |
| 710 | 716 | background: url("images/bg_h3_busca.gif") repeat-x top center transparent; |
| ... | ... | @@ -857,7 +863,9 @@ background-image: url(images/icone-flickr.png); |
| 857 | 863 | } |
| 858 | 864 | |
| 859 | 865 | div#article-parent { |
| 860 | - position: absolute; | |
| 866 | + /*position: absolute;*/ | |
| 867 | + display: block; | |
| 868 | + position: relative; | |
| 861 | 869 | right: 0px; |
| 862 | 870 | top: 0px; |
| 863 | 871 | } |
| ... | ... | @@ -885,7 +893,7 @@ div#article-parent { |
| 885 | 893 | |
| 886 | 894 | /* Menu List left */ |
| 887 | 895 | |
| 888 | -#content .box-2 .block-title { | |
| 896 | +#content .box .block-title { | |
| 889 | 897 | font-size: 12px; |
| 890 | 898 | text-align: left; |
| 891 | 899 | border-top: 4px solid #757575; |
| ... | ... | @@ -896,6 +904,10 @@ div#article-parent { |
| 896 | 904 | text-transform: uppercase; |
| 897 | 905 | margin: 0; |
| 898 | 906 | } |
| 907 | +#content .box-1 .block-title { | |
| 908 | + border-top: 0px hidden transparent; | |
| 909 | + padding: 0px; | |
| 910 | +} | |
| 899 | 911 | |
| 900 | 912 | /*documentos recentes - todo o site*/ |
| 901 | 913 | #content .recent-documents-block .block-title, |
| ... | ... | @@ -1158,9 +1170,22 @@ div#article-parent { |
| 1158 | 1170 | padding: 0px 0px 0px 30px; |
| 1159 | 1171 | } |
| 1160 | 1172 | |
| 1161 | -.box-1 .menu-submenu { | |
| 1162 | - bottom: 80px; | |
| 1163 | - right: -40px; | |
| 1173 | +.menu-submenu, | |
| 1174 | +.box-1 .menu-submenu, | |
| 1175 | +.box-2 .menu-submenu, | |
| 1176 | +.box-3 .menu-submenu{ | |
| 1177 | + /*bottom: 80px; | |
| 1178 | + right: -40px;*/ | |
| 1179 | + bottom: 100%; | |
| 1180 | + left: -50%; | |
| 1181 | +} | |
| 1182 | + | |
| 1183 | +.action-friends-index .profile-list li, .common-profile-list-block .vcard { | |
| 1184 | + border: 1px solid transparent; | |
| 1185 | +} | |
| 1186 | + | |
| 1187 | +.action-friends-index .profile-list li:hover, .common-profile-list-block .vcard:hover { | |
| 1188 | + border: 1px solid white; | |
| 1164 | 1189 | } |
| 1165 | 1190 | |
| 1166 | 1191 | .box-1 .common-profile-list-block .vcard { |
| ... | ... | @@ -1172,6 +1197,9 @@ div#article-parent { |
| 1172 | 1197 | width: 65px; |
| 1173 | 1198 | height: 80px; |
| 1174 | 1199 | } |
| 1200 | +.box-1 .common-profile-list-block .profile_link { | |
| 1201 | + overflow: visible; | |
| 1202 | +} | |
| 1175 | 1203 | |
| 1176 | 1204 | .box-1 .common-profile-list-block span { |
| 1177 | 1205 | width: auto; |
| ... | ... | @@ -1221,12 +1249,20 @@ div#article-parent { |
| 1221 | 1249 | max-height: 50px; |
| 1222 | 1250 | padding-top: 0; |
| 1223 | 1251 | } |
| 1252 | + | |
| 1253 | +/*comunidades ver todas*/ | |
| 1224 | 1254 | .no-boxes .common-profile-list-block .vcard a, .comment-actions .vcard a{ |
| 1225 | 1255 | border: 0 none; |
| 1226 | 1256 | height: 120px; |
| 1227 | 1257 | max-height: 120px; |
| 1228 | 1258 | } |
| 1229 | 1259 | |
| 1260 | +.common-profile-list-block .vcard .menu-submenu li a { | |
| 1261 | + height: 100%; | |
| 1262 | +} | |
| 1263 | + | |
| 1264 | +/*fim comunidades ver todas*/ | |
| 1265 | + | |
| 1230 | 1266 | #content .display-people-block .vcard a.profile_link { |
| 1231 | 1267 | height: 52px; |
| 1232 | 1268 | margin: 0; |
| ... | ... | @@ -1308,6 +1344,7 @@ div#article-parent { |
| 1308 | 1344 | |
| 1309 | 1345 | /* Menu List footer */ |
| 1310 | 1346 | |
| 1347 | +/* | |
| 1311 | 1348 | #content .box-3 .block-title { |
| 1312 | 1349 | font-size: 12px; |
| 1313 | 1350 | text-align: left; |
| ... | ... | @@ -1318,7 +1355,7 @@ div#article-parent { |
| 1318 | 1355 | padding: 5px; |
| 1319 | 1356 | text-transform: uppercase; |
| 1320 | 1357 | margin: 0; |
| 1321 | -} | |
| 1358 | +}*/ | |
| 1322 | 1359 | |
| 1323 | 1360 | #content .box-3 .link-list-block li a.link-this-page { |
| 1324 | 1361 | width: auto; |
| ... | ... | @@ -1884,11 +1921,14 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1884 | 1921 | padding: 15px; |
| 1885 | 1922 | } |
| 1886 | 1923 | |
| 1924 | + | |
| 1887 | 1925 | #track .step_list .step .content { |
| 1888 | 1926 | display: inline-block; |
| 1889 | 1927 | margin-left: 5px; |
| 1890 | 1928 | vertical-align: middle; |
| 1891 | 1929 | border-bottom: 0 none; |
| 1930 | + vertical-align: top; | |
| 1931 | + max-width: 600px; | |
| 1892 | 1932 | } |
| 1893 | 1933 | |
| 1894 | 1934 | #track .step_list .step .content .date { |
| ... | ... | @@ -1914,6 +1954,9 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1914 | 1954 | margin-bottom: 0px; |
| 1915 | 1955 | } |
| 1916 | 1956 | |
| 1957 | +#track .step_list .step .content .lead img{ | |
| 1958 | + max-width: 600px; | |
| 1959 | +} | |
| 1917 | 1960 | |
| 1918 | 1961 | |
| 1919 | 1962 | /*ativo*/ |
| ... | ... | @@ -1957,8 +2000,6 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1957 | 2000 | /*Artigos em Destaque*/ |
| 1958 | 2001 | |
| 1959 | 2002 | /*Posicionamento dos artigos e pessoas ao centro*/ |
| 1960 | - | |
| 1961 | - | |
| 1962 | 2003 | /*pessoas*/ |
| 1963 | 2004 | |
| 1964 | 2005 | .people-block{ |
| ... | ... | @@ -1968,7 +2009,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1968 | 2009 | .people-block { |
| 1969 | 2010 | position: relative; |
| 1970 | 2011 | left: 0px; |
| 1971 | - width: 390px !important; | |
| 2012 | + /*width: 390px !important;*/ | |
| 1972 | 2013 | /* margin-left: 10px;*/ |
| 1973 | 2014 | /*width: 300px !important;*/ |
| 1974 | 2015 | /*float: left;*/ |
| ... | ... | @@ -1978,13 +2019,17 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1978 | 2019 | /*margin-left: 35px;*/ |
| 1979 | 2020 | } |
| 1980 | 2021 | |
| 2022 | +.action-home-index .people-block { | |
| 2023 | + width: 390px !important; | |
| 2024 | +} | |
| 2025 | + | |
| 1981 | 2026 | .action-home-index .people-block .block-inner-1{ |
| 1982 | 2027 | /*width: 100%;*/ |
| 1983 | 2028 | width: 355px !important; |
| 1984 | 2029 | } |
| 1985 | 2030 | |
| 1986 | 2031 | |
| 1987 | -.people-block .block-title { | |
| 2032 | +.action-home-index .people-block .block-title { | |
| 1988 | 2033 | display: none; |
| 1989 | 2034 | } |
| 1990 | 2035 | |
| ... | ... | @@ -2005,7 +2050,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2005 | 2050 | visibility: hidden; |
| 2006 | 2051 | } |
| 2007 | 2052 | |
| 2008 | -.people-block .common-profile-list-block .vcard:hover .menu-submenu-trigger { | |
| 2053 | +.action-home-index .people-block .common-profile-list-block .vcard:hover .menu-submenu-trigger { | |
| 2009 | 2054 | display: none; |
| 2010 | 2055 | } |
| 2011 | 2056 | |
| ... | ... | @@ -2089,6 +2134,30 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2089 | 2134 | |
| 2090 | 2135 | /*Comunidades*/ |
| 2091 | 2136 | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | +.common-profile-list-block .vcard a.menu-submenu-trigger, | |
| 2141 | +.common-profile-list-block .vcard .menu-submenu-trigger, | |
| 2142 | +.menu-submenu-trigger, | |
| 2143 | +.comment-actions .vcard .menu-submenu-trigger { | |
| 2144 | + background: url("/images/top-arrow.png") no-repeat scroll center center #EFEFEF; | |
| 2145 | + /*border: 1px solid #CCCCCC;*/ | |
| 2146 | + border: 0px solid #eee; | |
| 2147 | + border-bottom-width: 1px !important | |
| 2148 | + border-radius: 5px 5px 5px 5px; | |
| 2149 | + display: none; | |
| 2150 | + width: 16px; | |
| 2151 | + height: 16px; | |
| 2152 | + overflow: hidden; | |
| 2153 | + position: absolute; | |
| 2154 | + top: 1px; | |
| 2155 | + left: 1px; | |
| 2156 | + z-index: 2; | |
| 2157 | +} | |
| 2158 | +.common-profile-list-block .vcard a.menu-submenu-trigger { | |
| 2159 | + | |
| 2160 | +} | |
| 2092 | 2161 | .common-profile-list-block .vcard a, .common-profile-list-block .vcard a:hover { |
| 2093 | 2162 | border: 0px solid #eee; |
| 2094 | 2163 | } |
| ... | ... | @@ -2171,6 +2240,32 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2171 | 2240 | margin-top: 5px; |
| 2172 | 2241 | } |
| 2173 | 2242 | |
| 2243 | +/*estilo nos blocos laterais*/ | |
| 2244 | +.box-2 .communities-block .common-profile-list-block .vcard .profile_link, | |
| 2245 | +.box-3 .communities-block .common-profile-list-block .vcard .profile_link { | |
| 2246 | + min-height: 50px; | |
| 2247 | + min-width: 50px; | |
| 2248 | +} | |
| 2249 | + | |
| 2250 | +.box-2 .communities-block .common-profile-list-block .vcard .profile_link .profile-image .logo, | |
| 2251 | +.box-3 .communities-block .common-profile-list-block .vcard .profile_link .profile-image .logo { | |
| 2252 | + min-height: 50px; | |
| 2253 | + min-width: 50px; | |
| 2254 | + height: 100%; | |
| 2255 | + width: 100%; | |
| 2256 | +} | |
| 2257 | + | |
| 2258 | +.box-2 .common-profile-list-block .vcard a.profile_link, | |
| 2259 | +.box-3 .common-profile-list-block .vcard a.profile_link { | |
| 2260 | + height: 100%; | |
| 2261 | + max-height: 100%; | |
| 2262 | +} | |
| 2263 | + | |
| 2264 | +.box-2 .communities-block .common-profile-list-block .vcard .profile_link .profile-image, | |
| 2265 | +.box-3 .communities-block .common-profile-list-block .vcard .profile_link .profile-image { | |
| 2266 | + height: 100%; | |
| 2267 | + min-height: 50px; | |
| 2268 | +} | |
| 2174 | 2269 | |
| 2175 | 2270 | /* HOME */ |
| 2176 | 2271 | ... | ... |