From 0e12959fd31186f3b270dd98e3916b7da9ca4231 Mon Sep 17 00:00:00 2001 From: Sidney Ricardo Medeiros Date: Thu, 20 Nov 2014 13:08:33 -0200 Subject: [PATCH] Hide basic information software. Ajust article style. --- cabecalho-cinza-theme.css | 5 +++++ pagina_software.css | 16 +++++++++++----- style.css | 7 ++++--- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 7b57192..ccb7061 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -9,6 +9,11 @@ a:visited, #content a:visited, dl.portlet a:visited { color:#2c66ce; /*#2c67cd;*/ } +/* Remove in all td gray backgroung hover */ +tr:hover td { + background-color: transparent; +} + #content a:hover, dl.portlet a:hover { color: #000; } diff --git a/pagina_software.css b/pagina_software.css index a8f10df..2e86ae0 100644 --- a/pagina_software.css +++ b/pagina_software.css @@ -13,20 +13,26 @@ /*Software Information block*/ -#software-information-block-table :hover -#col-profile-big-image :hover, -#col-software-name :hover { - background-color: none; -} #software-information-block-table{ width:515px; margin:0px 15px; } +#software-information-block-table td{ + display: none; +} + +#software-information-block-table td#col-profile-big-image, +#software-information-block-table td#col-software-name { + display: table-cell; +} + #col-software-name h1 { text-align: left; line-height: 37px; font-size: 34px; + font-family: Arial, open_sansbold, Helvetica, sans-serif; + font-weight: bold; } #col-software-name { font-style: normal; diff --git a/style.css b/style.css index 07b6841..8d3295b 100644 --- a/style.css +++ b/style.css @@ -137,7 +137,7 @@ vertical-align: baseline; body { background-color: #fff; color: #000000; - font-size: 62.5%; + font-size: 12px; font-family: "open_sansregular", Arial, Helvetica, sans-serif; } h1, h2, h3, h4, h5, h6 { @@ -674,8 +674,9 @@ p { /*tamanho da fonte dentro dos artigos*/ .article-body p{ - font-size:13px; - line-height:26px; + font-size:15px; + line-height:21px; + font-family: Arial, Helvetica, sans-serif; } /* fim tamanho da fonte dentro dos artigos*/ -- libgit2 0.21.2