From d3af1d85964d5521a46457009da2ce98df15eb41 Mon Sep 17 00:00:00 2001 From: Omar Junior Date: Mon, 13 Jul 2015 08:25:27 -0300 Subject: [PATCH] Improving news feed layout --- style.css | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5f470eb..0f2a5fe 100644 --- a/style.css +++ b/style.css @@ -2937,7 +2937,7 @@ div.software-step-info div.current-step h3 { padding-top: 25px; margin-top: 25px; font-size: 12px; - color: #2C66CE; + color: #172838; font-family: arial; } @@ -3018,3 +3018,61 @@ div.software-step-info div.current-step h3 { li.folder-item:first-child { border-top: 1px solid #ccc; } + +/* Código para o novo layout de notícias. Forçando soluções. */ +.position-2 { + display: table-cell !important; + width: 222px; + padding-left: 0px; + padding-right: 20px; +} + +.position-3 { + display: table-cell !important; + width: 232px; + padding-left: 10px; + padding-right: 10px; +} + +.position-4 { + display: table-cell !important; + width: 222px; + padding-left: 20px; + padding-right: 0px; +} + +.position-1 img { + width: 726px !important; + max-height: 315px; + max-width: none !important; +} + +.position-1 .title a { + font-size: 32px !important; +} + +.title a { + font-size: 16px; + font-family: arial; +} + +.position-2 img, .position-3 img, .position-4 img { + width: 222px !important; + height: 135px !important; + max-width: none !important; + top: 10px; +} + +.blog-post .post-pic { + border-radius: 8px; +} + +#content #article .article-body img { + border-radius: 8px; +} + +/*Forçando main content a ocupar todo o espaço*/ + +.main-content{ + width: 130%; +} \ No newline at end of file -- libgit2 0.21.2