/b2evolution/emerald/rsc/css/style.css
CSS | 268 lines | 226 code | 16 blank | 26 comment | 0 complexity | 75bee2c048e820e1e29000e8a07d4b95 MD5 | raw file
1@charset "UTF-8"; 2/* -------------------------------- b2evolution Stylesheet Imports --------------------------------- */ 3@import url("../../../../rsc/css/basic.css"); /* Import basic styles */ 4@import url("../../../../rsc/css/blog_base.css"); /* Import default blog navigation styles */ 5@import url("item.css"); /* Import blog content styles */ 6/* -------------------------------- b2evolution Stylesheet Imports --------------------------------- */ 7/* 8 Design by Free CSS Templates 9 http://www.freecsstemplates.org 10 Released for free under a Creative Commons Attribution 2.5 License 11*/ 12 13/* Basic */ 14* { 15 margin: 0em; 16 padding: 0em; 17} 18h1,h2 { 19} 20html, body { 21 font-family: "trebuchet ms", sans-serif; 22 color: #555555; 23 font-size: 11pt; 24 margin: 0 auto; 25} 26a { 27 color: #669911; 28} 29 30/* Outer */ 31#outer { 32} 33 34/* Header */ 35#header { 36 height: 95px; 37 background-image: url('../img/a2.gif'); 38 background-position: bottom left; 39 padding-left: 40px; 40 padding-top: 45px; 41} 42#header h1 a { 43 color: #fff; 44 text-decoration: none; 45 font-size: 1.5em; 46} 47#header h1 { 48 text-transform: lowercase; 49 font-size: 1.6em; 50} 51#header h2, 52#header .widget_core_coll_tagline { 53 position: relative; 54 /* top: -0.3em; */ 55 color: #E8EFC2; 56 font-weight: normal; 57 font-size: 1.1em; 58 text-transform: lowercase; 59} 60 61#pagetop { 62 text-align: right; 63 float: right; 64 /* width: 600px; */ 65 margin: -35px 25px 0 0; 66} 67#pagetop ul { 68 list-style: none; 69 padding: 0; 70 margin: 0; 71} 72#pagetop li { 73 display: inline; 74} 75#pagetop li a { 76 padding: 0 0 0 25px; 77 color: #fff; 78 text-decoration: none; 79 text-transform: lowercase; 80} 81#pagetop li a:hover { 82 text-decoration: none; 83} 84 85/* Menu */ 86#menu { 87 background-image: url('../img/a3.gif'); 88 background-repeat: repeat-x; 89 background-position: bottom left; 90 padding: 1em 2.5em 1em 2.5em; 91} 92#menu ul { 93 list-style: none; 94} 95#menu li { 96 display: inline; 97} 98#menu li a { 99 font-size: 1.1em; 100 font-weight: bold; 101 text-transform: lowercase; 102 color: #5D5F53; 103 text-decoration: none; 104 margin-right: 1em; 105} 106#menu li a:hover { 107 color: #6B7E09; 108 text-decoration: underline; 109} 110 111/* Content */ 112#content { 113 padding: 3em 15px 1em 15px; 114 line-height: 1.6em; 115 background: url('../img/a4.gif') repeat-x top left; 116} 117#content p { 118 margin-bottom: 1.5em; 119} 120#content h2,h3,h4,h5,h6 { 121 /* margin-bottom: 1em; */ 122 margin-bottom: 0.24em; 123} 124/* note: added #content ol to fix ordered lists in the content area */ 125#content ul, 126#content ol { 127 margin-bottom: 1.5em; 128 padding-left: 1em; 129} 130#content blockquote { 131 padding: 1em; 132 margin-bottom: 1.5em; 133 background-color: #FFFCD8; 134 background-image: url('../img/a5.gif'); 135 background-repeat: no-repeat; 136 background-position: top left; 137 border: dotted 1px #DFD999; 138} 139#content blockquote p { 140 margin-bottom: 0em; 141} 142#content table { 143 margin-bottom: 1.5em; 144} 145#content table th { 146 text-align: left; 147 font-weight: bold; 148 padding: 0.5em; 149} 150#content table td { 151 padding: 0.5em; 152} 153/* note: Odd rows */ 154#content table tr.rowA, 155#content table tr.rowO { 156 background-color: #EAEFE0; 157 color: inherit; 158} 159/* note: Even rows */ 160#content table tr.rowB, 161#content table tr.rowE { 162 background-color: #F9FFEF; 163 color: inherit; 164} 165 166/* Primary Content */ 167#primaryContentContainer { 168 float: left; 169 margin-right: -460px; 170 width: 100%; 171} 172#primaryContent { 173 margin: 0em 470px 0em 0em; 174 padding: 0em 1.5em 1.5em 1.5em; 175} 176#primaryContent h2, #primaryContent h3 { 177 text-transform: lowercase; 178 color: #5D5F53; 179 border-bottom: dotted 1px #ECEEDF; 180 padding-bottom: 0.3em; 181} 182 183#secondaryContent h3, #tertiaryContent h3 { 184 background: url('../img/a1.gif') no-repeat; 185 width: 185px; 186 height: 27px; 187 font-size: 1.0em; 188 font-weight: bold; 189 padding-left: 15px; 190 padding-top: 5px; 191 text-transform: lowercase; 192 color: #5D5F53; 193} 194 195/* note: added #wideContent for Wide Sidebar */ 196#wideContent h3 { 197 background: url('../img/a1.gif') no-repeat; 198 width: 400px; 199 height: 27px; 200 font-size: 1.0em; 201 font-weight: bold; 202 padding-left: 15px; 203 padding-top: 5px; 204 text-transform: lowercase; 205 color: #5D5F53; 206} 207 208/* note: added to blend linkified widget names */ 209#secondaryContent h3 a, #tertiaryContent h3 a { 210 background: url('../img/a1.gif') no-repeat; 211 width: 185px; 212 height: 27px; 213 font-size: 1.0em; 214 font-weight: bold; 215 padding-top: 5px; 216 text-decoration: none; 217 text-transform: lowercase; 218 color: #5D5F53; 219} 220 221#wideContent h3 a { 222 background: url('../img/a1.gif') no-repeat; 223 width: 400px; 224 height: 27px; 225 font-size: 1.0em; 226 font-weight: bold; 227 padding-top: 5px; 228 text-decoration: none; 229 text-transform: lowercase; 230 color: #5D5F53; 231} 232 233/* Secondary Content */ 234#secondaryContent { 235 float: left; 236 width: 215px; 237} 238 239/* Tertiary Content */ 240#tertiaryContent { 241 float: right; 242 width: 215px; 243 padding-right: 1em; 244} 245 246/* Wide Content */ 247#wideContent { 248 float: left; 249 width: 430px; 250 padding-right: 1em; 251} 252 253/* Footer */ 254#footer { 255 background: url('../img/a4.gif') repeat-x top left; 256 border-top: solid 1px #D0D4BB; 257 padding: 2.0em 3.5em 3.0em 3.5em; 258 font-size: 0.8em; 259} 260.clear { 261 clear: both; 262} 263 264/* some fixes */ 265#primaryContentContainer div.featurepost { 266 padding-left: 23px; 267 padding-right: 10px; 268}