Changeset 157
- Timestamp:
- 2008-08-27 09:39:12 (4 months ago)
- Files:
-
- trunk/includes/styles/default.css (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/includes/styles/default.css
r156 r157 13 13 * This program is distributed in the hope that it will be useful, 14 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 16 * GNU Affero General Public License for more details. 17 17 * … … 22 22 23 23 html { 24 padding:0px;25 margin:0px;26 color:#555555;24 padding:0px; 25 margin:0px; 26 color:#555555; 27 27 } 28 28 29 29 body { 30 font-family:sans-serif;31 font-size:0.75em;32 background:#f2f2f2;33 margin:0px;34 padding-top:1em;35 padding-bottom:1em;36 padding-left:2em;37 padding-right:2em;30 font-family:sans-serif; 31 font-size:0.75em; 32 background:#f2f2f2; 33 margin:0px; 34 padding-top:1em; 35 padding-bottom:1em; 36 padding-left:2em; 37 padding-right:2em; 38 38 } 39 39 40 40 h1 { 41 41 font-size:1.5em; 42 position:relative;43 top:0.5em;44 margin:0px;45 padding:0px;42 position:relative; 43 top:0.5em; 44 margin:0px; 45 padding:0px; 46 46 } 47 47 48 48 img { 49 border:0px;49 border:0px; 50 50 } 51 51 52 52 h2 { 53 width:90%;54 margin:0px;55 position:relative;56 left:5%;57 background:#83be83;58 padding:0px;59 padding-top:0.1em;60 padding-bottom:0.1em;61 color:#000000;62 font-weight:bold;53 width:90%; 54 margin:0px; 55 position:relative; 56 left:5%; 57 background:#83be83; 58 padding:0px; 59 padding-top:0.1em; 60 padding-bottom:0.1em; 61 color:#000000; 62 font-weight:bold; 63 63 font-size:1.25em; 64 64 } 65 65 66 66 h2:before { 67 content: '';68 margin-left:0.2em;67 content: ' '; 68 margin-left:0.2em; 69 69 } 70 70 71 71 h3 { 72 margin:0px;73 padding:0px;72 margin:0px; 73 padding:0px; 74 74 font-size:1.1em; 75 75 } 76 76 77 77 table { 78 width:90%;79 margin:0px;80 position:relative;81 left:5%;82 border-spacing:1px;83 border-left:1px solid #83be83;84 border-right:1px solid #83be83;85 border-bottom:1px solid #83be83;78 width:90%; 79 margin:0px; 80 position:relative; 81 left:5%; 82 border-spacing:1px; 83 border-left:1px solid #83be83; 84 border-right:1px solid #83be83; 85 border-bottom:1px solid #83be83; 86 86 } 87 87 88 88 table.messagetable { 89 position:relative;90 left:0px;91 margin-left:auto;92 margin-right:auto;93 border-spacing:0px;94 border-left:1px solid #a1b4a1;95 border-right:1px solid #a1b4a1;96 border-bottom:1px solid #a1b4a1;89 position:relative; 90 left:0px; 91 margin-left:auto; 92 margin-right:auto; 93 border-spacing:0px; 94 border-left:1px solid #a1b4a1; 95 border-right:1px solid #a1b4a1; 96 border-bottom:1px solid #a1b4a1; 97 97 } 98 98 99 99 table.blind td { 100 white-space:nowrap;100 white-space:nowrap; 101 101 } 102 102 103 103 table.blind { 104 width:90%;105 margin:0px;106 position:relative;107 left:5%;108 border-spacing:0px;109 border-left:1px solid #83be83;110 border-right:1px solid #83be83;111 border-bottom:1px solid #83be83;104 width:90%; 105 margin:0px; 106 position:relative; 107 left:5%; 108 border-spacing:0px; 109 border-left:1px solid #83be83; 110 border-right:1px solid #83be83; 111 border-bottom:1px solid #83be83; 112 112 } 113 113 114 114 table.blind_messenger { 115 width:90%;116 margin:0px;117 margin-left:auto;118 margin-right:auto;119 position:relative;120 left:0px;121 border-spacing:0px;122 border:0px;115 width:90%; 116 margin:0px; 117 margin-left:auto; 118 margin-right:auto; 119 position:relative; 120 left:0px; 121 border-spacing:0px; 122 border:0px; 123 123 } 124 124 125 125 table.blind_messenger td { 126 white-space:nowrap;127 vertical-align:middle;126 white-space:nowrap; 127 vertical-align:middle; 128 128 } 129 129 130 130 table.addresses { 131 position:relative;132 left:0px;133 margin:0px;134 margin-left:auto;135 margin-right:auto;136 border-spacing:1px;137 background:#a1b4a1;131 position:relative; 132 left:0px; 133 margin:0px; 134 margin-left:auto; 135 margin-right:auto; 136 border-spacing:1px; 137 background:#a1b4a1; 138 138 } 139 139 … … 145 145 border-spacing:0px; 146 146 white-space:nowrap; 147 margin-left:auto;148 margin-right:auto; 149 position:relative;150 left:0px;147 margin-left:auto; 148 margin-right:auto; 149 position:relative; 150 left:0px; 151 151 } 152 152 153 153 table.helptable { 154 border:0px;155 border-left:1px solid #000;156 border-right:1px solid #000;157 width:1px;158 border-spacing:0px;159 white-space:nowrap;160 position:relative;161 left:0px;162 margin:0px;163 margin-left:auto;164 margin-right:auto;165 border-collapse:collapse;154 border:0px; 155 border-left:1px solid #000; 156 border-right:1px solid #000; 157 width:1px; 158 border-spacing:0px; 159 white-space:nowrap; 160 position:relative; 161 left:0px; 162 margin:0px; 163 margin-left:auto; 164 margin-right:auto; 165 border-collapse:collapse; 166 166 } 167 167 168 168 table.helptable tr { 169 border-top:1px solid #000;170 border-bottom:1px solid #000;169 border-top:1px solid #000; 170 border-bottom:1px solid #000; 171 171 } 172 172 173 173 table.calendar { 174 width:90%;175 margin:0px;176 position:relative;177 left:5%;174 width:90%; 175 margin:0px; 176 position:relative; 177 left:5%; 178 178 border:0px; 179 179 border-spacing:0px; … … 196 196 197 197 table.calendar td.monthnav { 198 background:#a1b4a1;199 padding:0.2em;200 font-weight:bold;198 background:#a1b4a1; 199 padding:0.2em; 200 font-weight:bold; 201 201 border:0px; 202 202 } 203 203 204 204 table.postform { 205 width:90%;206 margin:0px;207 position:relative;208 left:5%;209 border-spacing:0px;210 border-left:1px solid #83be83;211 border-right:1px solid #83be83;212 border-bottom:1px solid #83be83;205 width:90%; 206 margin:0px; 207 position:relative; 208 left:5%; 209 border-spacing:0px; 210 border-left:1px solid #83be83; 211 border-right:1px solid #83be83; 212 border-bottom:1px solid #83be83; 213 213 white-space:nowrap; 214 214 } 215 215 216 216 table.postform_message { 217 width:90%;218 margin:0px;219 margin-left:auto;220 margin-right:auto;221 position:relative;222 left:0px;223 border-spacing:0px;224 border:0px;217 width:90%; 218 margin:0px; 219 margin-left:auto; 220 margin-right:auto; 221 position:relative; 222 left:0px; 223 border-spacing:0px; 224 border:0px; 225 225 white-space:nowrap; 226 226 } … … 245 245 246 246 th { 247 background:#a1b4a1;248 padding:0.2em;249 font-weight:bold;250 text-align:left;247 background:#a1b4a1; 248 padding:0.2em; 249 font-weight:bold; 250 text-align:left; 251 251 } 252 252 253 253 td { 254 background:#cccccc;255 padding:0.2em;256 vertical-align:top;254 background:#cccccc; 255 padding:0.2em; 256 vertical-align:top; 257 257 } 258 258 259 259 .liketr { 260 background:#cccccc;261 vertical-align:top;262 text-align:center;263 width:90%;264 margin:0px;265 position:relative;266 left:5%;267 border-left:1px solid #83be83;268 border-right:1px solid #83be83;260 background:#cccccc; 261 vertical-align:top; 262 text-align:center; 263 width:90%; 264 margin:0px; 265 position:relative; 266 left:5%; 267 border-left:1px solid #83be83; 268 border-right:1px solid #83be83; 269 269 } 270 270 … … 283 283 284 284 input[type=text] { 285 width:90%;285 width:90%; 286 286 } 287 287 288 288 input[type=password] { 289 width:90%;289 width:90%; 290 290 } 291 291 292 292 textarea { 293 width:90%;293 width:90%; 294 294 } 295 295 296 296 ol { 297 list-style-type:decimal;298 list-style-position:outside;297 list-style-type:decimal; 298 list-style-position:outside; 299 299 } 300 300 301 301 #sitelink { 302 width:100%;303 text-align:right;304 position:relative;305 z-index:2;302 width:100%; 303 text-align:right; 304 position:relative; 305 z-index:2; 306 306 } 307 307 308 308 #bottombar { 309 background:#b9b9b9;310 text-align:center;311 margin-top:1em;312 padding:0.2em;313 border:1px solid #000000;309 background:#b9b9b9; 310 text-align:center; 311 margin-top:1em; 312 padding:0.2em; 313 border:1px solid #000000; 314 314 } 315 315 316 316 #location { 317 width:90%;318 position:relative;319 left:5%;320 margin-top:1em;321 margin-bottom:1em;322 font-weight:bold;317 width:90%; 318 position:relative; 319 left:5%; 320 margin-top:1em; 321 margin-bottom:1em; 322 font-weight:bold; 323 323 } 324 324 325 325 #navbar { 326 background:#b9b9b9;327 font-weight:bold;328 border:1px solid #000000;329 border-bottom:0px;330 padding:0.6em;331 height:1.4em;326 background:#b9b9b9; 327 font-weight:bold; 328 border:1px solid #000000; 329 border-bottom:0px; 330 padding:0.6em; 331 height:1.4em; 332 332 } 333 333 334 334 #navbar div { 335 width:49%;336 float:left;335 width:49%; 336 float:left; 337 337 } 338 338 339 339 #navbar div a { 340 margin-left:1em;340 margin-left:1em; 341 341 } 342 342 343 343 #memberbar { 344 background:#cccccc;345 color:#555555;346 border:1px solid #000000;347 border-top:0px;348 padding:0.6em;349 height:1.4em;344 background:#cccccc; 345 color:#555555; 346 border:1px solid #000000; 347 border-top:0px; 348 padding:0.6em; 349 height:1.4em; 350 350 } 351 351 352 352 #memberbar div { 353 width:49%;354 float:left;353 width:49%; 354 float:left; 355 355 } 356 356 357 357 #memberbar div span { 358 margin-left:1em;358 margin-left:1em; 359 359 } 360 360 361 361 #memberbar div a { 362 margin-left:0.1em;362 margin-left:0.1em; 363 363 } 364 364 365 365 #posthelp { 366 margin-top:2em;367 margin-left:auto;368 margin-right:auto;369 padding:0.5em;370 border:1px solid #a1b4a1;371 background:#c0c0c0;372 width:100px;373 text-align:center;374 white-space:normal;366 margin-top:2em; 367 margin-left:auto; 368 margin-right:auto; 369 padding:0.5em; 370 border:1px solid #a1b4a1; 371 background:#c0c0c0; 372 width:100px; 373 text-align:center; 374 white-space:normal; 375 375 } 376 376 377 377 #posthelp img { 378 margin:2px;378 margin:2px; 379 379 } 380 380 381 381 #posthelp input { 382 margin:2px;382 margin:2px; 383 383 } 384 384 385 385 #debug { 386 width:100%;387 position:relative;388 left:0px;389 margin-top:2em;390 border:1px solid #000;391 background:#c0c0c0;392 font-size:1.1em;386 width:100%; 387 position:relative; 388 left:0px; 389 margin-top:2em; 390 border:1px solid #000; 391 background:#c0c0c0; 392 font-size:1.1em; 393 393 } 394 394 395 395 #forumjump { 396 position:relative;397 left:5%;398 top:-1em;399 display:inline;396 position:relative; 397 left:5%; 398 top:-1em; 399 display:inline; 400 400 } 401 401 402 402 #moderation { 403 position:relative;404 left:5%;405 top:-0.8em;406 display:inline;403 position:relative; 404 left:5%; 405 top:-0.8em; 406 display:inline; 407 407 } 408 408 409 409 .span2 { 410 text-align:right;410 text-align:right; 411 411 } 412 412 413 413 .postheader { 414 background:#a1b4a1;415 padding:0.2em;416 text-align:right;414 background:#a1b4a1; 415 padding:0.2em; 416 text-align:right; 417 417 } 418 418 419 419 .postfooter { 420 background:#83be83;420 background:#83be83; 421 421 } 422 422 423 423 .post a:link { 424 text-decoration:underline;424 text-decoration:underline; 425 425 } 426 426 427 427 .post a:visited { 428 text-decoration:underline;428 text-decoration:underline; 429 429 } 430 430 431 431 .post a:hover { 432 text-decoration:none;432 text-decoration:none; 433 433 } 434 434 435 435 .deniedmessage { 436 margin-top:1em;437 font-weight:bold;438 text-align:center;436 margin-top:1em; 437 font-weight:bold; 438 text-align:center; 439 439 } 440 440 441 441 .quote1 { 442 442 width:90%; 443 position:relative;444 left:5%;443 position:relative; 444 left:5%; 445 445 font-weight:bold; 446 446 } … … 448 448 .quote { 449 449 width:90%; 450 position:relative;451 left:5%;450 position:relative; 451 left:5%; 452 452 background:#b9b9b9; 453 453 border:1px solid #a1b4a1; … … 456 456 .code1 { 457 457 width:90%; 458 position:relative;459 left:5%;458 position:relative; 459 left:5%; 460 460 font-weight:bold; 461 461 } … … 463 463 .code { 464 464 width:90%; 465 position:relative;466 left:5%;465 position:relative; 466 left:5%; 467 467 margin-top:0px; 468 468 background:#b9b9b9; … … 487 487 .pollheaders { 488 488 width:90%; 489 position:relative;490 left:5%;489 position:relative; 490 left:5%; 491 491 padding:0px; 492 492 text-align:left; … … 496 496 border-bottom:0px; 497 497 border-spacing:0px; 498 background:#a1b4a1;498 background:#a1b4a1; 499 499 } 500 500 501 501 .pollheaders:before { 502 content: '';503 margin-left:0.2em;502 content: ' '; 503 margin-left:0.2em; 504 504 } 505 505 506 506 .pollbody { 507 507 width:90%; 508 position:relative;509 left:5%;508 position:relative; 509 left:5%; 510 510 background:#cccccc; 511 511 border-left:1px solid #83be83; … … 522 522 .pollbottom { 523 523 width:90%; 524 position:relative;525 left:5%;524 position:relative; 525 left:5%; 526 526 background:#83be83; 527 527 padding:0px; … … 531 531 .multipages { 532 532 width:90%; 533 position:relative;534 left:5%;533 position:relative; 534 left:5%; 535 535 } 536 536 … … 544 544 545 545 .postbuttons { 546 width:90%;547 position:relative;548 left:5%;549 margin-bottom:1em;550 margin-top:1em;551 z-index:5;546 width:90%; 547 position:relative; 548 left:5%; 549 margin-bottom:1em; 550 margin-top:1em; 551 z-index:5; 552 552 } 553 553 554 554 .postbuttons a { 555 margin-left:2em;556 padding:0.35em;557 padding-top:0.15em;558 padding-bottom:0.15em;559 background:#83be83;560 border:1px solid #000;561 font-size:1.1em;562 font-weight:bold;563 z-index:5;555 margin-left:2em; 556 padding:0.35em; 557 padding-top:0.15em; 558 padding-bottom:0.15em; 559 background:#83be83; 560 border:1px solid #000; 561 font-size:1.1em; 562 font-weight:bold; 563 z-index:5; 564 564 } 565 565 566 566 .message { 567 width:90%;568 border:1px solid #83be83;569 border-top:0px;570 position:relative;571 left:5%;572 background:#cccccc;573 padding:0px;574 padding-top:0.2em;575 padding-bottom:0.2em;567 width:90%; 568 border:1px solid #83be83; 569 border-top:0px; 570 position:relative; 571 left:5%; 572 background:#cccccc; 573 padding:0px; 574 padding-top:0.2em; 575 padding-bottom:0.2em; 576 576 } 577 577 … … 602 602 603 603 #admin_top { 604 background:#b9b9b9;605 font-weight:bold;606 border:1px solid #000000;607 padding:0.2em;608 text-align:center;604 background:#b9b9b9; 605 font-weight:bold; 606 border:1px solid #000000; 607 padding:0.2em; 608 text-align:center; 609 609 } 610 610
