Commit baa4219ba31c8390825e499b428ef84d7e76934c
1 parent
4ace1459
Exists in
master
and in
2 other branches
Fix css
Showing
2 changed files
with
14 additions
and
16 deletions
Show diff stats
cabecalho.css
@@ -43,8 +43,8 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ | @@ -43,8 +43,8 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ | ||
43 | overflow: hidden; | 43 | overflow: hidden; |
44 | } | 44 | } |
45 | 45 | ||
46 | -.header-content:hover, | ||
47 | -.header-content *:focus + .header-content, | 46 | +.header-content:hover, |
47 | +.header-content *:focus + .header-content, | ||
48 | .header-content *:focus > .header-content { | 48 | .header-content *:focus > .header-content { |
49 | height: 173px; | 49 | height: 173px; |
50 | } | 50 | } |
@@ -139,7 +139,7 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ | @@ -139,7 +139,7 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ | ||
139 | text-decoration: none; | 139 | text-decoration: none; |
140 | padding: 4px 0 4px 10px; | 140 | padding: 4px 0 4px 10px; |
141 | text-transform: uppercase; | 141 | text-transform: uppercase; |
142 | - font-family: 'Open Sans', Arial, Helvetica, sans-serif; | 142 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; |
143 | } | 143 | } |
144 | 144 | ||
145 | #portal-siteactions a:hover { | 145 | #portal-siteactions a:hover { |
@@ -194,7 +194,7 @@ color: #75ad0a | @@ -194,7 +194,7 @@ color: #75ad0a | ||
194 | #theme-header #sobre { | 194 | #theme-header #sobre { |
195 | line-height: 20px; | 195 | line-height: 20px; |
196 | font-size: 12px; | 196 | font-size: 12px; |
197 | -} | 197 | +} |
198 | /* */ | 198 | /* */ |
199 | 199 | ||
200 | /* Sobre o brasil */ | 200 | /* Sobre o brasil */ |
@@ -424,7 +424,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} | @@ -424,7 +424,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} | ||
424 | list-style: none; | 424 | list-style: none; |
425 | } | 425 | } |
426 | 426 | ||
427 | -#navigation-control ul li a.button.with-text, | 427 | +#navigation-control ul li a.button.with-text, |
428 | #navigation-control ul li a.button.with-text:visited { | 428 | #navigation-control ul li a.button.with-text:visited { |
429 | border: 0px solid #AAA; | 429 | border: 0px solid #AAA; |
430 | } | 430 | } |
@@ -470,7 +470,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} | @@ -470,7 +470,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} | ||
470 | #navigation-control .menu_user .activity_menu {margin-top: 0;padding: 0;border-top: 1px solid #ddd;} | 470 | #navigation-control .menu_user .activity_menu {margin-top: 0;padding: 0;border-top: 1px solid #ddd;} |
471 | 471 | ||
472 | #navigation-control .menu_user .activity_menu .activity_menu_item{ | 472 | #navigation-control .menu_user .activity_menu .activity_menu_item{ |
473 | - color: #ddd; | 473 | + color: #ddd; |
474 | background-color: gray; | 474 | background-color: gray; |
475 | padding: 0 28px; | 475 | padding: 0 28px; |
476 | margin: 0; | 476 | margin: 0; |
@@ -1102,7 +1102,6 @@ float: right; | @@ -1102,7 +1102,6 @@ float: right; | ||
1102 | position: relative; | 1102 | position: relative; |
1103 | margin-bottom: 0; | 1103 | margin-bottom: 0; |
1104 | } | 1104 | } |
1105 | -} | ||
1106 | 1105 | ||
1107 | #footer-content { | 1106 | #footer-content { |
1108 | background: #fff; | 1107 | background: #fff; |
style.css
1 | -@import url(../base/style.css); | 1 | +@import url(../base/style.scss); |
2 | /****************** ESTILO BASE ******************/ | 2 | /****************** ESTILO BASE ******************/ |
3 | @import url(cabecalho.css); | 3 | @import url(cabecalho.css); |
4 | /****************** FIM cabecalho amarelo ******************/ | 4 | /****************** FIM cabecalho amarelo ******************/ |
@@ -38,7 +38,7 @@ font-family: Arial, sans-serif; | @@ -38,7 +38,7 @@ font-family: Arial, sans-serif; | ||
38 | /*Largura dos blocos funciona somente para duas colunas*/ | 38 | /*Largura dos blocos funciona somente para duas colunas*/ |
39 | /*e somente com a barra lateral do lado direito*/ | 39 | /*e somente com a barra lateral do lado direito*/ |
40 | /* | 40 | /* |
41 | -.box-1, | 41 | +.box-1, |
42 | .no-boxes { | 42 | .no-boxes { |
43 | margin: 0 0 0 0; | 43 | margin: 0 0 0 0; |
44 | float: left; | 44 | float: left; |
@@ -202,12 +202,12 @@ min-width: 20%; | @@ -202,12 +202,12 @@ min-width: 20%; | ||
202 | background-position-x: 90%; | 202 | background-position-x: 90%; |
203 | } | 203 | } |
204 | 204 | ||
205 | -#content .tags-block .block-footer-content a:hover, | ||
206 | -#content .people-block .block-footer-content a:hover, | ||
207 | -#content .profile-list-block .block-footer-content a:hover, | ||
208 | -#content .enterprises-block .block-footer-content a:hover, | ||
209 | -#content .members-block .block-footer-content a:hover, | ||
210 | -#content .communities-block .block-footer-content a:hover, | 205 | +#content .tags-block .block-footer-content a:hover, |
206 | +#content .people-block .block-footer-content a:hover, | ||
207 | +#content .profile-list-block .block-footer-content a:hover, | ||
208 | +#content .enterprises-block .block-footer-content a:hover, | ||
209 | +#content .members-block .block-footer-content a:hover, | ||
210 | +#content .communities-block .block-footer-content a:hover, | ||
211 | #content .friends-block .block-footer-content a:hover { | 211 | #content .friends-block .block-footer-content a:hover { |
212 | position: absolute; | 212 | position: absolute; |
213 | top: 5px; | 213 | top: 5px; |
@@ -402,4 +402,3 @@ margin-top: 2px; | @@ -402,4 +402,3 @@ margin-top: 2px; | ||
402 | right: 0; | 402 | right: 0; |
403 | top: 0; | 403 | top: 0; |
404 | } | 404 | } |
405 | - |