Changeset 2593:6741802596a0 for admin/style/default.css
- Timestamp:
- 11/27/13 16:32:38 (12 years ago)
- Branch:
- twig
- Children:
- 2612:1537212bd291, 2613:014098e27ea0
- Parents:
- 2468:d7fda5a0bd39 (diff), 2589:3d427735ca70 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2468 r2593 442 442 text-decoration: none; 443 443 border-bottom: 1px dotted #999; 444 } 445 a:hover, a:active, a:focus { 444 background-color: inherit; 445 outline: 0; 446 } 447 a:hover, a:active { 446 448 border-bottom-style: solid; 447 449 } 448 450 a img, a:link img, a:visited img { 449 451 border: none; 452 background: inherit; 450 453 } 451 454 h1 a:link, h1 a:visited { … … 455 458 color: #333; 456 459 } 460 a:link { 461 transition: .5s; 462 } 463 a:focus, a:focus img { 464 outline: 2px solid #bee74b; 465 border-bottom: none; 466 text-decoration: none; 467 } 457 468 /* ---------------------------------------------------------------------------- 458 469 FORMULAIRES 459 470 ---------------------------------------------------------------------------- */ 460 input[type=text], input[type=password], input[type=submit], 471 input[type=text], input[type=password], input[type=submit], 461 472 input[type=button], input[type=reset], a.button, button, textarea, select, legend { 462 border-radius: 3px; 473 border-radius: 3px; 463 474 max-width: 100%; 464 475 } … … 488 499 margin-bottom: 0.5em; 489 500 } 490 label .maximal, textarea.maximal, input.maximal {501 label .maximal, textarea.maximal, input.maximal, select.maximal { 491 502 width: 99%; 492 503 } … … 686 697 /* suppression, reset, "neutres" fond gris */ 687 698 button, input[type=button], input.button, 688 input[type=reset], input[type=submit].reset, input.reset, 699 input[type=reset], input[type=submit].reset, input.reset, 689 700 input[type=submit].delete, input.delete, 690 701 a.button, a.button.delete, a.button.reset { … … 699 710 button:hover, input[type=button]:hover, input.button:hover, 700 711 button:focus, input[type=button]:focus, input.button:focus, 701 input[type=reset]:hover, input[type=submit].reset:hover, input.reset:hover, 702 input[type=reset]:focus, input[type=submit].reset:focus, input.reset:focus, 712 input[type=reset]:hover, input[type=submit].reset:hover, input.reset:hover, 713 input[type=reset]:focus, input[type=submit].reset:focus, input.reset:focus, 703 714 input[type=submit].delete:hover, input.delete:hover, 704 715 input[type=submit].delete:focus, input.delete:focus, … … 930 941 color: #fff; 931 942 background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px; 943 transition: none; 932 944 } 933 945 h1 a:hover, h1 a:focus { 934 946 background-position: 0 -94px; 947 background-color: transparent; 948 transition: none; 935 949 } 936 950 /* top-info-blog */ … … 1277 1291 padding-right: 1.5em; 1278 1292 } 1279 th.first i mg{1293 th.first input { 1280 1294 padding-right: 34px; 1281 1295 } … … 1423 1437 background: #fff; 1424 1438 margin-bottom: 0; 1439 margin-top: 1em; 1425 1440 } 1426 1441 #login-screen input[type=text], #login-screen input[type=password], #login-screen input[type=submit], … … 1485 1500 #icons a:focus img, #icons a:hover img { 1486 1501 background: #bee74b; 1487 } 1488 #icons a:focus span, #icons a:hover span { 1502 outline: 0; 1503 border-color: #dadada; 1504 } 1505 #icons a:focus { 1506 outline: 0; 1507 border-color: #fff; 1508 } 1509 #icons a:hover span, #icons a:focus span { 1489 1510 border-bottom-style: solid; 1511 } 1512 #icons a:focus span { 1513 border: 2px solid #bee74b; 1490 1514 } 1491 1515 /* billet rapide */ … … 1611 1635 /* ------------------------------------------------------------------- blog_theme.php */ 1612 1636 /* pour les alignements verticaux */ 1613 #theme-new, #theme-activate, #theme-deactivate {1637 #theme-new, #theme-activate, #theme-deactivate, #theme-update { 1614 1638 margin-left: -10px; 1615 1639 margin-right: -10px; … … 1624 1648 background: #ecf0f1 url(texture.png); 1625 1649 } 1626 .module-name {1650 .module-name, .module-name label { 1627 1651 margin-bottom: .5em; 1652 color: #676e78; 1628 1653 } 1629 1654 .module-sshot { … … 1662 1687 margin-bottom: 1em; 1663 1688 } 1689 .module-name input[type="checkbox"] { 1690 margin-bottom: 0; 1691 } 1664 1692 /** 1665 1693 Les screenshots des thèmes ont deux tailles possibles : 1666 1694 - dans Ajouter des thèmes : 240px (+ 10 padding image + 20 padding boîte + 6 bordure + 2 ombrage = 278) 1667 1695 - dans Thèmes installés : 280px (+ 10 padding-image + 20 padding-boîte + 2 ombrage = 318) 1668 On adapte largeur et hauteur en fonction 1696 On adapte largeur et hauteur en fonction 1669 1697 */ 1670 #theme-new .box.theme { /* Ajouter un thème */1698 #theme-new .box.theme, #theme-update .box.theme { /* Ajouter un thème */ 1671 1699 width: 278px; 1672 1700 min-height: 275px; … … 1909 1937 } 1910 1938 /* upload multiple */ 1911 .enhanced_uploader .choose_files, .enhanced_uploader .cancel, 1939 .enhanced_uploader .choose_files, .enhanced_uploader .cancel, 1912 1940 .enhanced_uploader .clean, .enhanced_uploader .start { 1913 1941 margin-right: .4em; … … 2071 2099 } 2072 2100 .modules a.module-config { 2073 /* todo: add icon here */2074 padding: 4px 4px 0 20px;2101 background: transparent url(settings.png) no-repeat 2px 6px; 2102 padding: 4px 4px 0 18px; 2075 2103 } 2076 2104 #m_search { … … 2102 2130 .mod-more { 2103 2131 padding-top: .5em; 2132 } 2133 #plugin-update td { 2134 vertical-align: baseline; 2104 2135 } 2105 2136 /* ---------------------------------------------------------- post.php, page.php */ … … 2339 2370 } 2340 2371 .nav_prevnext a, a.back { 2372 color: #2373A8; 2341 2373 border: 1px solid #dfdfdf; 2342 2374 padding: 2px 1.5em; … … 2567 2599 border-color: #ffd478; 2568 2600 } 2569 /* ---------------------------------------------- Couleurs ajoutées via javascript 2601 /* ---------------------------------------------- Couleurs ajoutées via javascript 2570 2602 /* color-picker.js */ 2571 .color-color-picker { 2603 .color-color-picker { 2572 2604 border: 1px solid #000; 2573 width: 195px; 2574 background: #fff; 2605 width: 195px; 2606 background: #fff; 2575 2607 } 2576 2608 /* _media_item.js */ 2577 .color-div { 2609 .color-div { 2578 2610 border: 1px solid #ccc; 2579 2611 } 2580 2612 /* fadings ('color' est utilisé comme variable, pas comme text color) */ 2581 .colorBeginPassword, 2582 .colorBeginValidatorErr, 2613 .colorBeginPassword, 2614 .colorBeginValidatorErr, 2583 2615 .colorBeginUserMail { color: #fff; } 2584 .colorEndPassword, 2585 .colorEndError, 2586 .colorEndValidatorErr, 2616 .colorEndPassword, 2617 .colorEndError, 2618 .colorEndValidatorErr, 2587 2619 .colorEndUserMail { color: #ffbaba; } 2588 2620 .colorBeginMessage { color: #ccc; } 2589 .colorEndMessage, 2621 .colorEndMessage, 2590 2622 .colorBeginValidatorMsg { color: #676e78; } 2591 2623 .colorBeginError { color: #fefacd; } … … 2596 2628 UN POIL DE MEDIA QUERIES 2597 2629 ------------------------------------------------------------------------------------ */ 2598 @media screen and (min-width: 117em) {2599 body {2600 border: 1px solid #ccc;2601 border-top-width: 0;2602 }2603 }2604 2630 @media screen and (min-width: 80em) { 2605 html {2606 background: #fff;2607 }2608 body {2609 max-width: 140em;2610 margin: 0 auto;2611 }2612 2631 #wrapper { 2613 2632 background: #F7F7F7 url(bg_wrapper.png) repeat-y 18em; … … 2769 2788 vertical-align: bottom; 2770 2789 } 2790 .pseudo-tabs li { 2791 display: block; 2792 float: left; 2793 width: 50%; 2794 border-top: 1px solid #ddd; 2795 padding: .25em; 2796 } 2797 .pseudo-tabs li:first-child, .pseudo-tabs li:nth-of-type(2) { 2798 border-top: none; 2799 } 2771 2800 } 2772 2801 @media screen and (max-width: 26.5em) { … … 2837 2866 padding: 0.3em 1em 0.3em 0; 2838 2867 } 2868 .pseudo-tabs li { 2869 display: block; 2870 width: 100%; 2871 float: none; 2872 border-top: 1px solid #ddd !important; 2873 } 2874 .pseudo-tabs li:first-child { 2875 border-top: none; 2876 } 2839 2877 }
Note: See TracChangeset
for help on using the changeset viewer.