From f5142fa37ad459bc8a607d56713138f6963f1559 Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Fri, 20 Sep 2013 11:36:57 -0300 Subject: [PATCH] Style content pages --- style.css | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 30e3a8e..514316e 100644 --- a/style.css +++ b/style.css @@ -9,12 +9,79 @@ body { border: 0px; } +#main-content-wrapper-1, +#main-content-wrapper-2, +#main-content-wrapper-3, +#main-content-wrapper-4, +#main-content-wrapper-5, +#main-content-wrapper-6, +#main-content-wrapper-7, +#main-content-wrapper-8 { + background-image: none; + background: none; +} + +/* Title Style */ + +/*Tile Header*/ + +#content .main-block h1, +#content .main-block h2, +#content .main-block h3, +#content .main-block h4 { + font-family: 'Open Sans', Arial, Helvetica, sans-serif; +} + +#content .main-block h1, +#not-found h1, +#access-denied h1 { + color: #2C67CD; + font-size: 1.7em; + padding: 7px 0; + margin-left: 0 !important; + padding-left: 0.3em; + border-bottom: 1px solid #CCCCCC; + border-top: 2px solid #172838; +} + +#content .title { + font-weight: normal; !important; + padding-right: 70px; +} + +#content .main-block h1 { + font-size: 2.3em !important; + text-transform: uppercase; + font-weight: bold !important; +} + +#content .main-block h2 { + font-size: 1.8em !important; + min-height: 48px; +} + +#content .main-block h3 { + font-size: 1.5em !important; + min-height: 48px; +} + +#content .main-block h4 { + font-size: 1.3em !important; + min-height: 48px; +} + +/* Article Style */ +div#article-parent { + position: absolute; + right: 0px; + top: 0px; +} + /* Panel Right Style */ .box-1 { margin: 0 0 0 170px; } - /* Panel Left Style */ .box-2 { -- libgit2 0.21.2