[3] | 1 | /***************************************************************** |
---|
| 2 | 1. INITIAL SETTINGS |
---|
| 3 | *****************************************************************/ |
---|
| 4 | |
---|
| 5 | /* Limited Reset |
---|
| 6 | ----------------------------------------------------------------*/ |
---|
| 7 | |
---|
| 8 | .pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3, |
---|
| 9 | .pun h4, .pun h5, .pun pre, .pun blockquote, .pun ul, .pun ol, .pun li, .pun dl, |
---|
| 10 | .pun dt, .pun dd, .pun th, .pun td, .pun fieldset, .pun img, .pun abbr, .pun cite { |
---|
| 11 | margin: 0; |
---|
| 12 | padding: 0; |
---|
| 13 | border: 0; |
---|
| 14 | } |
---|
| 15 | |
---|
| 16 | .pun ul, .pun ol { |
---|
| 17 | list-style: none |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | /* Structural Settings |
---|
| 22 | ----------------------------------------------------------------*/ |
---|
| 23 | |
---|
| 24 | .pun .clearer, .pun .nosize { |
---|
| 25 | height: 0; |
---|
| 26 | width: 0; |
---|
| 27 | line-height: 0; |
---|
| 28 | font-size: 0; |
---|
| 29 | overflow: hidden |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | .pun .clearer, .pun .clearb { |
---|
| 33 | clear: both |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | .pun .nosize { |
---|
| 37 | position: absolute; |
---|
| 38 | left: -9999em; |
---|
| 39 | text-indent: -9999em; |
---|
| 40 | width: 0; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | * html .inbox, * html .inform, * html .pun, * html .tclcon, * html .codebox { |
---|
| 44 | height: 1px |
---|
| 45 | } |
---|
| 46 | |
---|
| 47 | .pun, .pun .inbox, .pun .inform, .pun .tclcon, .pun .codebox { |
---|
| 48 | min-height: 1px |
---|
| 49 | } |
---|
| 50 | |
---|
| 51 | .clearl { |
---|
| 52 | clear: left; |
---|
| 53 | } |
---|
| 54 | |
---|
| 55 | /* Hidden Elements |
---|
| 56 | ----------------------------------------------------------------*/ |
---|
| 57 | |
---|
| 58 | #brdfooter h2, #brdstats h2, #brdstats .conl dt, #brdstats .conr dt, |
---|
| 59 | #modcontrols dt, #searchlinks dt, div.postright h3, span.closedtext, |
---|
| 60 | .pun .required strong span { |
---|
| 61 | position: absolute; |
---|
| 62 | display: block; |
---|
| 63 | overflow: hidden; |
---|
| 64 | width: 0; |
---|
| 65 | left: -9999em; |
---|
| 66 | text-indent: -9999em; |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | /***************************************************************** |
---|
| 70 | 2. TEXT & CONTENT |
---|
| 71 | *****************************************************************/ |
---|
| 72 | |
---|
| 73 | /* Text Defaults |
---|
| 74 | ----------------------------------------------------------------*/ |
---|
| 75 | |
---|
| 76 | .pun { |
---|
| 77 | font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif; |
---|
| 78 | line-height: normal; |
---|
| 79 | } |
---|
| 80 | |
---|
| 81 | .pun table, .pun td, .pun th, .pun input, .pun select, .pun optgroup, .pun textarea, .pun small, .pun samp, .pun legend { |
---|
| 82 | font-size: 1em; |
---|
| 83 | font-family: verdana, helvetica, arial, sans-serif; |
---|
| 84 | } |
---|
| 85 | |
---|
| 86 | .pun pre, .pun code { |
---|
| 87 | font-size: 1.182em; |
---|
| 88 | font-family: consolas, monaco, "bitstream vera sans mono", "courier new", courier, monospace |
---|
| 89 | } |
---|
| 90 | |
---|
| 91 | .pun pre code { |
---|
| 92 | font-size: 1em; |
---|
| 93 | } |
---|
| 94 | |
---|
| 95 | .pun strong { |
---|
| 96 | font-weight: bold; |
---|
| 97 | } |
---|
| 98 | |
---|
| 99 | .pun em { |
---|
| 100 | font-style: italic; |
---|
| 101 | } |
---|
| 102 | |
---|
| 103 | |
---|
| 104 | /* Content Defaults |
---|
| 105 | ----------------------------------------------------------------*/ |
---|
| 106 | |
---|
| 107 | .pun p, .pun ul, .pun ol, .pun dl { |
---|
| 108 | font-size: 1em; |
---|
| 109 | padding: 3px 0; |
---|
| 110 | } |
---|
| 111 | |
---|
| 112 | .pun h2 { |
---|
| 113 | font-size: 1em; |
---|
| 114 | font-weight: normal; |
---|
| 115 | padding: 4px 6px; |
---|
| 116 | } |
---|
| 117 | |
---|
| 118 | .pun h3 { |
---|
| 119 | font-size: 1.091em; |
---|
| 120 | padding: 3px 0; |
---|
| 121 | } |
---|
| 122 | |
---|
| 123 | .pun table p, .pun table h3 { |
---|
| 124 | padding: 0; |
---|
| 125 | } |
---|
| 126 | |
---|
| 127 | .pun span.warntext, .pun p.warntext { |
---|
| 128 | font-weight: bold |
---|
| 129 | } |
---|
| 130 | |
---|
| 131 | |
---|
| 132 | /* User Content (Announcements, Rules, Posts) |
---|
| 133 | ----------------------------------------------------------------*/ |
---|
| 134 | |
---|
| 135 | .pun .usercontent p, .pun .postmsg p { |
---|
| 136 | padding: 0.75em 0 |
---|
| 137 | } |
---|
| 138 | |
---|
| 139 | .pun .usercontent ul, .pun .postmsg ul { |
---|
| 140 | padding: 0.75em 1em 0.75em 2.5em; |
---|
| 141 | list-style: disc |
---|
| 142 | } |
---|
| 143 | |
---|
| 144 | .pun .usercontent ol, .pun .postmsg ol { |
---|
| 145 | padding: 0.75em 1em 0.75em 2.5em; |
---|
| 146 | list-style: decimal |
---|
| 147 | } |
---|
| 148 | |
---|
| 149 | .pun .usercontent ol.alpha, .pun .postmsg ol.alpha { |
---|
| 150 | list-style: lower-alpha |
---|
| 151 | } |
---|
| 152 | |
---|
| 153 | .pun .usercontent li ol, .pun .usercontent li ul, .pun .postmsg li ol, .pun .postmsg li ul { |
---|
| 154 | padding: 0.25em 1em 0.75em 2.5em |
---|
| 155 | } |
---|
| 156 | |
---|
| 157 | .pun .usercontent li p, .pun .postmsg li p { |
---|
| 158 | padding: 0 |
---|
| 159 | } |
---|
| 160 | |
---|
| 161 | .pun .usercontent h1 { |
---|
| 162 | font-size: 1.4em; |
---|
| 163 | font-weight: bold; |
---|
| 164 | padding: 0.75em 0 0 0 |
---|
| 165 | } |
---|
| 166 | |
---|
| 167 | .pun .usercontent h2 { |
---|
| 168 | font-size: 1.2em; |
---|
| 169 | font-weight: bold; |
---|
| 170 | padding: 0.75em 0 0 0 |
---|
| 171 | } |
---|
| 172 | |
---|
| 173 | .pun .usercontent h3 { |
---|
| 174 | font-size: 1.1em; |
---|
| 175 | font-weight: bold; |
---|
| 176 | padding: 0.75em 0 0 0 |
---|
| 177 | } |
---|
| 178 | |
---|
| 179 | .pun .usercontent h4, .pun .usercontent h5, .pun .usercontent h6 { |
---|
| 180 | font-size: 1em; |
---|
| 181 | font-weight: bold; |
---|
| 182 | padding: 0.75em 0 0 0 |
---|
| 183 | } |
---|
| 184 | |
---|
| 185 | .pun .quotebox cite { |
---|
| 186 | font-weight: bold; |
---|
| 187 | font-style: normal; |
---|
| 188 | padding: 0.75em 0.75em 0 0.75em |
---|
| 189 | } |
---|
| 190 | |
---|
| 191 | .pun span.bbu { |
---|
| 192 | text-decoration: underline |
---|
| 193 | } |
---|
| 194 | |
---|
| 195 | .pun span.bbs, .pun del { |
---|
| 196 | text-decoration: line-through; |
---|
| 197 | } |
---|
| 198 | |
---|
| 199 | .pun .postmsg ins, #punhelp samp ins { |
---|
| 200 | text-decoration: none; |
---|
| 201 | } |
---|
| 202 | |
---|
| 203 | .pun div.postmsg h5, #punhelp h5 { |
---|
| 204 | font-size: 1.1em; |
---|
| 205 | font-weight: bold; |
---|
| 206 | padding: 0.75em 0 0 0; |
---|
| 207 | } |
---|
| 208 | |
---|
| 209 | |
---|
| 210 | /***************************************************************** |
---|
| 211 | 3. COMMON STYLES |
---|
| 212 | *****************************************************************/ |
---|
| 213 | |
---|
| 214 | /* Page Layout |
---|
| 215 | ----------------------------------------------------------------*/ |
---|
| 216 | |
---|
| 217 | html, body { |
---|
| 218 | margin: 0; |
---|
| 219 | padding: 0 |
---|
| 220 | } |
---|
| 221 | |
---|
| 222 | .pun { |
---|
| 223 | margin: 12px 20px |
---|
| 224 | } |
---|
| 225 | |
---|
| 226 | #punredirect, #punmaint, #puninstall, #pundb_update { |
---|
| 227 | margin: 50px 20% 12px 20% |
---|
| 228 | } |
---|
| 229 | |
---|
| 230 | |
---|
| 231 | /* Vertical Element Spacing |
---|
| 232 | ----------------------------------------------------------------*/ |
---|
| 233 | |
---|
| 234 | #brdheader { |
---|
| 235 | margin: 0 0 12px 0; |
---|
| 236 | } |
---|
| 237 | |
---|
| 238 | #brdtitle p { |
---|
| 239 | padding-top: 0px |
---|
| 240 | } |
---|
| 241 | |
---|
| 242 | #announce, #brdstats { |
---|
| 243 | margin: 12px 0 12px 0; |
---|
| 244 | } |
---|
| 245 | |
---|
| 246 | .pun .blocktable, .pun .block, .pun .blockform, .pun .block2col, #postreview { |
---|
| 247 | margin-bottom: 12px |
---|
| 248 | } |
---|
| 249 | |
---|
| 250 | #punindex .blocktable, .pun .blockpost { |
---|
| 251 | margin-bottom: 6px |
---|
| 252 | } |
---|
| 253 | |
---|
| 254 | #postreview .blockpost { |
---|
| 255 | margin-bottom: -1px; |
---|
| 256 | } |
---|
| 257 | |
---|
| 258 | .pun .block2col .blockform, .pun .block2col .block { |
---|
| 259 | margin-bottom: 0px |
---|
| 260 | } |
---|
| 261 | |
---|
| 262 | .pun .linkst, .pun .linksb { |
---|
| 263 | margin-top: -12px |
---|
| 264 | } |
---|
| 265 | |
---|
| 266 | .pun .postlinksb { |
---|
| 267 | margin-top: -6px |
---|
| 268 | } |
---|
| 269 | |
---|
| 270 | |
---|
| 271 | /* External Borders |
---|
| 272 | ----------------------------------------------------------------*/ |
---|
| 273 | |
---|
| 274 | .pun .box { |
---|
| 275 | border-style: solid; |
---|
| 276 | border-width: 1px; |
---|
| 277 | } |
---|
| 278 | |
---|
| 279 | #brdheader .box { |
---|
| 280 | border-top-width: 4px; |
---|
| 281 | } |
---|
| 282 | |
---|
| 283 | /* Default Internal Spacing |
---|
| 284 | ----------------------------------------------------------------*/ |
---|
| 285 | |
---|
| 286 | .pun .block .inbox, .pun .blockmenu .inbox { |
---|
| 287 | padding: 3px 6px |
---|
| 288 | } |
---|
| 289 | |
---|
| 290 | /***************************************************************** |
---|
| 291 | 4. COMMON BOARD ELEMENTS |
---|
| 292 | *****************************************************************/ |
---|
| 293 | |
---|
| 294 | /* Board Header |
---|
| 295 | ----------------------------------------------------------------*/ |
---|
| 296 | |
---|
| 297 | #brdtitle h1 { |
---|
| 298 | font-size: 1.4em; |
---|
| 299 | font-weight: bold; |
---|
| 300 | padding: 3px 0 0 0; |
---|
| 301 | } |
---|
| 302 | |
---|
| 303 | #brdmenu li { |
---|
| 304 | display: inline; |
---|
| 305 | margin-right: 12px; |
---|
| 306 | } |
---|
| 307 | |
---|
| 308 | #brdmenu a:link, #brdmenu a:visited { |
---|
| 309 | text-decoration: none |
---|
| 310 | } |
---|
| 311 | |
---|
| 312 | #brdmenu a:hover, #brdmenu a:active { |
---|
| 313 | text-decoration: underline |
---|
| 314 | } |
---|
| 315 | |
---|
| 316 | #brdwelcome .conl { |
---|
| 317 | float: left; |
---|
| 318 | } |
---|
| 319 | |
---|
| 320 | #brdwelcome .conr { |
---|
| 321 | float: right; |
---|
| 322 | text-align: right; |
---|
| 323 | } |
---|
| 324 | |
---|
| 325 | /* Breadcrumbs and Post Links |
---|
| 326 | ----------------------------------------------------------------*/ |
---|
| 327 | |
---|
| 328 | .pun .linkst { |
---|
| 329 | padding: 8px 6px 3px 6px |
---|
| 330 | } |
---|
| 331 | |
---|
| 332 | .pun .linksb, .pun .postlinksb { |
---|
| 333 | padding: 3px 6px 8px 6px |
---|
| 334 | } |
---|
| 335 | |
---|
| 336 | .pun .crumbs { |
---|
| 337 | clear: both; |
---|
| 338 | width: 100%; |
---|
| 339 | overflow: hidden; |
---|
| 340 | } |
---|
| 341 | |
---|
| 342 | .pun .crumbs li { |
---|
| 343 | display: inline; |
---|
| 344 | white-space: nowrap; |
---|
| 345 | font-weight: bold; |
---|
| 346 | } |
---|
| 347 | |
---|
| 348 | .pun .pagelink { |
---|
| 349 | float: left; |
---|
| 350 | white-space: nowrap; |
---|
| 351 | } |
---|
| 352 | |
---|
| 353 | .pun .postlink { |
---|
| 354 | font-weight: bold; |
---|
| 355 | white-space: nowrap; |
---|
| 356 | } |
---|
| 357 | |
---|
| 358 | .pun .postlink, .pun .modbuttons { |
---|
| 359 | float: right; |
---|
| 360 | text-align: right; |
---|
| 361 | } |
---|
| 362 | |
---|
| 363 | .pun .modbuttons { |
---|
| 364 | padding: 1px 0; |
---|
| 365 | white-space: nowrap; |
---|
| 366 | } |
---|
| 367 | |
---|
| 368 | .pun .modbuttons input { |
---|
| 369 | margin-left: 6px; |
---|
| 370 | } |
---|
| 371 | |
---|
| 372 | .pun .postlink a:link, .pun .postlink a:visited { |
---|
| 373 | text-decoration: none |
---|
| 374 | } |
---|
| 375 | |
---|
| 376 | .pun .postlink a:hover, .pun .postlink a:active { |
---|
| 377 | text-decoration: underline; |
---|
| 378 | } |
---|
| 379 | |
---|
| 380 | #punindex .subscribelink { |
---|
| 381 | margin-top: 6px; |
---|
| 382 | } |
---|
| 383 | |
---|
| 384 | /* Board Footer |
---|
| 385 | ----------------------------------------------------------------*/ |
---|
| 386 | |
---|
| 387 | #brdfooter .conl { |
---|
| 388 | float: left; |
---|
| 389 | } |
---|
| 390 | |
---|
| 391 | #brdfooter .conr { |
---|
| 392 | float: right; |
---|
| 393 | text-align: right; |
---|
| 394 | } |
---|
| 395 | |
---|
| 396 | #brdfooter #modcontrols { |
---|
| 397 | border-bottom-style: solid; |
---|
| 398 | border-bottom-width: 1px; |
---|
| 399 | text-align: center; |
---|
| 400 | } |
---|
| 401 | |
---|
| 402 | #brdfooter #modcontrols dd { |
---|
| 403 | display: inline; |
---|
| 404 | margin:0 6px; |
---|
| 405 | } |
---|
| 406 | |
---|
| 407 | |
---|
| 408 | /* Board Stats |
---|
| 409 | ----------------------------------------------------------------*/ |
---|
| 410 | |
---|
| 411 | #brdstats .conl { |
---|
| 412 | float: left; |
---|
| 413 | } |
---|
| 414 | |
---|
| 415 | #brdstats .conr { |
---|
| 416 | float: right; |
---|
| 417 | text-align: right; |
---|
| 418 | } |
---|
| 419 | |
---|
| 420 | #onlinelist dd, #onlinelist dt { |
---|
| 421 | display: inline; |
---|
| 422 | } |
---|
| 423 | |
---|
| 424 | |
---|
| 425 | /***************************************************************** |
---|
| 426 | 5. MAIN TABLES |
---|
| 427 | *****************************************************************/ |
---|
| 428 | |
---|
| 429 | .pun table { |
---|
| 430 | width: 100%; |
---|
| 431 | border-collapse: collapse; |
---|
| 432 | border-spacing: 0; |
---|
| 433 | empty-cells: show; |
---|
| 434 | } |
---|
| 435 | |
---|
| 436 | .pun .blocktable table { |
---|
| 437 | table-layout: fixed; |
---|
| 438 | } |
---|
| 439 | |
---|
| 440 | .pun td, .pun th { |
---|
| 441 | padding: 4px 6px; |
---|
| 442 | text-align: left; |
---|
| 443 | font-weight: normal; |
---|
| 444 | } |
---|
| 445 | |
---|
| 446 | .pun td, .pun th { |
---|
| 447 | border-style: solid none none solid; |
---|
| 448 | border-width: 1px; |
---|
| 449 | } |
---|
| 450 | |
---|
| 451 | .pun .tcl { |
---|
| 452 | border-left: 0; |
---|
| 453 | width: auto; |
---|
| 454 | } |
---|
| 455 | |
---|
| 456 | .pun .tc2, .pun .tc3, .pun .tcmod { |
---|
| 457 | width: 10%; |
---|
| 458 | text-align: center; |
---|
| 459 | padding: 4px 0; |
---|
| 460 | } |
---|
| 461 | |
---|
| 462 | .pun .tcr { |
---|
| 463 | width: 30%; |
---|
| 464 | } |
---|
| 465 | |
---|
| 466 | .pun .tcl h3 { |
---|
| 467 | font-size: 1.091em; |
---|
| 468 | font-weight: bold; |
---|
| 469 | } |
---|
| 470 | |
---|
| 471 | .pun .tcl h3 span.newtext { |
---|
| 472 | font-size: 0.917em; |
---|
| 473 | } |
---|
| 474 | |
---|
| 475 | .pun .tcl span.newtext, .pun .tcl span.pagestext { |
---|
| 476 | white-space: nowrap; |
---|
| 477 | font-weight: normal; |
---|
| 478 | } |
---|
| 479 | |
---|
| 480 | .pun td span.byuser { |
---|
| 481 | white-space: nowrap; |
---|
| 482 | } |
---|
| 483 | |
---|
| 484 | .pun .tcl p { |
---|
| 485 | padding: 5px 0 0 0 |
---|
| 486 | } |
---|
| 487 | |
---|
| 488 | #punsearch #vf .tc2 { |
---|
| 489 | width: 18%; |
---|
| 490 | text-align: left; |
---|
| 491 | padding: 4px 6px; |
---|
| 492 | } |
---|
| 493 | |
---|
| 494 | #users1 .tcr { |
---|
| 495 | width: 25% |
---|
| 496 | } |
---|
| 497 | |
---|
| 498 | #users1 .tc2 { |
---|
| 499 | width: 25%; |
---|
| 500 | text-align: left; |
---|
| 501 | padding: 4px 6px; |
---|
| 502 | } |
---|
| 503 | |
---|
| 504 | #debug .tcl { |
---|
| 505 | width: 10% |
---|
| 506 | } |
---|
| 507 | |
---|
| 508 | #debug .tcr { |
---|
| 509 | width: 90%; |
---|
| 510 | white-space: normal |
---|
| 511 | } |
---|
| 512 | |
---|
| 513 | #punindex .tcr .byuser { |
---|
| 514 | display: block |
---|
| 515 | } |
---|
| 516 | |
---|
| 517 | .pun .blocktable .tclcon { |
---|
| 518 | padding: 0 11px 0 12px; |
---|
| 519 | overflow: hidden; |
---|
| 520 | height: 1%; |
---|
| 521 | min-height: 1px; |
---|
| 522 | position: relative; |
---|
| 523 | } |
---|
| 524 | |
---|
| 525 | .pun .blocktable .tclcon div { |
---|
| 526 | width: 100%; |
---|
| 527 | overflow: hidden; |
---|
| 528 | } |
---|
| 529 | |
---|
| 530 | .pun .icon { |
---|
| 531 | margin: 0.1em 0 0 0.2em; |
---|
| 532 | border-width: 0.6em; |
---|
| 533 | border-style: solid; |
---|
| 534 | height: 0; |
---|
| 535 | width: 0; |
---|
| 536 | overflow: hidden; |
---|
| 537 | float: left; |
---|
| 538 | } |
---|
| 539 | |
---|
| 540 | .pun .icon div { |
---|
| 541 | position: absolute; |
---|
| 542 | left: -9999em; |
---|
| 543 | text-indent: -9999em; |
---|
| 544 | height: 0; |
---|
| 545 | } |
---|
| 546 | |
---|
| 547 | .pun .iposted .ipost { |
---|
| 548 | position: absolute; |
---|
| 549 | left: 0; |
---|
| 550 | font-weight: bold; |
---|
| 551 | width: 8px; |
---|
| 552 | padding-left: 4px; |
---|
| 553 | text-align: center; |
---|
| 554 | top: 0; |
---|
| 555 | } |
---|
| 556 | |
---|
| 557 | /***************************************************************** |
---|
| 558 | 6. MAIN FORMS |
---|
| 559 | *****************************************************************/ |
---|
| 560 | |
---|
| 561 | .pun .blockform form, .pun .fakeform { |
---|
| 562 | PADDING: 20px 20px 15px 20px |
---|
| 563 | } |
---|
| 564 | |
---|
| 565 | .pun .forminfo { |
---|
| 566 | margin-bottom: 12px; |
---|
| 567 | padding: 9px 10px; |
---|
| 568 | border-style: solid; |
---|
| 569 | border-width: 1px; |
---|
| 570 | } |
---|
| 571 | |
---|
| 572 | .pun .forminfo h3 { |
---|
| 573 | font-weight: bold; |
---|
| 574 | } |
---|
| 575 | |
---|
| 576 | .pun .inform { |
---|
| 577 | padding-bottom: 12px |
---|
| 578 | } |
---|
| 579 | |
---|
| 580 | .pun fieldset { |
---|
| 581 | padding: 0px 12px 0px 12px; |
---|
| 582 | border-style: solid; |
---|
| 583 | border-width: 1px |
---|
| 584 | } |
---|
| 585 | |
---|
| 586 | .pun legend { |
---|
| 587 | padding: 0px 6px |
---|
| 588 | } |
---|
| 589 | |
---|
| 590 | .pun .infldset { |
---|
| 591 | padding: 9px 0px 12px 0 |
---|
| 592 | } |
---|
| 593 | |
---|
| 594 | .pun label { |
---|
| 595 | display: block; |
---|
| 596 | padding: 3px 0 |
---|
| 597 | } |
---|
| 598 | |
---|
| 599 | .pun label.conl { |
---|
| 600 | float: left; |
---|
| 601 | overflow: visible; |
---|
| 602 | margin-right: 10px |
---|
| 603 | } |
---|
| 604 | |
---|
| 605 | .pun fieldset .rbox br { |
---|
| 606 | display: none; |
---|
| 607 | } |
---|
| 608 | |
---|
| 609 | .pun fieldset .rbox label { |
---|
| 610 | padding: 3px 0 3px 25px; |
---|
| 611 | position: relative; |
---|
| 612 | vertical-align: middle; |
---|
| 613 | } |
---|
| 614 | |
---|
| 615 | .pun fieldset .rbox input { |
---|
| 616 | margin: 0 9px 0 -25px; |
---|
| 617 | padding: 0; |
---|
| 618 | width: 16px; |
---|
| 619 | position: relative; |
---|
| 620 | vertical-align: middle; |
---|
| 621 | } |
---|
| 622 | |
---|
| 623 | .pun .txtarea { |
---|
| 624 | width: 75% |
---|
| 625 | } |
---|
| 626 | |
---|
| 627 | .pun .txtarea textarea, .pun input.longinput { |
---|
| 628 | width: 100% |
---|
| 629 | } |
---|
| 630 | |
---|
| 631 | .pun .bblinks { |
---|
| 632 | padding-bottom: 10px; |
---|
| 633 | padding-left: 4px |
---|
| 634 | } |
---|
| 635 | |
---|
| 636 | .pun .bblinks li { |
---|
| 637 | display: inline; |
---|
| 638 | padding-right: 20px |
---|
| 639 | } |
---|
| 640 | |
---|
| 641 | .pun .blockform .buttons { |
---|
| 642 | padding-left: 12px; |
---|
| 643 | } |
---|
| 644 | |
---|
| 645 | .pun .blockform .buttons input { |
---|
| 646 | margin-right: 8px; |
---|
| 647 | } |
---|
| 648 | |
---|
| 649 | #posterror ul { |
---|
| 650 | list-style: square; |
---|
| 651 | padding: 3px 0 3px 24px; |
---|
| 652 | } |
---|
| 653 | |
---|
| 654 | .pun .deletemsg { |
---|
| 655 | border-style: solid; |
---|
| 656 | border-width: 1px; |
---|
| 657 | padding: 6px 15px; |
---|
| 658 | } |
---|
| 659 | |
---|
| 660 | .pun p.actions span { |
---|
| 661 | margin-right: 12px; |
---|
| 662 | } |
---|
| 663 | |
---|
| 664 | .pun .multiselect { |
---|
| 665 | float: left; |
---|
| 666 | padding-bottom: 7px; |
---|
| 667 | } |
---|
| 668 | |
---|
| 669 | .pun .checklist { |
---|
| 670 | border-width: 1px; |
---|
| 671 | border-style: solid; |
---|
| 672 | max-height: 9em; |
---|
| 673 | width: 20em; |
---|
| 674 | overflow: auto; |
---|
| 675 | padding: 0.3em 0.5em; |
---|
| 676 | margin: 0.25em 16px 0 0.15em; |
---|
| 677 | } |
---|
| 678 | |
---|
| 679 | .pun .checklist fieldset { |
---|
| 680 | border: 0; |
---|
| 681 | padding: 0; |
---|
| 682 | } |
---|
| 683 | |
---|
| 684 | .pun .checklist legend { |
---|
| 685 | padding: 0; |
---|
| 686 | } |
---|
| 687 | |
---|
| 688 | .pun .checklist legend span { |
---|
| 689 | width: auto; |
---|
| 690 | max-width: 25em; |
---|
| 691 | } |
---|
| 692 | |
---|
| 693 | .pun .checklist .checklist-item { |
---|
| 694 | position: relative; |
---|
| 695 | margin: .2em 0; |
---|
| 696 | } |
---|
| 697 | |
---|
| 698 | .pun .checklist .checklist-item label { |
---|
| 699 | padding: 0 0 0 2.1em; |
---|
| 700 | } |
---|
| 701 | |
---|
| 702 | .pun .checklist .checklist-item .fld-input { |
---|
| 703 | position: absolute; |
---|
| 704 | left: 0; |
---|
| 705 | top: 0; |
---|
| 706 | padding: 0; |
---|
| 707 | margin: 0; |
---|
| 708 | } |
---|
| 709 | |
---|
| 710 | .pun .checklist .checklist-item input { |
---|
| 711 | margin: 0; |
---|
| 712 | height: 1.15em; |
---|
| 713 | width: 1.55em; |
---|
| 714 | } |
---|
| 715 | |
---|
| 716 | /***************************************************************** |
---|
| 717 | 7. PROFILES AND ADMIN |
---|
| 718 | *****************************************************************/ |
---|
| 719 | |
---|
| 720 | .pun .block2col { |
---|
| 721 | padding-bottom: 1px |
---|
| 722 | } |
---|
| 723 | |
---|
| 724 | .pun .block2col .blockform, .pun .block2col .block { |
---|
| 725 | margin-left: 14em |
---|
| 726 | } |
---|
| 727 | |
---|
| 728 | .pun .blockmenu { |
---|
| 729 | float:left; |
---|
| 730 | width: 13em |
---|
| 731 | } |
---|
| 732 | |
---|
| 733 | .pun .blockmenu li { |
---|
| 734 | padding: 3px 0; |
---|
| 735 | font-weight: bold; |
---|
| 736 | } |
---|
| 737 | |
---|
| 738 | .pun .blockmenu a:link, .pun .blockmenu a:visited { |
---|
| 739 | text-decoration: none |
---|
| 740 | } |
---|
| 741 | |
---|
| 742 | .pun .blockmenu a:hover, .pun .blockmenu a:active { |
---|
| 743 | text-decoration: underline |
---|
| 744 | } |
---|
| 745 | |
---|
| 746 | #viewprofile dl { |
---|
| 747 | float: left; |
---|
| 748 | width: 100%; |
---|
| 749 | overflow: hidden |
---|
| 750 | } |
---|
| 751 | |
---|
| 752 | #viewprofile dd { |
---|
| 753 | margin-left: 14em; |
---|
| 754 | padding: 3px; |
---|
| 755 | } |
---|
| 756 | |
---|
| 757 | #viewprofile dt { |
---|
| 758 | float: left; |
---|
| 759 | width: 13em; |
---|
| 760 | margin: 3px 0; |
---|
| 761 | } |
---|
| 762 | |
---|
| 763 | #profileavatar img { |
---|
| 764 | float: right; |
---|
| 765 | margin-left: 1em |
---|
| 766 | } |
---|
| 767 | |
---|
| 768 | #adintro ul { |
---|
| 769 | list-style-type: disc; |
---|
| 770 | margin-left: 8px; |
---|
| 771 | padding-left: 16px; |
---|
| 772 | } |
---|
| 773 | |
---|
| 774 | /***************************************************************** |
---|
| 775 | 8. MAIN POSTS |
---|
| 776 | *****************************************************************/ |
---|
| 777 | |
---|
| 778 | .pun .blockpost h2 a:link, .pun .blockpost h2 a:visited { |
---|
| 779 | text-decoration: none; |
---|
| 780 | } |
---|
| 781 | |
---|
| 782 | .pun .blockpost h2 a:hover, .pun .blockpost h2 a:active { |
---|
| 783 | text-decoration: underline; |
---|
| 784 | } |
---|
| 785 | |
---|
| 786 | .pun .blockpost h2 .conr { |
---|
| 787 | float: right; |
---|
| 788 | text-align: right; |
---|
| 789 | } |
---|
| 790 | |
---|
| 791 | #punsearch .blockpost h2 span { |
---|
| 792 | white-space: nowrap; |
---|
| 793 | } |
---|
| 794 | |
---|
| 795 | .pun .blockpost .box { |
---|
| 796 | overflow: hidden; |
---|
| 797 | } |
---|
| 798 | |
---|
| 799 | .pun .postleft, .pun .postfootleft { |
---|
| 800 | float:left; |
---|
| 801 | width: 18em; |
---|
| 802 | position: relative; |
---|
| 803 | overflow: hidden; |
---|
| 804 | } |
---|
| 805 | |
---|
| 806 | .pun .postleft dl { |
---|
| 807 | padding: 6px; |
---|
| 808 | } |
---|
| 809 | |
---|
| 810 | .pun .postleft .usercontacts, .pun .postleft .icon { |
---|
| 811 | margin-top: 6px |
---|
| 812 | } |
---|
| 813 | |
---|
| 814 | .pun .postleft .postavatar, .pun .postleft .usertitle { |
---|
| 815 | margin-bottom: 6px; |
---|
| 816 | display: block; |
---|
| 817 | } |
---|
| 818 | |
---|
| 819 | .pun .blockpost dt { |
---|
| 820 | font-size: 1.091em; |
---|
| 821 | font-weight: bold; |
---|
| 822 | } |
---|
| 823 | |
---|
| 824 | .pun .blockpost dt a:link, .pun .blockpost dt a:visited { |
---|
| 825 | text-decoration: none; |
---|
| 826 | } |
---|
| 827 | |
---|
| 828 | .pun .blockpost dt a:hover, .pun .blockpost dt a:active { |
---|
| 829 | text-decoration: underline; |
---|
| 830 | } |
---|
| 831 | |
---|
| 832 | .pun .postright, .pun .postfootright { |
---|
| 833 | border-left-width: 18em; |
---|
| 834 | border-left-style: solid |
---|
| 835 | } |
---|
| 836 | |
---|
| 837 | #postpreview .postright { |
---|
| 838 | border-left: 0 |
---|
| 839 | } |
---|
| 840 | |
---|
| 841 | .pun .postright { |
---|
| 842 | padding: 0 6px; |
---|
| 843 | } |
---|
| 844 | |
---|
| 845 | .pun .postfootright, .pun .multidelete { |
---|
| 846 | text-align: right |
---|
| 847 | } |
---|
| 848 | |
---|
| 849 | .pun .postmsg { |
---|
| 850 | width:98%; |
---|
| 851 | overflow: hidden; |
---|
| 852 | padding-bottom: 6px; |
---|
| 853 | word-wrap: break-word; |
---|
| 854 | } |
---|
| 855 | |
---|
| 856 | .pun .postfootright ul, .pun .postfootright div, .pun .postfootright p, |
---|
| 857 | .pun .postfootleft p { |
---|
| 858 | padding: 10px 6px 5px 6px; |
---|
| 859 | } |
---|
| 860 | |
---|
| 861 | .pun .postfootright li { |
---|
| 862 | display: inline; |
---|
| 863 | } |
---|
| 864 | |
---|
| 865 | .pun .postfootright li:before { |
---|
| 866 | content: " | "; |
---|
| 867 | } |
---|
| 868 | |
---|
| 869 | .pun .postfootright li:first-child:before { |
---|
| 870 | content: ""; |
---|
| 871 | } |
---|
| 872 | |
---|
| 873 | .pun .postfootright a:link, .pun .postfootright a:visited { |
---|
| 874 | text-decoration: none |
---|
| 875 | } |
---|
| 876 | |
---|
| 877 | .pun .postfootright a:hover, .pun .postfootright a:active { |
---|
| 878 | text-decoration: underline |
---|
| 879 | } |
---|
| 880 | |
---|
| 881 | .pun .codebox { |
---|
| 882 | border-style: solid; |
---|
| 883 | border-width: 1px; |
---|
| 884 | margin: 0.75em 1em; |
---|
| 885 | padding: 0; |
---|
| 886 | } |
---|
| 887 | |
---|
| 888 | .pun .quotebox { |
---|
| 889 | border-style: solid; |
---|
| 890 | border-width: 1px; |
---|
| 891 | margin: 0.75em 1em; |
---|
| 892 | padding: 0 0.75em; |
---|
| 893 | } |
---|
| 894 | |
---|
| 895 | .pun .quotebox cite { |
---|
| 896 | display: block; |
---|
| 897 | padding: 0.75em 0 0 0; |
---|
| 898 | } |
---|
| 899 | |
---|
| 900 | .pun .quotebox blockquote { |
---|
| 901 | width: 100%; |
---|
| 902 | overflow: hidden |
---|
| 903 | } |
---|
| 904 | |
---|
| 905 | .pun .codebox pre { |
---|
| 906 | overflow: auto; |
---|
| 907 | width: 100%; |
---|
| 908 | overflow-y:hidden |
---|
| 909 | } |
---|
| 910 | |
---|
| 911 | * html .pun .codebox pre { |
---|
| 912 | padding-bottom: 10px; |
---|
| 913 | } |
---|
| 914 | |
---|
| 915 | *+html .pun .codebox pre { |
---|
| 916 | padding-bottom: 10px |
---|
| 917 | } |
---|
| 918 | |
---|
| 919 | .pun .codebox pre code { |
---|
| 920 | display: block; |
---|
| 921 | padding: 0.75em; |
---|
| 922 | } |
---|
| 923 | |
---|
| 924 | .pun .codebox pre.vscroll { |
---|
| 925 | height: 32em; |
---|
| 926 | overflow: auto; |
---|
| 927 | overflow-y: auto |
---|
| 928 | } |
---|
| 929 | |
---|
| 930 | .pun .postmsg img { |
---|
| 931 | vertical-align: bottom; |
---|
| 932 | } |
---|
| 933 | |
---|
| 934 | .pun .postsignature hr { |
---|
| 935 | margin-left: 0px; |
---|
| 936 | width: 200px; |
---|
| 937 | text-align: left; |
---|
| 938 | height: 1px; |
---|
| 939 | border:none |
---|
| 940 | } |
---|
| 941 | |
---|
| 942 | .pun .postmsg .postimg img { |
---|
| 943 | max-width: 98%; |
---|
| 944 | vertical-align: middle; |
---|
| 945 | margin: 7px 0.5em 7px 0; |
---|
| 946 | } |
---|
| 947 | |
---|
| 948 | .pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img { |
---|
| 949 | border-style: solid; |
---|
| 950 | border-width: 2px; |
---|
| 951 | } |
---|
| 952 | |
---|
| 953 | .pun .blockpost label { |
---|
| 954 | padding: 3px 6px; |
---|
| 955 | border-style: solid; |
---|
| 956 | border-width: 1px; |
---|
| 957 | vertical-align: middle; |
---|
| 958 | display: inline-block; |
---|
| 959 | } |
---|
| 960 | |
---|
| 961 | .pun .blockpost label * { |
---|
| 962 | vertical-align: middle; |
---|
| 963 | margin: 0; |
---|
| 964 | padding: 0; |
---|
| 965 | } |
---|
| 966 | |
---|
| 967 | /****************************************************************/ |
---|
| 968 | /* 9. HELP FILES AND MISC. */ |
---|
| 969 | /****************************************************************/ |
---|
| 970 | |
---|
| 971 | #punhelp h2 { |
---|
| 972 | margin-top: 12px |
---|
| 973 | } |
---|
| 974 | |
---|
| 975 | #punhelp div.box { |
---|
| 976 | padding: 10px |
---|
| 977 | } |
---|
| 978 | |
---|
| 979 | #debugtime { |
---|
| 980 | margin-top: -12px; |
---|
| 981 | text-align: center; |
---|
| 982 | } |
---|
| 983 | |
---|
| 984 | #brdwelcome, #brdfooter dl a, div.blockmenu li, div.rbox input { |
---|
| 985 | line-height: 1.4em |
---|
| 986 | } |
---|
| 987 | |
---|
| 988 | #announce div.inbox div { |
---|
| 989 | padding: 3px 0 |
---|
| 990 | } |
---|
| 991 | |
---|
| 992 | /***************************************************************** |
---|
| 993 | COLOUR SCHEME |
---|
| 994 | *****************************************************************/ |
---|
| 995 | |
---|
| 996 | /* Background / Text |
---|
| 997 | ----------------------------------------------------------------*/ |
---|
| 998 | |
---|
| 999 | body { |
---|
| 1000 | background: #fff; |
---|
| 1001 | color: #333 |
---|
| 1002 | } |
---|
| 1003 | |
---|
| 1004 | .pun { |
---|
| 1005 | color: #333 |
---|
| 1006 | } |
---|
| 1007 | |
---|
| 1008 | .pun .box, #adminconsole fieldset th { |
---|
| 1009 | background-color: #f1f1f1 |
---|
| 1010 | } |
---|
| 1011 | |
---|
| 1012 | .pun td.tc2, .pun td.tc3, .pun td.tcmod, #postpreview, #viewprofile dd, .pun .forminfo, |
---|
| 1013 | #adminconsole fieldset td, .pun .blockmenu .box, #adstats dd, #brdfooter #modcontrols { |
---|
| 1014 | background-color: #dedfdf |
---|
| 1015 | } |
---|
| 1016 | |
---|
| 1017 | .pun h2, #brdmenu { |
---|
| 1018 | background-color: #0066b9; |
---|
| 1019 | color: #fff |
---|
| 1020 | } |
---|
| 1021 | |
---|
| 1022 | .pun th { |
---|
| 1023 | background-color: #d1d1d1 |
---|
| 1024 | } |
---|
| 1025 | |
---|
| 1026 | .pun legend { |
---|
| 1027 | color: #005cb1 |
---|
| 1028 | } |
---|
| 1029 | |
---|
| 1030 | .pun .blockmenu li.isactive a, #posterror li strong { |
---|
| 1031 | color: #333 |
---|
| 1032 | } |
---|
| 1033 | |
---|
| 1034 | .pun .usercontent * { |
---|
| 1035 | background: transparent; |
---|
| 1036 | color: #333 |
---|
| 1037 | } |
---|
| 1038 | |
---|
| 1039 | .pun .multiselect, .pun .checklist { |
---|
| 1040 | color: #333; |
---|
| 1041 | } |
---|
| 1042 | |
---|
| 1043 | .pun .checklist { |
---|
| 1044 | border-color: #ACA899; |
---|
| 1045 | } |
---|
| 1046 | |
---|
| 1047 | /* Posts |
---|
| 1048 | ----------------------------------------------------------------*/ |
---|
| 1049 | |
---|
| 1050 | .pun .blockpost .box, .pun .postright, .pun .postfootright, .pun .deletemsg { |
---|
| 1051 | background-color: #dedfdf |
---|
| 1052 | } |
---|
| 1053 | |
---|
| 1054 | .pun .postright, .pun .postfootright { |
---|
| 1055 | border-left-color: #f1f1f1 |
---|
| 1056 | } |
---|
| 1057 | |
---|
| 1058 | .pun .postleft, .pun .postfootleft, .pun .blockpost label, .pun .codebox, .pun .quotebox { |
---|
| 1059 | background-color: #f1f1f1 |
---|
| 1060 | } |
---|
| 1061 | |
---|
| 1062 | #punhelp .codebox, #punhelp .quotebox { |
---|
| 1063 | background-color: #f9f9f9; |
---|
| 1064 | } |
---|
| 1065 | |
---|
| 1066 | .pun .blockpost h2 { |
---|
| 1067 | background-color: #006fc9 |
---|
| 1068 | } |
---|
| 1069 | |
---|
| 1070 | .pun .blockpost h2 span.conr { |
---|
| 1071 | color: #aabdcd |
---|
| 1072 | } |
---|
| 1073 | |
---|
| 1074 | .pun .postmsg ins, #punhelp samp ins { |
---|
| 1075 | background-color: #ff0; |
---|
| 1076 | } |
---|
| 1077 | |
---|
| 1078 | .pun hr { |
---|
| 1079 | background-color: #333; |
---|
| 1080 | color: #333 |
---|
| 1081 | } |
---|
| 1082 | |
---|
| 1083 | /* Borders |
---|
| 1084 | ----------------------------------------------------------------*/ |
---|
| 1085 | |
---|
| 1086 | .pun .box { |
---|
| 1087 | border-color: #0066b9 |
---|
| 1088 | } |
---|
| 1089 | |
---|
| 1090 | .pun td, #brdfooter #modcontrols { |
---|
| 1091 | border-color: #bbcede |
---|
| 1092 | } |
---|
| 1093 | |
---|
| 1094 | .pun th { |
---|
| 1095 | border-color: #d1d1d1 |
---|
| 1096 | } |
---|
| 1097 | |
---|
| 1098 | .pun fieldset { |
---|
| 1099 | border-color: #aca899 |
---|
| 1100 | } |
---|
| 1101 | |
---|
| 1102 | #adminconsole td, #adminconsole th { |
---|
| 1103 | border-color: #f1f1f1 |
---|
| 1104 | } |
---|
| 1105 | |
---|
| 1106 | .pun .quotebox, .pun .codebox, .pun .forminfo, |
---|
| 1107 | .pun .blockpost label, .pun .deletemsg { |
---|
| 1108 | border-color: #aca899 #fff #fff #aca899 |
---|
| 1109 | } |
---|
| 1110 | |
---|
| 1111 | /* Links |
---|
| 1112 | ----------------------------------------------------------------*/ |
---|
| 1113 | |
---|
| 1114 | .pun a:link, .pun a:visited { |
---|
| 1115 | color: #005cb1 |
---|
| 1116 | } |
---|
| 1117 | |
---|
| 1118 | .pun a:hover, .pun a:active, .pun a:focus { |
---|
| 1119 | color: #b42000 |
---|
| 1120 | } |
---|
| 1121 | |
---|
| 1122 | .pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img { |
---|
| 1123 | border-color: #005cb1; |
---|
| 1124 | } |
---|
| 1125 | |
---|
| 1126 | .pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img { |
---|
| 1127 | border-color: #b42000; |
---|
| 1128 | } |
---|
| 1129 | |
---|
| 1130 | .pun h2 a:link, .pun h2 a:visited, |
---|
| 1131 | #brdmenu a:link, #brdmenu a:visited { |
---|
| 1132 | color: #fff |
---|
| 1133 | } |
---|
| 1134 | |
---|
| 1135 | .pun h2 a:hover, .pun h2 a:active, |
---|
| 1136 | #brdmenu a:hover, #brdmenu a:active { |
---|
| 1137 | color: #fff |
---|
| 1138 | } |
---|
| 1139 | |
---|
| 1140 | .pun .postreport a:link, .pun .postreport a:visited, |
---|
| 1141 | .pun .iclosed td.tcl a:link, .pun .iclosed td.tcl a:visited { |
---|
| 1142 | color: #888 |
---|
| 1143 | } |
---|
| 1144 | |
---|
| 1145 | .pun .postreport a:hover, .pun .postreport a:active, |
---|
| 1146 | .pun .iclosed td.tcl a:hover, .pun .iclosed td.tcl a:active { |
---|
| 1147 | color: #aaa |
---|
| 1148 | } |
---|
| 1149 | |
---|
| 1150 | .pun .maintenancelink a:link, .pun .maintenancelink a:visited { |
---|
| 1151 | color: #b42000 |
---|
| 1152 | } |
---|
| 1153 | |
---|
| 1154 | .pun .maintenancelink a:hover, .pun .maintenancelink a:active { |
---|
| 1155 | color: #b42000 |
---|
| 1156 | } |
---|
| 1157 | |
---|
| 1158 | /* Status Indicators |
---|
| 1159 | ----------------------------------------------------------------*/ |
---|
| 1160 | |
---|
| 1161 | .pun .icon { |
---|
| 1162 | border-color: #e6e6e6 #dedede #dadada #e2e2e2 |
---|
| 1163 | } |
---|
| 1164 | |
---|
| 1165 | .pun .iredirect .icon { |
---|
| 1166 | border-color: #f1f1f1 #f1f1f1 #f1f1f1 #f1f1f1 |
---|
| 1167 | } |
---|
| 1168 | |
---|
| 1169 | .pun .inew .icon { |
---|
| 1170 | border-color: #0080d7 #0065c0 #0058b3 #0072ca |
---|
| 1171 | } |
---|