From 52f8c406b77cde0c5b635502fde7884866a44d98 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 17 Jul 2013 04:24:45 -0300 Subject: [PATCH] Add style to invitation block --- style.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 477a035..3f9fe53 100644 --- a/style.css +++ b/style.css @@ -218,6 +218,24 @@ p { color: #777; } +.action-home-index .article-block .destaque-consulta { + background-color: #f7e074; + padding: 15px 10px; + margin: -15px; + font-weight: bold; + font-size: 16px; + text-align: center; + color: #282828; +} + +.action-home-index .article-block .destaque-consulta a { + color: #004b82; +} + +.action-home-index .article-block .destaque-consulta a:hover { + color: #1879BE; +} + /* * * * * Profile blocks * * * * */ .article-block .destaque-consulta { @@ -225,6 +243,10 @@ p { padding: 10px; } +.template-nosidebars #content #main-content-wrapper-8 { + padding-left: 0px; +} + .template-nosidebars #content .block-title { color: #444; border-bottom: 2px solid #f88021; @@ -279,6 +301,22 @@ p { text-transform: uppercase; } +#content #article-toolbar h1 { + color: #151515; + border-bottom: none; +} + +.template-nosidebars #content .main-block { + border-top: 1px dashed #969696; + margin-top: 15px; + padding-top: 10px; +} + +#article #addThis { + position: absolute; + top: -70px; +} + /* * * * * Comments * * * * */ .comment-wrapper-1, -- libgit2 0.21.2