- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2152 r2195 158 158 -moz-box-sizing: border-box; 159 159 -webkit-box-sizing: border-box; 160 box-sizing: border-box; 160 box-sizing: border-box; 161 text-align: left; 161 162 } 162 163 .two-boxes { … … 1532 1533 } 1533 1534 /* ------------------------------------------------------------------- blog_theme.php */ 1534 #themes { 1535 margin: 0; 1536 width: 100%; 1537 padding: 0; 1538 } 1539 .theme-details { 1540 border-top: 1px solid #ccc; 1541 padding: 12px; 1542 display: inline-block; 1543 vertical-align: top; 1544 width: 284px; 1545 } 1546 .theme-details.current-theme { 1547 background: #eef; 1548 } 1549 .theme-details:hover { 1550 background: #f3f3f3; 1551 } 1552 .theme-shot img { 1553 display: block; 1554 border: 1px solid #ccc; 1555 margin-bottom: 1.5em; 1556 } 1557 span.theme-desc { 1558 display: block; 1559 } 1560 span.theme-version { 1561 color: #676e78; 1562 } 1563 .theme-css { 1564 display: block; 1565 } 1566 #themes-actions { 1567 border-bottom: 1px solid #999; 1568 margin-bottom: 3em; 1569 } 1570 /* Themes list, JS version */ 1571 #themes-wrapper { 1572 display: table; 1573 } 1574 #themes-wrapper #themes { 1575 display: table-cell; 1576 vertical-align: top; 1577 padding-left: 1em; 1578 } 1579 #theme-box { 1580 display: table-cell; 1581 vertical-align: top; 1582 padding: 0; 1583 width: 312px; 1584 border: 1px solid #ccc; 1585 border-radius: 3px; 1586 } 1587 #theme-box .theme-shot, 1588 #theme-box .theme-info, 1589 #theme-box .theme-actions { 1590 background: #eef; 1591 padding: 1em 16px; 1592 margin: 0; 1593 } 1594 #theme-box .theme-shot img { 1595 display: block; 1596 width: 280px; 1597 height: 245px; 1598 border: 1px solid #ccc; 1599 } 1600 #theme-box h4 { 1601 color: #000; 1602 background: #eef; 1603 } 1604 #theme-box span.theme-version { 1605 color: #676e78; 1606 } 1607 #theme-box span.theme-parent-ok { 1608 color: #676e78; 1609 } 1610 #theme-box span.theme-parent-missing { 1611 color: #c00; 1612 font-weight:bold; 1613 } 1614 #theme-box .theme-actions { 1615 border-bottom: 1px solid #ccc; 1616 } 1617 #themes .theme-details-js { 1535 .box.theme { 1536 margin: .5em; 1537 padding: 1em 1em .5em 1em; 1538 border: 1px solid #ccc; 1539 } 1540 .box.current-theme { 1541 width: 652px; 1542 margin: .5em; 1543 padding: 1em 0 .5em 1em; 1544 background: #FCFDFD; 1545 border: 1px solid #9AC123; 1546 -webkit-border-radius: .5em; 1547 border-radius: .5em; 1548 } 1549 #theme-new .box.theme { 1550 width: 280px; 1551 } 1552 .module-name { 1553 margin-bottom: .5em; 1554 } 1555 .module-sshot img { 1556 border: 1px solid #ddd; 1557 padding: .5em; 1558 background: #f7f7f7; 1559 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 1560 } 1561 .module-actions { 1562 margin-top: 1em; 1563 } 1564 .current-theme .module-sshot img { 1618 1565 float: left; 1619 width: 120px;1620 height: 150px;1621 margin: 0 12px 24px;1622 padding: 12px 12px 0; 1566 margin-right: 2em; 1567 margin-bottom: 1em; 1568 } 1569 .bloc-toggler { 1623 1570 text-align: center; 1624 background: #f3f3f3; 1625 border: 1px solid #ddd; 1626 cursor: pointer; 1627 border-radius: 4px; 1628 } 1629 #themes .theme-details-js label { 1630 cursor: pointer; 1631 } 1632 #themes .theme-details-js.theme-selected { 1633 background: #e7e7e7; 1634 border: 1px solid #999; 1635 } 1636 #themes .theme-details-js .theme-shot img { 1637 width: 120px; 1638 height: 105px; 1639 border: 1px solid #fff; 1640 } 1641 #themes a:focus div, #themes a:hover div, 1642 #themes a:focus div.current-theme, #themes a:hover div.current-theme { 1643 background: #bee74b; 1644 } 1571 } 1645 1572 /* ------------------------------------------------------------------ categories.php */ 1646 1573 #categories { … … 1947 1874 } 1948 1875 /* -------------------------------------------------------------------- plugins.php */ 1949 #plugins td.action {1876 .modules td.module-actions, .modules td.module-icon { 1950 1877 vertical-align: middle; 1951 1878 } 1952 .distrib img { 1879 .modules td.module-icon img:last-child { 1880 width: 16px; 1881 height: 16px; 1882 } 1883 .modules td.module-icon img.expand { 1884 margin-bottom: 3px; 1885 } 1886 .modules td.module-distrib img { 1953 1887 display: block; 1954 1888 float: right; 1955 margin-top: -1em; 1889 } 1890 .modules dt { 1891 font-weight: bold; 1892 } 1893 .modules a.module-details { 1894 background: transparent url(search.png) no-repeat 2px 2px; 1895 padding: 4px 4px 0 20px; 1896 } 1897 .modules a.module-support { 1898 background: transparent url(../images/page_help.png) no-repeat 2px 2px; 1899 padding: 4px 4px 0 20px; 1900 } 1901 #m_search { 1902 background: transparent url(search.png) no-repeat 4px center; 1903 padding-left: 20px; 1904 } 1905 .modules tr.expand, .modules td.expand { 1906 background: #f7f7f7; 1907 border-color: #bee74b; 1908 } 1909 .modules tr.expand td:first-child { 1910 font-weight: bold; 1911 background: #DFE5E7; 1912 } 1913 .modules td.expand { 1914 padding: 0; 1915 } 1916 .mod-more, .mod-more li { 1917 margin: .25em 0 0 1em; 1918 padding: 0; 1919 list-style-type: none; 1920 } 1921 .mod-more { 1922 padding-top: .5em; 1956 1923 } 1957 1924 /* ---------------------------------------------------------- post.php, page.php */
Note: See TracChangeset
for help on using the changeset viewer.