Commit f5142fa37ad459bc8a607d56713138f6963f1559
1 parent
6f4f1c8d
Exists in
master
and in
5 other branches
Style content pages
Showing
1 changed file
with
68 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -9,12 +9,79 @@ body { |
| 9 | 9 | border: 0px; |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | +#main-content-wrapper-1, | |
| 13 | +#main-content-wrapper-2, | |
| 14 | +#main-content-wrapper-3, | |
| 15 | +#main-content-wrapper-4, | |
| 16 | +#main-content-wrapper-5, | |
| 17 | +#main-content-wrapper-6, | |
| 18 | +#main-content-wrapper-7, | |
| 19 | +#main-content-wrapper-8 { | |
| 20 | + background-image: none; | |
| 21 | + background: none; | |
| 22 | +} | |
| 23 | + | |
| 24 | +/* Title Style */ | |
| 25 | + | |
| 26 | +/*Tile Header*/ | |
| 27 | + | |
| 28 | +#content .main-block h1, | |
| 29 | +#content .main-block h2, | |
| 30 | +#content .main-block h3, | |
| 31 | +#content .main-block h4 { | |
| 32 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
| 33 | +} | |
| 34 | + | |
| 35 | +#content .main-block h1, | |
| 36 | +#not-found h1, | |
| 37 | +#access-denied h1 { | |
| 38 | + color: #2C67CD; | |
| 39 | + font-size: 1.7em; | |
| 40 | + padding: 7px 0; | |
| 41 | + margin-left: 0 !important; | |
| 42 | + padding-left: 0.3em; | |
| 43 | + border-bottom: 1px solid #CCCCCC; | |
| 44 | + border-top: 2px solid #172838; | |
| 45 | +} | |
| 46 | + | |
| 47 | +#content .title { | |
| 48 | + font-weight: normal; !important; | |
| 49 | + padding-right: 70px; | |
| 50 | +} | |
| 51 | + | |
| 52 | +#content .main-block h1 { | |
| 53 | + font-size: 2.3em !important; | |
| 54 | + text-transform: uppercase; | |
| 55 | + font-weight: bold !important; | |
| 56 | +} | |
| 57 | + | |
| 58 | +#content .main-block h2 { | |
| 59 | + font-size: 1.8em !important; | |
| 60 | + min-height: 48px; | |
| 61 | +} | |
| 62 | + | |
| 63 | +#content .main-block h3 { | |
| 64 | + font-size: 1.5em !important; | |
| 65 | + min-height: 48px; | |
| 66 | +} | |
| 67 | + | |
| 68 | +#content .main-block h4 { | |
| 69 | + font-size: 1.3em !important; | |
| 70 | + min-height: 48px; | |
| 71 | +} | |
| 72 | + | |
| 73 | +/* Article Style */ | |
| 74 | +div#article-parent { | |
| 75 | + position: absolute; | |
| 76 | + right: 0px; | |
| 77 | + top: 0px; | |
| 78 | +} | |
| 79 | + | |
| 12 | 80 | /* Panel Right Style */ |
| 13 | 81 | .box-1 { |
| 14 | 82 | margin: 0 0 0 170px; |
| 15 | 83 | } |
| 16 | 84 | |
| 17 | - | |
| 18 | 85 | /* Panel Left Style */ |
| 19 | 86 | |
| 20 | 87 | .box-2 { | ... | ... |