Changeset 1989
- Timestamp:
- 12/21/2004 10:09:07 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r1982 r1989 1 #zeitgeist {2 width: 27%;3 float: right;4 font-size: 90%;5 background-color: #eee;6 padding: 1em;7 border: 1px solid #69c;8 margin-left: 1em;9 }10 11 #zeitgeist h2 {12 border-bottom: none;13 }14 #zeitgeist ul {15 margin: 0 0 .3em .6em;16 padding: 0 0 0 .6em;17 }18 #zeitgeist li, #zeitgeist p {19 margin: .2em 0;20 }21 #zeitgeist h3 {22 border-top: 1px solid #ccc;23 font-size: 16px;24 margin: .5em 0;25 }26 27 1 * html #poststuff { 28 2 height: 100%; /* kill peekaboo bug in IE */ … … 74 48 fieldset { 75 49 border: 1px solid #ddd; 50 -moz-border-radius: 5px; 76 51 padding: 3px; 77 -moz-border-radius: 5px;78 52 } 79 53 … … 91 65 fieldset legend { 92 66 padding: .1em .3em; 93 }94 95 fieldset legend a {96 border-bottom: none;97 67 } 98 68 … … 216 186 } 217 187 218 .submit, #quicktags, .editform th, #postcustomsubmit {188 .submit, #quicktags, .editform th, #postcustomsubmit, #login form { 219 189 text-align: right; 220 190 } … … 306 276 border: none; 307 277 color: #fff; 278 font-size: 12px; 308 279 padding: 3px 5px 4px; 309 font-size: 12px;310 280 } 311 281 … … 366 336 background: #fff; 367 337 border: 2px solid #a2a2a2; 368 width: 25em;369 338 margin: 5em auto; 370 339 padding: 1.5em; 371 } 372 373 #login form { 374 text-align: right; 375 } 340 width: 25em; 341 } 342 376 343 #login #login_error { 377 344 background: #c00; 345 border: 1px solid #a40000; 378 346 color: #fff; 347 font-size: 16px; 348 font-weight: bold; 379 349 padding: .5em; 380 border: 1px solid #a40000;381 350 text-align: center; 382 font-weight: bold; 383 font-size: 16px; 384 } 351 } 352 385 353 #login h1 { 386 354 background: url(../wp-images/wp-small.png) no-repeat; 387 355 margin-top: 0; 388 356 } 357 389 358 #login h1 a { 390 359 display: block; … … 392 361 } 393 362 363 #login input { 364 padding: 3px; 365 } 366 394 367 #login ul { 395 368 list-style: none; 396 369 margin: 0; 397 370 padding: 0; 398 399 } 371 } 372 400 373 #login ul li { 401 374 display: inline; 375 margin-left: 1.4em; 402 376 text-align: center; 403 margin-left: 1.4em;404 }405 406 #login input {407 padding: 3px;408 377 } 409 378 410 379 #metainfo, #postdiv, #postexcerpt { 411 380 clear: both; 412 }413 414 #template div {415 margin-right: 190px;416 }417 418 #templateside {419 width: 170px;420 float: right;421 }422 #templateside h3 {423 margin: 0;424 }425 #templateside ol, #templateside ul {426 list-style: none;427 margin: .5em;428 padding: 0;429 }430 #template textarea {431 font-family: 'Courier New', Courier, monospace;432 font-size: small;433 width: 99%;434 381 } 435 382 … … 443 390 margin: auto; 444 391 width: 5em; 445 }446 447 #postcustom p {448 margin: 0;449 392 } 450 393 … … 497 440 } 498 441 442 #template div { 443 margin-right: 190px; 444 } 445 446 #template textarea { 447 font: small 'Courier New', Courier, monospace; 448 width: 99%; 449 } 450 451 #templateside { 452 float: right; 453 width: 170px; 454 } 455 456 #templateside h3, #postcustom p { 457 margin: 0; 458 } 459 460 #templateside ol, #templateside ul { 461 list-style: none; 462 margin: .5em; 463 padding: 0; 464 } 465 499 466 #titlediv, #commentstatusdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv, #pageparent { 500 467 float: left; … … 511 478 font-size: 2.5em; 512 479 font-weight: normal; 513 margin: 0;514 480 letter-spacing: -.05em; 481 margin: 0; 515 482 } 516 483 … … 519 486 letter-spacing: 0; 520 487 } 488 489 #zeitgeist { 490 background: #eee; 491 border: 1px solid #69c; 492 float: right; 493 font-size: 90%; 494 margin-bottom: .5em; 495 margin-left: 1em; 496 margin-top: .5em; 497 padding: 1em; 498 width: 27%; 499 } 500 501 #zeitgeist h2, fieldset legend a { 502 border-bottom: none; 503 } 504 505 #zeitgeist h3 { 506 border-bottom: 1px solid #ccc; 507 font-size: 16px; 508 margin: 1em 0; 509 } 510 511 #zeitgeist li, #zeitgeist p { 512 margin: .2em 0; 513 } 514 515 #zeitgeist ul { 516 margin: 0 0 .3em .6em; 517 padding: 0 0 0 .6em; 518 }
Note: See TracChangeset
for help on using the changeset viewer.