| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 2 /* 3 ** HTML elements 4 */ 5 body { 6 margin: 0; 7 padding: 0; 8 color: #000; 9 background-color: #fff; 10 font: 76% Verdana, Arial, Helvetica, sans-serif; 11 } 12 tr.odd td, tr.even td { 13 padding: 0.3em; 14 } 15 h1, h2, h3, h4, h5, h6 { 16 margin-bottom: 0.5em; 17 } 18 h1 { 19 font-size: 1.3em; 20 } 21 h2 { 22 font-size: 1.2em; 23 } 24 h3, h4, h5, h6 { 25 font-size: 1.1em; 26 } 27 p { 28 margin-top: 0.5em; 29 margin-bottom: 0.9em; 30 } 31 a { 32 text-decoration: none; 33 font-weight: bold; 34 } 35 a:link { 36 color: #39c; 37 } 38 a:visited { 39 color: #369; 40 } 41 a:hover { 42 color: #39c; 43 text-decoration: underline; 44 } 45 fieldset { 46 border: 1px solid #ccc; 47 } 48 pre { 49 background-color: #eee; 50 padding: 0.75em 1.5em; 51 font-size: 12px; 52 border: 1px solid #ddd; 53 } 54 table { 55 /* make <td> sizes relative to body size! */ 56 font-size: 1em; 57 } 58 .form-item label { 59 font-size: 1em; 60 color: #222; 61 } 62 .item-list .title { 63 font-size: 1em; 64 color: #222; 65 } 66 .links { 67 margin-bottom: 0; 68 } 69 .comment .links { 70 margin-bottom: 0; 71 } 72 73 /* 74 ** Page layout blocks / IDs 75 */ 76 #header, #content { 77 width: 100%; 78 } 79 #header { 80 background-color: #69c; 81 } 82 #logo { 83 vertical-align: middle; 84 border: 0; 85 } 86 #logo img { 87 float: left; /* LTR */ 88 padding: 0 1em; 89 border: 0; 90 } 91 #menu { 92 padding: 0.5em 0.5em 0 0.5em; /* LTR */ 93 text-align: right; /* LTR */ 94 vertical-align: middle; 95 } 96 #navlist { 97 font-size: 1.0em; 98 padding: 0 0.8em 1.2em 0; /* LTR */ 99 color: #9cf; 100 } 101 #navlist a { 102 font-weight: bold; 103 color: #fff; 104 } 105 #subnavlist { 106 padding: 0.5em 1.2em 0.4em 0; /* LTR */ 107 font-size: 0.8em; 108 color: #9cf; 109 } 110 #subnavlist a { 111 font-weight: bold; 112 color: #9cf; 113 } 114 ul.links li { 115 border-left: 1px solid #9cf; /* LTR */ 116 } 117 ul.links li.first { 118 border: none; 119 } 120 #search .form-text, #search .form-submit { 121 border: 1px solid #369; 122 font-size: 1.1em; 123 height: 1.5em; 124 vertical-align: middle; 125 } 126 #search .form-text { 127 width: 8em; 128 padding: 0 0.5em; 129 } 130 #mission { 131 background-color: #369; 132 padding: 1.5em 2em; 133 color: #fff; 134 } 135 #mission a, #mission a:visited { 136 color: #9cf; 137 font-weight: bold; 138 } 139 .site-name { 140 margin: 0.6em 0 0 ; 141 padding: 0; 142 font-size: 2em; 143 } 144 .site-name a:link, .site-name a:visited { 145 color: #fff; 146 } 147 .site-name a:hover { 148 color: #369; 149 text-decoration: none; 150 } 151 .site-slogan { 152 font-size: 1em; 153 color: #eee; 154 display: block; 155 margin: 0; 156 font-style: italic; 157 font-weight: bold; 158 } 159 #main { 160 /* padding in px not ex because IE messes up 100% width tables otherwise */ 161 padding: 10px; 162 } 163 #mission, .node .content, .comment .content { 164 line-height: 1.4em; 165 } 166 #help { 167 font-size: 0.9em; 168 margin-bottom: 1em; 169 } 170 .breadcrumb { 171 margin-bottom: .5em; 172 } 173 .messages { 174 background-color: #eee; 175 border: 1px solid #ccc; 176 padding: 0.3em; 177 margin-bottom: 1em; 178 } 179 .error { 180 border-color: red; 181 } 182 #sidebar-left, #sidebar-right { 183 background-color: #ddd; 184 width: 16em; 185 /* padding in px not ex because IE messes up 100% width tables otherwise */ 186 padding: 10px; 187 vertical-align: top; 188 } 189 #footer { 190 background-color: #eee; 191 padding: 1em; 192 font-size: 0.8em; 193 } 194 195 /* 196 ** Common declarations for child classes of node, comment, block, box, etc. 197 ** If you want any of them styled differently for a specific parent, add 198 ** additional rules /with only the differing properties!/ to .parent .class. 199 ** See .comment .title for an example. 200 */ 201 .title, .title a { 202 font-weight: bold; 203 font-size: 1.3em; 204 color: #777; 205 margin: 0 auto; /* decrease default margins for h<x>.title */ 206 } 207 .submitted { 208 color: #999; 209 font-size: 0.8em; 210 } 211 .links { 212 color: #999; 213 } 214 .links a { 215 font-weight: bold; 216 } 217 .block, .box { 218 padding: 0 0 1.5em 0; /* LTR */ 219 } 220 .block { 221 border-bottom: 1px solid #bbb; 222 padding-bottom: 0.75em; 223 margin-bottom: 1.5em; 224 } 225 .block .title { 226 margin-bottom: .25em; 227 } 228 .box .title { 229 font-size: 1.1em; 230 } 231 .node { 232 margin: .5em 0 2em; /* LTR */ 233 } 234 .sticky { 235 padding: .5em; 236 background-color: #eee; 237 border: solid 1px #ddd; 238 } 239 .node .content, .comment .content { 240 margin: .5em 0 .5em; 241 } 242 .node .taxonomy { 243 color: #999; 244 font-size: 0.8em; 245 padding-left: 1.5em; /* LTR */ 246 } 247 .node .picture { 248 border: 1px solid #ddd; 249 float: right; /* LTR */ 250 margin: 0.5em; 251 } 252 .comment { 253 border: 1px solid #abc; 254 padding: .5em; 255 margin-bottom: 1em; 256 } 257 .comment .title a { 258 font-size: 1.1em; 259 font-weight: normal; 260 } 261 .comment .new { 262 text-align: right; /* LTR */ 263 font-weight: bold; 264 font-size: 0.8em; 265 float: right; /* LTR */ 266 color: red; 267 } 268 .comment .picture { 269 border: 1px solid #abc; 270 float: right; /* LTR */ 271 margin: 0.5em; 272 } 273 274 /* 275 ** Module specific styles 276 */ 277 #aggregator .feed-source { 278 background-color: #eee; 279 border: 1px solid #ccc; 280 padding: 1em; 281 margin: 1em 0; 282 } 283 #aggregator .news-item .categories, #aggregator .source, #aggregator .age { 284 color: #999; 285 font-style: italic; 286 font-size: 0.9em; 287 } 288 #aggregator .title { 289 margin-bottom: 0.5em; 290 font-size: 1em; 291 } 292 #aggregator h3 { 293 margin-top: 1em; 294 } 295 #forum table { 296 width: 100%; 297 } 298 #forum td { 299 padding: 0.5em; 300 } 301 #forum td.forum, #forum td.posts { 302 background-color: #eee; 303 } 304 #forum td.topics, #forum td.last-reply { 305 background-color: #ddd; 306 } 307 #forum td.container { 308 background-color: #ccc; 309 } 310 #forum td.container a { 311 color: #555; 312 } 313 #forum td.statistics, #forum td.settings, #forum td.pager { 314 height: 1.5em; 315 border: 1px solid #bbb; 316 } 317 #forum td .name { 318 color: #96c; 319 } 320 #forum td .links { 321 padding-top: 0.7em; 322 font-size: 0.9em; 323 } 324 #profile .profile { 325 clear: both; 326 border: 1px solid #abc; 327 padding: .5em; 328 margin: 1em 0em; 329 } 330 #profile .profile .name { 331 padding-bottom: 0.5em; 332 } 333 .block-forum h3 { 334 margin-bottom: .5em; 335 } 336 div.admin-panel .description { 337 color: #999; 338 } 339 div.admin-panel .body { 340 background: #f4f4f4; 341 } 342 div.admin-panel h3 { 343 background-color: #69c; 344 color: #fff; 345 padding: 5px 8px 5px; 346 margin: 0; 347 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |