Show More
@@ -26,6 +26,17 b' div.codeblock .code-body table{' | |||
|
26 | 26 | width: 0 !important; |
|
27 | 27 | } |
|
28 | 28 | |
|
29 | div.code-body pre .match{ | |
|
30 | background-color: #FAFFA6; | |
|
31 | } | |
|
32 | div.code-body pre .break{ | |
|
33 | background-color: #DDE7EF; | |
|
34 | width: 100%; | |
|
35 | color: #747474; | |
|
36 | display: block; | |
|
37 | ||
|
38 | } | |
|
39 | ||
|
29 | 40 | div.annotatediv{ |
|
30 | 41 | margin-left:2px; |
|
31 | 42 | margin-right:4px; |
@@ -1331,6 +1331,7 b' div.options a:hover' | |||
|
1331 | 1331 | color: #000000; |
|
1332 | 1332 | font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; |
|
1333 | 1333 | font-size: 11px; |
|
1334 | float: left; | |
|
1334 | 1335 | } |
|
1335 | 1336 | |
|
1336 | 1337 | #content div.box-left div.form div.fields div.field div.input input, |
@@ -1656,6 +1657,81 b' div.options a:hover' | |||
|
1656 | 1657 | display: block; |
|
1657 | 1658 | float: left; |
|
1658 | 1659 | } |
|
1660 | /* ----------------------------------------------------------- | |
|
1661 | content -> right -> forms -> button | |
|
1662 | ----------------------------------------------------------- */ | |
|
1663 | ||
|
1664 | div.form div.fields div.field div.button | |
|
1665 | { | |
|
1666 | margin: 0; | |
|
1667 | padding: 0 0 0 8px; | |
|
1668 | float: left; | |
|
1669 | } | |
|
1670 | ||
|
1671 | div.form div.fields div.field div.button input | |
|
1672 | { | |
|
1673 | margin: 0; | |
|
1674 | color: #000000; | |
|
1675 | font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
|
1676 | font-size: 11px; | |
|
1677 | font-weight: bold; | |
|
1678 | } | |
|
1679 | ||
|
1680 | div.form div.fields div.field div.button .ui-state-default | |
|
1681 | { | |
|
1682 | margin: 0; | |
|
1683 | padding: 6px 12px 6px 12px; | |
|
1684 | background: #e5e3e3 url("../images/button.png") repeat-x; | |
|
1685 | border-top: 1px solid #DDDDDD; | |
|
1686 | border-left: 1px solid #c6c6c6; | |
|
1687 | border-right: 1px solid #DDDDDD; | |
|
1688 | border-bottom: 1px solid #c6c6c6; | |
|
1689 | color: #515151; | |
|
1690 | outline: none; | |
|
1691 | } | |
|
1692 | ||
|
1693 | div.form div.fields div.field div.button .ui-state-hover | |
|
1694 | { | |
|
1695 | margin: 0; | |
|
1696 | padding: 6px 12px 6px 12px; | |
|
1697 | background: #b4b4b4 url("../images/button_selected.png") repeat-x; | |
|
1698 | border-top: 1px solid #cccccc; | |
|
1699 | border-left: 1px solid #bebebe; | |
|
1700 | border-right: 1px solid #b1b1b1; | |
|
1701 | border-bottom: 1px solid #afafaf; | |
|
1702 | color: #515151; | |
|
1703 | outline: none; | |
|
1704 | } | |
|
1705 | ||
|
1706 | div.form div.fields div.field div.highlight | |
|
1707 | { | |
|
1708 | display: inline; | |
|
1709 | } | |
|
1710 | ||
|
1711 | div.form div.fields div.field div.highlight .ui-state-default | |
|
1712 | { | |
|
1713 | margin: 0; | |
|
1714 | padding: 6px 12px 6px 12px; | |
|
1715 | background: #4e85bb url("../images/colors/blue/button_highlight.png") repeat-x; | |
|
1716 | border-top: 1px solid #5c91a4; | |
|
1717 | border-left: 1px solid #2a6f89; | |
|
1718 | border-right: 1px solid #2b7089; | |
|
1719 | border-bottom: 1px solid #1a6480; | |
|
1720 | color: #FFFFFF; | |
|
1721 | } | |
|
1722 | ||
|
1723 | div.form div.fields div.field div.highlight .ui-state-hover | |
|
1724 | { | |
|
1725 | margin: 0; | |
|
1726 | padding: 6px 12px 6px 12px; | |
|
1727 | background: #46a0c1 url("../images/colors/blue/button_highlight_selected.png") repeat-x; | |
|
1728 | border-top: 1px solid #78acbf; | |
|
1729 | border-left: 1px solid #34819e; | |
|
1730 | border-right: 1px solid #35829f; | |
|
1731 | border-bottom: 1px solid #257897; | |
|
1732 | color: #FFFFFF; | |
|
1733 | } | |
|
1734 | ||
|
1659 | 1735 | |
|
1660 | 1736 | /* ----------------------------------------------------------- |
|
1661 | 1737 | content -> right -> forms -> buttons |
@@ -1681,6 +1757,30 b' div.options a:hover' | |||
|
1681 | 1757 | font-size: 11px; |
|
1682 | 1758 | font-weight: bold; |
|
1683 | 1759 | } |
|
1760 | /* ----------------------------------------------------------- | |
|
1761 | content -> right -> forms -> buttons | |
|
1762 | ----------------------------------------------------------- */ | |
|
1763 | ||
|
1764 | div.form div.fields div.buttons | |
|
1765 | { | |
|
1766 | margin: 10px 0 0 200px; | |
|
1767 | padding: 0; | |
|
1768 | } | |
|
1769 | ||
|
1770 | div.box-left div.form div.fields div.buttons, | |
|
1771 | div.box-right div.form div.fields div.buttons | |
|
1772 | { | |
|
1773 | margin: 10px 0 0 0; | |
|
1774 | } | |
|
1775 | ||
|
1776 | div.form div.fields div.buttons input | |
|
1777 | { | |
|
1778 | margin: 0; | |
|
1779 | color: #000000; | |
|
1780 | font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif; | |
|
1781 | font-size: 11px; | |
|
1782 | font-weight: bold; | |
|
1783 | } | |
|
1684 | 1784 | |
|
1685 | 1785 | /* ----------------------------------------------------------- |
|
1686 | 1786 | content -> right -> forms -> buttons (jquery styling) |
General Comments 0
You need to be logged in to leave comments.
Login now