Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* BG colors */
- * {
- background-color: #A0A0A0!important;
- }
- input[type=password], input[type=password] *,
- input[type=text], input[type=text] *,
- textarea, textarea * {
- background-color: #f4f4f4 !important;
- }
- p:not(:empty), p *,
- h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *,
- strong>*, b>*, em>*, i>*, span>*:not(img) {
- background: transparent none !important;
- }
- /* FG colors */
- * {
- color: #222 !important;
- border-color: #999999 !important;
- }
- h1, h1 * {
- color: #444 !important;
- }
- h2, h2 * {
- color: #333 !important;
- }
- *[onclick],
- a:not([name]), a:not([name]) * {
- color:#008080 !important;
- }
- *[onclick]:hover,
- a:not([name]):visited, a:not([name]):visited * {
- color: #004040 !important;
- }
- a:not([name]):hover, a:not([name]):hover * {
- color: #000075 !important;
- text-decoration: underline !important;
- }
- p>strong:only-of-type, p>b:only-of-type {
- color: #505050 !important;
- }
- pre:not(:empty), code:not(:empty), cite:not(:empty),
- pre:not(:empty) *, code:not(:empty) *, cite:not(:empty) * {
- color: #000050 !important;
- }
- hr {
- background: #999999 none !important;
- color: #999999 !important;
- border: 1px solid #999999 !important;
- height: 1px !important;
- overflow: hidden !important;
- display: block !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment