Ticket #7598: global.css.cleanup.patch
| File global.css.cleanup.patch, 2.7 KB (added by , 17 years ago) |
|---|
-
global.css
1 1 /* 2 column liquid layout */ 2 2 3 div#wpbody { 3 4 float: right; 4 5 clear: right; … … 41 42 margin-right: 245px; 42 43 } 43 44 44 45 45 /* styles for use by people extending the WordPress interface */ 46 46 47 body {47 body { 48 48 margin: 0; 49 49 padding: 0; 50 50 } … … 79 79 80 80 .hidden { display: none; } 81 81 82 h1 { 83 display: block; 84 font-size: 2em; 85 font-weight: bold; 86 margin: .67em 0; 82 h1, h2, h3, h4, h5, h6 { 83 display: block; 84 font-weight: bold; 87 85 } 88 86 89 h2 { 90 display: block; 91 font-size: 1.5em; 92 font-weight: bold; 93 margin: .83em 0; 94 } 87 h1 { font-size: 2em; margin: .67em 0; } 95 88 96 h3 { 97 display: block; 98 font-size: 1.17em; 99 font-weight: bold; 100 margin: 1em 0; 101 } 89 h2 { font-size: 1.5em; margin: .83em 0; } 102 90 103 h4 { 104 display: block; 105 font-weight: bold; 106 margin: 1.33em 0; 107 } 91 h3 { font-size: 1.17em; margin: 1em 0; } 108 92 109 h5 { 110 display: block; 111 font-size: 0.83em; 112 font-weight: bold; 113 margin: 1.67em 0; 114 } 93 h4 { margin: 1.33em 0; } 115 94 116 h6 { 117 display: block; 118 font-size: 0.67em; 119 font-weight: bold; 120 margin: 2.33em 0; 121 } 95 h5 { font-size: 0.83em; margin: 1.67em 0; } 122 96 97 h6 { font-size: 0.67em; margin: 2.33em 0; } 98 123 99 .subsubsub { 124 100 list-style: none; 125 101 margin: 14px 0 8px 0; … … 135 111 .subsubsub li { display: inline; margin: 0; padding: 0; } 136 112 137 113 /* make it small? */ 138 .subsubsub li.spam {139 font-size: .9em;140 }141 114 115 .subsubsub li.spam { font-size: .9em; } 116 142 117 .widefat { 143 118 border-width: 1px; 144 119 border-style: solid; … … 148 123 margin: 0; 149 124 } 150 125 151 .widefat a { 152 text-decoration: none; 153 } 126 .widefat a { text-decoration: none; } 154 127 155 .widefat abbr { 156 white-space: nowrap; 157 } 128 .widefat abbr { white-space: nowrap; } 158 129 159 130 .widefat td, .widefat th { 160 border-bottom-width: 1px; 161 border-bottom-style: solid; 162 border-bottom-color: #ccc; 131 border: 1px solid #ccc; 163 132 font-size: 11px; 164 133 vertical-align: text-top; 165 134 } … … 195 164 padding-left: 5px; 196 165 } 197 166 */ 198 .widefat .num { 199 text-align: center; 200 } 167 .widefat .num { text-align: center; } 201 168 202 #wpbody .wrap { 203 position: relative; 204 } 169 #wpbody .wrap { position: relative; } 205 170 206 171 .wrap, .updated, .error { 207 172 margin: 0 15px; … … 231 196 text-decoration: none; 232 197 padding-bottom: 2px; 233 198 } 234 199 /* little conflict with "text-decoration" for "udated" class link above. Please check it. */ 235 200 .wrap h2 { 236 201 border-bottom-width: 1px; 237 202 border-bottom-style: solid; 238 203 clear: both; 239 204 font: 24px Georgia, "Times New Roman", Times, serif; 240 205 margin: 5px 0 10px -4px; 241 padding: 0; 242 padding-bottom: 7px; 243 padding-right: 280px; 206 padding: 0 280px 7px 0; 244 207 } 245 208 246 209 .wrap h2.long-header {