Changeset 2110:80379e2825d1 for admin/style
- Timestamp:
- 09/26/13 23:04:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2102 r2110 412 412 clear: both; 413 413 } 414 pre, code {414 pre, code, #debug { 415 415 font: 100% "Andale Mono","Courier New",monospace; 416 416 } … … 2356 2356 width: 100%; 2357 2357 height: 4px; 2358 background: # EBEB47;2358 background: #ff6; 2359 2359 } 2360 2360 #debug div { … … 2512 2512 } 2513 2513 } 2514 2514 /* ---------------------------------------------- Couleurs ajoutées via javascript 2515 2515 /* color-picker.js */ 2516 2516 .color-color-picker { … … 2518 2518 width: 195px; 2519 2519 background: #fff; 2520 } 2521 2520 } 2522 2521 /* _blog_theme.js */ 2523 2522 .select-button { 2524 2523 font-weight: bold; 2525 } 2526 2524 } 2527 2525 /* _media_item.js */ 2528 2526 .color-div { 2529 2527 border: 1px solid #ccc; 2530 } 2531 2532 /* common.js */ 2533 .colorBeginPassword { 2528 } 2529 /* fadings ('color' est utilisé comme variable, pas comme text color) */ 2530 .colorBeginPassword, .colorBeginValidatorErr, .colorBeginUserMail { 2534 2531 color: #fff; 2535 }2536 .colorEndPassword {2532 } 2533 .colorEndPassword, .colorEndError, .colorEndValidatorErr, .colorEndUserMail { 2537 2534 color: #ffbaba; 2538 }2535 } 2539 2536 .colorBeginMessage { 2540 2537 color: #ccc; 2541 }2542 .colorEndMessage {2538 } 2539 .colorEndMessage, .colorBeginValidatorMsg { 2543 2540 color: #676e78; 2544 }2541 } 2545 2542 .colorBeginError { 2546 2543 color: #ffdec8; 2547 } 2548 .colorEndError { 2549 color: #ffbaba; 2550 } 2544 } 2551 2545 .colorBeginSuccess { 2552 2546 color: #9BCA1C; 2553 }2547 } 2554 2548 .colorEndSuccess { 2555 2549 color: #bee74b; 2556 } 2557 /* _post.js */ 2558 .colorBeginValidatorMsg { 2559 color: #676e78; 2560 } 2561 .colorEndValidatorMsg { 2550 } 2551 .colorEndValidatorMsg { 2562 2552 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 2553 }
Note: See TracChangeset
for help on using the changeset viewer.