| 1 |
<?php
|
| 2 |
/* $Id: $ */
|
| 3 |
|
| 4 |
// Drupalisms are not included in this CSS file due to the way it is called, so we need to get the image some other way
|
| 5 |
$headimg = $_GET['headimg'];
|
| 6 |
|
| 7 |
// Return CSS, not (X)HTML
|
| 8 |
header('Content-type: text/css');
|
| 9 |
|
| 10 |
echo <<<_CSS
|
| 11 |
#content {
|
| 12 |
line-height:1.5em;
|
| 13 |
margin:10px 160px;
|
| 14 |
padding:0;
|
| 15 |
text-align:left;
|
| 16 |
}
|
| 17 |
|
| 18 |
#content h2,#contentwide h2 {
|
| 19 |
font-size:1.8em;
|
| 20 |
font-weight:400;
|
| 21 |
letter-spacing:-1px;
|
| 22 |
margin:8px 0 10px;
|
| 23 |
padding:0;
|
| 24 |
}
|
| 25 |
|
| 26 |
#content h3,#contentwide h3 {
|
| 27 |
font-size:1.5em;
|
| 28 |
font-weight:400;
|
| 29 |
margin:6px 0;
|
| 30 |
padding:0;
|
| 31 |
}
|
| 32 |
|
| 33 |
#content img,#contentwide img {
|
| 34 |
background:#ccc;
|
| 35 |
border:4px solid #f0f0f0;
|
| 36 |
color:#303030;
|
| 37 |
display:inline;
|
| 38 |
margin:0 10px 5px 0;
|
| 39 |
padding:1px;
|
| 40 |
}
|
| 41 |
|
| 42 |
#content li,#contentwide li {
|
| 43 |
margin:0 0 2px 10px;
|
| 44 |
padding:0 0 0 4px;
|
| 45 |
}
|
| 46 |
|
| 47 |
#content ul ul,#content ol ol,#contentwide ul ul,#contentwide ol ol {
|
| 48 |
margin:2px 0 2px 20px;
|
| 49 |
}
|
| 50 |
|
| 51 |
#content ul,#content ol,#contentwide ul,#contentwide ol {
|
| 52 |
margin:0 0 16px 20px;
|
| 53 |
padding:0;
|
| 54 |
}
|
| 55 |
|
| 56 |
#contentwide {
|
| 57 |
line-height:1.5em;
|
| 58 |
margin:10px 0 10px 160px;
|
| 59 |
padding:0;
|
| 60 |
text-align:left;
|
| 61 |
}
|
| 62 |
|
| 63 |
#extras {
|
| 64 |
clear:right;
|
| 65 |
float:right;
|
| 66 |
margin:0 0 10px;
|
| 67 |
padding:0;
|
| 68 |
width:150px;
|
| 69 |
}
|
| 70 |
|
| 71 |
#extras h2 {
|
| 72 |
font-size:1.6em;
|
| 73 |
font-weight:400;
|
| 74 |
letter-spacing:-1px;
|
| 75 |
margin:0 0 6px;
|
| 76 |
}
|
| 77 |
|
| 78 |
#extras input,#leftside input {
|
| 79 |
max-width:150px;
|
| 80 |
}
|
| 81 |
|
| 82 |
#extras li {
|
| 83 |
list-style:none;
|
| 84 |
margin:0 0 6px;
|
| 85 |
padding:0;
|
| 86 |
}
|
| 87 |
|
| 88 |
#extras p,#extras ul {
|
| 89 |
font-size:0.9em;
|
| 90 |
line-height:1.3em;
|
| 91 |
margin:0 0 1.5em;
|
| 92 |
padding:0;
|
| 93 |
}
|
| 94 |
|
| 95 |
#extras ul.avmenu li a {
|
| 96 |
background:url(img/menubg.gif) repeat-x bottom right #f4f4f4;
|
| 97 |
border-bottom:1px solid #d8d8d8;
|
| 98 |
border-left:1px solid #d8d8d8;
|
| 99 |
border-right:4px solid #ccc;
|
| 100 |
border-top:1px solid #d8d8d8;
|
| 101 |
color:#505050;
|
| 102 |
float:right;
|
| 103 |
font-size:1em;
|
| 104 |
font-weight:700;
|
| 105 |
margin-bottom:5px;
|
| 106 |
padding:1px 5px 5px;
|
| 107 |
text-decoration:none;
|
| 108 |
width:138px;
|
| 109 |
}
|
| 110 |
|
| 111 |
#extras ul.avmenu li a:hover,#extras ul.avmenu li a.current {
|
| 112 |
background:url(img/menubg2.gif) repeat-x bottom right #eaeaea;
|
| 113 |
border-bottom:1px solid #b0b0b0;
|
| 114 |
border-left:1px solid #b0b0b0;
|
| 115 |
border-right:4px solid #505050;
|
| 116 |
border-top:1px solid #b0b0b0;
|
| 117 |
color:#505050;
|
| 118 |
}
|
| 119 |
|
| 120 |
#footer {
|
| 121 |
background:#fff;
|
| 122 |
border-top:2px solid #dadada;
|
| 123 |
clear:both;
|
| 124 |
color:gray;
|
| 125 |
font-size:0.9em;
|
| 126 |
margin:0 auto;
|
| 127 |
padding:8px 0;
|
| 128 |
text-align:center;
|
| 129 |
width:760px;
|
| 130 |
}
|
| 131 |
|
| 132 |
#footer a {
|
| 133 |
background:inherit;
|
| 134 |
color:gray;
|
| 135 |
font-weight:400;
|
| 136 |
text-decoration:none;
|
| 137 |
}
|
| 138 |
|
| 139 |
#footer a:hover {
|
| 140 |
text-decoration:underline;
|
| 141 |
}
|
| 142 |
|
| 143 |
#footer p {
|
| 144 |
margin:0;
|
| 145 |
padding:0;
|
| 146 |
}
|
| 147 |
|
| 148 |
#header {
|
| 149 |
background:url($headimg) no-repeat bottom left #fff;
|
| 150 |
color:#505050;
|
| 151 |
height:250px;
|
| 152 |
margin:0 0 10px;
|
| 153 |
padding:0;
|
| 154 |
}
|
| 155 |
|
| 156 |
#header h1 {
|
| 157 |
font-size:2.5em;
|
| 158 |
font-weight:400;
|
| 159 |
letter-spacing:-2px;
|
| 160 |
margin:0 0 4px 15px;
|
| 161 |
padding:15px 0 0;
|
| 162 |
}
|
| 163 |
|
| 164 |
#header h1 a,#header h1 a:hover {
|
| 165 |
font-weight:400;
|
| 166 |
padding:0;
|
| 167 |
}
|
| 168 |
|
| 169 |
#header p {
|
| 170 |
font-size:1.1em;
|
| 171 |
letter-spacing:-1px;
|
| 172 |
margin:0 0 20px 15px;
|
| 173 |
padding:0 0 0 3px;
|
| 174 |
}
|
| 175 |
|
| 176 |
#leftside {
|
| 177 |
clear:left;
|
| 178 |
float:left;
|
| 179 |
margin:0 0 10px;
|
| 180 |
padding:0;
|
| 181 |
width:150px;
|
| 182 |
}
|
| 183 |
|
| 184 |
#leftside .announce {
|
| 185 |
background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
|
| 186 |
border-bottom:1px solid #d8d8d8;
|
| 187 |
border-left:4px solid #ccc;
|
| 188 |
border-right:1px solid #d8d8d8;
|
| 189 |
border-top:1px solid #d8d8d8;
|
| 190 |
clear:left;
|
| 191 |
color:#505050;
|
| 192 |
line-height:1.3em;
|
| 193 |
margin:10px 0;
|
| 194 |
padding:5px;
|
| 195 |
width:134px;
|
| 196 |
}
|
| 197 |
|
| 198 |
#leftside h2 {
|
| 199 |
font-size:1.5em;
|
| 200 |
font-weight:400;
|
| 201 |
}
|
| 202 |
|
| 203 |
#leftside p,.announce p {
|
| 204 |
font-size:0.9em;
|
| 205 |
}
|
| 206 |
|
| 207 |
#leftside ul.avmenu li a {
|
| 208 |
background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
|
| 209 |
border-bottom:1px solid #d8d8d8;
|
| 210 |
border-left:4px solid #ccc;
|
| 211 |
border-right:1px solid #d8d8d8;
|
| 212 |
border-top:1px solid #d8d8d8;
|
| 213 |
color:#505050;
|
| 214 |
float:left;
|
| 215 |
font-size:1em;
|
| 216 |
font-weight:700;
|
| 217 |
margin-bottom:5px;
|
| 218 |
padding:5px 1px 5px 5px;
|
| 219 |
text-decoration:none;
|
| 220 |
width:138px;
|
| 221 |
}
|
| 222 |
|
| 223 |
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {
|
| 224 |
background:url(img/menubg2.gif) repeat-x bottom left #eaeaea;
|
| 225 |
border-bottom:1px solid #b0b0b0;
|
| 226 |
border-left:4px solid #505050;
|
| 227 |
border-right:1px solid #b0b0b0;
|
| 228 |
border-top:1px solid #b0b0b0;
|
| 229 |
color:#505050;
|
| 230 |
}
|
| 231 |
|
| 232 |
#leftside ul.avmenu li,#extras ul.avmenu li {
|
| 233 |
display:inline;
|
| 234 |
padding:0;
|
| 235 |
width:150px;
|
| 236 |
}
|
| 237 |
|
| 238 |
#leftside ul.avmenu ul a,#extras ul.avmenu ul a {
|
| 239 |
padding:3px 1px 3px 5px;
|
| 240 |
width:123px;
|
| 241 |
}
|
| 242 |
|
| 243 |
#leftside ul.avmenu ul ul a,#extras ul.avmenu ul ul a {
|
| 244 |
width:108px;
|
| 245 |
}
|
| 246 |
|
| 247 |
#leftside ul.avmenu ul ul,#extras ul.avmenu ul ul {
|
| 248 |
font-size:1em;
|
| 249 |
width:120px;
|
| 250 |
}
|
| 251 |
|
| 252 |
#leftside ul.avmenu ul,#extras ul.avmenu ul {
|
| 253 |
font-size:0.9em;
|
| 254 |
margin:0 0 0 15px;
|
| 255 |
padding:0 0 5px;
|
| 256 |
width:133px;
|
| 257 |
}
|
| 258 |
|
| 259 |
#leftside ul.avmenu,#extras ul.avmenu {
|
| 260 |
list-style:none;
|
| 261 |
margin:0 0 18px;
|
| 262 |
padding:0;
|
| 263 |
width:150px;
|
| 264 |
}
|
| 265 |
|
| 266 |
#searchbox {
|
| 267 |
margin:6px 0 16px;
|
| 268 |
padding:0;
|
| 269 |
}
|
| 270 |
|
| 271 |
#searchbox label,.hide {
|
| 272 |
display:none;
|
| 273 |
}
|
| 274 |
|
| 275 |
#searchform {
|
| 276 |
background:#fff;
|
| 277 |
border:1px solid #ccc;
|
| 278 |
color:#505050;
|
| 279 |
font-size:0.9em;
|
| 280 |
padding:4px;
|
| 281 |
width:116px;
|
| 282 |
}
|
| 283 |
|
| 284 |
#wrap {
|
| 285 |
background:#fff;
|
| 286 |
color:#303030;
|
| 287 |
margin:0 auto;
|
| 288 |
padding:1px 5px;
|
| 289 |
width:760px;
|
| 290 |
}
|
| 291 |
|
| 292 |
.announce h2 {
|
| 293 |
margin:0 0 10px;
|
| 294 |
padding:0;
|
| 295 |
}
|
| 296 |
|
| 297 |
.button {
|
| 298 |
background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
|
| 299 |
border-bottom:1px solid #d8d8d8;
|
| 300 |
border-left:4px solid #ccc;
|
| 301 |
border-right:1px solid #d8d8d8;
|
| 302 |
border-top:1px solid #d8d8d8;
|
| 303 |
color:#505050;
|
| 304 |
font-weight:700;
|
| 305 |
margin:0 0 15px;
|
| 306 |
padding:7px 7px 7px 11px;
|
| 307 |
width:120px;
|
| 308 |
}
|
| 309 |
|
| 310 |
.center {
|
| 311 |
text-align:center;
|
| 312 |
}
|
| 313 |
|
| 314 |
.highlighted {
|
| 315 |
background:#f0f0f0;
|
| 316 |
border:1px solid #b0b0b0;
|
| 317 |
color:#303030;
|
| 318 |
padding:3px;
|
| 319 |
}
|
| 320 |
|
| 321 |
.large {
|
| 322 |
font-size:1.3em;
|
| 323 |
}
|
| 324 |
|
| 325 |
.left {
|
| 326 |
float:left;
|
| 327 |
margin:10px 10px 5px 0;
|
| 328 |
}
|
| 329 |
|
| 330 |
.new .marker {
|
| 331 |
color:#ff0000;
|
| 332 |
float:right;
|
| 333 |
font-size:0.92em;
|
| 334 |
font-weight:bold;
|
| 335 |
}
|
| 336 |
|
| 337 |
.right {
|
| 338 |
float:right;
|
| 339 |
margin:10px 0 5px 10px;
|
| 340 |
}
|
| 341 |
|
| 342 |
.small {
|
| 343 |
font-size:0.8em;
|
| 344 |
}
|
| 345 |
|
| 346 |
.textright {
|
| 347 |
margin:-10px 0 4px;
|
| 348 |
text-align:right;
|
| 349 |
}
|
| 350 |
|
| 351 |
a {
|
| 352 |
background:inherit;
|
| 353 |
color:#166090;
|
| 354 |
font-weight:700;
|
| 355 |
text-decoration:none;
|
| 356 |
}
|
| 357 |
|
| 358 |
a img {
|
| 359 |
border:0;
|
| 360 |
}
|
| 361 |
|
| 362 |
a:hover {
|
| 363 |
background:inherit;
|
| 364 |
color:#286ea0;
|
| 365 |
text-decoration:underline;
|
| 366 |
}
|
| 367 |
|
| 368 |
blockquote {
|
| 369 |
background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
|
| 370 |
border-bottom:1px solid #d8d8d8;
|
| 371 |
border-left:4px solid #ccc;
|
| 372 |
border-right:1px solid #d8d8d8;
|
| 373 |
border-top:1px solid #d8d8d8;
|
| 374 |
color:#505050;
|
| 375 |
margin:16px;
|
| 376 |
padding:7px 7px 7px 11px;
|
| 377 |
}
|
| 378 |
|
| 379 |
blockquote p {
|
| 380 |
font-size:1.1em;
|
| 381 |
line-height:1.3em;
|
| 382 |
margin:0;
|
| 383 |
}
|
| 384 |
|
| 385 |
body {
|
| 386 |
background:url(img/bg.gif) repeat-y top center #eaeaea;
|
| 387 |
color:#3a3a3a;
|
| 388 |
font:76% Verdana,Tahoma,Arial,sans-serif;
|
| 389 |
margin:0 auto;
|
| 390 |
padding:0;
|
| 391 |
}
|
| 392 |
|
| 393 |
caption {
|
| 394 |
font-size:1.5em;
|
| 395 |
font-weight:400;
|
| 396 |
margin:0;
|
| 397 |
padding:6px 0 8px;
|
| 398 |
text-align:left;
|
| 399 |
}
|
| 400 |
|
| 401 |
input {
|
| 402 |
width:200px;
|
| 403 |
}
|
| 404 |
|
| 405 |
input,textarea {
|
| 406 |
border:1px solid #ccc;
|
| 407 |
font-family:Verdana,Tahoma,Arial,Sans-Serif;
|
| 408 |
font-size:1em;
|
| 409 |
margin:0;
|
| 410 |
padding:4px;
|
| 411 |
}
|
| 412 |
|
| 413 |
label {
|
| 414 |
margin:2px;
|
| 415 |
}
|
| 416 |
|
| 417 |
p {
|
| 418 |
margin:0 0 16px;
|
| 419 |
}
|
| 420 |
|
| 421 |
table {
|
| 422 |
border:1px solid #d8d8d8;
|
| 423 |
border-collapse:collapse;
|
| 424 |
line-height:1.3em;
|
| 425 |
margin:0 0 16px;
|
| 426 |
padding:0;
|
| 427 |
width:95%;
|
| 428 |
}
|
| 429 |
|
| 430 |
td {
|
| 431 |
background:url(img/menubg.gif) repeat-x bottom left #f4f4f4;
|
| 432 |
color:#303030;
|
| 433 |
font-size:0.9em;
|
| 434 |
padding:7px;
|
| 435 |
text-align:left;
|
| 436 |
}
|
| 437 |
|
| 438 |
textarea {
|
| 439 |
width:400px;
|
| 440 |
}
|
| 441 |
|
| 442 |
th {
|
| 443 |
background:url(img/menubg2.gif) repeat-x bottom left #eaeaea;
|
| 444 |
color:#505050;
|
| 445 |
padding:7px;
|
| 446 |
text-align:left;
|
| 447 |
}
|
| 448 |
_CSS;
|
| 449 |
?>
|