Make WordPress Core

Changeset 507


Ignore:
Timestamp:
11/03/2003 06:02:06 AM (21 years ago)
Author:
saxmatt
Message:

Lots of tweaks and changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-layout.css

    r399 r507  
    1 /* Default WordPress by Matthew Mullenweg http://photomatt.net
     1/* Default WordPress by Dave Shea || http://mezzoblue.com
     2    Tweaked by Matthew Mullenweg || http://photomatt.net
    23    This is just a basic layout, with only the bare minimum defined.
    34    Please tweak this and make it your own. :)
    45*/
    56
    6 a img {
    7     border: none;
    8 }
    9 
    107a {
    118    color: #675;
     9}
     10
     11a img {
     12    border: none;
    1213}
    1314
     
    3738
    3839body {
     40    border: solid 2px #565;
     41    border-bottom: solid 1px #565;
     42    border-top: solid 3px #565;
    3943    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    4044    margin: 0;
    41     border: solid 2px #565;
    42     border-top: solid 3px #565;
    43     border-bottom: solid 1px #565;
     45}
     46
     47cite {
     48    font-size: 90%;
     49    font-style: normal;
    4450}
    4551
    4652h2 {
    47     font-size: 80%;
    48     font-family: "Times New Roman", Times, serif;
     53    border-bottom: 1px dotted #ccc;
     54    font: 80% "Times New Roman", Times, serif;
    4955    letter-spacing: 0.5em;
    50     border-bottom: 1px dotted #ccc;
    5156    margin: 15px 0 2px 0;
    5257    padding-bottom: 2px;
    5358}
     59
    5460h3 {
    55     margin-top: 0;
     61    border-bottom: dotted 1px #eee;
    5662    font-family: "Times New Roman", Times, serif;
    5763    letter-spacing: -0.05em;
    58     border-bottom: dotted 1px #eee;
     64    margin-top: 0;
     65}
     66
     67ol#comments li p {
     68    font-size: 100%;
    5969}
    6070
    6171p, li, .feedback {
    62     font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    63     font-size: 90%;
     72    font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    6473    letter-spacing: -1px;
    65     line-height: 175%;
    66 }
    67 cite {
    68     font-style: normal;
    69     font-size: 90%;
    7074}
    7175
     
    105109
    106110.credit {
     111    background: #90a090;
     112    border-top: double 3px #aba;
     113    color: #fff;
    107114    font-size: 11px;
     115    margin: 10px 0 0 0;
     116    padding: 3px;
    108117    text-align: center;
    109     border-top: double 3px #aba;
    110     padding: 3px;
    111     color: #fff;
    112     background-color: #90a090;
    113     margin: 10px 0 0 0;
    114 }
     118}
     119
    115120.credit a:link, .credit a:hover {
    116121    color: #fff;
     
    118123
    119124.feedback {
     125    color: #ccc;
    120126    text-align: right;
    121     color: #ccc;
    122127}
    123128
     
    133138}
    134139
     140#commentform input, #commentform textarea {
     141    border: 1px solid #333;
     142    background-color: #fff;
     143}
     144
     145#commentform textarea {
     146    width: 100%;
     147}
     148
    135149#content {
    136150    margin: 30px 220px 0 60px;
     
    139153
    140154#header {
    141     font-family: 'Times New Roman', Times, serif;
    142     font-style: italic;
    143     font-weight: normal;
    144     font-size: 230%;
    145     letter-spacing: 0.2em;
    146     background-color: #90a090;
    147     margin: 0;
    148     padding: 15px 10px 15px 60px;
    149     border-top: solid 1px #9a9;
     155    background: #90a090;
    150156    border-bottom: double 3px #aba;
    151157    border-left: solid 1px #9a9;
    152158    border-right: solid 1px #565;
     159    border-top: solid 1px #9a9;
     160    font: italic normal 230% 'Times New Roman', Times, serif;
     161    letter-spacing: 0.2em;
     162    margin: 0;
     163    padding: 15px 10px 15px 60px;
    153164}
    154165
     
    158169}
    159170
    160 
    161171#header a:hover {
    162172    text-decoration: underline;
    163173}
    164174
    165 ol#comments li p {
    166     font-size: 100%;
    167 }
    168 
    169 #menu {
    170     background-color: #fff;
     175#menu {
     176    background: #fff;
    171177    border-left: 1px dotted #ccc;
    172178    border-top: solid 3px #e0e6e0;
     
    183189
    184190#menu input {
    185     background-color: #eee;
     191    background: #eee;
    186192    border: 1px solid #999;
     193    letter-spacing: -0.05em;
    187194    width: 80px;
    188     letter-spacing: -0.05em;
    189195}
    190196
    191197#menu ul {
    192198    color: #ccc;
    193     text-transform: lowercase;
    194199    font-weight: bold;
    195200    list-style-type: none;
    196201    margin: 0;
    197202    padding-left: 3px;
    198 }
     203    text-transform: lowercase;
     204}
     205
    199206#menu ul li {
    200     font-family: 'Times New Roman', Times, serif;
    201     font-weight: normal;
    202     font-style: italic;
    203     font-size: 110%;
     207    font: italic normal 110% 'Times New Roman', Times, serif;
    204208    letter-spacing: 0.1em;
    205209    margin-top: 10px;
    206     padding-bottom: 2px;
    207     /*border-bottom: dotted 1px #ccc;*/
     210    padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
    208211}
    209212
    210213#menu ul ul {
     214    font-style: list-style-type: none;
    211215    font-variant: normal;
    212216    font-weight: normal;
    213217    line-height: 100%;
    214     font-style:
    215     list-style-type: none;
    216218    margin: 0;
    217219    padding: 0;
     
    220222
    221223#menu ul ul li {
    222     font-size: 70%;
    223     font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    224     font-weight: normal;
    225     font-style: normal;
    226     line-height: 115%;
    227     padding-left: 12px;
     224    border: 0;
     225    font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    228226    letter-spacing: 0;
    229227    margin-top: 0;
    230228    padding: 0;
    231     border: 0;
     229    padding-left: 12px;
    232230}
    233231
Note: See TracChangeset for help on using the changeset viewer.