Changeset 7178
- Timestamp:
- 03/07/08 01:17:21 (9 months ago)
- Files:
-
- trunk/wp-admin/admin-header.php (modified) (1 diff)
- trunk/wp-admin/css/colors-fresh.css (added)
- trunk/wp-admin/css/dashboard.css (modified) (15 diffs)
- trunk/wp-admin/css/global.css (modified) (7 diffs)
- trunk/wp-admin/css/media.css (modified) (9 diffs)
- trunk/wp-admin/css/theme-editor.css (modified) (1 diff)
- trunk/wp-admin/css/upload.css (modified) (11 diffs)
- trunk/wp-admin/css/widgets.css (modified) (9 diffs)
- trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
- trunk/wp-admin/wp-admin.css (modified) (72 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/admin-header.php
r7130 r7178 31 31 wp_admin_css( 'css/global' ); 32 32 wp_admin_css(); 33 wp_admin_css( 'css/colors-fresh' ); 33 34 ?> 34 35 <!--[if gte IE 6]> trunk/wp-admin/css/dashboard.css
r7088 r7178 1 1 #rightnow { 2 border: 1px solid #ccc; 2 border-width: 1px; 3 border-style: solid; 3 4 padding: 2px; 4 5 margin-top: 10px; … … 7 8 8 9 #rightnow .reallynow { 9 background: #d54e21;10 10 padding: 6px; 11 color: #fff;12 11 font-size: 15px; 13 12 line-height: 2; … … 16 15 17 16 #rightnow .rbutton { 18 background: #ebebeb;19 17 font-weight: normal; 20 color: #264761;21 18 padding: 6px; 22 19 border-bottom: none; … … 25 22 -webkit-border-radius: 2px; 26 23 border-radius: 2px; 24 text-decoration: none; 27 25 } 28 26 … … 44 42 45 43 #rightnow .youhave { 46 background: #f0f6fb;47 44 font-size: 14px; 48 45 padding: 10px; … … 54 51 55 52 #rightnow a { 56 color: #448abd;57 53 font-weight: bold; 58 border-bottom: 1px solid #448abd; 59 } 60 61 #rightnow a:hover { 62 color: #d54e21; 54 border-bottom-width: 1px; 55 border-botom-style: solid 63 56 } 64 57 … … 95 88 position: relative; 96 89 margin-right: 20px; 97 border: 1px solid #ccc; 90 border-width: 1px; 91 border-style: solid; 98 92 padding: 2px; 99 93 height: 27em; … … 103 97 104 98 h3.dashboard-widget-title { 105 background-color: #eaf3fa;106 99 margin: 0; 107 100 padding: 0 7px; … … 111 104 112 105 h3.dashboard-widget-title span { 113 background-color: #eaf3fa;114 106 display: block; 115 107 text-align: left; … … 118 110 119 111 h3.dashboard-widget-title small { 120 background-color: #eaf3fa;121 112 display: block; 122 113 text-align: right; 123 114 float: right; 124 115 font-size: 75%; 125 line-height: 2.67; /* math: it works */116 line-height: 2.67; /* math: it works, bitches */ 126 117 } 127 118 … … 131 122 132 123 div.dashboard-widget-notice { 133 background-color: #cfe1ef;134 124 padding: 0 14px; 135 125 font-size: 1.2em; … … 138 128 139 129 div.dashboard-widget-error { 140 background-color: #c43;141 130 padding: 0 20px; 142 131 font-size: 1.2em; … … 149 138 150 139 div.dashboard-widget-submit { 151 border-top: 1px solid #ccc; 140 border-top-width: 1px; 141 border-top-style: solid; 152 142 margin: 10px 15px; 153 143 padding-top: 10px; … … 203 193 204 194 #dashboard_secondary div.dashboard-widget-content ul li a { 205 background: #DDDDDDnone repeat scroll 0%;206 display: block;195 background: #ddd none repeat scroll 0%; 196 display: block; 207 197 height:100%; 208 198 overflow:hidden; 209 199 margin: 5px 10px; 200 text-decoration: none; 210 201 padding: .5em; 211 202 } … … 246 237 #dashboard_primary span.rss-date { 247 238 font-size: 14px; 248 color: #999;249 239 } 250 240 trunk/wp-admin/css/global.css
r7174 r7178 1 1 /* styles for use by people extending the WordPress interface */ 2 2 3 a { color: #2583ad; }4 5 a:hover, .subsubsub a:hover, .subsubsub a.current:hover { color: #d54e21; }6 3 7 4 body { 8 background: #ffffff;9 color: #333333;10 5 margin: 0; 11 6 padding: 0; … … 36 31 .alignright { float: right; } 37 32 38 .alternate { background: #f9f9f9; }39 33 40 34 .clear { clear: both; height: 2px; } … … 43 37 44 38 .subsubsub { 45 color: #999;46 39 list-style: none; 47 40 margin: 15px 0 10px 0; … … 53 46 .subsubsub a { line-height: 200%; padding: 3px; text-decoration: none; } 54 47 55 .subsubsub a.current { color: #000;font-weight: bold; background: none; border: none;}48 .subsubsub a.current { font-weight: bold; background: none; border: none;} 56 49 57 50 .subsubsub li { display: inline; margin: 0; padding: 0; } 58 51 59 52 .widefat { 60 border: 1px solid #ccc; 53 border-width: 1px; 54 border-style: solid; 61 55 border-collapse: collapse; 62 56 width: 100%; … … 69 63 70 64 .widefat td, .widefat th { 71 border-bottom: 1px solid #ccc; 65 border-bottom-width: 1px; 66 border-bottom-style: solid; 67 border-bottom-color: #ccc; 72 68 font-size: 12px; 73 69 padding: 10px 10px 20px; … … 87 83 } 88 84 89 .widefat thead, .thead { background: #464646; color: #d7d7d7; }90 91 85 .wrap { 92 86 margin: 0; … … 98 92 99 93 .wrap h2 { 100 border-bottom: 1px solid #dadada; 94 border-bottom-width: 1px; 95 border-bottom-style: solid; 101 96 clear: both; 102 color: #666666;103 97 font: 24px Georgia, "Times New Roman", Times, serif; 104 98 margin: 5px 0 0 -4px; trunk/wp-admin/css/media.css
r7160 r7178 1 1 div#media-upload-header { 2 background-color: #e4f2fd;3 2 margin: 0; 4 3 padding: 0 5px; 5 4 font-weight: bold; 6 5 position: relative; 7 border-bottom: 1px solid #c6d9e9; 6 border-bottom-width: 1px; 7 border-bottom-style: solid; 8 8 height: 2.5em; 9 9 } … … 20 20 margin: 1em; 21 21 font-weight: bold; 22 color: #f00;23 22 } 24 23 … … 39 38 40 39 .media-upload-form label.form-help, td.help { 41 color: #9a9a9a;42 40 font-style: italic; 43 41 font-weight: normal; … … 99 97 100 98 #media-items { 101 border: 1px solid #c0c0c0; 99 border-width: 1px; 100 border-style: solid; 102 101 border-bottom: none; 103 102 width: 623px; 104 103 } 105 104 .media-item { 106 border-bottom: 1px solid #d0d0d0; 105 border-bottom-width: 1px; 106 border-bottom-style: solid; 107 107 width: 623px; 108 108 position: relative; … … 123 123 margin: 0 0 5px 50px; 124 124 font-weight: bold; 125 color: #f00;126 125 } 127 126 … … 136 135 width: 0px; 137 136 height: 100%; 138 b ackground-color: #e8e8e8;139 border-right : 3px solid #99d;137 border-right-width: 3px; 138 border-right-style: solid; 140 139 } 141 140 .media-item .thumbnail { … … 151 150 } 152 151 .describe { 153 border-top: 1px solid #d0d0d0; 152 border-top-width: 1px; 153 border-top-style: solid; 154 154 padding: 5px; 155 155 width: 100%; … … 160 160 } 161 161 .required abbr { 162 color: red;163 162 text-decoration: none; 164 163 border: none; … … 201 200 text-align: center; 202 201 } 203 a.delete { 204 color: #666; 205 } 202 206 203 .hidden { 207 204 height: 0px; trunk/wp-admin/css/theme-editor.css
r6908 r7178 38 38 .nonessential { 39 39 font-size: small; 40 color: #999999;41 40 } 42 41 43 42 .highlight { 44 background-color: #E4F2FD;45 43 padding: 1px; 46 color: #d54e21;47 44 } trunk/wp-admin/css/upload.css
r5631 r7178 4 4 5 5 #upload-menu { 6 border-top: 2em solid #247fab; 6 border-top-width: 2em; 7 border-top-style: solid; 7 8 margin: 0; 8 9 padding: 0; … … 12 13 } 13 14 14 body > #upload-menu { border-bottom: 7px solid #fff; } 15 body > #upload-menu { border-bottom-width: 7px; 16 border-bottom-style: solid;} 15 17 16 18 #upload-menu li { … … 20 22 padding-bottom: 5px; 21 23 border: none; 22 border-top: 3px solid #247fab; 24 border-top-width: 3px; 25 border-top-style:solid; 23 26 } 24 27 … … 31 34 text-decoration: none; 32 35 border-bottom: none; 33 color: #fff;34 36 } 35 37 36 38 #upload-menu li.current { 37 border-right: 2px solid #448abd; 38 color: #000; 39 } 40 41 #upload-menu li.current a.upload-tab-link, #upload-menu li a:hover { 42 background: #f9fcfe; 43 color: #000; 39 border-right-width: 2px; 40 border-right-style: solid; 44 41 } 45 42 46 43 #upload-menu li #current-tab-nav { 47 background: #f9fcfe;48 44 float: left; 49 45 padding: 5px 5px 0 0; … … 56 52 } 57 53 58 #upload-menu li span a.page-numbers { color: #00019b; }59 54 #upload-menu li span a.page-numbers:hover { text-decoration: underline; } 60 55 … … 76 71 width: 95%; 77 72 height: 100%; 78 background: #f9fcfe;79 73 } 80 74 … … 102 96 display: inline; 103 97 border: none; 104 color: #000;105 98 font-size: 1.4em; 106 99 line-height: 1.4em; … … 110 103 margin: .4em 0 .5em; 111 104 display: block; 112 border-bottom : .5em solid #e5f3ff;113 color: #333;105 border-bottom-width: .5em; 106 border-bottom-style: solid; 114 107 font: normal 32px/5px serif; 115 108 clear: both; … … 140 133 } 141 134 142 #upload-file-view a img { padding-bottom: .2em; border-bottom: 1px solid #6699CC; } 135 #upload-file-view a img { 136 padding-bottom: .2em; 137 border-bottom-width: 1px; 138 border-bottom-style: solid; 139 } 143 140 144 141 #upload-files a.file-link { … … 146 143 width: 130px; 147 144 height: 128px; 148 background-color: rgb(209, 226, 239);149 145 text-align: center; 150 146 overflow: hidden; … … 201 197 width: 300px; 202 198 } 203 204 input.readonly { background-color: #ddd; }trunk/wp-admin/css/widgets.css
r7141 r7178 24 24 25 25 div#available-widgets-filter { 26 border-bottom: 1px solid #ccc; 26 border-bottom-width: 1px; 27 border-bottom-style: solid; 27 28 } 28 29 … … 43 44 padding: .7em 1em; 44 45 margin: 0; 45 border-bottom: 1px solid #ccc; 46 border-bottom-width: 1px; 47 border-bottom-style: solid; 46 48 background-color: transparent; 47 49 line-height: 1; … … 54 56 width: 200px; 55 57 float: left; 56 background-color: #f0f0f0;57 color: #000;58 58 -moz-border-radius: 3px; 59 59 -khtml-border-radius: 3px; 60 60 -webkit-border-radius: 3px; 61 border-radius: 3px; 61 border-radius: 3px;; 62 62 } 63 63 64 64 #dragHelper h4.widget-title { 65 color: #fff;66 background-color: #2683ae;67 65 padding: .5em 1em; 68 66 margin: 0; … … 92 90 93 91 li.widget-list-control-item { 94 background-color: #eaf3fa;95 92 margin: 0 0 1em; 96 93 -moz-border-radius: 3px; … … 102 99 li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 { 103 100 margin: 0; 104 background-color: #2683ae;105 101 padding: .5em 1em; 106 color: #fff;107 102 -moz-border-radius: 3px; 108 103 -khtml-border-radius: 3px; … … 113 108 .widget-control-save, .widget-control-remove { 114 109 padding: 4px 6px; 115 color: #246;116 background: #cee1ef;117 110 -moz-border-radius: 3px; 118 111 -khtml-border-radius: 3px; … … 121 114 margin-right: 8px; 122 115 float: left; 116 text-decoration: none; 123 117 } 124 118 … … 133 127 #dragHelper li.widget-list-control-item h4.widget-title a, 134 128 #draghelper li.widget-list-control-item h4.widget-title a:visited { 135 color: #fff;136 129 right: 2em; 137 130 } 138 131 139 132 li.widget-list-control-item h4.widget-title a:hover { 140 color: #fff; 133 141 134 text-decoration: none; 142 135 border-bottom: none; … … 157 150 margin-right: -10px; /* Correction for padding, margin, border of inputs */ 158 151 padding: 0 0 1em; 159 border-top: 1px solid #ccc; 152 border-top-width: 1px; 153 border-top-style: solid; 160 154 padding: 0.5em 0 1em 0; 161 155 } 162 156 163 ul.widget-control-list .sorthelper { 164 background-color: #ccf3fa; 157 ul.widget-control-list .widget-title { 158 cursor: move; 159 } 165 160 166 }167 161 168 162 div#current-widgets { 169 163 padding-top: 1em; 170 border-top: 1px solid #ccc; 171 border-bottom: 1px solid #ccc; 164 border-width: 1px; 165 border-style: solid; 166 borde-right-style: none; 167 border-left-style: none; 172 168 } 173 169 174 #current-widgets .drop-widget-here {175 background-color: #ffc176 }trunk/wp-admin/includes/dashboard.php
r7140 r7178 374 374 return false; 375 375 376 echo "<ul >\n";376 echo "<ul id='planetnews'>\n"; 377 377 378 378 $rss->items = array_slice($rss->items, 0, $items); trunk/wp-admin/wp-admin.css
r7174 r7178 1 #plugins tr {2 background: #f0f0f0;3 }4 5 1 #plugins .name { 6 2 font-weight: bold; 7 3 } 8 4 9 #plugins .active {10 background: #fff;11 }12 13 5 #plugins p { 14 6 margin: 0 4px; … … 18 10 #plugins .togl { 19 11 width: 150px; 20 border-right: 1px solid #ccc; 12 border-right-width: 1px; 13 border-right-style: solid; 21 14 } 22 15 23 16 .import-system { 24 17 font-size: 16px; 25 }26 27 .form-invalid {28 background-color: #ffebe8 !important;29 }30 31 .form-invalid input {32 border: 1px solid #c00 !important;33 18 } 34 19 … … 48 33 width: 250px; 49 34 } 35 36 .form-invalid input { 37 border-width: 1px; !important 38 border-style: solid; !important 39 } 40 50 41 51 42 form#upload #post_content { … … 76 67 display: block; 77 68 margin: auto; 78 background: #f1f1f1;79 border: 1px solid #ccc;80 69 margin-bottom: 10px; 81 70 overflow: hidden; 82 } 83 84 .available-theme a.screenshot:hover { 85 /* border: 1px solid #666;*/ 71 border-width: 1px; 72 border-style: solid; 86 73 } 87 74 … … 91 78 92 79 .checkbox { 93 background: #fff;94 80 border: none; 95 81 margin: 0; … … 102 88 103 89 .commentlist li { 104 border-bottom: 1px solid #ccc;105 90 padding: 1em 1em .2em; 106 91 margin: 0; 92 border-bottom-width: 1px; 93 border-bottom-style: solid; 107 94 } 108 95 … … 128 115 129 116 .quicktags, .search { 130 background: #ccc;131 color: #000;132 117 font: 12px Georgia, "Times New Roman", Times, serif; 133 118 } … … 148 133 149 134 .side-info { 150 background: #fff;151 135 margin: 0; 152 136 padding: 4px; … … 156 140 .side-info h5 { 157 141 padding-bottom: 8px; 158 border-bottom: 1px solid #dadada;159 142 font-size: 14px; 160 143 margin-bottom: 6px; 144 border-bottom-width: 1px; 145 border-bottom-style: solid; 161 146 } 162 147 … … 164 149 margin: 0; 165 150 padding-left: 18px; 166 color: #666;167 151 list-style: square; 168 152 } … … 177 161 -webkit-border-radius: 3px; 178 162 border-radius: 3px; 179 color: #246;180 background: #e5e5e5;181 163 cursor: pointer; 182 164 text-decoration: none; 183 165 } 184 166 185 .button-secondary {186 background: #cee1ef;187 }188 189 .submit input:hover, .button:hover, .button-secondary:hover {190 color: #d54e21;191 }192 193 167 select { 194 background: #fff;195 border: 1px solid #ddd;196 168 font: 12px/14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 197 169 padding: 0; 198 } 199 200 .submit a { 201 color: #fff; 170 border-width: 1px; 171 border-style: solid; 202 172 } 203 173 … … 209 179 display: inline; 210 180 } 181 182 .updated a { 183 border-bottom-width: 1px; 184 border-bottom-style: solid; 185 } 186 211 187 212 188 .unapproved .unapprove { … … 217 193 margin: auto 25px 20px 15px; 218 194 padding: 0 15px; 195 border-width: 1px; 196 border-style: solid; 219 197 } 220 198 … … 225 203 .updated a, .error a { 226 204 text-decoration: underline; 227 }228 229 .updated {230 background: #ffffe0;231 border: 1px solid #e6db55;232 205 } 233 206 … … 235 208 text-decoration: none; 236 209 padding-bottom: 2px; 237 border-bottom: 1px solid #2583ad;238 }239 240 .error {241 background: #ffebe8;242 border: 1px solid #c00;243 }244 245 .error a {246 color: #c00;247 210 } 248 211 … … 265 228 } 266 229 267 input.disabled, textarea.disabled {268 background: #ccc;269 }270 230 271 231 #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox { … … 300 260 #currenttheme img { 301 261 float: left; 302 border: 1px solid #666;303 262 margin-right: 1em; 304 263 margin-bottom: 1.5em; 305 264 width: 300px; 265 border-width: 1px; 266 border-style: solid; 306 267 } 307 268 308 269 #quicktags { 309 background: #cee1ef;310 270 padding: 0; 311 271 border: 0 none; … … 317 277 318 278 #ed_toolbar input { 319 background: #fff url( images/fade-butt.png ) repeat-x 0 -2px;320 279 margin: 3px 2px 2px; 321 280 } … … 326 285 327 286 #quicktags #ed_link { 328 color: blue;329 287 text-decoration: underline; 330 288 } … … 389 347 390 348 #postcustom table { 391 border: 1px solid #ccc;392 349 margin: 0; 393 350 width: 100%; 351 border-width: 1px; 352 border-style: solid; 394 353 } 395 354 … … 440 399 } 441 400 442 #your-profile #rich_editing {443 border: none;444 background: #fff;445 }446 447 401 #your-profile fieldset { 448 border: 1px solid #ccc; 402 border-width: 1px; 403 border-style: solid; 449 404 float: left; 450 405 width: 40%; … … 481 436 482 437 div.nav { 483 background-color: #eaf3fa;484 438 padding: 0.7em 1em; 485 439 margin: .7em 0; … … 488 442 .page-numbers { 489 443 padding: 2px 4px; 490 border: 1px solid #fff;491 444 margin-right: 3px; 492 background-color: #fff; 493 } 494 495 a.page-numbers { 496 border: 1px solid #ccc; 497 } 498 499 a.page-numbers:hover { 500 border: 1px solid #999; 445 border-width: 1px; 446 border-style: solid; 501 447 } 502 448 503 449 .page-numbers.current { 504 border: 1px solid #328ab2;505 450 font-weight: bold; 506 b ackground-color: #328ab2;507 color: #fff;451 border-width: 1px; 452 border-style: solid; 508 453 } 509 454 … … 527 472 } 528 473 529 .tablenav .dots {530 background-color: #e4f2fd;531 border-color: #e4f2fd;532 }533 534 474 .tablenav a.button-secondary { 535 475 display: inline-block; … … 538 478 539 479 .tablenav .next, .tablenav .prev{ 540 border-color: #e4f2fd; 541 background-color: #e4f2fd; 542 border-bottom: 1px solid #2583ad; 543 padding: 0; 544 color: #2583ad; 545 } 546 547 .tablenav .next:hover, .tablenav .prev:hover { 548 color: #d54e21; 549 border-color: #e4f2fd; 550 border-bottom: 1px solid #d54e21; 480 padding: 0; 481 border-bottom-width: 1px; 482 border-bottom-style: solid; 551 483 } 552 484 553 485 .tablenav { 554 background-color: #eaf3fa;555 486 padding: 10px 10px 8px; 556 487 clear: both; … … 579 510 580 511 #update-nag, .plugin-update { 581 border-bottom: 1px solid #ccc;582 border-top: 1px solid #ccc;583 background: #fffeeb;584 512 line-height: 29px; 585 513 font-size: 12px; 586 color: #555;587 514 text-align: center; 515 border-bottom-width: 1px; 516 border-bottom-style: solid; 517 border-top-width: 1px; 518 border-top-style: solid; 588 519 } 589 520 590 521 #update-nag a, .plugin-update a { 591 522 font-size: 1.1em; 592 }593 #update-nag a:link, .plugin-update a:link {594 color: #036;595 523 } 596 524 … … 599 527 margin-top: 3px; 600 528 text-align: center; 601 background-color: #e3e3e3; 602 border: 1px solid #000000; 603 } 604 605 #pass-strength-result.short { 606 background-color: #e3e3e3; 607 border: 1px solid #000000; 608 } 609 610 #pass-strength-result.bad { 611 background-color: #ffeff7; 612 border: 1px solid #cc6699; 613 } 614 615 #pass-strength-result.good { 616 background-color: #effff4; 617 border: 1px solid #66cc87; 618 } 619 620 #pass-strength-result.strong { 621 background-color: #59ef86; 622 border: 1px solid #319f52; 529 border-width: 1px; 530 border-style: solid; 623 531 } 624 532 … … 634 542 right: 15px; 635 543 top: 11px; 636 color: #ccc;637 544 font-size: 11px; 638 545 } … … 641 548 margin: 0; 642 549 padding: 0; 643 }644 645 #user_info a {646 color: #fff;647 550 } 648 551 … … 652 555 653 556 #wphead { 654 border-top : 30px solid #464646;655 b ackground: #e4f2fd;557 border-top-width: 30px; 558 border-top-style: solid; 656 559 } 657 560 … … 666 569 } 667 570 #wphead #viewsite a { 668 background-color: #c6d9e9;669 571 font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 670 572 padding: 6px; 671 573 display: block; 672 color: #246;673 574 letter-spacing: normal; 674 575 -moz-border-radius: 3px; … … 677 578 border-radius: 3px; 678 579 } 679 #wphead #viewsite a:hover { 680 color: #d54e21; 681 } 580 682 581 #wphead h1 { 683 582 font: normal 36px Georgia, "Times New Roman", Times, serif; 684 color: #555;685 583 padding: 11px 170px 16px 12px; 686 584 margin: 0; … … 701 599 702 600 #dashmenu a { 703 color: #999;704 601 padding: 5px 6px; 705 602 line-height: 220%; … … 708 605 709 606 #dashmenu a.current { 710 background: #e4f2fd;711 color: #555;712 607 border: none; 713 608 -moz-border-radius-topleft: 3px; … … 721 616 } 722 617 723 #dashmenu a:hover {724 color: #fff;725 }726 727 #dashmenu a.current:hover {728 color: #555;729 }730 731 618 #adminmenu { 732 619 margin: 0; 733 620 list-style: none; 734 background-color: #e4f2fd;735 border-bottom: 1px solid #c6d9e9;736 621 padding-left: 11px; 737 } 738 739 /* Because we don't want visited on these links */ 740 #adminmenu a, #submenu a { 741 color: #2583ad; 622 border-bottom-width: 1px; 623 border-bottom-style: solid; 742 624 } 743 625 … … 749 631 750 632 #adminmenu a.current, #sidemenu a.current { 751 background: #fff;752 color: #d54e21;753 border: 1px solid #c6d9e9;754 border-bottom: 1px solid #fff;755 633 font-weight: normal; 756 634 padding-left: 6px; … … 764 642 -webkit-border-top-right-radius: 4px; 765 643 border-top-right-radius: 4px; 644 border-width: 1px; 645 border-style: solid; 766 646 } 767 647 768 648 #adminmenu a.current { 769 border-bottom: 2px solid #fff; 770 } 771 772 #adminmenu a:hover, #sidemenu a:hover { 773 color: #d54e21; 649 border-bottom-width: 2px; 774 650 } 775 651 776 652 #sidemenu { 777 653 margin: -30px 15px 0 315px; 778 color: #999;779 654 list-style: none; 780 655 position: relative; … … 788 663 display: block; 789 664 float: left; 790 background-color: #e4f2fd;791 border-top: 1px solid #e4f2fd;792 border-bottom: 1px solid #c6d9e9;793 665 line-height: 28px; 666 border-top-width: 1px; 667 border-top-style: solid; 668 border-bottom-width: 1px; 669 border-bottom-style: solid; 794 670 } 795 671 … … 812 688 margin-left: -0.2em; 813 689 font-size: 0.7em; 814 background-image: url(images/comment-stalk.gif);815 690 background-repeat: no-repeat; 816 691 background-position: 0 bottom; … … 820 695 821 696 .post-com-count { 822 background-image: url(images/comment-stalk.gif);823 697 background-repeat: no-repeat; 824 698 background-position: -240px bottom; … … 828 702 display: block; 829 703 position: absolute; 830 color: #fff;704 text-decoration: none; 831 705 } 832 706 833 707 .post-com-count span { 834 color: #fff;835 708 top: -0.7em; 836 709 right: 0; … … 840 713 line-height: 1.3em; 841 714 padding: 0 0.6em; 842 background-color: #bbb;843 715 -moz-border-radius: 3px; 844 716 -khtml-border-radius: 3px; … … 851 723 } 852 724 853 strong .post-com-count span {854 background-color: #2583ad;855 }856 857 725 .post-com-count:hover { 858 726 background-position: 0 bottom; 859 727 } 860 728 861 .post-com-count:hover span {862 background-color: #d54e21;863 }864 865 729 #adminmenu li a:hover #awaiting-mod { 866 730 background-position: -80px bottom; … … 868 732 869 733 #adminmenu li a #awaiting-mod span { 870 color: #fff;871 734 top: -0.8em; 872 735 right: 0; … … 876 739 line-height: 1.3em; 877 740 padding: 0 0.8em; 878 background-color: #d54e21;879 741 -moz-border-radius: 3px; 880 742 -khtml-border-radius: 3px; … … 883 745 } 884 746 885 #adminmenu li a:hover #awaiting-mod span {886 background-color: #264761;887 }888 889 747 #submenu { 890 748 margin: 0; … … 895 753 #submenu a { 896 754 font-size: 14px; 897 }898 899 #submenu a.current, #submenu a:hover {900 color: #d54e21;901 755 } 902 756 … … 924 778 padding: 10px 0 0 65px; 925 779 margin: 0; 926 background: #464646 url('images/logo-ghost.png') no-repeat 20px 10px;927 color: #999;928 780 position: relative; 929 781 margin-top: -75px; 930 }931 932 #footer a {933 color: #fff;934 782 } 935 783 … … 951 799 margin-bottom: 9px; 952 800 padding: 10px; 953 border-bottom: 8px solid #fff;954 801 line-height: 20px; 802 border-bottom-width: 8px; 803 border-bottom-style: solid; 804 955 805 } 956 806 … … 958 808 text-align: left; 959 809 padding: 10px; 960 border-bottom: 8px solid #fff;961 810 width: 150px; 962 } 963 964 .form-table tr { 965 background: #eaf3fa; 966 } 967 968 .form-table input { 969 border: 1px solid #c6d9e9; 970 } 971 972 .form-table textarea { 973 border: 1px solid #c6d9e9; 811 border-bottom-width: 8px; 812 border-bottom-style: solid; 813 } 814 815 .form-table input, .form-table textarea { 816 border-width: 1px; 817 border-style: solid; 974 818 } 975 819 … … 994 838 width: 10px; 995 839 height: 10px; 996 background: url(images/xit.gif) no-repeat;997 840 display: block; 998 841 float: left; … … 1000 843 overflow: hidden; 1001 844 } 1002 #tagchecklist span a:hover {1003 background: url(images/xit.gif) no-repeat -10px 0;1004 }1005 845 1006 846 .howto { 1007 847 font-style: italic; 1008 848 display: block; 1009 color: #999;1010 849 } 1011 850 1012 851 .ac_results { 1013 border: 1px solid gray;1014 background-color: white;1015 852 padding: 0; 1016
