| 1 |
/* |
| 2 |
Scheme: WordPress 2.3 |
| 3 |
Colors: 000000|14568A|448ABD|83B4D8 |
| 4 |
Author of Basis: James Dick |
| 5 |
Basis from Plugin: http://www.jamesdimick.com/creations/easy-admin-color-schemes/ |
| 6 |
*/ |
| 7 |
a.page-numbers:hover { |
| 8 |
border-color: #999; |
| 9 |
} |
| 10 |
|
| 11 |
body > #upload-menu { |
| 12 |
border-bottom-color: #fff; |
| 13 |
} |
| 14 |
|
| 15 |
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat { |
| 16 |
border-color: #ccc; |
| 17 |
} |
| 18 |
|
| 19 |
div.dashboard-widget-error { |
| 20 |
background-color: #c43; |
| 21 |
} |
| 22 |
|
| 23 |
div.dashboard-widget-notice { |
| 24 |
background-color: #F0F6FB; |
| 25 |
} |
| 26 |
|
| 27 |
div.dashboard-widget-submit, ul.widget-control-list div.widget-control-actions { |
| 28 |
border-top-color: #ccc; |
| 29 |
} |
| 30 |
|
| 31 |
input.disabled, textarea.disabled { |
| 32 |
background-color: #ccc; |
| 33 |
} |
| 34 |
|
| 35 |
li.widget-list-control-item h4.widget-title a:hover, .submit a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a, |
| 36 |
#dragHelper li.widget-list-control-item h4.widget-title a, |
| 37 |
#draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover { |
| 38 |
color: #fff; |
| 39 |
} |
| 40 |
|
| 41 |
ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form { |
| 42 |
background-color: #cfebf7; |
| 43 |
} |
| 44 |
|
| 45 |
div.ui-tabs-panel { |
| 46 |
border-color: #cfebf7; |
| 47 |
} |
| 48 |
|
| 49 |
select { |
| 50 |
background-color: #fff; |
| 51 |
border-color: #ddd; |
| 52 |
} |
| 53 |
|
| 54 |
strong .post-com-count span { |
| 55 |
background-color: #2583ad; |
| 56 |
} |
| 57 |
|
| 58 |
.button-secondary, #login form .submit input { |
| 59 |
background-color: #8ebddc !important; |
| 60 |
} |
| 61 |
|
| 62 |
ul#widget-list li.widget-list-item h4.widget-title { |
| 63 |
background-color: #f0f0f0; |
| 64 |
color: #000; |
| 65 |
} |
| 66 |
|
| 67 |
ul.widget-control-list .sorthelper { |
| 68 |
background-color: #ccf3fa; |
| 69 |
} |
| 70 |
|
| 71 |
.ac_match, .subsubsub a.current, h2 { |
| 72 |
color: #000; |
| 73 |
} |
| 74 |
|
| 75 |
.ac_over { |
| 76 |
background-color: #f0f0b8; |
| 77 |
} |
| 78 |
|
| 79 |
.ac_results { |
| 80 |
background-color: #fff; |
| 81 |
border-color: #808080; |
| 82 |
} |
| 83 |
|
| 84 |
.ac_results li { |
| 85 |
color: #101010; |
| 86 |
} |
| 87 |
|
| 88 |
.alternate { |
| 89 |
background-color: #f9f9f9; |
| 90 |
} |
| 91 |
|
| 92 |
.available-theme a.screenshot { |
| 93 |
background-color: #f1f1f1; |
| 94 |
border-color: #ccc; |
| 95 |
} |
| 96 |
|
| 97 |
.bar { |
| 98 |
background-color: #e8e8e8; |
| 99 |
border-right-color: #99d; |
| 100 |
} |
| 101 |
|
| 102 |
.describe { |
| 103 |
border-top-color: #d0d0d0; |
| 104 |
} |
| 105 |
|
| 106 |
#login #login_error { |
| 107 |
background-color: #ffebe8; |
| 108 |
border-color: #c00; |
| 109 |
} |
| 110 |
|
| 111 |
.form-invalid { |
| 112 |
background-color: #ffebe8 !important; |
| 113 |
} |
| 114 |
|
| 115 |
.form-invalid input { |
| 116 |
border-color: #c00 !important; |
| 117 |
} |
| 118 |
|
| 119 |
.form-table input, .form-table textarea { |
| 120 |
border-color: #c6d9e9; |
| 121 |
} |
| 122 |
|
| 123 |
.form-table td, .form-table th { |
| 124 |
border-bottom-color: #fff; |
| 125 |
} |
| 126 |
|
| 127 |
.highlight { |
| 128 |
background-color: #cfebf7; |
| 129 |
color: #d54e21; |
| 130 |
} |
| 131 |
|
| 132 |
.howto, .nonessential, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite { |
| 133 |
color: #999; |
| 134 |
} |
| 135 |
|
| 136 |
.media-item { |
| 137 |
border-bottom-color: #d0d0d0; |
| 138 |
} |
| 139 |
|
| 140 |
.media-upload-form label.form-help, td.help { |
| 141 |
color: #9a9a9a; |
| 142 |
} |
| 143 |
|
| 144 |
.page-numbers { |
| 145 |
background-color: #fff; |
| 146 |
border-color: #fff; |
| 147 |
} |
| 148 |
|
| 149 |
.page-numbers.current { |
| 150 |
background-color: #328ab2; |
| 151 |
border-color: #328ab2; |
| 152 |
color: #fff; |
| 153 |
} |
| 154 |
|
| 155 |
.post-com-count { |
| 156 |
background-image: url(../../../../wp-admin/images/bubble_bg.gif); |
| 157 |
color: #fff; |
| 158 |
} |
| 159 |
|
| 160 |
.post-com-count span { |
| 161 |
background-color: #bbb; |
| 162 |
color: #fff; |
| 163 |
} |
| 164 |
|
| 165 |
.post-com-count:hover span { |
| 166 |
background-color: #d54e21; |
| 167 |
} |
| 168 |
|
| 169 |
.quicktags, .search { |
| 170 |
background-color: #ccc; |
| 171 |
color: #000; |
| 172 |
} |
| 173 |
|
| 174 |
.side-info h5, .bordertitle { |
| 175 |
border-bottom-color: #dadada; |
| 176 |
} |
| 177 |
|
| 178 |
.side-info ul, .widget-description { |
| 179 |
color: #666; |
| 180 |
} |
| 181 |
|
| 182 |
.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save { |
| 183 |
background-color: #e5e5e5; |
| 184 |
color: #07273e; |
| 185 |
border-color: #a3a3a3; |
| 186 |
} |
| 187 |
|
| 188 |
.button[disabled], .button:disabled { |
| 189 |
background-color: #999; |
| 190 |
} |
| 191 |
|
| 192 |
.tablenav .button-secondary { |
| 193 |
border-color: #5396c5; |
| 194 |
} |
| 195 |
|
| 196 |
.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover { |
| 197 |
border-color: #535353; |
| 198 |
} |
| 199 |
|
| 200 |
.submit input:hover, .button:hover, .button-secondary:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover { |
| 201 |
color: #d54e21; |
| 202 |
} |
| 203 |
|
| 204 |
.button-secondary:hover, #login form .submit input:hover { |
| 205 |
border-color: #328ab2; |
| 206 |
background-color: #a6d2e5 !important; |
| 207 |
} |
| 208 |
|
| 209 |
.submitbox #autosave .error, ul.view-switch li.current a { |
| 210 |
color: #333; |
| 211 |
} |
| 212 |
|
| 213 |
.submitbox #previewview { |
| 214 |
background-color: #5488af; |
| 215 |
} |
| 216 |
|
| 217 |
.submitbox #previewview a, #rightnow .rbutton { |
| 218 |
background-color: #ebebeb; |
| 219 |
color: #264761; |
| 220 |
} |
| 221 |
|
| 222 |
.submitbox .submit { |
| 223 |
background-color: #464646; |
| 224 |
color: #ccc; |
| 225 |
} |
| 226 |
|
| 227 |
.submitbox .submitdelete { |
| 228 |
border-bottom-color: #999; |
| 229 |
} |
| 230 |
|
| 231 |
.submitbox .submitdelete:hover { |
| 232 |
color: #fff; |
| 233 |
background-color: #f00; |
| 234 |
border-bottom-color: #f00; |
| 235 |
} |
| 236 |
|
| 237 |
.tablenav .dots { |
| 238 |
background-color: #cfebf7; |
| 239 |
border-color: #cfebf7; |
| 240 |
} |
| 241 |
|
| 242 |
.tablenav .next, .tablenav .prev{ |
| 243 |
background-color: #cfebf7; |
| 244 |
border-bottom-color: #cfebf7; |
| 245 |
border-color: #cfebf7; |
| 246 |
color: #2583ad; |
| 247 |
} |
| 248 |
|
| 249 |
.tablenav .next:hover, .tablenav .prev:hover { |
| 250 |
border-bottom-color: #d54e21; |
| 251 |
border-color: #cfebf7; |
| 252 |
color: #d54e21; |
| 253 |
} |
| 254 |
|
| 255 |
.updated, .login #login_error, .login .message { |
| 256 |
background-color: #ffffe0; |
| 257 |
border-color: #e6db55; |
| 258 |
} |
| 259 |
|
| 260 |
.widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li { |
| 261 |
border-bottom-color: #ccc; |
| 262 |
} |
| 263 |
|
| 264 |
.widefat thead, .thead { |
| 265 |
background-color: #464646; |
| 266 |
color: #d7d7d7; |
| 267 |
} |
| 268 |
|
| 269 |
.widget-control-save, .widget-control-remove { |
| 270 |
background-color: #83b4d5; |
| 271 |
color: #246; |
| 272 |
} |
| 273 |
|
| 274 |
.wrap h2 { |
| 275 |
border-bottom-color: #dadada; |
| 276 |
color: #5a5a5a; |
| 277 |
} |
| 278 |
|
| 279 |
#poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, a { |
| 280 |
color: #2e7ca0; |
| 281 |
} |
| 282 |
|
| 283 |
#rightnow .reallynow { |
| 284 |
background-color: #14568a; |
| 285 |
color: #fff; |
| 286 |
} |
| 287 |
|
| 288 |
div#media-upload-header { |
| 289 |
background-color: #14568a; |
| 290 |
border-bottom-color: #07273e; |
| 291 |
} |
| 292 |
|
| 293 |
#currenttheme img { |
| 294 |
border-color: #666; |
| 295 |
} |
| 296 |
|
| 297 |
#current-widgets .drop-widget-here { |
| 298 |
background-color: #ffc; |
| 299 |
} |
| 300 |
|
| 301 |
#dashboard_secondary div.dashboard-widget-content ul li a { |
| 302 |
background-color: #f9f9f9; |
| 303 |
} |
| 304 |
|
| 305 |
input.readonly { |
| 306 |
background-color: #ddd; |
| 307 |
} |
| 308 |
|
| 309 |
#dragHelper h4.widget-title, li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 { |
| 310 |
background-color: #2683ae; |
| 311 |
color: #fff; |
| 312 |
} |
| 313 |
|
| 314 |
#ed_toolbar input { |
| 315 |
background: url( ../images/fade-butt.png ) #fff repeat-x 0 -2px; |
| 316 |
} |
| 317 |
|
| 318 |
#editable-post-name { |
| 319 |
background-color: #fffbcc; |
| 320 |
} |
| 321 |
|
| 322 |
#edit-slug-box strong, .login #nav a { |
| 323 |
color: #777; |
| 324 |
} |
| 325 |
|
| 326 |
#edit-slug-buttons a.save { |
| 327 |
background-color: #ebebeb; |
| 328 |
} |
| 329 |
|
| 330 |
#media-items { |
| 331 |
border-color: #c0c0c0; |
| 332 |
} |
| 333 |
|
| 334 |
#pass-strength-result { |
| 335 |
background-color: #e3e3e3; |
| 336 |
border-color: #000; |
| 337 |
} |
| 338 |
|
| 339 |
#pass-strength-result.bad { |
| 340 |
background-color: #ffeff7; |
| 341 |
border-color: #c69; |
| 342 |
} |
| 343 |
|
| 344 |
#pass-strength-result.good { |
| 345 |
background-color: #effff4; |
| 346 |
border-color: #66cc87; |
| 347 |
} |
| 348 |
|
| 349 |
#pass-strength-result.short { |
| 350 |
background-color: #e3e3e3; |
| 351 |
} |
| 352 |
|
| 353 |
#pass-strength-result.strong { |
| 354 |
background-color: #59ef86; |
| 355 |
border-color: #319f52; |
| 356 |
} |
| 357 |
|
| 358 |
.checkbox, .side-info, #your-profile #rich_editing { |
| 359 |
background-color: #fff; |
| 360 |
} |
| 361 |
|
| 362 |
#plugins .active { |
| 363 |
background-color: #BBEEBB; |
| 364 |
} |
| 365 |
|
| 366 |
#plugins .togl { |
| 367 |
border-right-color: #ccc; |
| 368 |
} |
| 369 |
|
| 370 |
#the-comment-list .unapproved { |
| 371 |
background-color: #ffffe0; |
| 372 |
} |
| 373 |
|
| 374 |
#plugins tr { |
| 375 |
background-color: #fff; |
| 376 |
} |
| 377 |
|
| 378 |
#poststuff #editor-toolbar .active { |
| 379 |
background-color: #83b4d5; |
| 380 |
color: #333; |
| 381 |
} |
| 382 |
|
| 383 |
#poststuff .closed .togbox { |
| 384 |
background-color: #2583ad; |
| 385 |
background-image: url(../../../../wp-admin/images/toggle-arrow.gif); |
| 386 |
} |
| 387 |
|
| 388 |
#poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox { |
| 389 |
border-color: #ebebeb; |
| 390 |
border-right-color: #ccc; |
| 391 |
border-bottom-color: #ccc; |
| 392 |
} |
| 393 |
|
| 394 |
#poststuff .togbox { |
| 395 |
background-color: #b2b2b2; |
| 396 |
background-image: url(../../../../wp-admin/images/toggle-arrow.gif); |
| 397 |
} |
| 398 |
|
| 399 |
#quicktags #ed_link { |
| 400 |
color: #00f; |
| 401 |
} |
| 402 |
|
| 403 |
#rightnow .youhave { |
| 404 |
background-color: #f0f6fb; |
| 405 |
} |
| 406 |
|
| 407 |
#rightnow a { |
| 408 |
color: #448abd; |
| 409 |
} |
| 410 |
|
| 411 |
#tagchecklist span a { |
| 412 |
background: url(../../../../wp-admin/images/xit.gif) no-repeat; |
| 413 |
} |
| 414 |
|
| 415 |
#tagchecklist span a:hover { |
| 416 |
background: url(../../../../wp-admin/images/xit.gif) no-repeat -10px 0; |
| 417 |
} |
| 418 |
|
| 419 |
#the-comment-list .comment a { |
| 420 |
border-bottom-color: #ababab; |
| 421 |
color: #666; |
| 422 |
} |
| 423 |
|
| 424 |
#update-nag, .plugin-update { |
| 425 |
background-color: #fffeeb; |
| 426 |
border-bottom-color: #ccc; |
| 427 |
border-top-color: #ccc; |
| 428 |
color: #555; |
| 429 |
} |
| 430 |
|
| 431 |
#upload-files a.file-link { |
| 432 |
background-color: #d1e2ef; |
| 433 |
} |
| 434 |
|
| 435 |
#upload-file-view a img { |
| 436 |
border-bottom-color: #69c; |
| 437 |
} |
| 438 |
|
| 439 |
#upload-menu li #current-tab-nav, #upload-file { |
| 440 |
background-color: #f9fcfe; |
| 441 |
} |
| 442 |
|
| 443 |
#upload-menu li span a.page-numbers { |
| 444 |
color: #00019b; |
| 445 |
} |
| 446 |
|
| 447 |
#upload-menu li.current { |
| 448 |
border-right-color: #448abd; |
| 449 |
color: #000; |
| 450 |
} |
| 451 |
|
| 452 |
#upload-menu li.current a.upload-tab-link, #upload-menu li a:hover { |
| 453 |
background-color: #f9fcfe; |
| 454 |
color: #000; |
| 455 |
} |
| 456 |
|
| 457 |
#upload-menu, #upload-menu li { |
| 458 |
border-top-color: #247fab; |
| 459 |
} |
| 460 |
|
| 461 |
#user_info, .login #backtoblog a { |
| 462 |
color: #ccc; |
| 463 |
} |
| 464 |
|
| 465 |
body.login { |
| 466 |
border-top-color: #07273e; |
| 467 |
} |
| 468 |
|
| 469 |
div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover { |
| 470 |
color: #f00; |
| 471 |
} |
| 472 |
|
| 473 |
#media-upload a.delete { |
| 474 |
color: #888; |
| 475 |
} |
| 476 |
|
| 477 |
.wp_themeSkin *, |
| 478 |
.wp_themeSkin a:hover, |
| 479 |
.wp_themeSkin a:link, |
| 480 |
.wp_themeSkin a:visited, |
| 481 |
.wp_themeSkin a:active { |
| 482 |
color: #000; |
| 483 |
} |
| 484 |
|
| 485 |
.wp_themeSkin table { |
| 486 |
background: #83B4D5; |
| 487 |
} |
| 488 |
|
| 489 |
.wp_themeSkin iframe { |
| 490 |
background: #fff; |
| 491 |
} |
| 492 |
|
| 493 |
.wp_themeSkin .mceStatusbar { |
| 494 |
color:#000; |
| 495 |
background-color: #eaf3fa; |
| 496 |
} |
| 497 |
|
| 498 |
.wp_themeSkin .mceButton { |
| 499 |
background-color: #e9e8e8; |
| 500 |
border-color: #83B4D5; |
| 501 |
} |
| 502 |
|
| 503 |
.wp_themeSkin a.mceButtonEnabled:hover, |
| 504 |
.wp_themeSkin a.mceButtonActive, |
| 505 |
.wp_themeSkin a.mceButtonSelected { |
| 506 |
background-color: #d6d8da; |
| 507 |
border-color: #7789ba !important; |
| 508 |
} |
| 509 |
|
| 510 |
.wp_themeSkin .mceButtonDisabled { |
| 511 |
border-color: #83B4D5 !important; |
| 512 |
} |
| 513 |
|
| 514 |
.wp_themeSkin .mceListBox .mceText, |
| 515 |
.wp_themeSkin .mceListBox .mceOpen { |
| 516 |
border-color: #83B4D5; |
| 517 |
background-color: #e9e8e8; |
| 518 |
} |
| 519 |
|
| 520 |
.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, |
| 521 |
.wp_themeSkin .mceListBoxHover .mceOpen, |
| 522 |
.wp_themeSkin .mceListBoxSelected .mceOpen, |
| 523 |
.wp_themeSkin .mceListBoxSelected .mceText { |
| 524 |
border-color: #7789ba !important; |
| 525 |
background-color: #d6d8da; |
| 526 |
} |
| 527 |
|
| 528 |
.wp_themeSkin table.mceListBoxEnabled:hover .mceText, |
| 529 |
.wp_themeSkin .mceListBoxHover .mceText { |
| 530 |
border-color: #7789ba !important; |
| 531 |
} |
| 532 |
|
| 533 |
.wp_themeSkin select.mceListBox { |
| 534 |
border-color: #b3c7e1; |
| 535 |
background-color: #fff; |
| 536 |
} |
| 537 |
|
| 538 |
.wp_themeSkin .mceSplitButton a.mceAction, |
| 539 |
.wp_themeSkin .mceSplitButton a.mceOpen { |
| 540 |
background-color: #e9e8e8; |
| 541 |
border-color: #83B4D5; |
| 542 |
} |
| 543 |
|
| 544 |
.wp_themeSkin .mceSplitButton a.mceOpen:hover, |
| 545 |
.wp_themeSkin .mceSplitButtonSelected a.mceOpen, |
| 546 |
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, |
| 547 |
.wp_themeSkin .mceSplitButton a.mceAction:hover { |
| 548 |
background-color: #d6d8da; |
| 549 |
border-color: #7789ba !important; |
| 550 |
} |
| 551 |
|
| 552 |
.wp_themeSkin .mceSplitButtonActive { |
| 553 |
background-color: #d6d8da; |
| 554 |
} |
| 555 |
|
| 556 |
.wp_themeSkin div.mceColorSplitMenu table { |
| 557 |
background-color: #ebeaeb; |
| 558 |
border-color: #808080; |
| 559 |
} |
| 560 |
|
| 561 |
.wp_themeSkin .mceColorSplitMenu a { |
| 562 |
border-color: #808080; |
| 563 |
} |
| 564 |
|
| 565 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors { |
| 566 |
border-color: #fff; |
| 567 |
} |
| 568 |
|
| 569 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover { |
| 570 |
border-color: #0A246A; |
| 571 |
background-color: #B6BDD2; |
| 572 |
} |
| 573 |
|
| 574 |
.wp_themeSkin a.mceMoreColors:hover { |
| 575 |
border-color: #0A246A; |
| 576 |
} |
| 577 |
|
| 578 |
.wp_themeSkin .mceMenu { |
| 579 |
border-color: #ddd; |
| 580 |
} |
| 581 |
|
| 582 |
.wp_themeSkin .mceMenu table { |
| 583 |
background-color: #ebeaeb; |
| 584 |
} |
| 585 |
|
| 586 |
.wp_themeSkin .mceMenu .mceText { |
| 587 |
color: #000; |
| 588 |
} |
| 589 |
|
| 590 |
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover, |
| 591 |
.wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags { |
| 592 |
background-color: #83B4D5; |
| 593 |
} |
| 594 |
.wp_themeSkin td.mceMenuItemSeparator { |
| 595 |
background-color: #aaa; |
| 596 |
} |
| 597 |
.wp_themeSkin .mceMenuItemTitle a { |
| 598 |
background-color: #ccc; |
| 599 |
border-bottom-color: #aaa; |
| 600 |
} |
| 601 |
.wp_themeSkin .mceMenuItemTitle span.mceText { |
| 602 |
color: #000; |
| 603 |
} |
| 604 |
.wp_themeSkin .mceMenuItemDisabled .mceText { |
| 605 |
color: #888; |
| 606 |
} |
| 607 |
|
| 608 |
.clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight { |
| 609 |
background-color: #cee1ef; |
| 610 |
border-color: #c6d9e9; |
| 611 |
} |
| 612 |
|
| 613 |
.clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight { |
| 614 |
background-color: #5488AF; |
| 615 |
border-color: #464646; |
| 616 |
} |
| 617 |
|
| 618 |
#editorcontainer { |
| 619 |
border-color: #ccc; |
| 620 |
} |
| 621 |
|
| 622 |
#poststuff #titlewrap { |
| 623 |
border-color: #ccc; |
| 624 |
} |
| 625 |
|
| 626 |
#tTips p#tTips_inside { |
| 627 |
background-color: #ddd; |
| 628 |
color: #333; |
| 629 |
} |
| 630 |
|
| 631 |
/******************** Styles added for 2.3 look ********************/ |
| 632 |
#wpcontent, #wphead, #wphead *, #user_info, #user_info *, #dashmenu, #dashmenu *, #adminmenu, #adminmenu *, #sidemenu, #sidemenu *, #minisub, #minisub *, #submenu, #submenu *, #wpbody, .wrap, #footer, #footer * { |
| 633 |
position: static !important; |
| 634 |
float: none !important; |
| 635 |
clear: none !important; |
| 636 |
font-size: 14px !important; |
| 637 |
text-decoration: none !important; |
| 638 |
letter-spacing: normal !important; |
| 639 |
line-height: normal !important; |
| 640 |
color: #000 !important; |
| 641 |
background: transparent !important; |
| 642 |
list-style: none !important; |
| 643 |
padding: 0 !important; |
| 644 |
border: none !important; |
| 645 |
-moz-border-radius: 0 !important; |
| 646 |
-khtml-border-radius: 0 !important; |
| 647 |
-webkit-border-radius: 0 !important; |
| 648 |
border-radius: 0 !important; |
| 649 |
margin: 0 !important; |
| 650 |
} |
| 651 |
|
| 652 |
body { |
| 653 |
background: #f9fcfe !important; |
| 654 |
} |
| 655 |
|
| 656 |
#wpcontent { |
| 657 |
background: #83B4D8 !important; |
| 658 |
} |
| 659 |
|
| 660 |
#wphead { |
| 661 |
color: #c3def1 !important; |
| 662 |
background: #14568a !important; |
| 663 |
padding: .7em 19em .8em 1.9em !important; |
| 664 |
border-bottom: 3px solid #448abd !important; |
| 665 |
} |
| 666 |
|
| 667 |
#wphead h1 { |
| 668 |
font: normal 1.5em/1 Georgia, "Times New Roman", Times, serif !important; |
| 669 |
letter-spacing: -.05em !important; |
| 670 |
color: #c3def1 !important; |
| 671 |
padding: 0.5em 170px 16px 12px; |
| 672 |
margin: 0; |
| 673 |
position: absolute; |
| 674 |
top: 0; |
| 675 |
left: 0; |
| 676 |
margin: 0 15% 0 0.5em; |
| 677 |
} |
| 678 |
|
| 679 |
#wphead h1 #viewsite, #wphead h1 #viewsite a { |
| 680 |
font-family: Georgia, "Times New Roman", Times, serif !important; |
| 681 |
color: #c3def1 !important; |
| 682 |
} |
| 683 |
|
| 684 |
#wphead h1 #viewsite { |
| 685 |
font-size: 14px !important; |
| 686 |
margin: 0 0 0 0.5em !important; |
| 687 |
} |
| 688 |
|
| 689 |
#wphead h1 #viewsite:before { |
| 690 |
content: '\0028'; |
| 691 |
} |
| 692 |
|
| 693 |
#wphead h1 #viewsite:after { |
| 694 |
content: '\0029'; |
| 695 |
} |
| 696 |
|
| 697 |
#wphead h1 #viewsite a { |
| 698 |
display: inline !important; |
| 699 |
color: #fff !important; |
| 700 |
border-bottom: 1px solid #69c !important; |
| 701 |
} |
| 702 |
|
| 703 |
#wphead h1 #viewsite a:after { |
| 704 |
content: ' \00BB'; |
| 705 |
} |
| 706 |
|
| 707 |
#user_info, #user_info p, #user_info a { |
| 708 |
color: #fff !important; |
| 709 |
} |
| 710 |
|
| 711 |
#user_info { |
| 712 |
position: absolute !important; |
| 713 |
top: 0 !important; |
| 714 |
right: 1em !important; |
| 715 |
} |
| 716 |
|
| 717 |
#user_info p, #user_info a { |
| 718 |
font-size: 12px !important; |
| 719 |
} |
| 720 |
|
| 721 |
#user_info p { |
| 722 |
margin-top: .9em !important; |
| 723 |
} |
| 724 |
|
| 725 |
#user_info a { |
| 726 |
border-bottom: 1px solid #69c !important; |
| 727 |
} |
| 728 |
|
| 729 |
#dashmenu, #adminmenu { |
| 730 |
float: left !important; |
| 731 |
} |
| 732 |
|
| 733 |
#dashmenu { |
| 734 |
padding: 0 0 0 2em !important; |
| 735 |
} |
| 736 |
|
| 737 |
#sidemenu { |
| 738 |
padding: 0 2em 0 0 !important; |
| 739 |
} |
| 740 |
|
| 741 |
#dashmenu li, #adminmenu li, #sidemenu li, #submenu li { |
| 742 |
display: inline !important; |
| 743 |
} |
| 744 |
|
| 745 |
#sidemenu a { |
| 746 |
display: block !important; |
| 747 |
float: right !important; |
| 748 |
padding: 4px 5px 3px 5px !important; |
| 749 |
margin: 0 2px 2px 2px !important; |
| 750 |
} |
| 751 |
|
| 752 |
#dashmenu a, #adminmenu a, #submenu a { |
| 753 |
display: block !important; |
| 754 |
float: left !important; |
| 755 |
padding: 4px 5px 3px 5px !important; |
| 756 |
margin: 0 2px 2px 2px !important; |
| 757 |
} |
| 758 |
|
| 759 |
#dashmenu a:hover, #dashmenu a.current, #adminmenu a:hover, #adminmenu a.current, #sidemenu a:hover, #sidemenu a.current, #submenu a:hover, #submenu a.current { |
| 760 |
color: #333 !important; |
| 761 |
background: #ddeaf4 !important; |
| 762 |
} |
| 763 |
|
| 764 |
#dashmenu a.current, #adminmenu a.current, #sidemenu a.current, #submenu a.current { |
| 765 |
font-weight: bold !important; |
| 766 |
color: #fff !important; |
| 767 |
background: #0d324f !important; |
| 768 |
padding-bottom: 7px !important; |
| 769 |
border-top: 1px solid #96c0de !important; |
| 770 |
border-right: 2px solid #4f96c8 !important; |
| 771 |
margin: 0 2px -8px 2px !important; |
| 772 |
} |
| 773 |
|
| 774 |
#adminmenu .comment-count, #sidemenu .plugin-count { |
| 775 |
font-size: 11px !important; |
| 776 |
} |
| 777 |
|
| 778 |
#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins { |
| 779 |
position: absolute !important; |
| 780 |
background-image: url(../../../../wp-admin/images/comment-stalk-classic.gif) 0 bottom no-repeat !important; |
| 781 |
height: 0.9em !important; |
| 782 |
width: 1em !important; |
| 783 |
margin-top: -0.4em !important; |
| 784 |
margin-left: -0.4em !important; |
| 785 |
} |
| 786 |
|
| 787 |
#adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins { |
| 788 |
background-position: -80px bottom !important; |
| 789 |
} |
| 790 |
|
| 791 |
#adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span { |
| 792 |
position: absolute !important; |
| 793 |
top: -0.5em !important; |
| 794 |
right: 0 !important; |
| 795 |
display: block !important; |
| 796 |
line-height: 1.3em !important; |
| 797 |
color: #fff !important; |
| 798 |
background-color: #d54e21 !important; |
| 799 |
height: 1.3em !important; |
| 800 |
padding: 0 0.6em !important; |
| 801 |
-moz-border-radius: 3px !important; |
| 802 |
-khtml-border-radius: 3px !important; |
| 803 |
-webkit-border-radius: 3px !important; |
| 804 |
border-radius: 3px !important; |
| 805 |
} |
| 806 |
|
| 807 |
#adminmenu li a:hover #awaiting-mod span, #sidemenu li a:hover #update-plugins span { |
| 808 |
background-color: #07273E !important; |
| 809 |
} |
| 810 |
|
| 811 |
#minisub, #submenu { |
| 812 |
clear: both !important; |
| 813 |
background: #0d324f !important; |
| 814 |
padding: 1px 2em 0 4em !important; |
| 815 |
} |
| 816 |
|
| 817 |
#minisub { |
| 818 |
height: 8px !important; |
| 819 |
} |
| 820 |
|
| 821 |
#submenu, #submenu a { |
| 822 |
font-size: 12px !important; |
| 823 |
line-height: 180% !important; |
| 824 |
color: #fff !important; |
| 825 |
} |
| 826 |
|
| 827 |
#submenu, #submenu li { |
| 828 |
height: 25px !important; |
| 829 |
} |
| 830 |
|
| 831 |
#submenu:after { |
| 832 |
display: block !important; |
| 833 |
visibility: hidden !important; |
| 834 |
clear: both !important; |
| 835 |
content: '.'; |
| 836 |
height: 0 !important; |
| 837 |
width: 0 !important; |
| 838 |
} |
| 839 |
|
| 840 |
#submenu a { |
| 841 |
padding: .2em .4em .3em !important; |
| 842 |
} |
| 843 |
|
| 844 |
#submenu a.current { |
| 845 |
color: #000 !important; |
| 846 |
background: #f9fcfe !important; |
| 847 |
padding-bottom: 2px !important; |
| 848 |
border-top: 1px solid #045290 !important; |
| 849 |
border-right: 2px solid #045290 !important; |
| 850 |
margin: 0 2px -8px 2px !important; |
| 851 |
} |
| 852 |
|
| 853 |
#submenu a:hover { |
| 854 |
color: #393939 !important; |
| 855 |
background: #ddeaf4 !important; |
| 856 |
} |
| 857 |
|
| 858 |
.updated, .confirm { |
| 859 |
background: #CFEBF7 url(notice.gif) no-repeat 1em !important; |
| 860 |
padding: 0 1em 0 3em !important; |
| 861 |
border: 1px solid #2580B2 !important; |
| 862 |
margin: 1em 5% 10px !important; |
| 863 |
} |
| 864 |
|
| 865 |
.updated a { |
| 866 |
border-bottom-color: #2583ad !important; |
| 867 |
} |
| 868 |
|
| 869 |
.error { |
| 870 |
background: #FFEFF7 !important; |
| 871 |
padding: 0 1em 0 1em !important; |
| 872 |
border: 1px solid #c69 !important; |
| 873 |
margin: 1em 5% 10px !important; |
| 874 |
} |
| 875 |
|
| 876 |
.error a { |
| 877 |
color: #c00 !important; |
| 878 |
} |
| 879 |
|
| 880 |
#wpbody { |
| 881 |
background: #f9fcfe !important; |
| 882 |
padding: 1px 0 0 0 !important; |
| 883 |
} |
| 884 |
|
| 885 |
.wrap { |
| 886 |
background: #fff !important; |
| 887 |
padding: 1em !important; |
| 888 |
border: 1px solid #ccc !important; |
| 889 |
margin: 15px 5% !important; |
| 890 |
} |
| 891 |
|
| 892 |
.submit input, .submit input:focus, .button, .button:focus { |
| 893 |
font-size: 13px !important; |
| 894 |
color: #333 !important; |
| 895 |
background: url(../../../../wp-admin/images/fade-butt.png) !important; |
| 896 |
padding: 0.10em 0.25em !important; |
| 897 |
border: 3px double #999 !important; |
| 898 |
border-top-color: #ccc !important; |
| 899 |
border-left-color: #ccc !important; |
| 900 |
-moz-border-radius: 0 !important; |
| 901 |
-khtml-border-radius: 0 !important; |
| 902 |
-webkit-border-radius: 0 !important; |
| 903 |
border-radius: 0 !important; |
| 904 |
} |
| 905 |
|
| 906 |
.submit input:active, .button:active { |
| 907 |
background: #f4f4f4 !important; |
| 908 |
border: 3px double #ccc !important; |
| 909 |
border-top-color: #999 !important; |
| 910 |
border-left-color: #999 !important; |
| 911 |
} |
| 912 |
|
| 913 |
#footer, #footer p, #footer a { |
| 914 |
font-size: 13px !important; |
| 915 |
} |
| 916 |
|
| 917 |
#footer { |
| 918 |
clear: both !important; |
| 919 |
background: #f9fcfe url(logo-ghost.png) no-repeat top left !important; |
| 920 |
height: 35px !important; |
| 921 |
padding: 0 0 15px 40px !important; |
| 922 |
margin: 15px 5% !important; |
| 923 |
} |
| 924 |
|
| 925 |
#footer p { |
| 926 |
padding: 5px 0 !important; |
| 927 |
} |
| 928 |
|
| 929 |
#footer a { |
| 930 |
color: #00019b !important; |
| 931 |
border-bottom: 1px solid #69c !important; |
| 932 |
} |
| 933 |
|
| 934 |
#footer a:visited { |
| 935 |
color: #004 !important; |
| 936 |
} |
| 937 |
|
| 938 |
#footer a:hover { |
| 939 |
color: #069 !important; |
| 940 |
} |