From baa4219ba31c8390825e499b428ef84d7e76934c Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 14 Dec 2015 10:14:29 -0300 Subject: [PATCH] Fix css --- cabecalho.css | 13 ++++++------- style.css | 17 ++++++++--------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/cabecalho.css b/cabecalho.css index 5cbdb5b..20722e4 100644 --- a/cabecalho.css +++ b/cabecalho.css @@ -43,8 +43,8 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ overflow: hidden; } -.header-content:hover, -.header-content *:focus + .header-content, +.header-content:hover, +.header-content *:focus + .header-content, .header-content *:focus > .header-content { height: 173px; } @@ -139,7 +139,7 @@ background-color: #fcdd4e;/*(amarelo-claro)*/ text-decoration: none; padding: 4px 0 4px 10px; text-transform: uppercase; - font-family: 'Open Sans', Arial, Helvetica, sans-serif; + font-family: 'Open Sans', Arial, Helvetica, sans-serif; } #portal-siteactions a:hover { @@ -194,7 +194,7 @@ color: #75ad0a #theme-header #sobre { line-height: 20px; font-size: 12px; -} +} /* */ /* Sobre o brasil */ @@ -424,7 +424,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} list-style: none; } -#navigation-control ul li a.button.with-text, +#navigation-control ul li a.button.with-text, #navigation-control ul li a.button.with-text:visited { border: 0px solid #AAA; } @@ -470,7 +470,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} #navigation-control .menu_user .activity_menu {margin-top: 0;padding: 0;border-top: 1px solid #ddd;} #navigation-control .menu_user .activity_menu .activity_menu_item{ - color: #ddd; + color: #ddd; background-color: gray; padding: 0 28px; margin: 0; @@ -1102,7 +1102,6 @@ float: right; position: relative; margin-bottom: 0; } -} #footer-content { background: #fff; diff --git a/style.css b/style.css index f3c8448..6743901 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ -@import url(../base/style.css); +@import url(../base/style.scss); /****************** ESTILO BASE ******************/ @import url(cabecalho.css); /****************** FIM cabecalho amarelo ******************/ @@ -38,7 +38,7 @@ font-family: Arial, sans-serif; /*Largura dos blocos funciona somente para duas colunas*/ /*e somente com a barra lateral do lado direito*/ /* -.box-1, +.box-1, .no-boxes { margin: 0 0 0 0; float: left; @@ -202,12 +202,12 @@ min-width: 20%; background-position-x: 90%; } -#content .tags-block .block-footer-content a:hover, -#content .people-block .block-footer-content a:hover, -#content .profile-list-block .block-footer-content a:hover, -#content .enterprises-block .block-footer-content a:hover, -#content .members-block .block-footer-content a:hover, -#content .communities-block .block-footer-content a:hover, +#content .tags-block .block-footer-content a:hover, +#content .people-block .block-footer-content a:hover, +#content .profile-list-block .block-footer-content a:hover, +#content .enterprises-block .block-footer-content a:hover, +#content .members-block .block-footer-content a:hover, +#content .communities-block .block-footer-content a:hover, #content .friends-block .block-footer-content a:hover { position: absolute; top: 5px; @@ -402,4 +402,3 @@ margin-top: 2px; right: 0; top: 0; } - -- libgit2 0.21.2