Make WordPress Core

Changeset 1989


Ignore:
Timestamp:
12/21/2004 10:09:07 PM (21 years ago)
Author:
saxmatt
Message:

Some stlye tweaks from Jesuit

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 
    271* html #poststuff {
    282    height: 100%; /* kill peekaboo bug in IE */
     
    7448fieldset {
    7549    border: 1px solid #ddd;
     50    -moz-border-radius: 5px;
    7651    padding: 3px;
    77     -moz-border-radius: 5px;
    7852}
    7953
     
    9165fieldset legend {
    9266    padding: .1em .3em;
    93 }
    94 
    95 fieldset legend a {
    96     border-bottom: none;
    9767}
    9868
     
    216186}
    217187
    218 .submit, #quicktags, .editform th, #postcustomsubmit {
     188.submit, #quicktags, .editform th, #postcustomsubmit, #login form {
    219189    text-align: right;
    220190}
     
    306276    border: none;
    307277    color: #fff;
     278    font-size: 12px;
    308279    padding: 3px 5px 4px;
    309     font-size: 12px;
    310280}
    311281
     
    366336    background: #fff;
    367337    border: 2px solid #a2a2a2;
    368     width: 25em;
    369338    margin: 5em auto;
    370339    padding: 1.5em;
    371 }
    372 
    373 #login form {
    374     text-align: right;
    375 }
     340    width: 25em;
     341}
     342
    376343#login #login_error {
    377344    background: #c00;
     345    border: 1px solid #a40000;
    378346    color: #fff;
     347    font-size: 16px;
     348    font-weight: bold;
    379349    padding: .5em;
    380     border: 1px solid #a40000;
    381350    text-align: center;
    382     font-weight: bold;
    383     font-size: 16px;
    384 }
     351}
     352
    385353#login h1 {
    386354    background: url(../wp-images/wp-small.png) no-repeat;
    387355    margin-top: 0;
    388356}
     357
    389358#login h1 a {
    390359    display: block;
     
    392361}
    393362
     363#login input {
     364    padding: 3px;
     365}
     366
    394367#login ul {
    395368    list-style: none;
    396369    margin: 0;
    397370    padding: 0;
    398    
    399 }
     371}
     372
    400373#login ul li {
    401374    display: inline;
     375    margin-left: 1.4em;
    402376    text-align: center;
    403     margin-left: 1.4em;
    404 }
    405 
    406 #login input {
    407     padding: 3px;
    408377}
    409378
    410379#metainfo, #postdiv, #postexcerpt {
    411380    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%;
    434381}
    435382
     
    443390    margin: auto;
    444391    width: 5em;
    445 }
    446 
    447 #postcustom p {
    448     margin: 0;
    449392}
    450393
     
    497440}
    498441
     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
    499466#titlediv, #commentstatusdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv, #pageparent {
    500467    float: left;
     
    511478    font-size: 2.5em;
    512479    font-weight: normal;
    513     margin: 0;
    514480    letter-spacing: -.05em;
     481    margin: 0;
    515482}
    516483
     
    519486    letter-spacing: 0;
    520487}
     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.