Changeset 654 for trunk/wp-admin/wp-admin.css
- Timestamp:
- 12/27/2003 08:55:03 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/wp-admin.css (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r644 r654 1 * html #poststuff { 2 height: 100%; /* kill peekaboo bug in IE */ 3 } 4 1 5 a { 2 6 border-bottom: 1px solid #69c; 3 7 color: #00019b; 4 8 text-decoration: none; 9 } 10 11 a.delete:hover { 12 background: #c00; 13 color: #fff; 14 } 15 16 a.edit, a.delete, a.edit:hover, a.delete:hover { 17 border-bottom: none; 18 display: block; 19 padding: 5px 0; 20 text-align: center; 21 } 22 23 a.edit:hover { 24 background: #ccc; 25 color: #036; 5 26 } 6 27 … … 74 95 75 96 textarea, input, select { 76 background: #f 0f0f0;77 border: 1px solid # ccc;97 background: #f4f4f4; 98 border: 1px solid #d8d8d8; 78 99 font-family: Georgia, "Times New Roman", Times, serif; 79 100 margin: 1px; … … 102 123 } 103 124 104 .post-categories li {125 .post-categories li, #ed_toolbar { 105 126 display: inline; 106 127 } … … 137 158 font-size: 18px; 138 159 margin: 6px 0; 160 } 161 162 #adminmenu .current, #adminmenu2 .current { 163 font-weight: bold; 139 164 } 140 165 … … 157 182 border: 1px solid #9d9d9d; 158 183 color: #171717; 159 }160 161 #adminmenu .current, #adminmenu2 .current {162 font-weight: bold;163 184 } 164 185 … … 213 234 font-weight: bold; 214 235 width: 25px; 215 }216 217 #ed_toolbar {218 display: inline;219 236 } 220 237 … … 255 272 } 256 273 257 * html #poststuff {258 height: 100%; /* kill peekaboo bug in IE */259 }260 261 274 #poststuff textarea { 262 275 width: 99%; … … 291 304 #titlediv, #poststatusdiv, #commentstatusdiv, #pingstatusdiv, #postpassworddiv { 292 305 float: left; 306 height: 6em; 293 307 margin-right: 5px; 294 height: 6em;295 308 } 296 309 297 310 #wphead { 311 background: url(../wp-images/header-shadow.png) repeat-x #f2f2f2; 298 312 height: 42px; 299 313 margin: 0; 300 background: repeat-x url(../wp-images/header-shadow.png) #f2f2f2;301 314 } 302 315 303 316 #wphead a { 317 background: url(../wp-images/wp-small.png) no-repeat; 318 border-bottom: none; 304 319 display: block; 305 background: url(../wp-images/wp-small.png) no-repeat;306 320 height: 42px; 321 line-height: 30px; 322 margin: 3px 0 0 5px; 307 323 text-decoration: none; 308 324 text-indent: -1000px; 309 line-height: 30px;310 325 width: 200px; 311 border-bottom: none; 312 margin: 3px 0 0 5px; 313 } 326 }
Note: See TracChangeset
for help on using the changeset viewer.