| 1 |
/*------------------------------------------------------------------------------ |
| 2 |
|
| 3 |
|
| 4 |
Howdy! This is the CSS file that controls the |
| 5 |
Green (minty) color style on the WordPress Dashboard. |
| 6 |
|
| 7 |
This file contains both LTR and RTL styles. |
| 8 |
|
| 9 |
|
| 10 |
TABLE OF CONTENTS: |
| 11 |
------------------ |
| 12 |
1.0 - Left to Right Styles |
| 13 |
2.0 - Right to Left Styles |
| 14 |
|
| 15 |
|
| 16 |
------------------------------------------------------------------------------*/ |
| 17 |
|
| 18 |
|
| 19 |
/*------------------------------------------------------------------------------ |
| 20 |
1.0 - Left to Right Styles |
| 21 |
------------------------------------------------------------------------------*/ |
| 22 |
|
| 23 |
html, |
| 24 |
.wp-dialog { |
| 25 |
background-color: #fff; |
| 26 |
} |
| 27 |
|
| 28 |
textarea, |
| 29 |
input[type="text"], |
| 30 |
input[type="password"], |
| 31 |
input[type="file"], |
| 32 |
input[type="button"], |
| 33 |
input[type="submit"], |
| 34 |
input[type="reset"], |
| 35 |
input[type="email"], |
| 36 |
input[type="number"], |
| 37 |
input[type="search"], |
| 38 |
input[type="tel"], |
| 39 |
input[type="url"], |
| 40 |
select { |
| 41 |
border-color: #dfdfdf; |
| 42 |
background-color: #fff; |
| 43 |
} |
| 44 |
|
| 45 |
textarea:focus, |
| 46 |
input[type="text"]:focus, |
| 47 |
input[type="password"]:focus, |
| 48 |
input[type="file"]:focus, |
| 49 |
input[type="button"]:focus, |
| 50 |
input[type="submit"]:focus, |
| 51 |
input[type="reset"]:focus, |
| 52 |
input[type="email"]:focus, |
| 53 |
input[type="number"]:focus, |
| 54 |
input[type="search"]:focus, |
| 55 |
input[type="tel"]:focus, |
| 56 |
input[type="url"]:focus, |
| 57 |
select:focus { |
| 58 |
border-color: #bbb; |
| 59 |
} |
| 60 |
|
| 61 |
kbd, |
| 62 |
code { |
| 63 |
background: #eaeaea; |
| 64 |
} |
| 65 |
|
| 66 |
input[readonly] { |
| 67 |
background-color: #eee; |
| 68 |
} |
| 69 |
|
| 70 |
.find-box-search { |
| 71 |
border-color: #dfdfdf; |
| 72 |
background-color: #f1f1f1; |
| 73 |
} |
| 74 |
|
| 75 |
.find-box { |
| 76 |
background-color: #f1f1f1; |
| 77 |
} |
| 78 |
|
| 79 |
.find-box-inside { |
| 80 |
background-color: #fff; |
| 81 |
} |
| 82 |
|
| 83 |
a.page-numbers:hover { |
| 84 |
border-color: #999; |
| 85 |
} |
| 86 |
|
| 87 |
body, |
| 88 |
#wpbody, |
| 89 |
.form-table .pre { |
| 90 |
color: #555; |
| 91 |
} |
| 92 |
|
| 93 |
body > #upload-menu { |
| 94 |
border-bottom-color: #fff; |
| 95 |
} |
| 96 |
|
| 97 |
#postcustomstuff table, |
| 98 |
#your-profile fieldset, |
| 99 |
#rightnow, |
| 100 |
div.dashboard-widget, |
| 101 |
#dashboard-widgets p.dashboard-widget-links { |
| 102 |
border-color: #ccc; |
| 103 |
} |
| 104 |
|
| 105 |
#poststuff .inside label.spam, |
| 106 |
#poststuff .inside label.deleted { |
| 107 |
color: red; |
| 108 |
} |
| 109 |
|
| 110 |
#poststuff .inside label.waiting { |
| 111 |
color: orange; |
| 112 |
} |
| 113 |
|
| 114 |
#poststuff .inside label.approved { |
| 115 |
color: green; |
| 116 |
} |
| 117 |
|
| 118 |
#postcustomstuff table { |
| 119 |
border-color: #dfdfdf; |
| 120 |
background-color: #F9F9F9; |
| 121 |
} |
| 122 |
|
| 123 |
#postcustomstuff thead th { |
| 124 |
background-color: #F1F1F1; |
| 125 |
} |
| 126 |
|
| 127 |
.widefat { |
| 128 |
border-color: #dfdfdf; |
| 129 |
background-color: #eefcf1; |
| 130 |
} |
| 131 |
textarea.widefat { |
| 132 |
background-color: #fff; |
| 133 |
} |
| 134 |
|
| 135 |
div.dashboard-widget-error { |
| 136 |
background-color: #c43; |
| 137 |
} |
| 138 |
|
| 139 |
div.dashboard-widget-notice { |
| 140 |
background-color: #cfe1ef; |
| 141 |
} |
| 142 |
|
| 143 |
div.dashboard-widget-submit { |
| 144 |
border-top-color: #ccc; |
| 145 |
} |
| 146 |
|
| 147 |
div.tabs-panel, |
| 148 |
.wp-tab-panel, |
| 149 |
ul.category-tabs li.tabs, |
| 150 |
ul.add-menu-item-tabs li.tabs, |
| 151 |
.wp-tab-active { |
| 152 |
border-color: #dfdfdf; |
| 153 |
background-color: #fff; |
| 154 |
} |
| 155 |
|
| 156 |
ul.category-tabs li.tabs, |
| 157 |
ul.add-menu-item-tabs li.tabs, |
| 158 |
.wp-tab-active { |
| 159 |
background-color: #fff; |
| 160 |
} |
| 161 |
|
| 162 |
input.disabled, |
| 163 |
textarea.disabled { |
| 164 |
background-color: #ccc; |
| 165 |
} |
| 166 |
/* #upload-menu li a.upload-tab-link, */ |
| 167 |
#plugin-information .action-button a, |
| 168 |
#plugin-information .action-button a:hover, |
| 169 |
#plugin-information .action-button a:visited { |
| 170 |
color: #fff; |
| 171 |
} |
| 172 |
|
| 173 |
.widget .widget-top, |
| 174 |
.postbox h3, |
| 175 |
.stuffbox h3, |
| 176 |
.widefat thead tr th, |
| 177 |
.widefat tfoot tr th, |
| 178 |
h3.dashboard-widget-title, |
| 179 |
h3.dashboard-widget-title span, |
| 180 |
h3.dashboard-widget-title small, |
| 181 |
.find-box-head, |
| 182 |
.sidebar-name, |
| 183 |
#nav-menu-header, |
| 184 |
#nav-menu-footer, |
| 185 |
.menu-item-handle, |
| 186 |
#fullscreen-topbar { |
| 187 |
background-color: #f1f1f1; /* Fallback */ |
| 188 |
background-image: -ms-linear-gradient(top, #eefcf1, #deece1); /* IE10 */ |
| 189 |
background-image: -moz-linear-gradient(top, #eefcf1, #deece1); /* Firefox */ |
| 190 |
background-image: -o-linear-gradient(top, #eefcf1, #deece1); /* Opera */ |
| 191 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#eefcf1), to(#deece1)); /* old Webkit */ |
| 192 |
background-image: -webkit-linear-gradient(top, #eefcf1, #deece1); /* new Webkit */ |
| 193 |
background-image: linear-gradient(top, #eefcf1, #deece1); /* proposed W3C Markup */ |
| 194 |
} |
| 195 |
|
| 196 |
.widget .widget-top, |
| 197 |
.postbox h3, |
| 198 |
.stuffbox h3 { |
| 199 |
border-bottom-color: #dfdfdf; |
| 200 |
text-shadow: #fff 0 1px 0; |
| 201 |
-moz-box-shadow: 0 1px 0 #fff; |
| 202 |
-webkit-box-shadow: 0 1px 0 #fff; |
| 203 |
box-shadow: 0 1px 0 #fff; |
| 204 |
} |
| 205 |
|
| 206 |
.form-table th, |
| 207 |
.form-wrap label { |
| 208 |
color: #222; |
| 209 |
text-shadow: #fff 0 1px 0; |
| 210 |
} |
| 211 |
|
| 212 |
.description, |
| 213 |
.form-wrap p { |
| 214 |
color: #666; |
| 215 |
} |
| 216 |
|
| 217 |
strong .post-com-count span { |
| 218 |
background-color: #007700; |
| 219 |
} |
| 220 |
|
| 221 |
.sorthelper { |
| 222 |
background-color: #ccf3fa; |
| 223 |
} |
| 224 |
|
| 225 |
.ac_match, |
| 226 |
.subsubsub a.current { |
| 227 |
color: #000; |
| 228 |
} |
| 229 |
|
| 230 |
.wrap h2 { |
| 231 |
color: #464646; |
| 232 |
} |
| 233 |
|
| 234 |
.wrap .add-new-h2 { |
| 235 |
background: #f1f1f1; |
| 236 |
} |
| 237 |
|
| 238 |
.subtitle { |
| 239 |
color: #777; |
| 240 |
} |
| 241 |
|
| 242 |
.ac_over { |
| 243 |
background-color: #f0f0b8; |
| 244 |
} |
| 245 |
|
| 246 |
.ac_results { |
| 247 |
background-color: #fff; |
| 248 |
border-color: #6EB469; |
| 249 |
} |
| 250 |
|
| 251 |
.ac_results li { |
| 252 |
color: #101010; |
| 253 |
} |
| 254 |
|
| 255 |
.alternate, |
| 256 |
.alt { |
| 257 |
background-color: #fefefe; |
| 258 |
} |
| 259 |
|
| 260 |
.available-theme a.screenshot { |
| 261 |
background-color: #f1f1f1; |
| 262 |
border-color: #ddd; |
| 263 |
} |
| 264 |
|
| 265 |
.bar { |
| 266 |
background-color: #e8e8e8; |
| 267 |
border-right-color: #99d; |
| 268 |
} |
| 269 |
|
| 270 |
#media-upload, |
| 271 |
#media-upload .media-item .slidetoggle { |
| 272 |
background: #fff; |
| 273 |
} |
| 274 |
|
| 275 |
#media-upload .slidetoggle { |
| 276 |
border-top-color: #dfdfdf; |
| 277 |
} |
| 278 |
|
| 279 |
div.error, |
| 280 |
.login #login_error { |
| 281 |
background-color: #ffebe8; |
| 282 |
border-color: #c00; |
| 283 |
} |
| 284 |
|
| 285 |
div.error a { |
| 286 |
color: #c00; |
| 287 |
} |
| 288 |
|
| 289 |
.form-invalid { |
| 290 |
background-color: #ffebe8 !important; |
| 291 |
} |
| 292 |
|
| 293 |
.form-invalid input, |
| 294 |
.form-invalid select { |
| 295 |
border-color: #c00 !important; |
| 296 |
} |
| 297 |
|
| 298 |
.submit { |
| 299 |
border-color: #DFDFDF; |
| 300 |
} |
| 301 |
|
| 302 |
.highlight { |
| 303 |
background-color: #e4f2fd; |
| 304 |
color: #000; |
| 305 |
} |
| 306 |
|
| 307 |
.howto, |
| 308 |
.nonessential, |
| 309 |
#edit-slug-box, |
| 310 |
.form-input-tip, |
| 311 |
.subsubsub { |
| 312 |
color: #666; |
| 313 |
} |
| 314 |
|
| 315 |
#wpbody-content #media-items .describe { |
| 316 |
border-top-color: #dfdfdf; |
| 317 |
} |
| 318 |
|
| 319 |
.media-upload-form label.form-help, |
| 320 |
td.help { |
| 321 |
color: #9a9a9a; |
| 322 |
} |
| 323 |
|
| 324 |
.post-com-count { |
| 325 |
color: #fff; |
| 326 |
} |
| 327 |
|
| 328 |
.post-com-count span { |
| 329 |
background-color: #bbb; |
| 330 |
color: #fff; |
| 331 |
} |
| 332 |
|
| 333 |
.post-com-count:hover span { |
| 334 |
background-color: #d54e21; |
| 335 |
} |
| 336 |
|
| 337 |
.quicktags, .search { |
| 338 |
background-color: #ccc; |
| 339 |
color: #000; |
| 340 |
} |
| 341 |
|
| 342 |
.side-info h5 { |
| 343 |
border-bottom-color: #dadada; |
| 344 |
} |
| 345 |
|
| 346 |
.side-info ul { |
| 347 |
color: #666; |
| 348 |
} |
| 349 |
|
| 350 |
.button, |
| 351 |
.button-secondary, |
| 352 |
.submit input, |
| 353 |
input[type=button], |
| 354 |
input[type=submit] { |
| 355 |
border-color: #bbb; |
| 356 |
color: #464646; |
| 357 |
} |
| 358 |
|
| 359 |
.button:hover, |
| 360 |
.button-secondary:hover, |
| 361 |
.submit input:hover, |
| 362 |
input[type=button]:hover, |
| 363 |
input[type=submit]:hover { |
| 364 |
color: #000; |
| 365 |
border-color: #666; |
| 366 |
} |
| 367 |
|
| 368 |
.button, |
| 369 |
.submit input, |
| 370 |
.button-secondary { |
| 371 |
background-color: #f2f2f2; |
| 372 |
background-repeat: repeat-x; |
| 373 |
background-attachment: scroll; |
| 374 |
background-position: left top; |
| 375 |
text-shadow: rgba(255,255,255,1) 0 1px 0; |
| 376 |
} |
| 377 |
|
| 378 |
.button:active, |
| 379 |
.submit input:active, |
| 380 |
.button-secondary:active { |
| 381 |
background-color: #eee; |
| 382 |
background-repeat: repeat-x; |
| 383 |
background-attachment: scroll; |
| 384 |
background-position: left top; |
| 385 |
} |
| 386 |
|
| 387 |
input.button-primary, |
| 388 |
button.button-primary, |
| 389 |
a.button-primary { |
| 390 |
border-color: #298cba; |
| 391 |
font-weight: bold; |
| 392 |
color: #fff; |
| 393 |
background-image: url('../images/button-grad.png'); |
| 394 |
background-color: #007700; |
| 395 |
background-repeat: repeat-x; |
| 396 |
background-attachment: scroll; |
| 397 |
background-position: left top; |
| 398 |
text-shadow: rgba(0,0,0,0.3) 0 -1px 0; |
| 399 |
} |
| 400 |
|
| 401 |
input.button-primary:active, |
| 402 |
button.button-primary:active, |
| 403 |
a.button-primary:active { |
| 404 |
background-image: url('../images/button-grad-active.png'); |
| 405 |
background-color: #007700; |
| 406 |
background-repeat: repeat-x; |
| 407 |
background-attachment: scroll; |
| 408 |
background-position: left top; |
| 409 |
color: #eaf2fa; |
| 410 |
} |
| 411 |
|
| 412 |
input.button-primary:hover, |
| 413 |
button.button-primary:hover, |
| 414 |
a.button-primary:hover, |
| 415 |
a.button-primary:focus, |
| 416 |
a.button-primary:active { |
| 417 |
border-color: #13455b; |
| 418 |
color: #eaf2fa; |
| 419 |
} |
| 420 |
|
| 421 |
.button-disabled, |
| 422 |
.button[disabled], |
| 423 |
.button:disabled, |
| 424 |
.button-secondary[disabled], |
| 425 |
.button-secondary:disabled, |
| 426 |
a.button.disabled { |
| 427 |
color: #aaa !important; |
| 428 |
border-color: #ddd !important; |
| 429 |
} |
| 430 |
|
| 431 |
.button-primary-disabled, |
| 432 |
.button-primary[disabled], |
| 433 |
.button-primary:disabled { |
| 434 |
color: #9FD0D5 !important; |
| 435 |
background: #298CBA !important; |
| 436 |
} |
| 437 |
|
| 438 |
a:hover, |
| 439 |
a:active, |
| 440 |
a:focus { |
| 441 |
color: #d54e21; |
| 442 |
} |
| 443 |
|
| 444 |
#adminmenu a:hover, |
| 445 |
#adminmenu li.menu-top > a:focus, |
| 446 |
#adminmenu ul.wp-submenu a:hover, |
| 447 |
#the-comment-list .comment a:hover, |
| 448 |
#rightnow a:hover, |
| 449 |
#media-upload a.del-link:hover, |
| 450 |
div.dashboard-widget-submit input:hover, |
| 451 |
.subsubsub a:hover, |
| 452 |
.subsubsub a.current:hover, |
| 453 |
.ui-tabs-nav a:hover, |
| 454 |
.plugins .inactive a:hover, |
| 455 |
#all-plugins-table .plugins .inactive a:hover, |
| 456 |
#search-plugins-table .plugins .inactive a:hover { |
| 457 |
color: #d54e21; |
| 458 |
} |
| 459 |
|
| 460 |
#the-comment-list .comment-item, |
| 461 |
#dashboard-widgets #dashboard_quick_press form p.submit { |
| 462 |
border-color: #dfdfdf; |
| 463 |
} |
| 464 |
|
| 465 |
#side-sortables .category-tabs .tabs a, |
| 466 |
#side-sortables .add-menu-item-tabs .tabs a, |
| 467 |
.wp-tab-bar .wp-tab-active a { |
| 468 |
color: #333; |
| 469 |
} |
| 470 |
|
| 471 |
#rightnow .rbutton { |
| 472 |
background-color: #ebebeb; |
| 473 |
color: #264761; |
| 474 |
} |
| 475 |
|
| 476 |
.submitbox .submit { |
| 477 |
background-color: #464646; |
| 478 |
color: #ccc; |
| 479 |
} |
| 480 |
|
| 481 |
.plugins a.delete:hover, |
| 482 |
#all-plugins-table .plugins a.delete:hover, |
| 483 |
#search-plugins-table .plugins a.delete:hover, |
| 484 |
.submitbox .submitdelete { |
| 485 |
color: #f00; |
| 486 |
border-bottom-color: #f00; |
| 487 |
} |
| 488 |
|
| 489 |
.submitbox .submitdelete:hover, |
| 490 |
#media-items a.delete:hover { |
| 491 |
color: #fff; |
| 492 |
background-color: #f00; |
| 493 |
border-bottom-color: #f00; |
| 494 |
} |
| 495 |
|
| 496 |
#normal-sortables .submitbox .submitdelete:hover { |
| 497 |
color: #000; |
| 498 |
background-color: #f00; |
| 499 |
border-bottom-color: #f00; |
| 500 |
} |
| 501 |
|
| 502 |
.tablenav .dots { |
| 503 |
border-color: transparent; |
| 504 |
} |
| 505 |
|
| 506 |
.tablenav .next, |
| 507 |
.tablenav .prev { |
| 508 |
border-color: transparent; |
| 509 |
color: #007700; |
| 510 |
} |
| 511 |
|
| 512 |
.tablenav .next:hover, |
| 513 |
.tablenav .prev:hover { |
| 514 |
border-color: transparent; |
| 515 |
color: #d54e21; |
| 516 |
} |
| 517 |
|
| 518 |
div.updated, |
| 519 |
.login .message { |
| 520 |
background-color: #ffffe0; |
| 521 |
border-color: #e6db55; |
| 522 |
} |
| 523 |
|
| 524 |
.update-message { |
| 525 |
color: #000; |
| 526 |
} |
| 527 |
|
| 528 |
a.page-numbers { |
| 529 |
border-bottom-color: #B8D3E2; |
| 530 |
} |
| 531 |
|
| 532 |
.commentlist li { |
| 533 |
border-bottom-color: #ccc; |
| 534 |
} |
| 535 |
|
| 536 |
.widefat td, |
| 537 |
.widefat th { |
| 538 |
border-top-color: #fff; |
| 539 |
border-bottom-color: #dfdfdf; |
| 540 |
} |
| 541 |
|
| 542 |
.widefat th { |
| 543 |
text-shadow: rgba(255,255,255,0.8) 0 1px 0; |
| 544 |
} |
| 545 |
|
| 546 |
.widefat td { |
| 547 |
color: #555; |
| 548 |
} |
| 549 |
.widefat p, |
| 550 |
.widefat ol, |
| 551 |
.widefat ul { |
| 552 |
color: #333; |
| 553 |
} |
| 554 |
|
| 555 |
.widefat thead tr th, |
| 556 |
.widefat tfoot tr th, |
| 557 |
h3.dashboard-widget-title, |
| 558 |
h3.dashboard-widget-title span, |
| 559 |
h3.dashboard-widget-title small, |
| 560 |
.find-box-head { |
| 561 |
color: #333; |
| 562 |
} |
| 563 |
|
| 564 |
th.sortable a:hover, th.sortable a:active, th.sortable a:focus { |
| 565 |
color: #333; |
| 566 |
} |
| 567 |
|
| 568 |
h3.dashboard-widget-title small a { |
| 569 |
color: #d7d7d7; |
| 570 |
} |
| 571 |
|
| 572 |
h3.dashboard-widget-title small a:hover { |
| 573 |
color: #fff; |
| 574 |
} |
| 575 |
|
| 576 |
a, |
| 577 |
#adminmenu a, |
| 578 |
#the-comment-list p.comment-author strong a, |
| 579 |
#media-upload a.del-link, |
| 580 |
#media-items a.delete, |
| 581 |
.plugins a.delete, |
| 582 |
.ui-tabs-nav a { |
| 583 |
color: #007700; |
| 584 |
} |
| 585 |
|
| 586 |
#adminmenu .awaiting-mod, |
| 587 |
#adminmenu .update-plugins, |
| 588 |
#sidemenu a .update-plugins, |
| 589 |
#rightnow .reallynow { |
| 590 |
background-color: #464646; |
| 591 |
color: #fff; |
| 592 |
-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0; |
| 593 |
-khtml-box-shadow: rgba(255,255,255,0.5) 0 1px 0; |
| 594 |
-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0; |
| 595 |
box-shadow: rgba(255,255,255,0.5) 0 1px 0; |
| 596 |
} |
| 597 |
#plugin-information .action-button { |
| 598 |
background-color: #d54e21; |
| 599 |
color: #fff; |
| 600 |
} |
| 601 |
|
| 602 |
#adminmenu li.current a .awaiting-mod, |
| 603 |
#adminmenu li a.wp-has-current-submenu .update-plugins{ |
| 604 |
background-color: #464646; |
| 605 |
color: #fff; |
| 606 |
-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0; |
| 607 |
-khtml-box-shadow: rgba(255,255,255,0.5) 0 1px 0; |
| 608 |
-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0; |
| 609 |
box-shadow: rgba(255,255,255,0.5) 0 1px 0; |
| 610 |
} |
| 611 |
|
| 612 |
div#media-upload-header, |
| 613 |
div#plugin-information-header { |
| 614 |
background-color: #eefcf1; |
| 615 |
border-bottom-color: #dfdfdf; |
| 616 |
} |
| 617 |
|
| 618 |
#currenttheme img { |
| 619 |
border-color: #666; |
| 620 |
} |
| 621 |
|
| 622 |
#dashboard_secondary div.dashboard-widget-content ul li a { |
| 623 |
background-color: #eefcf1; |
| 624 |
} |
| 625 |
|
| 626 |
input.readonly, textarea.readonly { |
| 627 |
background-color: #ddd; |
| 628 |
} |
| 629 |
|
| 630 |
#editable-post-name { |
| 631 |
background-color: #fffbcc; |
| 632 |
} |
| 633 |
|
| 634 |
#edit-slug-box strong, |
| 635 |
.tablenav .displaying-num, |
| 636 |
#submitted-on, |
| 637 |
.submitted-on { |
| 638 |
color: #777; |
| 639 |
} |
| 640 |
|
| 641 |
.login #nav a, |
| 642 |
.login #backtoblog a { |
| 643 |
color: #007700 !important; |
| 644 |
} |
| 645 |
|
| 646 |
.login #nav a:hover, |
| 647 |
.login #backtoblog a:hover { |
| 648 |
color: #d54e21 !important; |
| 649 |
} |
| 650 |
|
| 651 |
#footer { |
| 652 |
color: #777; |
| 653 |
border-color: #dfdfdf; |
| 654 |
} |
| 655 |
|
| 656 |
#media-items, |
| 657 |
.imgedit-group, |
| 658 |
.media-item { |
| 659 |
border-color: #dfdfdf; |
| 660 |
} |
| 661 |
|
| 662 |
.checkbox, |
| 663 |
.side-info, |
| 664 |
.plugins tr, |
| 665 |
#your-profile #rich_editing { |
| 666 |
background-color: #fcfcfc; |
| 667 |
} |
| 668 |
|
| 669 |
.plugins .inactive, |
| 670 |
.plugins .inactive th, |
| 671 |
.plugins .inactive td, |
| 672 |
tr.inactive + tr.plugin-update-tr .plugin-update { |
| 673 |
background-color: #f4f4f4; |
| 674 |
} |
| 675 |
|
| 676 |
.plugin-update-tr .update-message { |
| 677 |
background-color: #fffbe4; |
| 678 |
border-color: #dfdfdf; |
| 679 |
} |
| 680 |
|
| 681 |
.plugins .active, |
| 682 |
.plugins .active th, |
| 683 |
.plugins .active td { |
| 684 |
color: #000; |
| 685 |
} |
| 686 |
|
| 687 |
.plugins .inactive a { |
| 688 |
color: #557799; |
| 689 |
} |
| 690 |
|
| 691 |
#the-comment-list tr.undo, |
| 692 |
#the-comment-list div.undo { |
| 693 |
background-color: #f4f4f4; |
| 694 |
} |
| 695 |
|
| 696 |
#the-comment-list .unapproved { |
| 697 |
background-color: #ffffe0; |
| 698 |
} |
| 699 |
|
| 700 |
#the-comment-list .approve a { |
| 701 |
color: #006505; |
| 702 |
} |
| 703 |
|
| 704 |
#the-comment-list .unapprove a { |
| 705 |
color: #d98500; |
| 706 |
} |
| 707 |
|
| 708 |
table.widefat span.delete a, |
| 709 |
table.widefat span.trash a, |
| 710 |
table.widefat span.spam a, |
| 711 |
#dashboard_recent_comments .delete a, |
| 712 |
#dashboard_recent_comments .trash a, |
| 713 |
#dashboard_recent_comments .spam a { |
| 714 |
color: #bc0b0b; |
| 715 |
} |
| 716 |
|
| 717 |
.welcome-panel { |
| 718 |
border-color: #dfdfdf; |
| 719 |
} |
| 720 |
.welcome-panel p { |
| 721 |
color: #777; |
| 722 |
} |
| 723 |
.welcome-panel-column p { |
| 724 |
color: #464646; |
| 725 |
} |
| 726 |
.welcome-panel .welcome-panel-close { |
| 727 |
background: #eee; |
| 728 |
text-shadow: 1px 1px 1px #eee; |
| 729 |
} |
| 730 |
.welcome-panel h3 { |
| 731 |
text-shadow: 1px 1px 1px white; |
| 732 |
} |
| 733 |
|
| 734 |
.widget, |
| 735 |
#widget-list .widget-top, |
| 736 |
.postbox, |
| 737 |
#titlediv, |
| 738 |
#poststuff .postarea, |
| 739 |
.stuffbox { |
| 740 |
border-color: #dfdfdf; |
| 741 |
-moz-box-shadow: inset 0 1px 0 #fff; |
| 742 |
-webkit-box-shadow: inset 0 1px 0 #fff; |
| 743 |
box-shadow: inset 0 1px 0 #fff; |
| 744 |
-moz-border-radius: 3px; |
| 745 |
-khtml-border-radius: 3px; |
| 746 |
-webkit-border-radius: 3px; |
| 747 |
border-radius: 3px; |
| 748 |
} |
| 749 |
|
| 750 |
.widget, |
| 751 |
#widget-list .widget-top, |
| 752 |
.postbox, |
| 753 |
.menu-item-settings { |
| 754 |
background-color: #eefcf1; /* Fallback */ |
| 755 |
background-image: -ms-linear-gradient(top, #eefcf1, #deece1); /* IE10 */ |
| 756 |
background-image: -moz-linear-gradient(top, #eefcf1, #deece1); /* Firefox */ |
| 757 |
background-image: -o-linear-gradient(top, #eefcf1, #deece1); /* Opera */ |
| 758 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#eefcf1), to(#deece1)); /* old Webkit */ |
| 759 |
background-image: -webkit-linear-gradient(top, #eefcf1, #deece1); /* new Webkit */ |
| 760 |
background-image: linear-gradient(top, #eefcf1, #deece1); /* proposed W3C Markup */ |
| 761 |
} |
| 762 |
|
| 763 |
.postbox h3 { |
| 764 |
color: #464646; |
| 765 |
} |
| 766 |
|
| 767 |
.widget .widget-top { |
| 768 |
color: #222; |
| 769 |
} |
| 770 |
|
| 771 |
.sidebar-name:hover h3, |
| 772 |
.postbox h3:hover { |
| 773 |
color: #000; |
| 774 |
} |
| 775 |
|
| 776 |
#quicktags #ed_link { |
| 777 |
color: #00f; |
| 778 |
} |
| 779 |
|
| 780 |
#rightnow .youhave { |
| 781 |
background-color: #f0f6fb; |
| 782 |
} |
| 783 |
|
| 784 |
#rightnow a { |
| 785 |
color: #448abd; |
| 786 |
} |
| 787 |
|
| 788 |
.tagchecklist span a, |
| 789 |
#bulk-titles div a { |
| 790 |
|
| 791 |
background-repeat: no-repeat; |
| 792 |
} |
| 793 |
|
| 794 |
.tagchecklist span a:hover, |
| 795 |
#bulk-titles div a:hover { |
| 796 |
background-repeat: no-repeat; |
| 797 |
background-position: -10px 0; |
| 798 |
} |
| 799 |
|
| 800 |
#update-nag, .update-nag { |
| 801 |
background-color: #FFFBCC; |
| 802 |
border-color: #E6DB55; |
| 803 |
color: #555; |
| 804 |
} |
| 805 |
|
| 806 |
#screen-meta { |
| 807 |
background-color: #f1f1f1; |
| 808 |
border-color: #ccc; |
| 809 |
-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); |
| 810 |
box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); |
| 811 |
} |
| 812 |
|
| 813 |
.contextual-help-tabs a:hover { |
| 814 |
color: #333; |
| 815 |
} |
| 816 |
|
| 817 |
.contextual-help-sidebar, |
| 818 |
.contextual-help-tabs .active { |
| 819 |
border-color: #ccc; |
| 820 |
} |
| 821 |
|
| 822 |
.contextual-help-tabs .active, |
| 823 |
.contextual-help-tabs .active a, |
| 824 |
.contextual-help-tabs .active a:hover { |
| 825 |
background: #fff; |
| 826 |
color: #000; |
| 827 |
} |
| 828 |
|
| 829 |
.contextual-help-tabs-wrap { |
| 830 |
border-color: #ccc; |
| 831 |
background-color: #fff; |
| 832 |
} |
| 833 |
|
| 834 |
/* screen options and help tabs */ |
| 835 |
#screen-options-link-wrap, |
| 836 |
#contextual-help-link-wrap { |
| 837 |
background-color: #e3e3e3; /* Fallback */ |
| 838 |
border-right: 1px solid transparent; |
| 839 |
border-left: 1px solid transparent; |
| 840 |
border-bottom: 1px solid transparent; |
| 841 |
background-image: -ms-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* IE10 */ |
| 842 |
background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Firefox */ |
| 843 |
background-image: -o-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Opera */ |
| 844 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1)); /* old Webkit */ |
| 845 |
background-image: -webkit-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* new Webkit */ |
| 846 |
background-image: linear-gradient(bottom, #dfdfdf, #f1f1f1); /* proposed W3C Markup */ |
| 847 |
} |
| 848 |
|
| 849 |
#screen-meta-links a.show-settings { |
| 850 |
color: #777; |
| 851 |
} |
| 852 |
|
| 853 |
#screen-meta-links a.show-settings:hover { |
| 854 |
color: #000; |
| 855 |
} |
| 856 |
|
| 857 |
#screen-meta-links a.show-settings { |
| 858 |
background-color: transparent; |
| 859 |
background-repeat: no-repeat; |
| 860 |
background-position: right 3px; |
| 861 |
} |
| 862 |
|
| 863 |
#screen-meta-links a.show-settings.screen-meta-active { |
| 864 |
background-color: transparent; |
| 865 |
background-repeat: no-repeat; |
| 866 |
background-position: right -33px; |
| 867 |
} |
| 868 |
|
| 869 |
/* end screen options and help tabs */ |
| 870 |
|
| 871 |
.login #backtoblog a { |
| 872 |
color: #464646; |
| 873 |
} |
| 874 |
|
| 875 |
#wphead { |
| 876 |
border-bottom:#dfdfdf 1px solid; |
| 877 |
} |
| 878 |
|
| 879 |
#wphead h1 a { |
| 880 |
color: #464646; |
| 881 |
} |
| 882 |
|
| 883 |
#footer a:link, |
| 884 |
#footer a:visited { |
| 885 |
text-decoration: none; |
| 886 |
} |
| 887 |
|
| 888 |
#footer a:hover { |
| 889 |
color: #000; |
| 890 |
text-decoration: underline; |
| 891 |
} |
| 892 |
|
| 893 |
.file-error, |
| 894 |
abbr.required, |
| 895 |
.widget-control-remove:hover, |
| 896 |
table.widefat .delete a:hover, |
| 897 |
table.widefat .trash a:hover, |
| 898 |
table.widefat .spam a:hover, |
| 899 |
#dashboard_recent_comments .delete a:hover, |
| 900 |
#dashboard_recent_comments .trash a:hover |
| 901 |
#dashboard_recent_comments .spam a:hover { |
| 902 |
color: #f00; |
| 903 |
} |
| 904 |
|
| 905 |
#pass-strength-result { |
| 906 |
background-color: #eee; |
| 907 |
border-color: #ddd !important; |
| 908 |
} |
| 909 |
|
| 910 |
#pass-strength-result.bad { |
| 911 |
background-color: #ffb78c; |
| 912 |
border-color: #ff853c !important; |
| 913 |
} |
| 914 |
|
| 915 |
#pass-strength-result.good { |
| 916 |
background-color: #ffec8b; |
| 917 |
border-color: #fc0 !important; |
| 918 |
} |
| 919 |
|
| 920 |
#pass-strength-result.short { |
| 921 |
background-color: #ffa0a0; |
| 922 |
border-color: #f04040 !important; |
| 923 |
} |
| 924 |
|
| 925 |
#pass-strength-result.strong { |
| 926 |
background-color: #c3ff88; |
| 927 |
border-color: #8dff1c !important; |
| 928 |
} |
| 929 |
|
| 930 |
#titlediv #title { |
| 931 |
border-color: #ccc; |
| 932 |
} |
| 933 |
|
| 934 |
#post-status-info { |
| 935 |
border-color: #dfdfdf #ccc #ccc; |
| 936 |
background-color: #eaeaea; |
| 937 |
} |
| 938 |
|
| 939 |
.editwidget .widget-inside { |
| 940 |
border-color: #dfdfdf; |
| 941 |
} |
| 942 |
|
| 943 |
#titlediv #title { |
| 944 |
background-color: #fff; |
| 945 |
} |
| 946 |
|
| 947 |
#tTips p#tTips_inside { |
| 948 |
background-color: #ddd; |
| 949 |
color: #333; |
| 950 |
} |
| 951 |
|
| 952 |
#timestampdiv input, |
| 953 |
#namediv input, |
| 954 |
#poststuff .inside .the-tagcloud { |
| 955 |
border-color: #ddd; |
| 956 |
} |
| 957 |
|
| 958 |
/* menu */ |
| 959 |
#adminmenuback, |
| 960 |
#adminmenuwrap { |
| 961 |
background-color: #deece1; |
| 962 |
border-color: #ccc; |
| 963 |
} |
| 964 |
|
| 965 |
#adminmenushadow, |
| 966 |
#adminmenuback { |
| 967 |
background-position: top right; |
| 968 |
background-repeat: repeat-y; |
| 969 |
} |
| 970 |
|
| 971 |
#adminmenu li.wp-menu-separator { |
| 972 |
background: #dfdfdf; |
| 973 |
border-color: #cfcfcf; |
| 974 |
} |
| 975 |
|
| 976 |
#adminmenu div.separator { |
| 977 |
border-color: #e1e1e1; |
| 978 |
} |
| 979 |
|
| 980 |
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, |
| 981 |
#adminmenu li.wp-has-current-submenu.opensub .wp-menu-toggle, |
| 982 |
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { |
| 983 |
background-color: transparent; |
| 984 |
background-repeat: no-repeat; |
| 985 |
background-position: -1px 6px; |
| 986 |
} |
| 987 |
|
| 988 |
#adminmenu .wp-has-submenu.opensub .wp-menu-toggle, |
| 989 |
#adminmenu .wp-has-submenu:hover .wp-menu-toggle, |
| 990 |
#adminmenu .wp-menu-open .wp-menu-toggle { |
| 991 |
background-color: transparent; |
| 992 |
background-repeat: no-repeat; |
| 993 |
background-position: -2px 6px; |
| 994 |
} |
| 995 |
|
| 996 |
#adminmenu a.menu-top, |
| 997 |
.folded #adminmenu li.menu-top, |
| 998 |
#adminmenu .wp-submenu .wp-submenu-head { |
| 999 |
border-top-color: #eefcf1; |
| 1000 |
border-bottom-color: #dfdfdf; |
| 1001 |
} |
| 1002 |
|
| 1003 |
#adminmenu li.wp-menu-open { |
| 1004 |
border-color: #dfdfdf; |
| 1005 |
} |
| 1006 |
|
| 1007 |
#adminmenu li.menu-top.opensub > a, |
| 1008 |
#adminmenu li.menu-top:hover > a, |
| 1009 |
#adminmenu li.menu-top.focused > a, |
| 1010 |
#adminmenu li.menu-top > a:focus { |
| 1011 |
background-color: #eefcf1; |
| 1012 |
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 ); |
| 1013 |
} |
| 1014 |
|
| 1015 |
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, |
| 1016 |
#adminmenu li.current a.menu-top, |
| 1017 |
.folded #adminmenu li.wp-has-current-submenu, |
| 1018 |
.folded #adminmenu li.current.menu-top, |
| 1019 |
#adminmenu .wp-menu-arrow, |
| 1020 |
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { |
| 1021 |
background-color: #777; /* Fallback */ |
| 1022 |
background-image: -ms-linear-gradient(bottom, #060, #6EB469); /* IE10 */ |
| 1023 |
background-image: -moz-linear-gradient(bottom, #060, #6EB469); /* Firefox */ |
| 1024 |
background-image: -o-linear-gradient(bottom, #060, #6EB469); /* Opera */ |
| 1025 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#060), to(#6EB469)); /* old Webkit */ |
| 1026 |
background-image: -webkit-linear-gradient(bottom, #060, #6EB469); /* new Webkit */ |
| 1027 |
background-image: linear-gradient(bottom, #060, #6EB469); /* proposed W3C Markup */ |
| 1028 |
} |
| 1029 |
|
| 1030 |
#adminmenu .wp-menu-arrow div { |
| 1031 |
background-color: #777; /* Fallback */ |
| 1032 |
background-image: -ms-linear-gradient(right bottom, #060, #6EB469); /* IE10 */ |
| 1033 |
background-image: -moz-linear-gradient(right bottom, #060, #6EB469); /* Firefox */ |
| 1034 |
background-image: -o-linear-gradient(right bottom, #060, #6EB469); /* Opera */ |
| 1035 |
background-image: -webkit-gradient(linear, right bottom, left top, from(#060), to(#6EB469)); /* old Webkit */ |
| 1036 |
background-image: -webkit-linear-gradient(right bottom, #060, #6EB469); /* new Webkit */ |
| 1037 |
background-image: linear-gradient(right bottom, #060, #6EB469); /* proposed W3C Markup */ |
| 1038 |
} |
| 1039 |
|
| 1040 |
#adminmenu li.wp-not-current-submenu .wp-menu-arrow { |
| 1041 |
border-top-color: #eefcf1; |
| 1042 |
border-bottom-color: #dfdfdf; |
| 1043 |
background: #eefcf1; |
| 1044 |
} |
| 1045 |
|
| 1046 |
#adminmenu li.wp-not-current-submenu .wp-menu-arrow div { |
| 1047 |
background: #eefcf1; |
| 1048 |
border-color: #ccc; |
| 1049 |
} |
| 1050 |
|
| 1051 |
.folded #adminmenu li.menu-top li.opensub a, |
| 1052 |
.folded #adminmenu li.menu-top li:hover a { |
| 1053 |
background-image: none; |
| 1054 |
} |
| 1055 |
|
| 1056 |
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, |
| 1057 |
#adminmenu li.current a.menu-top, |
| 1058 |
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { |
| 1059 |
text-shadow: 0 -1px 0 #333; |
| 1060 |
color: #fff; |
| 1061 |
border-top-color: #6EB469; |
| 1062 |
border-bottom-color: #060; |
| 1063 |
} |
| 1064 |
|
| 1065 |
.folded #adminmenu li.wp-has-current-submenu, |
| 1066 |
.folded #adminmenu li.current.menu-top { |
| 1067 |
border-top-color: #6EB469; |
| 1068 |
border-bottom-color: #060; |
| 1069 |
} |
| 1070 |
|
| 1071 |
#adminmenu .wp-submenu a:hover, |
| 1072 |
#adminmenu .wp-submenu a:focus { |
| 1073 |
background-color: #eefcf1; |
| 1074 |
color: #333; |
| 1075 |
} |
| 1076 |
|
| 1077 |
#adminmenu .wp-submenu li.current, |
| 1078 |
#adminmenu .wp-submenu li.current a, |
| 1079 |
#adminmenu .wp-submenu li.current a:hover { |
| 1080 |
color: #333; |
| 1081 |
} |
| 1082 |
|
| 1083 |
#adminmenu .wp-submenu ul { |
| 1084 |
background-color: #fff; |
| 1085 |
} |
| 1086 |
|
| 1087 |
#adminmenu .wp-submenu-wrap, |
| 1088 |
#adminmenu .wp-submenu ul { |
| 1089 |
border-color: #dfdfdf; |
| 1090 |
} |
| 1091 |
|
| 1092 |
#adminmenu .wp-submenu-wrap, |
| 1093 |
.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap { |
| 1094 |
-moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); |
| 1095 |
-webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); |
| 1096 |
box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 ); |
| 1097 |
background: #f9f9f9; |
| 1098 |
} |
| 1099 |
|
| 1100 |
#adminmenu .wp-submenu .wp-submenu-head { |
| 1101 |
border-right-color: #dfdfdf; |
| 1102 |
background-color: #deece1; |
| 1103 |
} |
| 1104 |
|
| 1105 |
#adminmenu div.wp-submenu { |
| 1106 |
background-color: transparent; |
| 1107 |
} |
| 1108 |
|
| 1109 |
/* collapse menu button */ |
| 1110 |
#collapse-menu { |
| 1111 |
color: #aaa; |
| 1112 |
border-color: transparent; |
| 1113 |
} |
| 1114 |
|
| 1115 |
#collapse-menu:hover { |
| 1116 |
color: #999; |
| 1117 |
} |
| 1118 |
|
| 1119 |
#collapse-button { |
| 1120 |
border-color: #ccc; |
| 1121 |
background-color: #f4f4f4; /* Fallback */ |
| 1122 |
background-image: -ms-linear-gradient(bottom, #dfdfdf, #fff); /* IE10 */ |
| 1123 |
background-image: -moz-linear-gradient(bottom, #dfdfdf, #fff); /* Firefox */ |
| 1124 |
background-image: -o-linear-gradient(bottom, #dfdfdf, #fff); /* Opera */ |
| 1125 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#fff)); /* old Webkit */ |
| 1126 |
background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fff); /* new Webkit */ |
| 1127 |
background-image: linear-gradient(bottom, #dfdfdf, #fff); /* proposed W3C Markup */ |
| 1128 |
} |
| 1129 |
#collapse-menu:hover #collapse-button { |
| 1130 |
border-color: #aaa; |
| 1131 |
} |
| 1132 |
#collapse-button div { |
| 1133 |
background-color: transparent; |
| 1134 |
background-repeat: no-repeat; |
| 1135 |
background-position: 0 -72px; |
| 1136 |
} |
| 1137 |
.folded #collapse-button div { |
| 1138 |
background-position: 0 -108px; |
| 1139 |
} |
| 1140 |
|
| 1141 |
/* menu and screen icons */ |
| 1142 |
.icon16.icon-dashboard, |
| 1143 |
#adminmenu .menu-icon-dashboard div.wp-menu-image { |
| 1144 |
background-color: transparent; |
| 1145 |
background-repeat: no-repeat; |
| 1146 |
background-attachment: scroll; |
| 1147 |
background-position: -60px -33px; |
| 1148 |
} |
| 1149 |
|
| 1150 |
#adminmenu .menu-icon-dashboard:hover div.wp-menu-image, |
| 1151 |
#adminmenu .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image, |
| 1152 |
#adminmenu .menu-icon-dashboard.current div.wp-menu-image { |
| 1153 |
background-color: transparent; |
| 1154 |
background-repeat: no-repeat; |
| 1155 |
background-attachment: scroll; |
| 1156 |
background-position: -60px -1px; |
| 1157 |
} |
| 1158 |
|
| 1159 |
.icon16.icon-post, |
| 1160 |
#adminmenu .menu-icon-post div.wp-menu-image { |
| 1161 |
background-color: transparent; |
| 1162 |
background-repeat: no-repeat; |
| 1163 |
background-attachment: scroll; |
| 1164 |
background-position: -271px -33px; |
| 1165 |
} |
| 1166 |
|
| 1167 |
#adminmenu .menu-icon-post:hover div.wp-menu-image, |
| 1168 |
#adminmenu .menu-icon-post.wp-has-current-submenu div.wp-menu-image { |
| 1169 |
background-color: transparent; |
| 1170 |
background-repeat: no-repeat; |
| 1171 |
background-attachment: scroll; |
| 1172 |
background-position: -271px -33px; |
| 1173 |
} |
| 1174 |
|
| 1175 |
.icon16.icon-media, |
| 1176 |
#adminmenu .menu-icon-media div.wp-menu-image { |
| 1177 |
background-color: transparent; |
| 1178 |
background-repeat: no-repeat; |
| 1179 |
background-attachment: scroll; |
| 1180 |
background-position: -120px -33px; |
| 1181 |
} |
| 1182 |
|
| 1183 |
#adminmenu .menu-icon-media:hover div.wp-menu-image, |
| 1184 |
#adminmenu .menu-icon-media.wp-has-current-submenu div.wp-menu-image { |
| 1185 |
background-color: transparent; |
| 1186 |
background-repeat: no-repeat; |
| 1187 |
background-attachment: scroll; |
| 1188 |
background-position: -120px -1px; |
| 1189 |
} |
| 1190 |
|
| 1191 |
.icon16.icon-links, |
| 1192 |
#adminmenu .menu-icon-links div.wp-menu-image { |
| 1193 |
background-color: transparent; |
| 1194 |
background-repeat: no-repeat; |
| 1195 |
background-attachment: scroll; |
| 1196 |
background-position: -90px -33px; |
| 1197 |
} |
| 1198 |
|
| 1199 |
#adminmenu .menu-icon-links:hover div.wp-menu-image, |
| 1200 |
#adminmenu .menu-icon-links.wp-has-current-submenu div.wp-menu-image { |
| 1201 |
background-color: transparent; |
| 1202 |
background-repeat: no-repeat; |
| 1203 |
background-attachment: scroll; |
| 1204 |
background-position: -90px -1px; |
| 1205 |
} |
| 1206 |
|
| 1207 |
.icon16.icon-page, |
| 1208 |
#adminmenu .menu-icon-page div.wp-menu-image { |
| 1209 |
background-color: transparent; |
| 1210 |
background-repeat: no-repeat; |
| 1211 |
background-attachment: scroll; |
| 1212 |
background-position: -150px -33px; |
| 1213 |
} |
| 1214 |
|
| 1215 |
#adminmenu .menu-icon-page:hover div.wp-menu-image, |
| 1216 |
#adminmenu .menu-icon-page.wp-has-current-submenu div.wp-menu-image { |
| 1217 |
background-color: transparent; |
| 1218 |
background-repeat: no-repeat; |
| 1219 |
background-attachment: scroll; |
| 1220 |
background-position: -150px -1px; |
| 1221 |
} |
| 1222 |
|
| 1223 |
.icon16.icon-comments, |
| 1224 |
#adminmenu .menu-icon-comments div.wp-menu-image { |
| 1225 |
background-color: transparent; |
| 1226 |
background-repeat: no-repeat; |
| 1227 |
background-attachment: scroll; |
| 1228 |
background-position: -30px -33px; |
| 1229 |
} |
| 1230 |
|
| 1231 |
#adminmenu .menu-icon-comments:hover div.wp-menu-image, |
| 1232 |
#adminmenu .menu-icon-comments.wp-has-current-submenu div.wp-menu-image, |
| 1233 |
#adminmenu .menu-icon-comments.current div.wp-menu-image { |
| 1234 |
background-color: transparent; |
| 1235 |
background-repeat: no-repeat; |
| 1236 |
background-attachment: scroll; |
| 1237 |
background-position: -30px -1px; |
| 1238 |
} |
| 1239 |
|
| 1240 |
.icon16.icon-appearance, |
| 1241 |
#adminmenu .menu-icon-appearance div.wp-menu-image { |
| 1242 |
background-color: transparent; |
| 1243 |
background-repeat: no-repeat; |
| 1244 |
background-attachment: scroll; |
| 1245 |
background-position: 0 -33px; |
| 1246 |
} |
| 1247 |
|
| 1248 |
#adminmenu .menu-icon-appearance:hover div.wp-menu-image, |
| 1249 |
#adminmenu .menu-icon-appearance.wp-has-current-submenu div.wp-menu-image { |
| 1250 |
background-color: transparent; |
| 1251 |
background-repeat: no-repeat; |
| 1252 |
background-attachment: scroll; |
| 1253 |
background-position: 0 -1px; |
| 1254 |
} |
| 1255 |
|
| 1256 |
.icon16.icon-plugins, |
| 1257 |
#adminmenu .menu-icon-plugins div.wp-menu-image { |
| 1258 |
background-color: transparent; |
| 1259 |
background-repeat: no-repeat; |
| 1260 |
background-attachment: scroll; |
| 1261 |
background-position: -180px -33px; |
| 1262 |
} |
| 1263 |
|
| 1264 |
#adminmenu .menu-icon-plugins:hover div.wp-menu-image, |
| 1265 |
#adminmenu .menu-icon-plugins.wp-has-current-submenu div.wp-menu-image { |
| 1266 |
background-color: transparent; |
| 1267 |
background-repeat: no-repeat; |
| 1268 |
background-attachment: scroll; |
| 1269 |
background-position: -180px -1px; |
| 1270 |
} |
| 1271 |
|
| 1272 |
.icon16.icon-users, |
| 1273 |
#adminmenu .menu-icon-users div.wp-menu-image { |
| 1274 |
background-color: transparent; |
| 1275 |
background-repeat: no-repeat; |
| 1276 |
background-attachment: scroll; |
| 1277 |
background-position: -300px -33px; |
| 1278 |
} |
| 1279 |
|
| 1280 |
#adminmenu .menu-icon-users:hover div.wp-menu-image, |
| 1281 |
#adminmenu .menu-icon-users.wp-has-current-submenu div.wp-menu-image, |
| 1282 |
#adminmenu .menu-icon-users.current div.wp-menu-image { |
| 1283 |
background-color: transparent; |
| 1284 |
background-repeat: no-repeat; |
| 1285 |
background-attachment: scroll; |
| 1286 |
background-position: -300px -1px; |
| 1287 |
} |
| 1288 |
|
| 1289 |
.icon16.icon-tools, |
| 1290 |
#adminmenu .menu-icon-tools div.wp-menu-image { |
| 1291 |
background-color: transparent; |
| 1292 |
background-repeat: no-repeat; |
| 1293 |
background-attachment: scroll; |
| 1294 |
background-position: -210px -33px; |
| 1295 |
} |
| 1296 |
|
| 1297 |
#adminmenu .menu-icon-tools:hover div.wp-menu-image, |
| 1298 |
#adminmenu .menu-icon-tools.wp-has-current-submenu div.wp-menu-image, |
| 1299 |
#adminmenu .menu-icon-tools.current div.wp-menu-image { |
| 1300 |
background-color: transparent; |
| 1301 |
background-repeat: no-repeat; |
| 1302 |
background-attachment: scroll; |
| 1303 |
background-position: -210px -1px; |
| 1304 |
} |
| 1305 |
|
| 1306 |
.icon16.icon-settings, |
| 1307 |
#adminmenu .menu-icon-settings div.wp-menu-image { |
| 1308 |
background-color: transparent; |
| 1309 |
background-repeat: no-repeat; |
| 1310 |
background-attachment: scroll; |
| 1311 |
background-position: -240px -33px; |
| 1312 |
} |
| 1313 |
|
| 1314 |
#adminmenu .menu-icon-settings:hover div.wp-menu-image, |
| 1315 |
#adminmenu .menu-icon-settings.wp-has-current-submenu div.wp-menu-image { |
| 1316 |
background-color: transparent; |
| 1317 |
background-repeat: no-repeat; |
| 1318 |
background-attachment: scroll; |
| 1319 |
background-position: -240px -1px; |
| 1320 |
} |
| 1321 |
|
| 1322 |
.icon16.icon-site, |
| 1323 |
#adminmenu .menu-icon-site div.wp-menu-image { |
| 1324 |
background-color: transparent; |
| 1325 |
background-repeat: no-repeat; |
| 1326 |
background-attachment: scroll; |
| 1327 |
background-position: -360px -33px; |
| 1328 |
} |
| 1329 |
|
| 1330 |
#adminmenu .menu-icon-site:hover div.wp-menu-image, |
| 1331 |
#adminmenu .menu-icon-site.wp-has-current-submenu div.wp-menu-image { |
| 1332 |
background-color: transparent; |
| 1333 |
background-repeat: no-repeat; |
| 1334 |
background-attachment: scroll; |
| 1335 |
background-position: -360px -1px; |
| 1336 |
} |
| 1337 |
/* end menu and screen icons */ |
| 1338 |
|
| 1339 |
/* Screen Icons */ |
| 1340 |
.icon32.icon-post, |
| 1341 |
#icon-edit, |
| 1342 |
#icon-post { |
| 1343 |
background-color: transparent; |
| 1344 |
background-repeat: no-repeat; |
| 1345 |
background-position: -552px -5px; |
| 1346 |
} |
| 1347 |
|
| 1348 |
.icon32.icon-dashboard, |
| 1349 |
#icon-index { |
| 1350 |
background-color: transparent; |
| 1351 |
background-repeat: no-repeat; |
| 1352 |
background-position: -137px -5px; |
| 1353 |
} |
| 1354 |
|
| 1355 |
.icon32.icon-media, |
| 1356 |
#icon-upload { |
| 1357 |
background-color: transparent; |
| 1358 |
background-repeat: no-repeat; |
| 1359 |
background-position: -251px -5px; |
| 1360 |
} |
| 1361 |
|
| 1362 |
.icon32.icon-links, |
| 1363 |
#icon-link-manager, |
| 1364 |
#icon-link, |
| 1365 |
#icon-link-category { |
| 1366 |
background-color: transparent; |
| 1367 |
background-repeat: no-repeat; |
| 1368 |
background-position: -190px -5px; |
| 1369 |
} |
| 1370 |
|
| 1371 |
.icon32.icon-page, |
| 1372 |
#icon-edit-pages, |
| 1373 |
#icon-page { |
| 1374 |
background-color: transparent; |
| 1375 |
background-repeat: no-repeat; |
| 1376 |
background-position: -312px -5px; |
| 1377 |
} |
| 1378 |
|
| 1379 |
.icon32.icon-comments, |
| 1380 |
#icon-edit-comments { |
| 1381 |
background-color: transparent; |
| 1382 |
background-repeat: no-repeat; |
| 1383 |
background-position: -72px -5px; |
| 1384 |
} |
| 1385 |
|
| 1386 |
.icon32.icon-appearance, |
| 1387 |
#icon-themes { |
| 1388 |
background-color: transparent; |
| 1389 |
background-repeat: no-repeat; |
| 1390 |
background-position: -11px -5px; |
| 1391 |
} |
| 1392 |
|
| 1393 |
.icon32.icon-plugins, |
| 1394 |
#icon-plugins { |
| 1395 |
background-color: transparent; |
| 1396 |
background-repeat: no-repeat; |
| 1397 |
background-position: -370px -5px; |
| 1398 |
} |
| 1399 |
|
| 1400 |
.icon32.icon-users, |
| 1401 |
#icon-users, |
| 1402 |
#icon-profile, |
| 1403 |
#icon-user-edit { |
| 1404 |
background-color: transparent; |
| 1405 |
background-repeat: no-repeat; |
| 1406 |
background-position: -600px -5px; |
| 1407 |
} |
| 1408 |
|
| 1409 |
.icon32.icon-tools, |
| 1410 |
#icon-tools, |
| 1411 |
#icon-admin { |
| 1412 |
background-color: transparent; |
| 1413 |
background-repeat: no-repeat; |
| 1414 |
background-position: -432px -5px; |
| 1415 |
} |
| 1416 |
|
| 1417 |
.icon32.icon-settings, |
| 1418 |
#icon-options-general { |
| 1419 |
background-color: transparent; |
| 1420 |
background-repeat: no-repeat; |
| 1421 |
background-position: -492px -5px; |
| 1422 |
} |
| 1423 |
|
| 1424 |
.icon32.icon-site, |
| 1425 |
#icon-ms-admin { |
| 1426 |
background-color: transparent; |
| 1427 |
background-repeat: no-repeat; |
| 1428 |
background-position: -659px -5px; |
| 1429 |
} |
| 1430 |
/* end screen icons */ |
| 1431 |
|
| 1432 |
|
| 1433 |
/* Diff */ |
| 1434 |
table.diff .diff-deletedline { |
| 1435 |
background-color: #fdd; |
| 1436 |
} |
| 1437 |
|
| 1438 |
table.diff .diff-deletedline del { |
| 1439 |
background-color: #f99; |
| 1440 |
} |
| 1441 |
|
| 1442 |
table.diff .diff-addedline { |
| 1443 |
background-color: #dfd; |
| 1444 |
} |
| 1445 |
|
| 1446 |
table.diff .diff-addedline ins { |
| 1447 |
background-color: #9f9; |
| 1448 |
} |
| 1449 |
|
| 1450 |
#att-info { |
| 1451 |
background-color: #E4F2FD; |
| 1452 |
} |
| 1453 |
|
| 1454 |
/* edit image */ |
| 1455 |
#sidemenu a { |
| 1456 |
background-color: #eefcf1; |
| 1457 |
border-color: #eefcf1; |
| 1458 |
border-bottom-color: #dfdfdf; |
| 1459 |
} |
| 1460 |
|
| 1461 |
#sidemenu a.current { |
| 1462 |
background-color: #fff; |
| 1463 |
border-color: #dfdfdf #dfdfdf #fff; |
| 1464 |
color: #D54E21; |
| 1465 |
} |
| 1466 |
|
| 1467 |
#replyerror { |
| 1468 |
border-color: #ddd; |
| 1469 |
background-color: #eefcf1; |
| 1470 |
} |
| 1471 |
|
| 1472 |
/* table vim shortcuts */ |
| 1473 |
.vim-current, |
| 1474 |
.vim-current th, |
| 1475 |
.vim-current td { |
| 1476 |
background-color: #E4F2FD !important; |
| 1477 |
} |
| 1478 |
|
| 1479 |
/* Install Plugins */ |
| 1480 |
.star-average, |
| 1481 |
.star.star-rating { |
| 1482 |
background-color: #fc0; |
| 1483 |
} |
| 1484 |
|
| 1485 |
div.star.select:hover { |
| 1486 |
background-color: #d00; |
| 1487 |
} |
| 1488 |
|
| 1489 |
div.star img { |
| 1490 |
border-left: 1px solid #fff; |
| 1491 |
border-right: 1px solid #fff; |
| 1492 |
} |
| 1493 |
|
| 1494 |
.widefat div.star img { |
| 1495 |
border-left: 1px solid #eefcf1; |
| 1496 |
border-right: 1px solid #eefcf1; |
| 1497 |
} |
| 1498 |
|
| 1499 |
#plugin-information .fyi ul { |
| 1500 |
background-color: #eaf3fa; |
| 1501 |
} |
| 1502 |
|
| 1503 |
#plugin-information .fyi h2.mainheader { |
| 1504 |
background-color: #cee1ef; |
| 1505 |
} |
| 1506 |
|
| 1507 |
#plugin-information pre, |
| 1508 |
#plugin-information code { |
| 1509 |
background-color: #ededff; |
| 1510 |
} |
| 1511 |
|
| 1512 |
#plugin-information pre { |
| 1513 |
border: 1px solid #ccc; |
| 1514 |
} |
| 1515 |
|
| 1516 |
/* inline editor */ |
| 1517 |
.inline-edit-row fieldset input[type="text"], |
| 1518 |
.inline-edit-row fieldset textarea, |
| 1519 |
#bulk-titles { |
| 1520 |
border-color: #ddd; |
| 1521 |
} |
| 1522 |
|
| 1523 |
.inline-editor div.title { |
| 1524 |
background-color: #EAF3FA; |
| 1525 |
} |
| 1526 |
|
| 1527 |
.inline-editor ul.cat-checklist { |
| 1528 |
background-color: #fff; |
| 1529 |
border-color: #ddd; |
| 1530 |
} |
| 1531 |
|
| 1532 |
.inline-editor .categories .catshow, |
| 1533 |
.inline-editor .categories .cathide { |
| 1534 |
color: #007700; |
| 1535 |
} |
| 1536 |
|
| 1537 |
.inline-editor .quick-edit-save { |
| 1538 |
background-color: #f1f1f1; |
| 1539 |
} |
| 1540 |
|
| 1541 |
fieldset.inline-edit-col-right .inline-edit-col { |
| 1542 |
border-color: #dfdfdf; |
| 1543 |
} |
| 1544 |
|
| 1545 |
.attention { |
| 1546 |
color: #D54E21; |
| 1547 |
} |
| 1548 |
|
| 1549 |
.meta-box-sortables .postbox:hover .handlediv { |
| 1550 |
background-color: transparent; |
| 1551 |
background-repeat: no-repeat; |
| 1552 |
background-position: 6px 7px; |
| 1553 |
} |
| 1554 |
|
| 1555 |
.tablenav .tablenav-pages { |
| 1556 |
color: #555; |
| 1557 |
} |
| 1558 |
|
| 1559 |
.tablenav .tablenav-pages a { |
| 1560 |
border-color: #e3e3e3; |
| 1561 |
background-color: #eee; |
| 1562 |
background-repeat: repeat-x; |
| 1563 |
background-attachment: scroll; |
| 1564 |
background-position: left -379px; |
| 1565 |
} |
| 1566 |
|
| 1567 |
.tablenav .tablenav-pages a:hover, |
| 1568 |
.tablenav .tablenav-pages a:focus { |
| 1569 |
color: #d54e21; |
| 1570 |
} |
| 1571 |
|
| 1572 |
.tablenav .tablenav-pages a.disabled, |
| 1573 |
.tablenav .tablenav-pages a.disabled:hover, |
| 1574 |
.tablenav .tablenav-pages a.disabled:focus { |
| 1575 |
color: #aaa; |
| 1576 |
} |
| 1577 |
|
| 1578 |
.tablenav .tablenav-pages .current { |
| 1579 |
background: #dfdfdf; |
| 1580 |
border-color: #d3d3d3; |
| 1581 |
} |
| 1582 |
|
| 1583 |
#availablethemes, |
| 1584 |
#availablethemes td { |
| 1585 |
border-color: #ddd; |
| 1586 |
} |
| 1587 |
|
| 1588 |
#current-theme img { |
| 1589 |
border-color: #999; |
| 1590 |
} |
| 1591 |
|
| 1592 |
#TB_window #TB_title a.tb-theme-preview-link, |
| 1593 |
#TB_window #TB_title a.tb-theme-preview-link:visited { |
| 1594 |
color: #999; |
| 1595 |
} |
| 1596 |
|
| 1597 |
#TB_window #TB_title a.tb-theme-preview-link:hover, |
| 1598 |
#TB_window #TB_title a.tb-theme-preview-link:focus { |
| 1599 |
color: #ccc; |
| 1600 |
} |
| 1601 |
|
| 1602 |
.misc-pub-section { |
| 1603 |
border-top-color: #fff; |
| 1604 |
border-bottom-color: #dfdfdf; |
| 1605 |
} |
| 1606 |
|
| 1607 |
#minor-publishing { |
| 1608 |
border-bottom-color: #dfdfdf; |
| 1609 |
} |
| 1610 |
|
| 1611 |
#post-body .misc-pub-section { |
| 1612 |
border-right-color: #eee; |
| 1613 |
} |
| 1614 |
|
| 1615 |
.post-com-count span { |
| 1616 |
background-color: #bbb; |
| 1617 |
} |
| 1618 |
|
| 1619 |
.form-table .color-palette td { |
| 1620 |
border-color: #fff; |
| 1621 |
} |
| 1622 |
|
| 1623 |
.sortable-placeholder { |
| 1624 |
border-color: #bbb; |
| 1625 |
background-color: #eefcf1; |
| 1626 |
} |
| 1627 |
|
| 1628 |
#post-body ul.category-tabs li.tabs a, |
| 1629 |
#post-body ul.add-menu-item-tabs li.tabs a, |
| 1630 |
body.press-this ul.category-tabs li.tabs a { |
| 1631 |
color: #333; |
| 1632 |
} |
| 1633 |
|
| 1634 |
.view-switch #view-switch-list { |
| 1635 |
background-color: transparent; |
| 1636 |
background-repeat: no-repeat; |
| 1637 |
background-position: 0 0; |
| 1638 |
} |
| 1639 |
|
| 1640 |
.view-switch .current #view-switch-list { |
| 1641 |
background-color: transparent; |
| 1642 |
background-repeat: no-repeat; |
| 1643 |
background-position: -40px 0; |
| 1644 |
} |
| 1645 |
|
| 1646 |
.view-switch #view-switch-excerpt { |
| 1647 |
background-color: transparent; |
| 1648 |
background-repeat: no-repeat; |
| 1649 |
background-position: -20px 0; |
| 1650 |
} |
| 1651 |
|
| 1652 |
.view-switch .current #view-switch-excerpt { |
| 1653 |
background-color: transparent; |
| 1654 |
background-repeat: no-repeat; |
| 1655 |
background-position: -60px 0; |
| 1656 |
} |
| 1657 |
|
| 1658 |
#header-logo { |
| 1659 |
background-color: transparent; |
| 1660 |
background-repeat: no-repeat; |
| 1661 |
background-attachment: scroll; |
| 1662 |
background-position: center center; |
| 1663 |
} |
| 1664 |
|
| 1665 |
.popular-tags, |
| 1666 |
.feature-filter { |
| 1667 |
background-color: #fff; |
| 1668 |
border-color: #DFDFDF; |
| 1669 |
} |
| 1670 |
|
| 1671 |
#theme-information .action-button { |
| 1672 |
border-top-color: #DFDFDF; |
| 1673 |
} |
| 1674 |
|
| 1675 |
.theme-listing br.line { |
| 1676 |
border-bottom-color: #ccc; |
| 1677 |
} |
| 1678 |
|
| 1679 |
div.widgets-sortables, |
| 1680 |
#widgets-left .inactive { |
| 1681 |
background-color: #fcfcfc; |
| 1682 |
border-color: #dfdfdf; |
| 1683 |
} |
| 1684 |
|
| 1685 |
#available-widgets .widget-holder { |
| 1686 |
background-color: #fcfcfc; |
| 1687 |
border-color: #dfdfdf; |
| 1688 |
} |
| 1689 |
|
| 1690 |
#available-widgets .widget-description { |
| 1691 |
color: #555; |
| 1692 |
} |
| 1693 |
|
| 1694 |
.sidebar-name { |
| 1695 |
color: #464646; |
| 1696 |
text-shadow: #fff 0 1px 0; |
| 1697 |
border-color: #dfdfdf; |
| 1698 |
-moz-box-shadow: inset 0 1px 0 #fff; |
| 1699 |
-webkit-box-shadow: inset 0 1px 0 #fff; |
| 1700 |
box-shadow: inset 0 1px 0 #fff; |
| 1701 |
} |
| 1702 |
|
| 1703 |
.sidebar-name:hover, |
| 1704 |
#removing-widget { |
| 1705 |
color: #d54e21; |
| 1706 |
} |
| 1707 |
|
| 1708 |
#removing-widget span { |
| 1709 |
color: black; |
| 1710 |
} |
| 1711 |
|
| 1712 |
.sidebar-name-arrow { |
| 1713 |
background-color: transparent; |
| 1714 |
background-repeat: no-repeat; |
| 1715 |
background-position: 5px 9px; |
| 1716 |
} |
| 1717 |
|
| 1718 |
.sidebar-name:hover .sidebar-name-arrow { |
| 1719 |
background-color: transparent; |
| 1720 |
background-repeat: no-repeat; |
| 1721 |
background-position: 5px 9px; |
| 1722 |
} |
| 1723 |
|
| 1724 |
.in-widget-title { |
| 1725 |
color: #606060; |
| 1726 |
} |
| 1727 |
|
| 1728 |
.deleting .widget-title * { |
| 1729 |
color: #aaa; |
| 1730 |
} |
| 1731 |
|
| 1732 |
.imgedit-menu div { |
| 1733 |
border-color: #d5d5d5; |
| 1734 |
background-color: #f1f1f1; |
| 1735 |
} |
| 1736 |
|
| 1737 |
.imgedit-menu div:hover { |
| 1738 |
border-color: #c1c1c1; |
| 1739 |
background-color: #eaeaea; |
| 1740 |
} |
| 1741 |
|
| 1742 |
.imgedit-menu div.disabled { |
| 1743 |
border-color: #ccc; |
| 1744 |
background-color: #ddd; |
| 1745 |
filter: alpha(opacity=50); |
| 1746 |
opacity: 0.5; |
| 1747 |
} |
| 1748 |
|
| 1749 |
#dashboard_recent_comments div.undo { |
| 1750 |
border-top-color: #dfdfdf; |
| 1751 |
} |
| 1752 |
|
| 1753 |
.comment-ays, |
| 1754 |
.comment-ays th { |
| 1755 |
border-color: #ddd; |
| 1756 |
} |
| 1757 |
|
| 1758 |
.comment-ays th { |
| 1759 |
background-color: #f1f1f1; |
| 1760 |
} |
| 1761 |
|
| 1762 |
/* added from nav-menu.css */ |
| 1763 |
#menu-management .menu-edit { |
| 1764 |
border-color: #dfdfdf; |
| 1765 |
} |
| 1766 |
|
| 1767 |
#post-body { |
| 1768 |
background: #fff; |
| 1769 |
border-top-color: #fff; |
| 1770 |
border-bottom-color: #dfdfdf; |
| 1771 |
} |
| 1772 |
|
| 1773 |
#nav-menu-header { |
| 1774 |
border-bottom-color: #dfdfdf; |
| 1775 |
} |
| 1776 |
|
| 1777 |
#nav-menu-footer { |
| 1778 |
border-top-color: #fff; |
| 1779 |
} |
| 1780 |
|
| 1781 |
#menu-management .nav-tabs-arrow a { |
| 1782 |
color: #C1C1C1; |
| 1783 |
} |
| 1784 |
|
| 1785 |
#menu-management .nav-tabs-arrow a:hover { |
| 1786 |
color: #D54E21; |
| 1787 |
} |
| 1788 |
|
| 1789 |
#menu-management .nav-tabs-arrow a:active { |
| 1790 |
color: #464646; |
| 1791 |
} |
| 1792 |
|
| 1793 |
#menu-management .nav-tab-active { |
| 1794 |
border-color: #dfdfdf; |
| 1795 |
} |
| 1796 |
|
| 1797 |
#menu-management .nav-tab { |
| 1798 |
background: #fbfbfb; |
| 1799 |
border-color: #dfdfdf; |
| 1800 |
} |
| 1801 |
|
| 1802 |
.js .input-with-default-title { |
| 1803 |
color: #aaa; |
| 1804 |
} |
| 1805 |
|
| 1806 |
#cancel-save { |
| 1807 |
color: #ff0000; |
| 1808 |
} |
| 1809 |
|
| 1810 |
#cancel-save:hover { |
| 1811 |
background-color: #FF0000; |
| 1812 |
color: #fff; |
| 1813 |
} |
| 1814 |
|
| 1815 |
.list-container { |
| 1816 |
border-color: #DFDFDF; |
| 1817 |
} |
| 1818 |
|
| 1819 |
.menu-item-handle { |
| 1820 |
border-color: #dfdfdf; |
| 1821 |
} |
| 1822 |
|
| 1823 |
.menu li.deleting .menu-item-handle { |
| 1824 |
background-color: #f66; |
| 1825 |
text-shadow: #ccc; |
| 1826 |
} |
| 1827 |
|
| 1828 |
.item-type { /* Menu item controls */ |
| 1829 |
color: #999999; |
| 1830 |
} |
| 1831 |
|
| 1832 |
.item-controls .menu-item-delete:hover { |
| 1833 |
color: #ff0000; |
| 1834 |
} |
| 1835 |
|
| 1836 |
.item-edit { |
| 1837 |
background-color: transparent; |
| 1838 |
background-repeat: no-repeat; |
| 1839 |
background-position: 8px 10px; |
| 1840 |
border-bottom-color: #eee; |
| 1841 |
} |
| 1842 |
|
| 1843 |
.item-edit:hover { |
| 1844 |
background-color: transparent; |
| 1845 |
background-repeat: no-repeat; |
| 1846 |
background-position: 8px 10px; |
| 1847 |
} |
| 1848 |
|
| 1849 |
.menu-item-settings { /* Menu editing */ |
| 1850 |
border-color: #dfdfdf; |
| 1851 |
} |
| 1852 |
|
| 1853 |
.link-to-original { |
| 1854 |
color: #777; |
| 1855 |
border-color: #dfdfdf; |
| 1856 |
} |
| 1857 |
|
| 1858 |
#cancel-save:hover { |
| 1859 |
color: #fff !important; |
| 1860 |
} |
| 1861 |
|
| 1862 |
#update-menu-item { |
| 1863 |
color: #fff !important; |
| 1864 |
} |
| 1865 |
|
| 1866 |
#update-menu-item:hover, |
| 1867 |
#update-menu-item:active, |
| 1868 |
#update-menu-item:focus { |
| 1869 |
color: #eaf2fa !important; |
| 1870 |
border-color: #13455b !important; |
| 1871 |
} |
| 1872 |
|
| 1873 |
.submitbox .submitcancel { |
| 1874 |
color: #007700; |
| 1875 |
border-bottom-color: #007700; |
| 1876 |
} |
| 1877 |
|
| 1878 |
.submitbox .submitcancel:hover { |
| 1879 |
background: #007700; |
| 1880 |
color: #fff; |
| 1881 |
} |
| 1882 |
/* end added from nav-menu.css */ |
| 1883 |
|
| 1884 |
#menu-management .nav-tab-active, |
| 1885 |
.menu-item-handle, |
| 1886 |
.menu-item-settings { |
| 1887 |
-moz-box-shadow: inset 0 1px 0 #fff; |
| 1888 |
-webkit-box-shadow: inset 0 1px 0 #fff; |
| 1889 |
box-shadow: inset 0 1px 0 #fff; |
| 1890 |
} |
| 1891 |
|
| 1892 |
#menu-management .nav-tab-active { |
| 1893 |
background: #eefcf1; |
| 1894 |
border-bottom-color: #eefcf1; |
| 1895 |
} |
| 1896 |
|
| 1897 |
/* custom header & background pages */ |
| 1898 |
#upload-form label { |
| 1899 |
color: #777; |
| 1900 |
} |
| 1901 |
/* custom header & background pages */ |
| 1902 |
|
| 1903 |
/* full screen */ |
| 1904 |
.fullscreen-overlay { |
| 1905 |
background: #fff; |
| 1906 |
} |
| 1907 |
|
| 1908 |
.wp-fullscreen-focus #wp-fullscreen-title, |
| 1909 |
.wp-fullscreen-focus #wp-fullscreen-container { |
| 1910 |
border-color: #ccc; |
| 1911 |
} |
| 1912 |
|
| 1913 |
#fullscreen-topbar { |
| 1914 |
border-bottom-color: #DFDFDF; |
| 1915 |
} |
| 1916 |
|
| 1917 |
/* Begin About Pages */ |
| 1918 |
|
| 1919 |
.about-wrap h1 { |
| 1920 |
color: #333; |
| 1921 |
text-shadow: 1px 1px 1px white; |
| 1922 |
} |
| 1923 |
|
| 1924 |
.about-text { |
| 1925 |
color: #777; |
| 1926 |
} |
| 1927 |
|
| 1928 |
.wp-badge { |
| 1929 |
color: #fff; |
| 1930 |
text-shadow: 0 -1px 0 #0c3d57; |
| 1931 |
border-color: #2B5173; |
| 1932 |
|
| 1933 |
-moz-box-shadow: inset 0 0 0 1px #5F8CA8; |
| 1934 |
-webkit-box-shadow: inset 0 0 0 1px #5F8CA8; |
| 1935 |
box-shadow: inset 0 0 0 1px #5F8CA8; |
| 1936 |
|
| 1937 |
background-color: #378aac; |
| 1938 |
} |
| 1939 |
|
| 1940 |
.about-wrap h2 .nav-tab { |
| 1941 |
color: #007700; |
| 1942 |
} |
| 1943 |
.about-wrap h2 .nav-tab:hover { |
| 1944 |
color: #d54e21; |
| 1945 |
} |
| 1946 |
.about-wrap h2 .nav-tab-active, |
| 1947 |
.about-wrap h2 .nav-tab-active:hover { |
| 1948 |
color: #333; |
| 1949 |
} |
| 1950 |
.about-wrap h2 .nav-tab-active { |
| 1951 |
text-shadow: 1px 1px 1px white; |
| 1952 |
color: #464646; |
| 1953 |
} |
| 1954 |
|
| 1955 |
.about-wrap h3 { |
| 1956 |
color: #333; |
| 1957 |
text-shadow: 1px 1px 1px white; |
| 1958 |
} |
| 1959 |
|
| 1960 |
.about-wrap .feature-section h4 { |
| 1961 |
color: #464646; |
| 1962 |
} |
| 1963 |
|
| 1964 |
.about-wrap .feature-section img { |
| 1965 |
background: #eefcf1; |
| 1966 |
border-color: #dfdfdf; |
| 1967 |
|
| 1968 |
-moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); |
| 1969 |
-webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); |
| 1970 |
box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); |
| 1971 |
} |
| 1972 |
|
| 1973 |
.about-wrap h4.wp-people-group { |
| 1974 |
text-shadow: 1px 1px 1px white; |
| 1975 |
} |
| 1976 |
|
| 1977 |
.about-wrap li.wp-person img.gravatar { |
| 1978 |
-moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); |
| 1979 |
-webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); |
| 1980 |
box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); |
| 1981 |
} |
| 1982 |
.about-wrap li.wp-person .title { |
| 1983 |
color: #464646; |
| 1984 |
text-shadow: 1px 1px 1px white; |
| 1985 |
} |
| 1986 |
|
| 1987 |
.freedoms-php .about-wrap ol li { |
| 1988 |
color: #999; |
| 1989 |
} |
| 1990 |
.freedoms-php .about-wrap ol p { |
| 1991 |
color: #464646; |
| 1992 |
} |
| 1993 |
|
| 1994 |
/* End About Pages */ |
| 1995 |
|
| 1996 |
|
| 1997 |
/*------------------------------------------------------------------------------ |
| 1998 |
2.0 - Right to Left Styles |
| 1999 |
------------------------------------------------------------------------------*/ |
| 2000 |
|
| 2001 |
.rtl .bar { |
| 2002 |
border-right-color: none; |
| 2003 |
border-left-color: #99d; |
| 2004 |
} |
| 2005 |
|
| 2006 |
.rtl #screen-meta-links a.show-settings { |
| 2007 |
background-position: left 3px; |
| 2008 |
} |
| 2009 |
|
| 2010 |
.rtl #screen-meta-links a.show-settings.screen-meta-active { |
| 2011 |
background-position: left -33px; |
| 2012 |
} |
| 2013 |
|
| 2014 |
/* Menu */ |
| 2015 |
.rtl #adminmenushadow, |
| 2016 |
.rtl #adminmenuback { |
| 2017 |
background-position: top left; |
| 2018 |
} |
| 2019 |
|
| 2020 |
.rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, |
| 2021 |
.rtl #adminmenu li.wp-has-current-submenu.opensub .wp-menu-toggle, |
| 2022 |
.rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { |
| 2023 |
background-color: transparent; |
| 2024 |
background-repeat: no-repeat; |
| 2025 |
background-position: 8px 6px; |
| 2026 |
} |
| 2027 |
|
| 2028 |
.rtl #adminmenu .wp-has-submenu.opensub .wp-menu-toggle, |
| 2029 |
.rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle, |
| 2030 |
.rtl #adminmenu .wp-menu-open .wp-menu-toggle { |
| 2031 |
background-color: transparent; |
| 2032 |
background-repeat: no-repeat; |
| 2033 |
background-position: 8px 6px; |
| 2034 |
} |
| 2035 |
|
| 2036 |
.rtl #adminmenu .wp-submenu .wp-submenu-head { |
| 2037 |
border-right-color: none; |
| 2038 |
border-left-color: #dfdfdf; |
| 2039 |
} |
| 2040 |
|
| 2041 |
.rtl .folded #adminmenu .wp-submenu-wrap { |
| 2042 |
-moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); |
| 2043 |
-webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); |
| 2044 |
box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); |
| 2045 |
} |
| 2046 |
|
| 2047 |
/* Collapse Menu Button */ |
| 2048 |
.rtl #collapse-button div { |
| 2049 |
background-position: 0 -108px; |
| 2050 |
} |
| 2051 |
|
| 2052 |
.rtl .folded #collapse-button div { |
| 2053 |
background-position: 0 -72px; |
| 2054 |
} |
| 2055 |
|
| 2056 |
/* Edit Image */ |
| 2057 |
.rtl .meta-box-sortables .postbox:hover .handlediv { |
| 2058 |
background-color: transparent; |
| 2059 |
background-repeat: no-repeat; |
| 2060 |
background-position: 6px 7px; |
| 2061 |
} |
| 2062 |
|
| 2063 |
.rtl .tablenav .tablenav-pages a { |
| 2064 |
border-color: #e3e3e3; |
| 2065 |
background-color: #eee; |
| 2066 |
background-repeat: repeat-x; |
| 2067 |
background-attachment: scroll; |
| 2068 |
background-position: right -379px; |
| 2069 |
} |
| 2070 |
|
| 2071 |
.rtl #post-body .misc-pub-section { |
| 2072 |
border-right-color: none; |
| 2073 |
border-left-color: #eee; |
| 2074 |
} |
| 2075 |
|
| 2076 |
.rtl .sidebar-name-arrow { |
| 2077 |
background-color: transparent; |
| 2078 |
background-repeat: no-repeat; |
| 2079 |
background-position: 5px 9px; |
| 2080 |
} |
| 2081 |
|
| 2082 |
.rtl .sidebar-name:hover .sidebar-name-arrow { |
| 2083 |
background-color: transparent; |
| 2084 |
background-repeat: no-repeat; |
| 2085 |
background-position: 5px 9px; |
| 2086 |
} |