Make WordPress Core

Ticket #7598: global.css.cleanup.patch

File global.css.cleanup.patch, 2.7 KB (added by Simek, 17 years ago)
  • global.css

     
    11/* 2 column liquid layout */
     2
    23div#wpbody {
    34        float: right;
    45        clear: right;
     
    4142        margin-right: 245px;
    4243}
    4344
    44 
    4545/* styles for use by people extending the WordPress interface */
    4646
    47 body    {
     47body {
    4848        margin: 0;
    4949        padding: 0;
    5050}
     
    7979
    8080.hidden { display: none; }
    8181
    82 h1 {
    83   display: block;
    84   font-size: 2em;
    85   font-weight: bold;
    86   margin: .67em 0;
     82h1, h2, h3, h4, h5, h6 {
     83        display: block;
     84        font-weight: bold;
    8785}
    8886
    89 h2 {
    90   display: block;
    91   font-size: 1.5em;
    92   font-weight: bold;
    93   margin: .83em 0;
    94 }
     87h1 { font-size: 2em; margin: .67em 0; }
    9588
    96 h3 {
    97   display: block;
    98   font-size: 1.17em;
    99   font-weight: bold;
    100   margin: 1em 0;
    101 }
     89h2 { font-size: 1.5em; margin: .83em 0; }
    10290
    103 h4 {
    104   display: block;
    105   font-weight: bold;
    106   margin: 1.33em 0;
    107 }
     91h3 { font-size: 1.17em; margin: 1em 0; }
    10892
    109 h5 {
    110   display: block;
    111   font-size: 0.83em;
    112   font-weight: bold;
    113   margin: 1.67em 0;
    114 }
     93h4 { margin: 1.33em 0; }
    11594
    116 h6 {
    117   display: block;
    118   font-size: 0.67em;
    119   font-weight: bold;
    120   margin: 2.33em 0;
    121 }
     95h5 { font-size: 0.83em; margin: 1.67em 0; }
    12296
     97h6 { font-size: 0.67em; margin: 2.33em 0; }
     98
    12399.subsubsub {
    124100        list-style: none;
    125101        margin: 14px 0 8px 0;
     
    135111.subsubsub li { display: inline; margin: 0; padding: 0; }
    136112
    137113/* make it small? */
    138 .subsubsub li.spam {
    139         font-size: .9em;
    140 }
    141114
     115.subsubsub li.spam { font-size: .9em; }
     116
    142117.widefat {
    143118        border-width: 1px;
    144119        border-style: solid;
     
    148123        margin: 0;
    149124}
    150125
    151 .widefat a {
    152         text-decoration: none;
    153 }
     126.widefat a { text-decoration: none; }
    154127
    155 .widefat abbr {
    156         white-space: nowrap;
    157 }
     128.widefat abbr { white-space: nowrap; }
    158129
    159130.widefat td, .widefat th {
    160         border-bottom-width: 1px;
    161         border-bottom-style: solid;
    162         border-bottom-color: #ccc;
     131        border: 1px solid #ccc;
    163132        font-size: 11px;
    164133        vertical-align: text-top;
    165134}
     
    195164        padding-left: 5px;
    196165}
    197166*/
    198 .widefat .num {
    199         text-align: center;
    200 }
     167.widefat .num { text-align: center; }
    201168
    202 #wpbody .wrap {
    203         position: relative;
    204 }
     169#wpbody .wrap { position: relative; }
    205170
    206171.wrap, .updated, .error {
    207172        margin: 0 15px;
     
    231196        text-decoration: none;
    232197        padding-bottom: 2px;
    233198}
    234 
     199/* little conflict with "text-decoration" for "udated" class link above. Please check it. */
    235200.wrap h2 {
    236201        border-bottom-width: 1px;
    237202        border-bottom-style: solid;
    238203        clear: both;
    239204        font: 24px Georgia, "Times New Roman", Times, serif;
    240205        margin: 5px 0 10px -4px;
    241         padding: 0;
    242         padding-bottom: 7px;
    243         padding-right: 280px;
     206        padding: 0 280px 7px 0;
    244207}
    245208
    246209.wrap h2.long-header {