Commit baa4219ba31c8390825e499b428ef84d7e76934c

Authored by Victor Costa
1 parent 4ace1459

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 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 48 .header-content *:focus > .header-content {
49 49 height: 173px;
50 50 }
... ... @@ -139,7 +139,7 @@ background-color: #fcdd4e;/*(amarelo-claro)*/
139 139 text-decoration: none;
140 140 padding: 4px 0 4px 10px;
141 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 145 #portal-siteactions a:hover {
... ... @@ -194,7 +194,7 @@ color: #75ad0a
194 194 #theme-header #sobre {
195 195 line-height: 20px;
196 196 font-size: 12px;
197   -}
  197 +}
198 198 /* */
199 199  
200 200 /* Sobre o brasil */
... ... @@ -424,7 +424,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/}
424 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 428 #navigation-control ul li a.button.with-text:visited {
429 429 border: 0px solid #AAA;
430 430 }
... ... @@ -470,7 +470,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/}
470 470 #navigation-control .menu_user .activity_menu {margin-top: 0;padding: 0;border-top: 1px solid #ddd;}
471 471  
472 472 #navigation-control .menu_user .activity_menu .activity_menu_item{
473   - color: #ddd;
  473 + color: #ddd;
474 474 background-color: gray;
475 475 padding: 0 28px;
476 476 margin: 0;
... ... @@ -1102,7 +1102,6 @@ float: right;
1102 1102 position: relative;
1103 1103 margin-bottom: 0;
1104 1104 }
1105   -}
1106 1105  
1107 1106 #footer-content {
1108 1107 background: #fff;
... ...
style.css
1   -@import url(../base/style.css);
  1 +@import url(../base/style.scss);
2 2 /****************** ESTILO BASE ******************/
3 3 @import url(cabecalho.css);
4 4 /****************** FIM cabecalho amarelo ******************/
... ... @@ -38,7 +38,7 @@ font-family: Arial, sans-serif;
38 38 /*Largura dos blocos funciona somente para duas colunas*/
39 39 /*e somente com a barra lateral do lado direito*/
40 40 /*
41   -.box-1,
  41 +.box-1,
42 42 .no-boxes {
43 43 margin: 0 0 0 0;
44 44 float: left;
... ... @@ -202,12 +202,12 @@ min-width: 20%;
202 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 211 #content .friends-block .block-footer-content a:hover {
212 212 position: absolute;
213 213 top: 5px;
... ... @@ -402,4 +402,3 @@ margin-top: 2px;
402 402 right: 0;
403 403 top: 0;
404 404 }
405   -
... ...