Changeset 2102:fba83bbd6ee1 for admin/style/default.css
- Timestamp:
- 09/26/13 15:14:02 (12 years ago)
- Branch:
- default
- Parents:
- 2099:7af2e5aa15c2 (diff), 2101:4f5f79f9f0c9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2097 r2102 2512 2512 } 2513 2513 } 2514 2515 /* color-picker.js */ 2516 .color-color-picker { 2517 border: 1px solid #000; 2518 width: 195px; 2519 background: #fff; 2520 } 2521 2522 /* _blog_theme.js */ 2523 .select-button { 2524 font-weight: bold; 2525 } 2526 2527 /* _media_item.js */ 2528 .color-div { 2529 border: 1px solid #ccc; 2530 } 2531 2532 /* common.js */ 2533 .colorBeginPassword { 2534 color: #fff; 2535 } 2536 .colorEndPassword { 2537 color: #ffbaba; 2538 } 2539 .colorBeginMessage { 2540 color: #ccc; 2541 } 2542 .colorEndMessage { 2543 color: #676e78; 2544 } 2545 .colorBeginError { 2546 color: #ffdec8; 2547 } 2548 .colorEndError { 2549 color: #ffbaba; 2550 } 2551 .colorBeginSuccess { 2552 color: #9BCA1C; 2553 } 2554 .colorEndSuccess { 2555 color: #bee74b; 2556 } 2557 /* _post.js */ 2558 .colorBeginValidatorMsg { 2559 color: #676e78; 2560 } 2561 .colorEndValidatorMsg { 2562 color: #ffcc00; 2563 } 2564 .colorBeginValidatorErr { 2565 color: #fff; 2566 } 2567 .colorEndValidatorErr { 2568 color: #ffbaba; 2569 } 2570 /* _preferences.js */ 2571 .colorBeginUserMail { 2572 color: #fff; 2573 } 2574 .colorEndUserMail { 2575 color: #ffbaba; 2576 } 2577 -
admin/style/default.css
r2101 r2102 415 415 font: 100% "Andale Mono","Courier New",monospace; 416 416 } 417 code { 418 background: #FAFAD1; 419 } 417 420 pre { 418 421 white-space: pre; … … 1740 1743 vertical-align: top; 1741 1744 min-height: 140px; 1745 word-wrap: break-word; 1742 1746 } 1743 1747 .media-item p { … … 2352 2356 width: 100%; 2353 2357 height: 4px; 2354 background: # d99;2358 background: #EBEB47; 2355 2359 } 2356 2360 #debug div { … … 2363 2367 #debug:hover { 2364 2368 height: auto; 2369 padding: 2px 1em; 2370 z-index: 100; 2365 2371 } 2366 2372 #debug:hover div { … … 2468 2474 #content { 2469 2475 margin: 0; 2470 padding: 0 .5em ;2476 padding: 0 .5em !important; 2471 2477 } 2472 2478 #collapser { … … 2476 2482 margin: 0; 2477 2483 padding: 6px 0; 2484 } 2485 #dashboard-boxes .box.medium, 2486 #dashboard-boxes .box.small, 2487 #dashboard-boxes .box.large { 2488 width: 90%; 2489 margin: 10px auto; 2478 2490 } 2479 2491 } … … 2495 2507 #icons p { 2496 2508 width: 150px; 2497 }2498 #dashboard-boxes .box.small2499 #dashboard-boxes .box.medium {2500 margin: 10px 0;2501 width: 280px;2502 2509 } 2503 2510 #content.with-help #help-button {
Note: See TracChangeset
for help on using the changeset viewer.