SoraHjort

Untitled

Jun 3rd, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. /* BG colors */
  2.  
  3. * {
  4. background-color: #A0A0A0!important;
  5. }
  6.  
  7. input[type=password], input[type=password] *,
  8. input[type=text], input[type=text] *,
  9. textarea, textarea * {
  10. background-color: #f4f4f4 !important;
  11. }
  12.  
  13. p:not(:empty), p *,
  14. h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *,
  15. strong>*, b>*, em>*, i>*, span>*:not(img) {
  16. background: transparent none !important;
  17. }
  18.  
  19. /* FG colors */
  20.  
  21. * {
  22. color: #222 !important;
  23. border-color: #999999 !important;
  24. }
  25.  
  26. h1, h1 * {
  27. color: #444 !important;
  28. }
  29. h2, h2 * {
  30. color: #333 !important;
  31. }
  32.  
  33. *[onclick],
  34. a:not([name]), a:not([name]) * {
  35. color:#008080 !important;
  36. }
  37.  
  38. *[onclick]:hover,
  39. a:not([name]):visited, a:not([name]):visited * {
  40. color: #004040 !important;
  41. }
  42.  
  43. a:not([name]):hover, a:not([name]):hover * {
  44. color: #000075 !important;
  45. text-decoration: underline !important;
  46. }
  47.  
  48. p>strong:only-of-type, p>b:only-of-type {
  49. color: #505050 !important;
  50. }
  51.  
  52. pre:not(:empty), code:not(:empty), cite:not(:empty),
  53. pre:not(:empty) *, code:not(:empty) *, cite:not(:empty) * {
  54. color: #000050 !important;
  55. }
  56.  
  57. hr {
  58. background: #999999 none !important;
  59. color: #999999 !important;
  60. border: 1px solid #999999 !important;
  61. height: 1px !important;
  62. overflow: hidden !important;
  63. display: block !important;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment