Changeset 3763:857d4768935c for admin
- Timestamp:
- 06/22/18 16:48:10 (7 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 1 added
- 1 deleted
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3762 r3763 222 222 223 223 /** -------------------------------------------------- 224 Colors 225 --------------------------------------------------- */ 226 /** -------------------------------------------------- 224 227 Common rules 225 228 --------------------------------------------------- */ … … 233 236 234 237 body { 238 color: #323232; 239 background: #fff; 235 240 font-size: 1.4rem; 236 241 line-height: 1.5; … … 264 269 265 270 h2 { 271 color: #676e78; 266 272 font-size: 1.5em; 267 273 font-weight: normal; … … 271 277 h3, 272 278 .as_h3 { 279 color: #d33800; 273 280 font-size: 1.34em; 274 281 font-weight: normal; … … 278 285 h4, 279 286 .as_h4 { 287 color: #676e78; 280 288 font-size: 1.16em; 281 289 line-height: 1.5; } 282 290 283 291 h5 { 292 color: #676e78; 284 293 font-size: 1em; 285 294 line-height: 1.5; … … 287 296 288 297 h6 { 298 color: #676e78; 289 299 font-size: 1em; 290 300 line-height: 1.5; } … … 299 309 300 310 #header { 311 color: #fff; 312 background: #676e78; 313 border-bottom: 4px solid #a2cbe9; 301 314 width: 99.99%; 302 315 /* Bugfix Chrome >= 49.0.2623.108 */ … … 314 327 315 328 #wrapper { 329 background: #f3f3f3 url(bg_wrapper.png) repeat-y 14em; 316 330 position: relative; 317 331 padding-top: 1.5em; … … 331 345 332 346 #content { 347 background: #fff; 333 348 margin: 0 0 0 14em; 334 349 padding: .5em 1.5em .75em 2.5em; } 335 350 336 351 #main-menu { 352 background: #f3f3f3; 337 353 width: 14em; 338 354 float: left; … … 343 359 344 360 #footer { 361 background-color: #fff; 362 border-top: 1px solid #cbced1; 345 363 clear: both; 346 364 position: relative; … … 350 368 /* to hide main-menu */ 351 369 #collapser { 370 background: #c9c9c9; 352 371 position: absolute; 353 372 top: 0; … … 361 380 z-index: 1; 362 381 transition: none; } 382 #collapser:hover, #collapser:focus { 383 background: #a2cbe9; } 384 .hide-mm #collapser { 385 background: #a2cbe9; } 386 .hide-mm #collapser:hover, .hide-mm #collapser:focus { 387 background: #c9c9c9; } 363 388 364 389 .expand-mm { … … 380 405 .hide-mm .expand-mm { 381 406 display: block; } 407 408 #wrapper.hide-mm { 409 background: #fff; } 382 410 383 411 /* -------------------------------------------------------------- layout: two-cols */ … … 448 476 /* ---------------------------------------------------------------- layout: popups */ 449 477 .popup h1 { 478 color: #fff; 479 background: #676e78; 450 480 display: block; 451 481 width: 100%; … … 707 737 float: none; } } 708 738 /** -------------------------------------------------- 709 Colors710 --------------------------------------------------- */711 body {712 color: #323232;713 background: #fff; }714 715 h2 {716 color: #676e78; }717 718 h3,719 .as_h3 {720 color: #d33800; }721 722 h4,723 .as_h4 {724 color: #676e78; }725 726 h5 {727 color: #676e78; }728 729 h6 {730 color: #676e78; }731 732 /* ---------------------------------------------------------------- layout: main */733 #header {734 color: #fff;735 background: #676e78;736 border-bottom: 4px solid #a2cbe9; }737 738 #wrapper {739 background: #f3f3f3 url(bg_wrapper.png) repeat-y 14em; }740 741 #content {742 background: #fff; }743 744 #main-menu {745 background: #f3f3f3; }746 747 #footer {748 background-color: #fff;749 border-top: 1px solid #c9c9c9; }750 751 /* to hide main-menu */752 #collapser {753 background: #c9c9c9; }754 #collapser:hover, #collapser:focus {755 background: #a2cbe9; }756 .hide-mm #collapser {757 background: #a2cbe9; }758 .hide-mm #collapser:hover, .hide-mm #collapser:focus {759 background: #c9c9c9; }760 761 /* if main-menu is hidden */762 #wrapper.hide-mm {763 background: #fff; }764 765 /* ---------------------------------------------------------------- layout: popups */766 .popup h1 {767 color: #fff;768 background: #676e78; }769 770 /* ------------------------------------------------------------------------------------771 UN POIL DE MEDIA QUERIES772 ------------------------------------------------------------------------------------ */773 @media screen and (max-width: 80em) {774 #header,775 h1 {776 background: #323232; }777 778 #top-info-user {779 background: #676e78; }780 #top-info-user a.active {781 color: #fff;782 background: #868686; }783 784 #wrapper {785 background: #f3f3f3 url(bg_wrapper.png) repeat-y 17em; } }786 @media screen and (max-width: 44em) {787 #help-button {788 background-color: #a2cbe9; } }789 @media screen and (max-width: 38em) {790 h1 a:link {791 border-right: 1px solid #c9c9c9; }792 h1 a:hover, h1 a:focus {793 border-right: 1px solid #a2cbe9; }794 795 .pseudo-tabs li {796 border-top: 1px solid #c9c9c9; } }797 @media screen and (max-width: 26.5em) {798 h1,799 h1 a {800 border-right: #323232 !important; }801 802 .pseudo-tabs li {803 border-top: 1px solid #c9c9c9 !important; } }804 /** --------------------------------------------------805 739 Elements 806 740 --------------------------------------------------- */ … … 812 746 background: #fff url(bg_h2.png) repeat-x center bottom; } 813 747 814 h2 a:link,815 h2 a:visited {816 color: #676e78;817 border-color: #000; }818 819 748 /* page courante dans le fil d'ariane */ 820 749 .page-title { … … 831 760 .fieldset h4, 832 761 .pretty-title { 833 color: # D33800;762 color: #d33800; 834 763 font-size: 1em; 835 764 font-weight: bold; } … … 844 773 text-transform: uppercase; 845 774 font-weight: bold; 846 color: #3 33; }775 color: #323232; } 847 776 848 777 #entry-sidebar h5 { 849 778 font-weight: normal; 850 color: #3 33; }779 color: #323232; } 851 780 852 781 .entry-status img.img_select_option { … … 856 785 h4 label, 857 786 h5 label { 858 color: #3 33; }787 color: #323232; } 859 788 860 789 h2:first-child, … … 880 809 881 810 caption { 882 color: #3 33;811 color: #323232; 883 812 font-weight: bold; 884 813 text-align: left; … … 888 817 border-width: 1px 0 1px 0; 889 818 border-style: solid; 890 border-color: #d fdfdf;891 background: # eef1ec;819 border-color: #dbdbdb; 820 background: #f3f3f3; 892 821 padding: .4em 1em .4em .5em; 893 822 vertical-align: top; … … 898 827 border-width: 0 0 1px 0; 899 828 border-style: solid; 900 border-color: #e 3e3e3;829 border-color: #ececec; 901 830 padding: .4em 1em .4em .5em; 902 831 vertical-align: top; } … … 909 838 height: 1px; 910 839 border-width: 1px 0 0; 911 border-color: #d fdfdf;912 background: #d fdfdf;840 border-color: #dbdbdb; 841 background: #dbdbdb; 913 842 border-style: solid; } 914 843 hr.clearer { … … 946 875 a:link, 947 876 a:visited { 948 color: #2373 A8;877 color: #2373a8; 949 878 text-decoration: none; 950 border-bottom: 1px dotted # 999;879 border-bottom: 1px dotted #868686; 951 880 background-color: inherit; 952 881 outline: 0; } … … 966 895 967 896 .discrete a { 968 color: #3 33; }897 color: #323232; } 969 898 970 899 a:link { … … 1020 949 border-width: 1px 0; 1021 950 border-style: solid; 1022 border-color: #c cc;1023 background: #f 7f7f7; }951 border-color: #cbced1; 952 background: #fff; } 1024 953 fieldset:focus-within { 1025 background-color: #e ee; }954 background-color: #ededed; } 1026 955 1027 956 input[type=text], … … 1050 979 1051 980 input.invalid, textarea.invalid, select.invalid, input:not([type=file]):invalid:not(:focus) { 1052 color: # 900;1053 box-shadow: 0 0 0 3px rgba( 218, 62, 90, 0.3); }981 color: #ae323b; 982 box-shadow: 0 0 0 3px rgba(174, 50, 59, 0.3); } 1054 983 1055 984 input.invalid, textarea.invalid, input:not([type=file]):invalid:not(:focus) { 1056 border: 1px solid red;1057 background: # FFBABA; }985 border: 1px solid #ae323b; 986 background: #ffbaba; } 1058 987 1059 988 input[type=text], … … 1084 1013 input[type=number], 1085 1014 textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 1086 background: #f cfcfc;1015 background: #f9f9f9; 1087 1016 border-width: 1px; 1088 1017 border-style: solid; 1089 border-color: #d fdfdf; }1018 border-color: #dbdbdb; } 1090 1019 1091 1020 input:focus, textarea:focus { 1092 border-color: # 9bca1c; }1021 border-color: #bee74b; } 1093 1022 1094 1023 textarea { … … 1167 1096 1168 1097 label.required abbr { 1169 color: # 900;1098 color: #ae323b; 1170 1099 font-size: 1.3em; 1171 1100 text-decoration: none; } … … 1221 1150 background-color: inherit; } 1222 1151 50% { 1223 background-color: # ccff00; }1152 background-color: #bee74b; } 1224 1153 100% { 1225 1154 background-color: inherit; } } … … 1241 1170 input[type=reset], 1242 1171 input[type=submit] { 1243 border: 1px solid #c cc;1172 border: 1px solid #cbced1; 1244 1173 font-family: inherit; 1245 1174 padding: 3px 10px; … … 1305 1234 background-image: linear-gradient(to bottom, #f9f9f9, #eaeaea); 1306 1235 background-repeat: repeat-x; 1307 border-color: # dfdfdf #dfdfdf #c5c5c5; }1236 border-color: #cbced1; } 1308 1237 1309 1238 button:hover, … … 1332 1261 background-image: linear-gradient(to bottom, #eaeaea, #dadada); 1333 1262 background-repeat: repeat-x; 1334 border-color: #c ccccc #cccccc #b5b5b5; }1263 border-color: #cbced1; } 1335 1264 1336 1265 /* suppression */ … … 1340 1269 button.delete, 1341 1270 a.button.delete { 1342 color: # 900; }1271 color: #ae323b; } 1343 1272 1344 1273 input[type=submit].delete:hover, … … 1352 1281 button.delete:focus, 1353 1282 a.button.delete:focus { 1354 color: #fff fff;1283 color: #fff; 1355 1284 background-color: #b33630; 1356 1285 background-image: linear-gradient(to bottom, #dc5f59, #b33630); 1357 1286 background-repeat: repeat-x; 1358 border-color: # cd504a; }1287 border-color: #dc5f59; } 1359 1288 1360 1289 #info-box a.button, … … 1395 1324 button[type=submit].disabled { 1396 1325 color: #676e78; 1397 background: # F5F5F5;1398 border: 1px solid # CCC; }1326 background: #f3f3f3; 1327 border: 1px solid #cbced1; } 1399 1328 1400 1329 input.disabled:hover, … … 1403 1332 button[type=submit].disabled:hover { 1404 1333 color: #676e78; 1405 background: #e ee;1406 border: 1px solid # CCC; }1334 background: #ececec; 1335 border: 1px solid #cbced1; } 1407 1336 1408 1337 /* specific buttons */ … … 1416 1345 a.metaGetMore { 1417 1346 font-size: 0.825em; 1418 color: #3 33;1347 color: #323232; 1419 1348 background: #fff; 1420 1349 box-shadow: none; … … 1447 1376 #gototop a:hover, 1448 1377 #gototop a:active { 1449 color: #3 33;1378 color: #323232; 1450 1379 background: transparent; 1451 1380 border: none; } … … 1466 1395 .addMeta a:not(.metaGetMore):hover, 1467 1396 .addMeta a:not(.metaGetMore):focus { 1468 background: # fc0; }1397 background: #abd0eb; } 1469 1398 1470 1399 .warn, … … 1474 1403 padding: .2em .66em .2em; 1475 1404 text-indent: 24px; 1476 color: #333;1477 1405 display: inline-block; 1478 1406 line-height: 1.5em; 1479 1407 border-radius: 3px; } 1480 1408 1409 .info { 1410 color: #323232; 1411 background: #d9edf7 url(msg-info.png) no-repeat 0.3em 0.3em; 1412 border: 1px solid #bce8f1; } 1413 1481 1414 .warn, 1482 1415 .warning { 1483 background: #FEFACD url(msg-warning.png) no-repeat 0.3em 0.3em; 1416 color: #323232; 1417 background: #fefacd url(msg-warning.png) no-repeat 0.3em 0.3em; 1484 1418 border: 1px solid #ffd478; } 1485 1486 .info {1487 background: #D9EDF7 url(msg-info.png) no-repeat 0.3em 0.3em;1488 border: 1px solid #BCE8F1; }1489 1419 1490 1420 div.warn, … … 1510 1440 margin-bottom: 1em; 1511 1441 border-radius: 8px; 1512 box-shadow: 1px 1px 2px rgba( 0, 0,0, 0.1); }1442 box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.1); } 1513 1443 1514 1444 p.error, … … 1534 1464 .message, 1535 1465 .static-msg { 1536 background: #676e78 url(msg-std.png) no-repeat 0.7em 0.7em;1537 color: #fff; }1466 color: #fff; 1467 background: #676e78 url(msg-std.png) no-repeat 0.7em 0.7em; } 1538 1468 1539 1469 .message { … … 1543 1473 @keyframes kf-message { 1544 1474 0% { 1545 background-color: #c cc; }1475 background-color: #cbced1; } 1546 1476 100% { 1547 1477 background-color: #676e78; } } … … 1552 1482 color: #fff; } 1553 1483 1554 .success, 1555 .warning-msg { 1484 .success { 1556 1485 color: #000; } 1557 1486 … … 1567 1496 background-color: #bee74b; } } 1568 1497 .warning-msg { 1498 color: #323232; 1569 1499 background: #ffd478 url(msg-warning.png) no-repeat 0.7em 0.7em; 1570 1500 border: 1px solid #ffd478; … … 1580 1510 .warning-msg a, 1581 1511 .info a { 1582 color: #3 33; }1512 color: #323232; } 1583 1513 1584 1514 .close-notice-parent { … … 1603 1533 margin-bottom: 1em; 1604 1534 border-radius: 8px; 1605 background: #A2CBE9 url(msg-success.png) no-repeat 0.7em 0.7em;1606 1535 color: #000; 1607 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); } 1536 background: #a2cbe9 url(msg-success.png) no-repeat 0.7em 0.7em; 1537 box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.1); } 1608 1538 .dc-update h3 { 1609 1539 margin-top: 0; … … 1652 1582 #prelude li a { 1653 1583 padding: 3px 16px 3px 8px; 1584 color: #323232; 1654 1585 background: #a2cbe9; 1655 color: #000;1656 1586 text-decoration: underline; } 1657 1587 #prelude li a:hover, #prelude li a:focus { … … 1699 1629 margin-left: 1.5em; } 1700 1630 #top-info-blog input[type=submit] { 1701 background: # 000;1702 border-color: # 868686;1631 background: #25a6e1; 1632 border-color: #cbced1; 1703 1633 margin-left: .33em; } 1704 1634 #top-info-blog input[type=submit]:hover { 1705 background: #868686; } 1635 color: #fff; 1636 background: #188bc0; } 1706 1637 #top-info-blog p { 1707 1638 display: inline-block; … … 1725 1656 margin: 0; 1726 1657 padding: 2px 8px 3px; 1658 color: #d33800; 1727 1659 background-color: #f3f3f3; 1728 color: #d33800;1729 1660 font-weight: bold; } 1730 1661 … … 1751 1682 font-size: 1.15em; } 1752 1683 #main-menu a { 1753 color: #3 33;1754 border-bottom-color: #c cc; }1684 color: #323232; 1685 border-bottom-color: #cbced1; } 1755 1686 #main-menu ul { 1756 1687 margin: 0 0 1.5em 0; … … 1776 1707 #system-menu, 1777 1708 #plugins-menu { 1778 border-bottom: 1px dashed # A2CBE9; }1709 border-bottom: 1px dashed #a2cbe9; } 1779 1710 1780 1711 #favorites-menu h3 { 1781 color: #000;1782 1712 font-variant: small-caps; 1783 1713 padding-top: .2em; } 1784 #favorites-menu .active {1785 background-color: transparent; }1786 #favorites-menu .active a {1787 color: #000; }1788 1714 1789 1715 #search-menu { … … 1796 1722 line-height: 24px; } 1797 1723 #search-menu p { 1798 border: 1px solid # 999;1724 border: 1px solid #868686; 1799 1725 border-radius: .3em; 1800 1726 position: relative; … … 1804 1730 padding: 0 .25em; 1805 1731 margin-left: .33em; 1806 background: #dfdfdf;1807 b order-color: #999;1808 color: #333;1732 color: #323232; 1733 background: #c9c9c9; 1734 border-color: #868686; 1809 1735 border-bottom-right-radius: .3em; 1810 1736 border-top-right-radius: .3em; … … 1812 1738 border-bottom-left-radius: 0; 1813 1739 border: none; 1814 border-left: 1px solid # 999;1740 border-left: 1px solid #868686; 1815 1741 font-size: .91em; 1816 1742 float: right; } 1817 1743 #search-menu input[type="submit"]:hover, #search-menu input[type="submit"]:focus { 1818 background: #676e78;1819 color: #fff; }1744 color: #fff; 1745 background: #868686; } 1820 1746 1821 1747 #qx { … … 1833 1759 .part-tabs ul { 1834 1760 padding: .5em 0 0 1em; 1835 border-bottom: 1px solid #c cc;1761 border-bottom: 1px solid #c9c9c9; 1836 1762 line-height: 1.8; } 1837 1763 .part-tabs li { … … 1846 1772 padding: .33em 1.5em; 1847 1773 margin-right: -1px; 1848 border: 1px solid #c cc;1774 border: 1px solid #c9c9c9; 1849 1775 border-bottom: none; 1850 1776 text-decoration: none; 1851 color: #3 33;1852 background-color: # ecf0f1;1777 color: #323232; 1778 background-color: #f3f3f3; 1853 1779 display: inline-block; } 1854 1780 .part-tabs li a:hover, .part-tabs li a:focus { 1855 color: # 000;1781 color: #323232; 1856 1782 background: #fff; 1857 1783 border-bottom-color: #fff; } … … 1868 1794 .pseudo-tabs { 1869 1795 margin: -.75em 0 2em 0; 1870 border-bottom: 1px solid # bbb;1796 border-bottom: 1px solid #c9c9c9; 1871 1797 display: table; 1872 1798 width: 100%; … … 1878 1804 border-width: 0 1px; 1879 1805 border-style: solid; 1880 border-color: #c cc;1806 border-color: #c9c9c9; 1881 1807 padding: 0; 1882 1808 margin: 0; … … 1888 1814 border-bottom: none; } 1889 1815 .pseudo-tabs a:hover, .pseudo-tabs a:focus { 1890 background-color: # ecf0f1;1891 color: #3 33; }1816 background-color: #f3f3f3; 1817 color: #323232; } 1892 1818 .pseudo-tabs a.active { 1893 background-color: # ecf0f1;1894 color: #d3 0e60; }1819 background-color: #f3f3f3; 1820 color: #d33800; } 1895 1821 1896 1822 /* contextual help */ 1897 1823 #help { 1898 1824 margin-top: 4em; 1899 background: #f 5f5f5;1825 background: #f3f3f3; 1900 1826 z-index: 100; 1901 1827 clear: both; … … 1907 1833 right: 0; 1908 1834 width: 32rem; 1909 border-left: 2px solid # FFD478;1910 border-top: 2px solid # FFD478;1835 border-left: 2px solid #ffd478; 1836 border-top: 2px solid #ffd478; 1911 1837 margin-top: 0; 1912 1838 padding: .5em 0 0 0; … … 1920 1846 padding: 0 1.5em 0 30px; 1921 1847 cursor: pointer; 1922 color: #2373 A8;1848 color: #2373a8; 1923 1849 line-height: 3; } 1924 1850 #help-button.floatable { 1925 border-top: 2px solid #c cc;1926 border-left: 2px solid #c cc;1927 border-bottom: 2px solid #c cc;1851 border-top: 2px solid #c9c9c9; 1852 border-left: 2px solid #c9c9c9; 1853 border-bottom: 2px solid #c9c9c9; 1928 1854 border-bottom-left-radius: 1em; 1929 1855 border-top-left-radius: 1em; 1930 background-color: #f 5f5f5;1856 background-color: #f3f3f3; 1931 1857 position: fixed; 1932 1858 top: 10px; … … 1938 1864 #content.with-help #help-button { 1939 1865 right: 32rem; 1940 background-color: #f 5f5f5;1866 background-color: #f3f3f3; 1941 1867 position: fixed; 1942 1868 top: 6em; 1943 1869 z-index: 100; 1944 border-top: 2px solid # FFD478;1945 border-left: 2px solid # FFD478;1946 border-bottom: 2px solid # FFD478;1870 border-top: 2px solid #ffd478; 1871 border-left: 2px solid #ffd478; 1872 border-bottom: 2px solid #ffd478; 1947 1873 border-bottom-left-radius: 1em; 1948 1874 border-top-left-radius: 1em; } … … 2040 1966 background: #f3f3f3; } 2041 1967 tr.line:focus-within { 2042 background-color: #e ee; }1968 background-color: #ededed; } 2043 1969 2044 1970 td.status { … … 2052 1978 th.noborder { 2053 1979 border-width: 0 0 1px 0; 2054 border-color: #d fdfdf;1980 border-color: #dbdbdb; 2055 1981 line-height: 2em; 2056 1982 padding-bottom: 0; } … … 2116 2042 #filters-form .filters-options { 2117 2043 padding-left: 2em; 2118 border-left: 1px solid #c cc; }2044 border-left: 1px solid #c9c9c9; } 2119 2045 #filters-form select { 2120 2046 width: 14em; … … 2131 2057 display: inline-block; } 2132 2058 #filters-form:focus-within { 2133 background-color: #e ee; }2059 background-color: #ededed; } 2134 2060 2135 2061 span.ib { … … 2215 2141 text-decoration: none; } 2216 2142 #icons a span { 2217 border-bottom: 1px dotted #999;2218 color: #333; }2143 color: #323232; 2144 border-bottom: 1px dotted #868686; } 2219 2145 #icons a img { 2220 2146 padding: 1.5em; 2221 2147 background-color: #f9f9f9; 2222 2148 border-radius: 8px; 2223 border: 1px solid #d adada;2149 border: 1px solid #dbdbdb; 2224 2150 display: inline-block; } 2225 2151 #icons a:focus { 2226 outline: 0; 2227 border-color: #fff; } 2152 outline: 0; } 2228 2153 #icons a:focus span { 2229 2154 border: 2px solid #bee74b; } … … 2231 2156 background: #bee74b; 2232 2157 outline: 0; 2233 border-color: #d adada; }2158 border-color: #dbdbdb; } 2234 2159 #icons a:focus span, #icons a:hover span { 2235 2160 border-bottom-style: solid; } … … 2238 2163 #quick { 2239 2164 padding: 1em; 2240 max-width: 976px;2165 max-width: 72em; 2241 2166 margin: 0 auto; 2242 background: #f 5f5f5;2243 bo x-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);2167 background: #f3f3f3; 2168 border: 1px solid #dbdbdb; 2244 2169 text-align: left; } 2245 2170 #quick h3 { … … 2248 2173 #quick p.qinfo { 2249 2174 margin: -.7em -1em 1em; 2250 background: # D9EDF7 url(info.png) no-repeat 0.2em 0.2em;2251 border: 1px solid # BCE8F1;2175 background: #d9edf7 url(info.png) no-repeat 0.2em 0.2em; 2176 border: 1px solid #bce8f1; 2252 2177 padding: .2em 1em .1em 24px; 2253 color: # 000; }2178 color: #323232; } 2254 2179 #quick #new_cat, 2255 2180 #quick .q-cat, … … 2273 2198 #dashboard-boxes .box { 2274 2199 padding: 10px; 2275 border: 1px solid #c cc;2200 border: 1px solid #cbced1; 2276 2201 border-radius: 3px; 2277 2202 min-height: 200px; … … 2311 2236 margin: 0.2em 0 0 0; } 2312 2237 2313 /* message de mise à jour */2314 #upg-notify ul {2315 padding-left: 1.5em; }2316 #upg-notify li {2317 color: #fff; }2318 2319 2238 #media_img_title_pattern { 2320 2239 margin-right: 1em; } … … 2329 2248 background: transparent url(user.png) no-repeat 0.5em 0.5em; 2330 2249 width: 20em; 2331 border: 1px solid #c cc;2250 border: 1px solid #cbced1; 2332 2251 border-radius: .5em; 2333 2252 padding: 0 1em .5em; } … … 2347 2266 padding-left: 0; } 2348 2267 .user-perm.user_super { 2349 background-color: rgba(153, 197, 255, 0.25); } 2268 border-color: #bee74b; 2269 background-color: rgba(217, 237, 247, 0.5); } 2350 2270 2351 2271 li.user_super, … … 2370 2290 margin: 5px; 2371 2291 padding: 10px 10px 5px 10px; 2372 border: 1px solid #d fdfdf;2292 border: 1px solid #dbdbdb; 2373 2293 position: relative; } 2374 2294 .box.theme:hover { 2375 background: # ecf0f1url(texture.png); }2295 background: #f3f3f3 url(texture.png); } 2376 2296 .box.theme input { 2377 2297 margin-bottom: 1em; } … … 2386 2306 .module-sshot img { 2387 2307 padding: 5px; 2388 background: #f 7f7f7;2389 box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.2);2308 background: #f3f3f3; 2309 box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.1); 2390 2310 border: 3px solid #fff; 2391 2311 max-width: 100%; } … … 2451 2371 margin: 0; 2452 2372 padding: 10px; 2453 background: rgba(250, 250, 250, 0.95); }2373 background: #f3f3f3; } 2454 2374 .with-js #theme-new .module-infos.toggle-bloc { 2455 2375 top: 128px; 2456 2376 height: 80px; 2457 border-top: 1px solid #e 3e3e3; }2377 border-top: 1px solid #ececec; } 2458 2378 .with-js #theme-new .module-actions.toggle-bloc { 2459 2379 top: 208px; 2460 2380 height: 40px; 2461 border-bottom: 1px solid #e 3e3e3; }2381 border-bottom: 1px solid #ececec; } 2462 2382 2463 2383 .with-js .module-sshot:hover { … … 2471 2391 padding: 20px 18px 6px; 2472 2392 background: #fff url(texture.png); 2473 border: 1px solid #e ee;2393 border: 1px solid #ececec; 2474 2394 border-radius: .5em; 2475 2395 min-height: 326px; 2476 box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.2);2396 box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.1); 2477 2397 position: relative; } 2478 2398 .box.current-theme .module-sshot:hover { … … 2486 2406 max-height: 273px; } 2487 2407 .box.current-theme .module-name { 2488 color: # D33800;2408 color: #d33800; 2489 2409 font-size: 1.5em; 2490 2410 margin-bottom: 1em; } … … 2509 2429 margin-left: 2em; } 2510 2430 #categories .placeholder { 2511 outline: 1px dashed # 4183C4;2431 outline: 1px dashed #2373a8; 2512 2432 min-height: 2.5em; } 2513 2433 … … 2516 2436 margin: .66em 0; 2517 2437 padding: .66em 1em; 2518 border: 1px solid #c cc;2438 border: 1px solid #cbced1; 2519 2439 border-radius: 3px; } 2520 2440 .cat-line label { … … 2527 2447 display: inline-block; } 2528 2448 .cat-line .cat-line { 2529 border: 1px solid #d fdfdf; }2449 border: 1px solid #dbdbdb; } 2530 2450 2531 2451 p.cat-title { … … 2533 2453 2534 2454 .cat-nb-posts a { 2535 color: #3 33; }2455 color: #323232; } 2536 2456 2537 2457 .cat-url { … … 2565 2485 .media-item { 2566 2486 position: relative; 2567 border: 1px solid #d fdfdf;2487 border: 1px solid #dbdbdb; 2568 2488 margin: 9px; 2569 2489 padding: 10px 12px 6px; … … 2638 2558 .media-folder { 2639 2559 background: transparent url(bg_menu.png) repeat-y; 2640 border-color: #e ee; }2560 border-color: #ececec; } 2641 2561 .media-folder .media-link { 2642 2562 font-size: 1.125em; … … 2651 2571 2652 2572 .media-folder-up { 2653 border-color: #fff;2573 border-color: transparent; 2654 2574 padding-bottom: 6px; } 2655 2575 … … 2708 2628 margin-left: 0; 2709 2629 padding-left: 0; 2710 border-bottom: 1px solid #d fdfdf; }2630 border-bottom: 1px solid #dbdbdb; } 2711 2631 .files li { 2712 2632 margin-left: 0; … … 2716 2636 font-weight: bold; } 2717 2637 .upload-msg.upload-error { 2718 color: # 900; }2638 color: #ae323b; } 2719 2639 2720 2640 .upload-files { … … 2725 2645 margin: 0; 2726 2646 padding: .3em 0; 2727 border-top: 1px solid #d fdfdf;2647 border-top: 1px solid #dbdbdb; 2728 2648 position: relative; } 2729 2649 … … 2749 2669 .upload-filemsg { 2750 2670 font-weight: bold; 2751 color: green; }2752 .upload-filemsg 2753 color: # 900; }2671 color: #fff; } 2672 .upload-filemsg.upload-error { 2673 color: #ae323b; } 2754 2674 2755 2675 .upload-progress { … … 2761 2681 line-height: 1.2em; 2762 2682 text-align: right; 2763 background: greenurl(loader.png) repeat-x left top;2764 color: white;2683 background: #556f0f url(loader.png) repeat-x left top; 2684 color: #fff; 2765 2685 border-radius: 3px; } 2766 2686 … … 2805 2725 .modules tr.expand, 2806 2726 .modules td.expand { 2807 background: #f 7f7f7;2808 border-color: # bee74b; }2727 background: #f3f3f3; 2728 border-color: #a2cbe9; } 2809 2729 2810 2730 .modules tr.expand td:first-child { 2811 2731 font-weight: bold; 2812 background: # dfe5e7; }2732 background: #f3f3f3; } 2813 2733 2814 2734 .modules td.expand { 2815 padding: 0 0 1em; 2816 border-top: 1px solid #eaeaea; } 2735 padding: 0 0 1em; } 2817 2736 .modules td.expand div { 2818 2737 display: inline-block; … … 2897 2816 background-color: #f3f3f3; } 2898 2817 .sb-box:focus-within { 2899 background-color: #e ee; }2818 background-color: #ededed; } 2900 2819 2901 2820 #tb_excerpt { … … 2907 2826 padding-left: 0; } 2908 2827 #my-favs .fav-list { 2909 border-top: 1px solid #e ee; }2828 border-top: 1px solid #ececec; } 2910 2829 .fav-list li { 2911 2830 margin-left: 0; … … 2916 2835 #my-favs .fav-list li { 2917 2836 line-height: 2; 2918 border-bottom: 1px solid #e ee;2837 border-bottom: 1px solid #ececec; 2919 2838 padding-top: 3px; 2920 2839 padding-bottom: 3px; 2921 2840 position: relative; } 2841 #my-favs:focus-within .fav-list li { 2842 border-bottom-color: #dbdbdb; } 2922 2843 .fav-list li span.zoom { 2923 2844 display: none; } … … 2927 2848 bottom: 0; 2928 2849 left: 10em; 2929 background-color: #f 7f7f7;2930 border: 1px solid #d fdfdf;2850 background-color: #f3f3f3; 2851 border: 1px solid #dbdbdb; 2931 2852 padding: .2em; 2932 2853 border-radius: .5em; } … … 2936 2857 2937 2858 #my-favs { 2938 border-color: #9 bca1c; }2859 border-color: #9ac123; } 2939 2860 #my-favs input.position { 2940 2861 margin: 0 0 .4em .2em; } … … 2952 2873 bottom: 0; 2953 2874 left: 10em; 2954 background-color: #f 7f7f7;2955 border: 1px solid #d fdfdf;2875 background-color: #f3f3f3; 2876 border: 1px solid #dbdbdb; 2956 2877 padding: .2em; 2957 2878 border-radius: .5em; } … … 2991 2912 margin-top: 0; } 2992 2913 .guideline .one-box .box { 2993 border: 1px solid #d fdfdf;2914 border: 1px solid #dbdbdb; 2994 2915 padding: 2px .5em; } 2995 2916 .guideline #main-menu ul { … … 3006 2927 .ac_results { 3007 2928 padding: 0px; 3008 b order: 1px dotted #f90;3009 b ackground-color: white;2929 background-color: #fff; 2930 border: 1px dotted #ffd478; 3010 2931 overflow: hidden; 3011 2932 z-index: 99999; } … … 3029 2950 3030 2951 .ac_over { 3031 background-color: #2373a8;3032 color: white; }2952 color: #fff; 2953 background-color: #2373a8; } 3033 2954 3034 2955 /* password indicator */ … … 3059 2980 3060 2981 .pw-mediocre .bar { 3061 background: #f 90;2982 background: #ff9900; 3062 2983 width: 90px; } 3063 2984 … … 3073 2994 /* selects accès rapide */ 3074 2995 .anchor-nav { 3075 background: #ecf0f1; 3076 color: #000; 2996 background: #fff; 3077 2997 padding: 4px 1em; } 3078 2998 .anchor-nav label { … … 3086 3006 .nav_prevnext a, 3087 3007 a.back { 3088 color: #2373 A8;3089 border: 1px solid #d fdfdf;3008 color: #2373a8; 3009 border: 1px solid #dbdbdb; 3090 3010 padding: 2px 1.5em; 3091 3011 border-radius: .75em; … … 3096 3016 3097 3017 a.onblog_link { 3098 color: #3 33;3018 color: #323232; 3099 3019 float: right; 3100 border: 1px solid #e ee;3020 border: 1px solid #ececec; 3101 3021 padding: 2px 1.5em; 3102 3022 border-radius: .75em; 3103 background-color: # ECF0F1;3104 box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.2); }3023 background-color: #ececec; 3024 box-shadow: 0 1px 1px rgba(50, 50, 50, 0.3); } 3105 3025 3106 3026 /* Pagination */ … … 3120 3040 text-align: center; } 3121 3041 .pager .btn { 3122 border: 1px solid #d fdfdf;3123 background-color: #f cfcfc;3124 color: # 676e78;3042 border: 1px solid #dbdbdb; 3043 background-color: #f3f3f3; 3044 color: #2373a8; 3125 3045 border-radius: 3px; 3126 3046 overflow: hidden; } 3127 3047 .pager .btn.no-link { 3128 border-color: #d fdfdf;3129 background-color: #f 9f9f9;3048 border-color: #dbdbdb; 3049 background-color: #fff; 3130 3050 padding: 1px 3px 0; } 3131 3051 .pager .active { … … 3135 3055 margin-left: 2em; } 3136 3056 .pager .direct-access input[type=text] { 3137 border: 1px solid #d fdfdf;3057 border: 1px solid #dbdbdb; 3138 3058 padding: 3px 8px; 3139 3059 margin-left: .25em; … … 3146 3066 border: none; } 3147 3067 .pager a:hover, .pager a:focus { 3148 background-color: # ecf0f1; }3068 background-color: #dbdbdb; } 3149 3069 3150 3070 .index .btn.no-link, … … 3157 3077 font-weight: bold; } 3158 3078 .index .btn.no-link { 3159 color: #c cc; }3079 color: #c9c9c9; } 3160 3080 .index .active { 3161 3081 padding: 4px 8px; … … 3171 3091 margin: 3px 10px 2px 0; 3172 3092 padding: 5px .5em; 3173 background: #ecf0f1; 3093 color: #676e78; 3094 background: #f3f3f3; 3095 border: 1px solid #cbced1; 3174 3096 border-radius: 3px; 3175 font-weight: bold; 3176 border: 1px solid #c5c5c5; 3177 color: #676e78; } 3097 font-weight: bold; } 3178 3098 3179 3099 /* ---------------------------------------------------------------- utilisables partout */ … … 3184 3104 .fieldset { 3185 3105 background: #fff; 3186 border: 1px solid #c 5c5c5;3106 border: 1px solid #cbced1; 3187 3107 border-radius: 3px; 3188 3108 padding: 1em .7em .5em; … … 3191 3111 margin-top: 0; } 3192 3112 .fieldset:focus-within { 3193 background-color: #e ee; }3113 background-color: #ededed; } 3194 3114 3195 3115 .right, … … 3215 3135 3216 3136 .border-top { 3217 border-top: 1px solid # 999;3137 border-top: 1px solid #868686; 3218 3138 padding-top: 1em; 3219 3139 margin-top: 1em; } … … 3278 3198 /* _media_item.js */ 3279 3199 .color-div { 3280 border: 1px solid #c cc; }3200 border: 1px solid #c9c9c9; } 3281 3201 3282 3202 /* ------------------------------------------------------------------------------------ 3283 3203 UN POIL DE MEDIA QUERIES 3284 3204 ------------------------------------------------------------------------------------ */ 3205 @media screen and (max-width: 80em) { 3206 #header, 3207 h1 { 3208 background: #323232; } 3209 3210 #top-info-user { 3211 background: #676e78; } 3212 #top-info-user a.active { 3213 color: #fff; 3214 background: #868686; } 3215 3216 #wrapper { 3217 background: #f3f3f3 url(bg_wrapper.png) repeat-y 17em; } } 3285 3218 @media screen and (max-width: 44em) { 3286 3219 #help-button { 3220 background-color: #a2cbe9; 3287 3221 padding: 0; 3288 3222 font-size: .83em; 3289 3223 line-height: 68px; } } 3290 3224 @media screen and (max-width: 38em) { 3225 h1 a:link { 3226 border-right: 1px solid #c9c9c9; } 3227 h1 a:hover, h1 a:focus { 3228 border-right: 1px solid #c9c9c9; } 3229 3291 3230 #dashboard-main { 3292 3231 padding: 0; } … … 3305 3244 3306 3245 .pseudo-tabs li { 3246 border-top: 1px solid #c9c9c9; 3307 3247 padding: .25em; } 3308 3248 .pseudo-tabs li:first-child, .pseudo-tabs li:nth-of-type(2) { 3309 3249 border-top: none; } } 3310 3250 @media screen and (max-width: 26.5em) { 3251 h1, 3252 h1 a { 3253 border-right: #323232 !important; } 3254 3311 3255 #content.with-help #help { 3312 3256 font-size: 1.2rem; } … … 3330 3274 td { 3331 3275 padding: 0.3em 1em 0.3em 0; } 3276 3277 .pseudo-tabs li { 3278 border-top: 1px solid #c9c9c9 !important; } 3332 3279 3333 3280 .pseudo-tabs li:first-child { … … 3737 3684 a.delete.debug:hover { 3738 3685 background: #ffd478; 3739 color: # 900;3686 color: #ae323b; 3740 3687 border-color: #ffd478; } -
admin/style/scss/default.scss
r3731 r3763 6 6 @import "init/mixins-functions"; // mixins, fonctions 7 7 @import "init/rebase"; // init html tags 8 @import "init/config"; // theme variables 8 @import "init/config"; // variables 9 10 /** -------------------------------------------------- 11 Colors 12 --------------------------------------------------- */ 13 @import "themes/light"; 9 14 10 15 /** -------------------------------------------------- … … 17 22 --------------------------------------------------- */ 18 23 @import "partials/layout"; 19 20 /** --------------------------------------------------21 Colors22 --------------------------------------------------- */23 @import "partials/colors";24 24 25 25 /** -------------------------------------------------- -
admin/style/scss/init/_config.scss
r3712 r3763 14 14 // ========================================================================== // 15 15 16 $sans-serif: 16 $sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; 17 17 18 $sans-serif-input: inherit;// Use OS default font for input fields18 $sans-serif-input: inherit; // Use OS default font for input fields 19 19 20 $monospace: 20 $monospace: "Andale Mono",AndaleMono,Consolas,Monaco,"Courier New",monospace; 21 21 22 $html-font-size: 62.5%;// Basically 10px (16px ⁄x 0.625) — Must be in %22 $html-font-size: 62.5%; // Basically 10px (16px ⁄x 0.625) — Must be in % 23 23 24 $body-font-size-small: 1.2rem; 24 $body-font-size-small: 1.2rem; // For screen smaller than $small-screen (see below) 25 25 $body-font-size: 1.4rem; 26 $body-font-size-large: 1.6rem; 26 $body-font-size-large: 1.6rem; // For screen larger or equal than $large-screen (see below) 27 27 28 // ========================================================================== // 29 // =Couleurs 30 // ========================================================================== // 31 32 // Palette de base 33 34 $blue: #137bbb; 35 $green: #9ac123; 36 $red: #c44d58; 37 $light-blue: #a2cbe9; 38 $orange: #d33800; 39 40 $gray: #b2b2b2; 41 $gray-dark: #676e78; 42 43 $gray-very-dark: shade($gray, 72%); // #323232 (near to #333 used before) 44 $gray-semi-dark: shade($gray, 25%); // #868686 (near to #999 used before) 45 $gray-light: tint($gray, 30%); // #c9c9c9 (near to #ccc used before) 46 $gray-very-light: tint($gray, 85%); // #f3f3f3 (near to #f7f7f7 used before) 47 48 $white: #fff; 49 $black: #000; 50 51 // Couleurs secondaires 52 53 54 55 // Application 56 57 $primary-color: $gray-very-dark; // #323232 : Texte courant 58 $secondary-color: $orange; // #d33800 : Titres 59 $ternary-color: $gray-dark; // #676e78 : Titres (secondaires) 60 $link: $blue; // #137bbb : Liens 61 $primary-background: $white; // #fff : Fond courant 62 $secondary-background: $gray-very-light; // #c9c9c9 : Fond secondaire 63 $ternary-background: $gray-dark; // #676e78 : Fond tertiaire 64 65 $button-base: $light-blue; 66 $button-dark: shade($button-base, 10%); 67 $button-light: tint($button-base, 10%); 68 69 // Autres 28 // Divers 70 29 71 30 $css-img-path: 'img'; // utile pour le mixin de fallback svg … … 75 34 // ========================================================================== // 76 35 77 $xxs-screen: 26.5em; 78 $xs-screen: 38em; 79 $s-screen: 44em; 80 $m-screen: 48em; 81 $l-screen: 61em; 82 $xl-screen: 80em; 83 $xxl-screen: 120em; 36 $xxs-screen: 26.5em; // 424 px 37 $xs-screen: 38em; // 608 px 38 $s-screen: 44em; // 704 px 39 $m-screen: 48em; // 768 px 40 $l-screen: 61em; // 976 px 41 $xl-screen: 80em; // 1280 px 42 $xxl-screen: 120em; // 1920 px 84 43 85 44 // =========================================================================== // … … 94 53 // collapser width 95 54 96 $collapser-width: 55 $collapser-width: 10px; -
admin/style/scss/partials/_auth.scss
r3711 r3763 13 13 } 14 14 .fieldset { 15 border: 1px solid #9bca1c;15 border: 1px solid $login-fieldset-border; 16 16 padding: 1em 1em 0 1em; 17 background: #fff;17 background: $login-fieldset-background; 18 18 margin-bottom: 0; 19 19 margin-top: 1em; -
admin/style/scss/partials/_blog_pref.scss
r3444 r3763 13 13 background: transparent url(user.png) no-repeat .5em .5em; 14 14 width: 20em; 15 border: 1px solid #ccc;15 border: 1px solid $blog-user-border; 16 16 border-radius: .5em; 17 17 padding: 0 1em .5em; … … 35 35 } 36 36 &.user_super { 37 background-color: rgba(153, 197, 255, .25); 37 border-color: $blog-super-border; 38 background-color: $blog-super-background; 38 39 } 39 40 } -
admin/style/scss/partials/_blog_theme.scss
r3468 r3763 12 12 margin: 5px; 13 13 padding: 10px 10px 5px 10px; 14 border: 1px solid #dfdfdf;14 border: 1px solid $theme-box-border; 15 15 position: relative; 16 16 &:hover { 17 background: #ecf0f1url(texture.png);17 background: $theme-box-over url(texture.png); 18 18 } 19 19 input { … … 25 25 .module-name label { 26 26 margin-bottom: .5em; 27 color: #676e78;27 color: $theme-name-color; 28 28 } 29 29 … … 32 32 img { 33 33 padding: 5px; 34 background: #f7f7f7;35 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);36 border: 3px solid #fff;34 background: $theme-img-background; 35 box-shadow: 1px 1px 2px $theme-img-shadow; 36 border: 3px solid $theme-img-border; 37 37 max-width: 100%; 38 38 } … … 117 117 margin: 0; 118 118 padding: 10px; 119 background: rgba(250, 250, 250, .95);119 background: $theme-action-background; 120 120 } 121 121 .module-infos.toggle-bloc { 122 122 top: 128px; 123 123 height: 80px; 124 border-top: 1px solid #e3e3e3;124 border-top: 1px solid $theme-action-border; 125 125 } 126 126 .module-actions.toggle-bloc { 127 127 top: 208px; 128 128 height: 40px; 129 border-bottom: 1px solid #e3e3e3;129 border-bottom: 1px solid $theme-action-border; 130 130 } 131 131 } … … 143 143 margin: 5px; 144 144 padding: 20px 18px 6px; 145 background: #fffurl(texture.png);146 border: 1px solid #eee;145 background: $theme-current-background url(texture.png); 146 border: 1px solid $theme-current-border; 147 147 border-radius: .5em; 148 148 min-height: 326px; 149 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);149 box-shadow: 1px 1px 2px $theme-current-shadow; 150 150 position: relative; 151 151 .module-sshot:hover { … … 155 155 float: left; 156 156 margin-right: 2em; 157 border: 9px solid #fff;157 border: 9px solid $theme-current-img-border; 158 158 padding: 5px; 159 159 max-width: 308px; … … 161 161 } 162 162 .module-name { 163 color: #D33800;163 color: $theme-current-name-color; 164 164 font-size: 1.5em; 165 165 margin-bottom: 1em; -
admin/style/scss/partials/_buttons.scss
r3517 r3763 17 17 input[type=reset], 18 18 input[type=submit] { 19 border: 1px solid #ccc;19 border: 1px solid $button-border; 20 20 font-family: $sans-serif-input; 21 21 padding: 3px 10px; … … 27 27 cursor: pointer; 28 28 position: relative; 29 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);29 box-shadow: 0 1px 3px $button-shadow; 30 30 border-style: solid; 31 31 border-width: 1px; … … 52 52 button.submit, 53 53 input.button.start { 54 color: #fff;55 background-color: #25a6e1;56 @include background-image(linear-gradient(to bottom, #25a6e1, #188bc0));57 border-color: #25a6e1;54 color: $submit-color; 55 background-color: $submit-background; 56 @include background-image(linear-gradient(to bottom, $submit-background, $submit-background-alt)); 57 border-color: $submit-background; 58 58 } 59 59 … … 68 68 a.button.submit:hover, 69 69 a.button.submit:focus { 70 background-color: #188bc0;71 @include background-image(linear-gradient(to bottom, #188bc0, #25a6e1));72 border-color: #188bc0;70 background-color: $submit-background-alt; 71 @include background-image(linear-gradient(to bottom, $submit-background-alt, $submit-background)); 72 border-color: $submit-background-alt; 73 73 } 74 74 … … 87 87 a.button.delete, 88 88 a.button.reset { 89 color: #000;90 background-color: #eaeaea;91 @include background-image(linear-gradient(to bottom, #f9f9f9, #eaeaea));89 color: $reset-color; 90 background-color: $reset-background; 91 @include background-image(linear-gradient(to bottom, $reset-background-alt, $reset-background)); 92 92 background-repeat: repeat-x; 93 border-color: #dfdfdf #dfdfdf #c5c5c5;93 border-color: $reset-border; 94 94 } 95 95 … … 116 116 a.button.reset:focus, 117 117 a.button:focus { 118 background-color: #dadada;119 @include background-image(linear-gradient(to bottom, #eaeaea, #dadada));118 background-color: $reset-background-ter; 119 @include background-image(linear-gradient(to bottom, $reset-background, $reset-background-ter)); 120 120 background-repeat: repeat-x; 121 border-color: #cccccc #cccccc #b5b5b5;121 border-color: $reset-border; 122 122 } 123 123 … … 130 130 button.delete, 131 131 a.button.delete { 132 color: #900;132 color: $delete-color; 133 133 } 134 134 … … 143 143 button.delete:focus, 144 144 a.button.delete:focus { 145 color: #ffffff;146 background-color: #b33630;147 @include background-image(linear-gradient(to bottom, #dc5f59, #b33630));145 color: $delete-hover-color; 146 background-color: $delete-hover-background; 147 @include background-image(linear-gradient(to bottom, $delete-hover-background-alt, $delete-hover-background)); 148 148 background-repeat: repeat-x; 149 border-color: #cd504a;149 border-color: $delete-hover-border; 150 150 } 151 151 … … 158 158 .button.add, 159 159 button.add { 160 color: #000;161 background-color: #bee74b;162 @include background-image(linear-gradient(to bottom, #bee74b, #9bca1c));163 border-color: #bee74b;160 color: $add-color; 161 background-color: $add-background; 162 @include background-image(linear-gradient(to bottom, $add-background, $add-background-alt)); 163 border-color: $add-border; 164 164 padding: .33em 1.33em .5em; 165 165 } … … 171 171 button.add:active, 172 172 button.add:focus { 173 background-color: #9bca1c;174 @include background-image(linear-gradient(to bottom, #9bca1c, #bee74b));175 border-color: #9bca1c;173 background-color: $add-background-alt; 174 @include background-image(linear-gradient(to bottom, $add-background-alt, $add-background)); 175 border-color: $add-border-alt; 176 176 } 177 177 … … 195 195 button.disabled, 196 196 button[type=submit].disabled { 197 color: #676e78;198 background: #F5F5F5;199 border: 1px solid #CCC;197 color: $button-disabled-color; 198 background: $button-disabled-background; 199 border: 1px solid $button-disabled-border; 200 200 } 201 201 … … 204 204 button.disabled:hover, 205 205 button[type=submit].disabled:hover { 206 color: #676e78;207 background: #eee;208 border: 1px solid #CCC;206 color: $button-disabled-color; 207 background: $button-disabled-background-alt; 208 border: 1px solid $button-disabled-border; 209 209 } 210 210 … … 222 222 a.metaGetMore { 223 223 font-size: 0.825em; 224 color: #333;225 background: #fff;224 color: $ajax-color; 225 background: $ajax-background; 226 226 box-shadow: none; 227 border: 1px solid #676e78;227 border: 1px solid $ajax-border; 228 228 margin-bottom: .25em; 229 229 text-align: center; 230 230 &:hover { 231 background: #a2cbe9;231 background: $ajax-background-alt; 232 232 box-shadow: none; 233 border: 1px solid #676e78;233 border: 1px solid $ajax-border; 234 234 } 235 235 } … … 248 248 a:hover, 249 249 a:active { 250 color: #333;251 background: transparent;252 border: none;250 color: $gotop-color; 251 background: $gotop-background; 252 border: $gotop-border; 253 253 } 254 254 } … … 269 269 &:hover, 270 270 &:focus { 271 background: #fc0;271 background: $addmeta-background; 272 272 } 273 273 } -
admin/style/scss/partials/_categories.scss
r3439 r3763 11 11 } 12 12 .placeholder { 13 outline: 1px dashed #4183C4;13 outline: 1px dashed $cat-placeholder-outline; 14 14 min-height: 2.5em; 15 15 } … … 20 20 margin: .66em 0; 21 21 padding: .66em 1em; 22 border: 1px solid #ccc;22 border: 1px solid $cat-line-border; 23 23 border-radius: 3px; 24 24 label { … … 34 34 } 35 35 .cat-line { 36 border: 1px solid #dfdfdf;36 border: 1px solid $subcat-line-border; 37 37 } 38 38 } … … 43 43 44 44 .cat-nb-posts a { 45 color: #333;45 color: $cat-post-counter; 46 46 } 47 47 -
admin/style/scss/partials/_charte.scss
r3439 r3763 1 1 .guideline { 2 2 #content h2 { 3 color: #d33800;3 color: $charte-title; 4 4 padding: 2em 0 0 0; 5 5 margin: 1em 0; … … 17 17 } 18 18 .one-box .box { 19 border: 1px solid #dfdfdf;19 border: 1px solid $charte-one-box-border; 20 20 padding: 2px .5em; 21 21 } -
admin/style/scss/partials/_classes.scss
r3621 r3763 3 3 .ac_results { 4 4 padding: 0px; 5 b order: 1px dotted #f90;6 background-color: white;5 background-color: $ac-results-background; 6 border: 1px dotted $ac-results-border; 7 7 overflow: hidden; 8 8 z-index: 99999; … … 30 30 31 31 .ac_over { 32 background-color: #2373a8;33 color: white;32 color: $ac-results-over; 33 background-color: $ac-results-over-background; 34 34 } 35 35 … … 59 59 60 60 .pw-very-weak .bar { 61 background: #c44d58;61 background: $pw-very-weak; 62 62 width: 30px; 63 63 } 64 64 65 65 .pw-weak .bar { 66 background: #e1732c;66 background: $pw-weak; 67 67 width: 60px; 68 68 } 69 69 70 70 .pw-mediocre .bar { 71 background: #f90;71 background: $pw-mediocre; 72 72 width: 90px; 73 73 } 74 74 75 75 .pw-strong .bar { 76 background: #cdad12;76 background: $pw-strong; 77 77 width: 120px; 78 78 } 79 79 80 80 .pw-very-strong .bar { 81 background: #9ac123;81 background: $pw-very-strong; 82 82 width: 150px; 83 83 } … … 90 90 91 91 .anchor-nav { 92 background: #ecf0f1; 93 color: #000; 92 background: $nav-background; 94 93 padding: 4px 1em; 95 94 label { … … 103 102 .nav_prevnext { 104 103 margin-bottom: 2em; 105 color: #fff;104 color: $nav-background; 106 105 } 107 106 108 107 .nav_prevnext a, 109 108 a.back { 110 color: #2373A8;111 border: 1px solid #dfdfdf;109 color: $nav-prevnext; 110 border: 1px solid $nav-prevnext-border; 112 111 padding: 2px 1.5em; 113 112 border-radius: .75em; 114 background-color: #f3f3f3;113 background-color: $nav-prevnext-background; 115 114 } 116 115 … … 120 119 121 120 a.onblog_link { 122 color: #333;121 color: $onblog-link; 123 122 float: right; 124 border: 1px solid #eee;123 border: 1px solid $onblog-link-border; 125 124 padding: 2px 1.5em; 126 125 border-radius: .75em; 127 background-color: #ECF0F1;128 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);126 background-color: $onblog-link-background; 127 box-shadow: 0 1px 1px $onblog-link-shadow; 129 128 } 130 129 … … 149 148 } 150 149 .btn { 151 border: 1px solid #dfdfdf;152 background-color: #fcfcfc;153 color: #676e78;150 border: 1px solid $pager-border; 151 background-color: $pager-background; 152 color: $pager-link; 154 153 border-radius: 3px; 155 154 overflow: hidden; 156 155 &.no-link { 157 border-color: #dfdfdf;158 background-color: #f9f9f9;156 border-color: $pager-border; 157 background-color: $pager-off-background; 159 158 padding: 1px 3px 0; 160 159 } … … 162 161 .active { 163 162 padding: 4px 12px; 164 color: #676e78;163 color: $pager-active; 165 164 } 166 165 .direct-access { 167 166 margin-left: 2em; 168 167 input[type=text] { 169 border: 1px solid #dfdfdf;168 border: 1px solid $pager-border; 170 169 padding: 3px 8px; 171 170 margin-left: .25em; 172 background-color: #fff;171 background-color: $pager-input-background; 173 172 } 174 173 input[type=submit] { … … 182 181 &:hover, 183 182 &:focus { 184 background-color: #ecf0f1;183 background-color: $pager-background-over; 185 184 } 186 185 } … … 200 199 } 201 200 .btn.no-link { 202 color: #ccc;201 color: $index-no-link; 203 202 } 204 203 .active { 205 204 padding: 4px 8px; 206 color: #fff;207 background: #676e78;205 color: $index-active; 206 background: $index-active-background; 208 207 border-radius: 3px; 209 208 font-variant: small-caps; … … 219 218 margin: 3px 10px 2px 0; 220 219 padding: 5px .5em; 221 background: #ecf0f1; 220 color: $step; 221 background: $step-background; 222 border: 1px solid $step-border; 222 223 border-radius: 3px; 223 224 font-weight: bold; 224 border: 1px solid #c5c5c5;225 color: #676e78;226 225 } 227 226 … … 235 234 236 235 .fieldset { 237 background: #fff;238 border: 1px solid #c5c5c5;236 background: $fieldset-background; 237 border: 1px solid $fieldset-border; 239 238 border-radius: 3px; 240 239 padding: 1em .7em .5em; … … 244 243 } 245 244 &:focus-within { 246 background-color: #eee;245 background-color: $fieldset-focus-background; 247 246 } 248 247 } … … 276 275 277 276 .border-top { 278 border-top: 1px solid #999;277 border-top: 1px solid $link-border; 279 278 padding-top: 1em; 280 279 margin-top: 1em; … … 309 308 310 309 .offline { 311 color: #676e78;310 color: $offline; 312 311 } 313 312 -
admin/style/scss/partials/_common.scss
r3500 r3763 13 13 14 14 body { 15 color: $body-color; 16 background: $body-background; 15 17 font-size: $body-font-size; 16 18 line-height: 1.5; … … 51 53 52 54 h2 { 55 color: $title-color; 53 56 font-size: 1.5em; 54 57 font-weight: normal; … … 59 62 h3, 60 63 .as_h3 { 64 color: $title-alt-color; 61 65 font-size: 1.34em; 62 66 font-weight: normal; … … 67 71 h4, 68 72 .as_h4 { 73 color: $title-color; 69 74 font-size: 1.16em; 70 75 line-height: 1.5; … … 72 77 73 78 h5 { 79 color: $title-color; 74 80 font-size: 1em; 75 81 line-height: 1.5; … … 78 84 79 85 h6 { 86 color: $title-color; 80 87 font-size: 1em; 81 88 line-height: 1.5; -
admin/style/scss/partials/_content.scss
r3678 r3763 2 2 ul { 3 3 padding: .5em 0 0 1em; 4 border-bottom: 1px solid #ccc;4 border-bottom: 1px solid $tabs-border; 5 5 line-height: 1.8; 6 6 } … … 18 18 padding: .33em 1.5em; 19 19 margin-right: -1px; 20 border: 1px solid #ccc;20 border: 1px solid $tabs-border; 21 21 border-bottom: none; 22 22 text-decoration: none; 23 color: #333;24 background-color: #ecf0f1;23 color: $tabs-color; 24 background-color: $tabs-background; 25 25 display: inline-block; 26 26 &:hover, 27 27 &:focus { 28 color: #000;29 background: #fff;30 border-bottom-color: #fff;28 color: $tabs-color; 29 background: $tabs-active-background; 30 border-bottom-color: $tabs-active-background; 31 31 } 32 32 &:link { … … 35 35 } 36 36 &.part-tabs-active a { 37 background: #fff;37 background: $tabs-active-background; 38 38 font-weight: bold; 39 border-bottom-color: #fff;39 border-bottom-color: $tabs-active-background; 40 40 } 41 41 } … … 48 48 .pseudo-tabs { 49 49 margin: -.75em 0 2em 0; 50 border-bottom: 1px solid #bbb;50 border-bottom: 1px solid $tabs-border; 51 51 display: table; 52 52 width: 100%; … … 58 58 border-width: 0 1px; 59 59 border-style: solid; 60 border-color: #ccc;60 border-color: $tabs-border; 61 61 padding: 0; 62 62 margin: 0; … … 70 70 &:hover, 71 71 &:focus { 72 background-color: #ecf0f1;73 color: #333;72 background-color: $tabs-background; 73 color: $tabs-color; 74 74 } 75 75 &.active { 76 background-color: #ecf0f1;77 color: #d30e60;76 background-color: $tabs-background; 77 color: $tabs-active-color; 78 78 } 79 79 } … … 85 85 #help { 86 86 margin-top: 4em; 87 background: #f5f5f5;87 background: $help-background; 88 88 z-index: 100; 89 89 clear: both; … … 95 95 right: 0; 96 96 width: 32rem; // 24em; 97 border-left: 2px solid #FFD478;98 border-top: 2px solid #FFD478;97 border-left: 2px solid $help-border; 98 border-top: 2px solid $help-border; 99 99 margin-top: 0; 100 100 padding: .5em 0 0 0; … … 110 110 padding: 0 1.5em 0 30px; 111 111 cursor: pointer; 112 color: #2373A8;112 color: $link; 113 113 line-height: 3; 114 114 &.floatable { 115 border-top: 2px solid #ccc;116 border-left: 2px solid #ccc;117 border-bottom: 2px solid #ccc;115 border-top: 2px solid $help-button-border; 116 border-left: 2px solid $help-button-border; 117 border-bottom: 2px solid $help-button-border; 118 118 border-bottom-left-radius: 1em; 119 119 border-top-left-radius: 1em; 120 background-color: #f5f5f5;120 background-color: $help-button-background; 121 121 position: fixed; 122 122 top: 10px; … … 131 131 #content.with-help & { 132 132 right: 32rem; // 24em; 133 background-color: #f5f5f5;133 background-color: $help-background; 134 134 position: fixed; 135 135 top: 6em; // 50px; 136 136 z-index: 100; 137 border-top: 2px solid #FFD478;138 border-left: 2px solid #FFD478;139 border-bottom: 2px solid #FFD478;137 border-top: 2px solid $help-border; 138 border-left: 2px solid $help-border; 139 border-bottom: 2px solid $help-border; 140 140 border-bottom-left-radius: 1em; 141 141 border-top-left-radius: 1em; … … 157 157 dt { 158 158 font-weight: bold; 159 color: #676e78;159 color: $help-title-color; 160 160 margin: 0; 161 161 } -
admin/style/scss/partials/_debug.scss
r3439 r3763 6 6 width: 100%; 7 7 height: 4px; 8 background: #ffd478;8 background: $debug-background; 9 9 div { 10 10 display: none; … … 25 25 26 26 .debug { 27 background: #ffd478;27 background: $debug-background; 28 28 padding: 3px 0.5em 2px; 29 29 } … … 31 31 input[type=submit].delete.debug, 32 32 a.delete.debug { 33 border-color: #ffd478;33 border-color: $debug-border; 34 34 &:hover { 35 background: #ffd478;36 color: #900;37 border-color: #ffd478;35 background: $debug-background; 36 color: $debug-color; 37 border-color: $debug-border; 38 38 } 39 39 } -
admin/style/scss/partials/_entry.scss
r3621 r3763 42 42 font-size: 1.08em; 43 43 margin-top: .3em; 44 border-bottom: 1px solid $ ternary-color;44 border-bottom: 1px solid $entry-sb-title-border; 45 45 } 46 46 select { … … 57 57 margin-right: 1em; 58 58 padding: .5em 1em; 59 background-color: $ secondary-background;59 background-color: $entry-sb-background; 60 60 &:focus-within { 61 background-color: #eee;61 background-color: $entry-sb-focus-background; 62 62 } 63 63 } -
admin/style/scss/partials/_filters.scss
r3621 r3763 3 3 background: url(../images/expand.png) no-repeat 4px center; 4 4 padding-left: 20px; 5 color: #000;5 color: $form-control-color; 6 6 &.open { 7 7 background: url(../images/hide.png) no-repeat 4px center; … … 10 10 11 11 #filters-form { 12 border: 1px solid rgb(162, 203, 233);12 border: 1px solid $filter-border; 13 13 border-radius: .3em; 14 14 margin-bottom: 2em; … … 28 28 .filters-options { 29 29 padding-left: 2em; 30 border-left: 1px solid #ccc;30 border-left: 1px solid $filter-options-border; 31 31 } 32 32 select { … … 48 48 } 49 49 &:focus-within { 50 background-color: #eee;50 background-color: $filter-focus-background; 51 51 } 52 52 } -
admin/style/scss/partials/_footer.scss
r3454 r3763 7 7 a:hover span.tooltip { 8 8 padding: 10px; 9 color: #910ed3;9 color: $tooltip-color; 10 10 height: auto; 11 11 width: auto; 12 12 left: 0; 13 13 bottom: 0; 14 background: rgba(255,255,255,.9);14 background: $tooltip-background; 15 15 z-index: 99; 16 16 font-family: monospace; 17 17 text-align: left; 18 border-top: 1px solid #910ed3;19 border-right: 1px solid #910ed3;18 border-top: 1px solid $tooltip-color; 19 border-right: 1px solid $tooltip-color; 20 20 border-radius: 0 2em 0 0; 21 21 } -
admin/style/scss/partials/_forms.scss
r3713 r3763 42 42 border-width: 1px 0; 43 43 border-style: solid; 44 border-color: #ccc;45 background: #f7f7f7;44 border-color: $fieldset-border; 45 background: $fieldset-background; 46 46 &:focus-within { 47 background-color: #eee;47 background-color: $fieldset-focus-background; 48 48 } 49 49 } … … 65 65 border-width: 1px; 66 66 border-style: solid; 67 border-color: #676e78;68 background: #fff;67 border-color: $legend-border; 68 background: $legend-background; 69 69 margin-bottom: 0.5em; 70 70 } … … 73 73 } 74 74 input.invalid, textarea.invalid, select.invalid, input:not([type=file]):invalid:not(:focus) { 75 color: #900;76 box-shadow: 0 0 0 3px rgba(218, 62, 90, 0.3);75 color: $invalid-input-color; 76 box-shadow: 0 0 0 3px $invalid-input-shadow; 77 77 } 78 78 input.invalid, textarea.invalid, input:not([type=file]):invalid:not(:focus) { 79 border: 1px solid red;80 background: #FFBABA;79 border: 1px solid $invalid-input-border; 80 background: $invalid-input-background; 81 81 } 82 82 input[type=text], … … 91 91 input[type=number], 92 92 textarea, select, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 93 color: #000;94 box-shadow: 1px 1px 2px #f3f3f3inset;93 color: $input-color; 94 box-shadow: 1px 1px 2px $input-shadow inset; 95 95 padding: 3px; 96 96 vertical-align: top; … … 107 107 input[type=number], 108 108 textarea, input:not([type=file]):invalid, input:not([type=file]):invalid:placeholder-shown { 109 background: #fcfcfc;109 background: $input-background; 110 110 border-width: 1px; 111 111 border-style: solid; 112 border-color: #dfdfdf;112 border-color: $input-border; 113 113 } 114 114 input:focus, textarea:focus { 115 border-color: #9bca1c;115 border-color: $input-focus; 116 116 } 117 117 textarea { … … 197 197 } 198 198 label.required abbr { 199 color: #900;199 color: $error-alt; 200 200 font-size: 1.3em; 201 201 text-decoration: none; … … 225 225 font-style: italic; 226 226 font-weight: normal; 227 color: #676e78;227 color: $form-note-color; 228 228 } 229 229 p.form-note, p.form-stats { … … 243 243 } 244 244 50% { 245 background-color: #ffbaba;245 background-color: $error-background; 246 246 } 247 247 100% { … … 259 259 } 260 260 50% { 261 background-color: #ccff00;261 background-color: $input-focus; 262 262 } 263 263 100% { -
admin/style/scss/partials/_header.scss
r3439 r3763 9 9 top: 3em; 10 10 left: 0; 11 background: $ light-blue;11 background: $prelude-background; 12 12 width: 100%; 13 13 z-index: 100; … … 19 19 a { 20 20 padding: 3px 16px 3px 8px; 21 background: $light-blue;22 color: $black;21 color: $prelude-color; 22 background: $prelude-background; 23 23 text-decoration: underline; 24 24 &:hover, 25 25 &:focus { 26 background: $ white;26 background: $prelude-background-alt; 27 27 } 28 28 } … … 47 47 #header { 48 48 a { 49 color: $ white;49 color: $header-color; 50 50 } 51 51 img { … … 67 67 width: 150px; 68 68 height: 36px; // was 3em; 69 color: $ white;69 color: $header-color; 70 70 background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px; 71 71 transition: none; … … 93 93 } 94 94 input[type=submit] { 95 background: $ black;96 border-color: $ gray-semi-dark;95 background: $submit-background; 96 border-color: $submit-border; 97 97 margin-left: .33em; 98 98 } 99 99 input[type=submit]:hover { 100 background: $gray-semi-dark; 100 color: $submit-color; 101 background: $submit-background-alt; 101 102 } 102 103 p { … … 117 118 margin-left: .5em; 118 119 padding-left: .5em; 119 border-left: 1px solid $ gray-semi-dark;120 border-left: 1px solid $header-link-border; 120 121 &:first-child { 121 122 border-left: none; … … 127 128 margin: 0; 128 129 padding: 2px 8px 3px; 129 background-color: $secondary-background;130 color: $secondary-color;130 color: $header-active-color; 131 background-color: $header-active-background; 131 132 font-weight: bold; 132 133 } -
admin/style/scss/partials/_index.scss
r3439 r3763 7 7 8 8 #icons { 9 // overflow: hidden;10 // text-align: center;11 9 display: flex; 12 10 flex-wrap: wrap; … … 16 14 text-align: center; 17 15 margin: 1em 0 2em; 18 // display: inline-block;19 // vertical-align: top;20 16 } 21 17 a { … … 29 25 } 30 26 span { 31 border-bottom: 1px dotted #999;32 color: #333;27 color: $index-link-color; 28 border-bottom: 1px dotted $index-link-border; 33 29 } 34 30 img { 35 31 padding: 1.5em; 36 background-color: #f9f9f9;32 background-color: $index-icon-background; 37 33 border-radius: 8px; 38 border: 1px solid #dadada;34 border: 1px solid $index-icon-border; 39 35 display: inline-block; 40 36 } 41 37 &:focus { 42 38 outline: 0; 43 border-color: #fff;44 39 span { 45 border: 2px solid #bee74b;40 border: 2px solid $index-icon-outline; 46 41 } 47 42 } … … 49 44 &:hover { 50 45 img { 51 background: #bee74b;46 background: $index-icon-outline; 52 47 outline: 0; 53 border-color: #dadada;48 border-color: $index-icon-border; 54 49 } 55 50 span { … … 65 60 #quick { 66 61 padding: 1em; 67 max-width: 976px;62 max-width: 72em; 68 63 margin: 0 auto; 69 background: #f5f5f5;70 box-shadow: 0 1px 2px rgba(0, 0, 0, .2);64 background: $quick-background; 65 border: 1px solid $quick-border; 71 66 text-align: left; 72 67 h3 { … … 76 71 p.qinfo { 77 72 margin: -.7em -1em 1em; 78 background: #D9EDF7url(info.png) no-repeat .2em .2em;79 border: 1px solid #BCE8F1;73 background: $quick-info-background url(info.png) no-repeat .2em .2em; 74 border: 1px solid $quick-info-border; 80 75 padding: .2em 1em .1em 24px; 81 color: #000;76 color: $quick-info-color; 82 77 } 83 78 #new_cat, … … 108 103 .box { 109 104 padding: 10px; 110 border: 1px solid #ccc;105 border: 1px solid $index-box-border; 111 106 border-radius: 3px; 112 107 min-height: 200px; … … 157 152 } 158 153 } 159 160 161 /* message de mise à jour */162 163 #upg-notify {164 ul {165 padding-left: 1.5em;166 }167 li {168 color: #fff;169 }170 } -
admin/style/scss/partials/_layout.scss
r3513 r3763 7 7 8 8 #header { 9 color: $header-color; 10 background: $header-background; 11 border-bottom: 4px solid $header-border; 9 12 width: 99.99%; 10 13 /* Bugfix Chrome >= 49.0.2623.108 */ … … 24 27 25 28 #wrapper { 29 background: $wrapper-background url(bg_wrapper.png) repeat-y 14em; 26 30 position: relative; 27 31 padding-top: 1.5em; … … 44 48 45 49 #content { 50 background: $content-background; 46 51 margin: 0 0 0 14em; 47 52 padding: .5em 1.5em .75em 2.5em; … … 49 54 50 55 #main-menu { 56 background: $main-menu-background; 51 57 width: 14em; 52 58 float: left; … … 58 64 59 65 #footer { 66 background-color: $footer-background; 67 border-top: 1px solid $footer-border; 60 68 clear: both; 61 69 position: relative; … … 68 76 69 77 #collapser { 78 background: $collapser-background; 70 79 position: absolute; 71 80 top: 0; … … 75 84 overflow: hidden; 76 85 display: block; 77 border-right: 0; // 1px solid #999;86 border-right: 0; 78 87 border-bottom: 0; 79 88 z-index: 1; 80 89 transition: none; 90 &:hover, 91 &:focus { 92 background: $collapser-focus; 93 } 94 .hide-mm & { 95 background: $collapser-focus; 96 &:hover, 97 &:focus { 98 background: $collapser-background; 99 } 100 } 81 101 } 82 102 … … 110 130 display: block; 111 131 } 132 } 133 134 #wrapper.hide-mm { 135 background: $content-background; 112 136 } 113 137 … … 206 230 .popup { 207 231 h1 { 232 color: $popup-title-color; 233 background: $popup-title-background; 208 234 display: block; 209 235 width: 100%; -
admin/style/scss/partials/_main-menu.scss
r3513 r3763 6 6 margin: 0; 7 7 padding: 10px 0 10px 8px; 8 color: #676e78;8 color: $main-menu-title-color; 9 9 font-size: 1.15em; 10 10 } 11 11 a { 12 color: #333;13 border-bottom-color: #ccc;12 color: $main-menu-item-color; 13 border-bottom-color: $main-menu-item-border; 14 14 } 15 15 ul { … … 29 29 } 30 30 .active { 31 background-color: #fff;31 background-color: $main-menu-active-background; 32 32 font-weight: bold; 33 33 a { 34 34 border-bottom: none; 35 color: #d30e60;35 color: $main-menu-active-color; 36 36 } 37 37 } … … 42 42 #system-menu, 43 43 #plugins-menu { 44 border-bottom: 1px dashed #A2CBE9;44 border-bottom: 1px dashed $main-menu-border; 45 45 } 46 46 47 47 #favorites-menu { 48 48 h3 { 49 color: #000;50 49 font-variant: small-caps; 51 50 padding-top: .2em; 52 }53 .active {54 background-color: transparent;55 a {56 color: #000;57 }58 51 } 59 52 } … … 69 62 } 70 63 p { 71 border: 1px solid #999;64 border: 1px solid $search-border; 72 65 border-radius: .3em; 73 66 position: relative; … … 78 71 padding: 0 .25em; 79 72 margin-left: .33em; 80 background: #dfdfdf;81 b order-color: #999;82 color: #333;73 color: $search-color; 74 background: $search-background; 75 border-color: $search-border; 83 76 border-bottom-right-radius: .3em; 84 77 border-top-right-radius: .3em; … … 86 79 border-bottom-left-radius: 0; 87 80 border: none; 88 border-left: 1px solid #999;81 border-left: 1px solid $search-border; 89 82 font-size: .91em; 90 83 float: right; 91 84 &:hover, 92 85 &:focus { 93 background: #676e78;94 color: #fff;86 color: $search-submit-color; 87 background: $search-submit-background; 95 88 } 96 89 } … … 107 100 height: 2em; 108 101 &:focus { 109 border: 1px solid #bee74b;102 border: 1px solid $search-outline; 110 103 } 111 104 } -
admin/style/scss/partials/_markup.scss
r3762 r3763 7 7 padding: 0 1em .5em 1em; 8 8 margin: 0 -1em 1em -1em; 9 background: #fff url(bg_h2.png) repeat-x center bottom; 10 } 11 12 h2 a:link, 13 h2 a:visited { 14 color: #676e78; 15 border-color: #000; 16 } 17 9 background: $breadcrumb-background url(bg_h2.png) repeat-x center bottom; 10 } 18 11 19 12 /* page courante dans le fil d'ariane */ 20 13 21 14 .page-title { 22 color: #d30e60;15 color: $breadcrumb-current; 23 16 img { 24 17 padding-left: .5em; … … 37 30 .fieldset h4, 38 31 .pretty-title { 39 color: #D33800;32 color: $fieldset-pretty-title-color; 40 33 font-size: 1em; 41 34 font-weight: bold; … … 52 45 text-transform: uppercase; 53 46 font-weight: bold; 54 color: #333;47 color: $fieldset-smart-title-color; 55 48 } 56 49 57 50 #entry-sidebar h5 { 58 51 font-weight: normal; 59 color: #333;52 color: $entry-sidebar-title-color; 60 53 } 61 54 … … 67 60 h4 label, 68 61 h5 label { 69 color: #333;62 color: $title-label-color; 70 63 } 71 64 … … 99 92 100 93 caption { 101 color: #333;94 color: $table-caption-color; 102 95 font-weight: bold; 103 96 text-align: left; … … 108 101 border-width: 1px 0 1px 0; 109 102 border-style: solid; 110 border-color: #dfdfdf;111 background: #eef1ec;103 border-color: $head-border; 104 background: $head-background; 112 105 padding: .4em 1em .4em .5em; 113 106 vertical-align: top; … … 119 112 border-width: 0 0 1px 0; 120 113 border-style: solid; 121 border-color: #e3e3e3;114 border-color: $cell-border; 122 115 padding: .4em 1em .4em .5em; 123 116 vertical-align: top; … … 134 127 height: 1px; 135 128 border-width: 1px 0 0; 136 border-color: #dfdfdf;137 background: #dfdfdf;129 border-color: $hr-color; 130 background: $hr-color; 138 131 border-style: solid; 139 132 &.clearer { … … 149 142 150 143 code { 151 background: #fefacd;144 background: $code-background; 152 145 } 153 146 … … 180 173 a:link, 181 174 a:visited { 182 color: #2373A8;175 color: $link-color; 183 176 text-decoration: none; 184 border-bottom: 1px dotted #999;177 border-bottom: 1px dotted $link-border; 185 178 background-color: inherit; 186 179 outline: 0; … … 202 195 203 196 .discrete a { 204 color: #333;197 color: $discrete-link-color; 205 198 } 206 199 … … 211 204 a:focus, 212 205 a:focus img { 213 outline: 2px solid #bee74b;206 outline: 2px solid $link-outline; 214 207 border-bottom: none; 215 208 text-decoration: none; -
admin/style/scss/partials/_media.scss
r3467 r3763 14 14 .media-item { 15 15 position: relative; 16 border: 1px solid #dfdfdf;16 border: 1px solid $media-item-border; 17 17 margin: 9px; 18 18 padding: 10px 12px 6px; … … 105 105 106 106 .media-folder { 107 background: transparenturl(bg_menu.png) repeat-y;108 border-color: #eee;107 background: $media-folder-background url(bg_menu.png) repeat-y; 108 border-color: $media-folder-border; 109 109 .media-link { 110 110 font-size: 1.125em; 111 111 margin-left: 2em; 112 color: #676e78;112 color: $media-folder-link; 113 113 border-bottom: none; 114 114 } … … 116 116 117 117 tr.media-folder { 118 background: transparent;118 background: $media-folder-background; 119 119 .media-link { 120 120 margin-left: 0; … … 123 123 124 124 .media-folder-up { 125 border-color: #fff;125 border-color: $media-folderup-border; 126 126 padding-bottom: 6px; 127 127 } … … 198 198 margin-left: 0; 199 199 padding-left: 0; 200 border-bottom: 1px solid #dfdfdf;200 border-bottom: 1px solid $media-files-border; 201 201 li { 202 202 margin-left: 0; … … 208 208 font-weight: bold; 209 209 &.upload-error { 210 color: #900;210 color: $upload-error-color; 211 211 } 212 212 } … … 220 220 margin: 0; 221 221 padding: .3em 0; 222 border-top: 1px solid #dfdfdf;222 border-top: 1px solid $upload-file-border; 223 223 position: relative; 224 224 } … … 249 249 .upload-filemsg { 250 250 font-weight: bold; 251 color: green;252 .upload-error {253 color: #900;251 color: $upload-filemsg-color; 252 &.upload-error { 253 color: $upload-error-color; 254 254 } 255 255 } … … 263 263 line-height: 1.2em; 264 264 text-align: right; 265 background: greenurl(loader.png) repeat-x left top;266 color: white;265 background: $upload-progress-background url(loader.png) repeat-x left top; 266 color: $upload-progress-color; 267 267 border-radius: 3px; 268 268 } -
admin/style/scss/partials/_mediaqueries.scss
r3439 r3763 3 3 ------------------------------------------------------------------------------------ */ 4 4 5 @media screen and (max-width: $xl-screen) { 6 #header, 7 h1 { 8 background: $header-background-alt; 9 } 10 #top-info-user { 11 background: $header-background; 12 a.active { 13 color: $header-active-color-alt; 14 background: $header-active-background-alt; 15 } 16 } 17 #wrapper { 18 background: $wrapper-background url(bg_wrapper.png) repeat-y 17em; 19 } 20 } 21 5 22 @media screen and (max-width: $s-screen) { 6 23 #help-button { 24 background-color: $header-border; 7 25 padding: 0; 8 26 font-size: .83em; … … 12 30 13 31 @media screen and (max-width: $xs-screen) { 32 h1 a { 33 &:link { 34 border-right: 1px solid $tabs-border; 35 } 36 &:hover, 37 &:focus { 38 border-right: 1px solid $tabs-border; 39 } 40 } 14 41 #dashboard-main { 15 42 padding: 0; … … 28 55 } 29 56 .pseudo-tabs li { 57 border-top: 1px solid $tabs-border; 30 58 padding: .25em; 31 59 &:first-child, … … 37 65 38 66 @media screen and (max-width: $xxs-screen) { 67 h1, 68 h1 a { 69 border-right: $header-border-alt !important; 70 } 39 71 #content.with-help #help { 40 72 font-size: 1.2rem // 12px; … … 59 91 padding: 0.3em 1em 0.3em 0; 60 92 } 93 .pseudo-tabs li { 94 border-top: 1px solid $tabs-border !important; 95 } 61 96 .pseudo-tabs li:first-child { 62 97 border-top: none; -
admin/style/scss/partials/_messages.scss
r3685 r3763 5 5 padding: .2em .66em .2em; 6 6 text-indent: 24px; 7 color: #333;8 7 display: inline-block; 9 8 line-height: 1.5em; … … 11 10 } 12 11 12 .info { 13 color: $msg-info-color; 14 background: $msg-info-background url(msg-info.png) no-repeat .3em .3em; 15 border: 1px solid $msg-info-border; 16 } 17 13 18 .warn, 14 19 .warning { 15 background: #FEFACD url(msg-warning.png) no-repeat .3em .3em; 16 border: 1px solid #ffd478; 17 } 18 19 .info { 20 background: #D9EDF7 url(msg-info.png) no-repeat .3em .3em; 21 border: 1px solid #BCE8F1; 20 color: $msg-warn-color; 21 background: $msg-warn-background url(msg-warning.png) no-repeat .3em .3em; 22 border: 1px solid $msg-warn-border; 22 23 } 23 24 … … 46 47 margin-bottom: 1em; 47 48 border-radius: 8px; 48 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);49 box-shadow: 1px 1px 2px $msg-shadow; 49 50 } 50 51 … … 60 61 61 62 .error { 62 background: #ffbabaurl(msg-error.png) no-repeat .7em .7em;63 color: #000;63 background: $msg-error-background url(msg-error.png) no-repeat .7em .7em; 64 color: $msg-error-color; 64 65 animation-name: kf-error; 65 66 animation-duration: .5s; … … 67 68 @keyframes kf-error { 68 69 0% { 69 background-color: #fefacd;70 } 71 100% { 72 background-color: #ffbaba;70 background-color: $msg-error-background-alt; 71 } 72 100% { 73 background-color: $msg-error-background; 73 74 } 74 75 } … … 76 77 .message, 77 78 .static-msg { 78 background: #676e78 url(msg-std.png) no-repeat .7em .7em;79 color: #fff;79 color: $msg-color; 80 background: $msg-background url(msg-std.png) no-repeat .7em .7em; 80 81 } 81 82 .message { … … 85 86 @keyframes kf-message { 86 87 0% { 87 background-color: #ccc;88 } 89 100% { 90 background-color: #676e78;88 background-color: $msg-background-alt; 89 } 90 100% { 91 background-color: $msg-background; 91 92 } 92 93 } … … 96 97 .message h3, 97 98 .static-msg h3 { 98 color: #fff; 99 } 100 101 .success, 99 color: $msg-color; 100 } 101 102 .success { 103 color: $msg-success-color; 104 } 105 106 .success { 107 background: $msg-success-background url(msg-success.png) no-repeat .7em .7em; 108 animation-name: kf-success; 109 animation-duration: .5s; 110 } 111 @keyframes kf-success { 112 0% { 113 background-color: $msg-success-background-alt; 114 } 115 100% { 116 background-color: $msg-success-background; 117 } 118 } 119 102 120 .warning-msg { 103 color: #000; 104 } 105 106 .success { 107 background: #bee74b url(msg-success.png) no-repeat .7em .7em; 108 animation-name: kf-success; 109 animation-duration: .5s; 110 } 111 @keyframes kf-success { 112 0% { 113 background-color: #9bca1c; 114 } 115 100% { 116 background-color: #bee74b; 117 } 118 } 119 120 .warning-msg { 121 background: #ffd478 url(msg-warning.png) no-repeat .7em .7em; 122 border: 1px solid #ffd478; 121 color: $msg-warn-color; 122 background: $msg-warn-background-alt url(msg-warning.png) no-repeat .7em .7em; 123 border: 1px solid $msg-warn-border; 123 124 animation-name: kf-warning; 124 125 animation-duration: .5s; … … 126 127 @keyframes kf-warning { 127 128 0% { 128 background-color: #fefacd;129 } 130 100% { 131 background-color: #ffd478;129 background-color: $msg-warn-background; 130 } 131 100% { 132 background-color: $msg-warn-background-alt; 132 133 } 133 134 } … … 136 137 .warning-msg a, 137 138 .info a { 138 color: #333;139 color: $msg-info-color; 139 140 } 140 141 … … 164 165 margin-bottom: 1em; 165 166 border-radius: 8px; 166 background: #A2CBE9 url(msg-success.png) no-repeat .7em .7em;167 color: #000;168 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);167 color: $dc-update-color; 168 background: $dc-update-background url(msg-success.png) no-repeat .7em .7em; 169 box-shadow: 1px 1px 2px $msg-shadow; 169 170 h3 { 170 171 margin-top: 0; 171 color: #000;172 color: $dc-update-color; 172 173 } 173 174 p { … … 176 177 } 177 178 a { 178 color: #000;179 color: $dc-update-color; 179 180 margin-right: 1em; 180 181 &.button { … … 186 187 .updt-info a { 187 188 margin-left: 2em; 188 border-color: #000;189 border-color: $dc-update-color; 189 190 font-weight: bold; 190 191 } … … 192 193 body.ajax-loader { 193 194 #header { 194 border-bottom-color: shade($light-blue, 10%);195 border-bottom-color: $ajax-loader; 195 196 transition: border-bottom-color .3s ease; 196 197 } 197 198 #collapser { 198 background-color: shade($light-blue, 10%);199 background-color: $ajax-loader; 199 200 transition: background-color .3s ease; 200 201 } -
admin/style/scss/partials/_plugins.scss
r3439 r3763 21 21 .modules tr.expand, 22 22 .modules td.expand { 23 background: #f7f7f7;24 border-color: #bee74b;23 background: $modules-background; 24 border-color: $modules-border; 25 25 } 26 26 27 27 .modules tr.expand td:first-child { 28 28 font-weight: bold; 29 background: #dfe5e7;29 background: $modules-background; 30 30 } 31 31 32 32 .modules td.expand { 33 33 padding: 0 0 1em; 34 border-top: 1px solid #eaeaea;35 34 div { 36 35 display: inline-block; -
admin/style/scss/partials/_preferences.scss
r3439 r3763 4 4 padding-left: 0; 5 5 #my-favs & { 6 border-top: 1px solid #eee;6 border-top: 1px solid $fav-list-border; 7 7 } 8 8 li { … … 14 14 #my-favs & { 15 15 line-height: 2; 16 border-bottom: 1px solid #eee;16 border-bottom: 1px solid $fav-list-border; 17 17 padding-top: 3px; 18 18 padding-bottom: 3px; 19 19 position: relative; 20 20 } 21 #my-favs:focus-within & { 22 border-bottom-color: $fav-list-border-alt; 23 } 21 24 span.zoom { 22 25 display: none; … … 27 30 bottom: 0; 28 31 left: 10em; 29 background-color: #f7f7f7;30 border: 1px solid #dfdfdf;32 background-color: $fav-list-background-over; 33 border: 1px solid $fav-list-border-alt; 31 34 padding: .2em; 32 35 border-radius: .5em; … … 40 43 41 44 #my-favs { 42 border-color: #9bca1c;45 border-color: $my-favs-border; 43 46 input.position { 44 47 margin: 0 0 .4em .2em; 45 48 } 49 46 50 } 47 51 … … 61 65 bottom: 0; 62 66 left: 10em; 63 background-color: #f7f7f7;64 border: 1px solid #dfdfdf;67 background-color: $fav-list-background; 68 border: 1px solid $fav-list-border-alt; 65 69 padding: .2em; 66 70 border-radius: .5em; -
admin/style/scss/partials/_tables.scss
r3621 r3763 50 50 } 51 51 input[type=text] { 52 background: #fff;52 background: $line-input-background; 53 53 } 54 54 &:hover { 55 background: #f3f3f3;55 background: $line-background-over; 56 56 } 57 57 &:focus-within { 58 background-color: #eee;58 background-color: $line-focus-background; 59 59 } 60 60 } … … 72 72 th.noborder { 73 73 border-width: 0 0 1px 0; 74 border-color: #dfdfdf;74 border-color: $cell-noborder-color; 75 75 line-height: 2em; 76 76 padding-bottom: 0; -
admin/style/scss/partials/_utils.scss
r3690 r3763 3 3 4 4 .color-color-picker { 5 border: 1px solid #000;5 border: 1px solid $color-picker-border; 6 6 width: 195px; 7 background: #fff;7 background: $color-picker-background; 8 8 } 9 9 … … 11 11 12 12 .color-div { 13 border: 1px solid #ccc;13 border: 1px solid $color-div-border; 14 14 }
Note: See TracChangeset
for help on using the changeset viewer.