Make WordPress Core

Changeset 1054


Ignore:
Timestamp:
04/05/2004 08:21:44 AM (21 years ago)
Author:
saxmatt
Message:

Initial checkins of Mark's threaded comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-layout.css

    r1026 r1054  
    3838
    3939body {
     40    background: #fff;
    4041    border: solid 2px #565;
    4142    border-bottom: solid 1px #565;
    4243    border-top: solid 3px #565;
     44    color: #000;
    4345    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    4446    margin: 0;
    4547    padding: 0;
    46     background-color: white;
    47     color: black;
    4848}
    4949
     
    7474    font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    7575    letter-spacing: -1px;
     76}
     77
     78/* classes used by the_meta() */
     79ul.post-meta {
     80    list-style: none;
     81}
     82
     83ul.post-meta span.post-meta-key {
     84    font-weight: bold;
    7685}
    7786
     
    99108}
    100109
     110.meta li, ul.post-meta li {
     111    display: inline;
     112}
     113
     114.meta ul {
     115    display: inline;
     116    list-style: none;
     117    margin: 0;
     118    padding: 0;
     119}
     120
    101121.meta, .meta a {
    102122    color: #808080;
     
    104124    letter-spacing: 0;
    105125}
    106 .meta ul {
    107     display: inline;
    108     margin: 0;
    109     padding: 0;
    110     list-style: none;
    111 }
    112 
    113 .meta li {
    114     display: inline;
    115 }
    116126
    117127.storytitle {
     
    130140#commentform textarea {
    131141    width: 100%;
     142}
     143
     144#commentlist li ul {
     145    border-left: 1px solid #ddd;
     146    font-size: 110%;
     147    list-style-type: none;
    132148}
    133149
     
    175191#menu input {
    176192    background: #eee;
    177     color: black;
    178193    border: 1px solid #999;
     194    color: #000;
    179195    letter-spacing: -0.05em;
    180196    width: 80%;
     
    198214
    199215#menu ul ul {
    200     list-style-type: none;
    201216    font-variant: normal;
    202217    font-weight: normal;
    203218    line-height: 100%;
     219    list-style-type: none;
    204220    margin: 0;
    205221    padding: 0;
     
    226242
    227243#menu ul ul ul.children {
    228     padding-left:4px;
    229     font-size:142%;
     244    font-size: 142%;
     245    padding-left: 4px;
    230246}
    231247
     
    285301    text-transform: capitalize;
    286302}
    287 
    288 /* classes used by the_meta() */
    289 ul.post-meta {
    290     list-style: none;
    291 }
    292 
    293 ul.post-meta li {
    294     display: inline;
    295 }
    296 
    297 ul.post-meta span.post-meta-key {
    298     font-weight: bold;
    299 }
    300 
Note: See TracChangeset for help on using the changeset viewer.