From 29e1a9123ccb0784446fea3e04319c71c05c92a2 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Mon, 18 Nov 2013 15:26:54 -0300 Subject: [PATCH] updating theme --- style.css | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 6431e12..2a43b2c 100644 --- a/style.css +++ b/style.css @@ -391,9 +391,9 @@ background-image: url(images/icone-flickr.png); min-height: 48px; } -#content .main-block h4 { +#content .main-block #article-cat h4 { font-size: 1.3em !important; - min-height: 48px; + min-height: 0px; } div#article-parent { @@ -1326,8 +1326,9 @@ _software,_cultura_e_conhecimentos_livres*/ color: #444; } -.track_list .item .track_content .lead h3 { +#content .track_list .item .track_content .lead a { font-weight: bold; + color: #444; } .track_list .item .track_content .steps { @@ -1341,7 +1342,8 @@ _software,_cultura_e_conhecimentos_livres*/ font-weight: normal; } -.track_list .item .track_content .steps .position { +.track_list .item .track_content .steps .position, +#track .step_list .step .position { border-radius: 50% 50% 50% 50%; color: white; display: inline-block; @@ -1380,6 +1382,41 @@ _software,_cultura_e_conhecimentos_livres*/ color: #c6a142; } + +/*** step list ***/ + +#track .step_list .step { + /*background-color: #ddd;*/ + background: url("images/steps_bg.png") repeat-x center top #fff; +} + +#track .step_list .step .position { + background: #666666; + display: inline-block; + margin: 5px 10px; +} + +#track .step_list .step .content { + display: inline-block; + margin-left: 5px; + vertical-align: middle; + border-bottom: 0 none; +} + +#track .step_list .step .content .date { + display: none; +} + +#track .step_list .step .content .name {} + +#track .step_list .step .content .lead { + font-weight: normal; +} +#track .step_list .step .content .lead p{ + margin-bottom: 0px; +} + + /*Artigos em Destaque*/ /*Posicionamento dos artigos e pessoas ao centro*/ @@ -1694,6 +1731,10 @@ _software,_cultura_e_conhecimentos_livres*/ margin-right: 0; } +#article-tags a { + background-color: transparent; +} + /*.community-track-plugin-track*/ /**/ /*action-content_viewer-view_page*/ -- libgit2 0.21.2