Commit 52f8c406b77cde0c5b635502fde7884866a44d98

Authored by Daniela Feitosa
1 parent 4ca9cb69

Add style to invitation block

Showing 1 changed file with 38 additions and 0 deletions   Show diff stats
style.css
... ... @@ -218,6 +218,24 @@ p {
218 218 color: #777;
219 219 }
220 220  
  221 +.action-home-index .article-block .destaque-consulta {
  222 + background-color: #f7e074;
  223 + padding: 15px 10px;
  224 + margin: -15px;
  225 + font-weight: bold;
  226 + font-size: 16px;
  227 + text-align: center;
  228 + color: #282828;
  229 +}
  230 +
  231 +.action-home-index .article-block .destaque-consulta a {
  232 + color: #004b82;
  233 +}
  234 +
  235 +.action-home-index .article-block .destaque-consulta a:hover {
  236 + color: #1879BE;
  237 +}
  238 +
221 239 /* * * * * Profile blocks * * * * */
222 240  
223 241 .article-block .destaque-consulta {
... ... @@ -225,6 +243,10 @@ p {
225 243 padding: 10px;
226 244 }
227 245  
  246 +.template-nosidebars #content #main-content-wrapper-8 {
  247 + padding-left: 0px;
  248 +}
  249 +
228 250 .template-nosidebars #content .block-title {
229 251 color: #444;
230 252 border-bottom: 2px solid #f88021;
... ... @@ -279,6 +301,22 @@ p {
279 301 text-transform: uppercase;
280 302 }
281 303  
  304 +#content #article-toolbar h1 {
  305 + color: #151515;
  306 + border-bottom: none;
  307 +}
  308 +
  309 +.template-nosidebars #content .main-block {
  310 + border-top: 1px dashed #969696;
  311 + margin-top: 15px;
  312 + padding-top: 10px;
  313 +}
  314 +
  315 +#article #addThis {
  316 + position: absolute;
  317 + top: -70px;
  318 +}
  319 +
282 320 /* * * * * Comments * * * * */
283 321  
284 322 .comment-wrapper-1,
... ...