Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1.  
  2. @-moz-document regexp("(?=http(s?):\\/\\/)^((?!www.sample01.com|sample02.com).)*$") {
  3.  
  4. /* GENERAL */
  5.  
  6. html *, body *, *:before, *:after, * {
  7. background: transparent !important;
  8. border-color: #5a1f1f !important;
  9. box-shadow: none !important;
  10. color: #CCC !important;
  11. text-shadow: none !important;
  12. text-decoration: none !important; }
  13.  
  14. /* LINKS */
  15.  
  16. a, a * {
  17. background: transparent !important;
  18. color: #b5decd !important;
  19. text-decoration: none !important; }
  20. a:hover, a:hover *, a:visited:hover, a:visited:hover *, span[onclick]:hover, div[onclick]:hover, [role="link"]:hover, [role="link"]:hover *, [role="button"]:hover *, [role="menuitem"]:hover, [role="menuitem"]:hover *, .link:hover, .link:hover * { color: #FFF !important; }
  21. a:visited, a:visited * { color: #DDD !important; }
  22. a.highlight, a.highlight *, a.active, a.active *, .selected, .selected *, [href="#"] {
  23. color: #b5decd !important;
  24. font-weight: bold !important; }
  25.  
  26. /* HEADINGS */
  27.  
  28. h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, strong, [id*="headline"], [class*="headline"], [id*="header"], [class*="header"], [class*="header"] td { color: #DDD !important; }
  29. a h1, a h2, a h3, a h4, a h5, a h6, h1 a, h2 a, h3 a, a strong, a[id*="headline"], a[class*="headline"], a[id*="header"], a[class*="header"] { text-decoration: none !important; }
  30. [class*="error"], [class*="alert"], code, span[onclick], div[onclick] { color: yellow !important; }
  31.  
  32. ::-moz-selection {
  33. background: #000 !important;
  34. color: #FFF !important; }
  35. ::selection {
  36. background: #000 !important;
  37. color: #FFF !important; }
  38. :focus { outline: none !important; }
  39.  
  40. /* MENU & CO BACKGROUND-COLORS */
  41.  
  42. div[style="display: block;"], div[role="navigation"] { background: rgba(0,0,0,.5) !important; }
  43.  
  44. table {
  45. background: rgba(40,30,30,.6) !important;
  46. border-radius: 5px !important; }
  47. table > tbody > tr:nth-child(even), table > tbody > tr > td:nth-child(even) { background-color: rgba(0,0,0,.2) !important; }
  48.  
  49. iframe, embed, nav, label [onclick], nav ul, div[style*="position:"][style*="left:"][style*="visible"], div[style*="z-index:"][style*="left:"][style*="visible"], div[style*="-moz-user-select"], div[role="menu"], div[role="dialog"], span[class*="script"] div, [id*="menu"], [id*="Menu"], [class*="dropdown"], [class*="popup"], [class="title"], ul[style*="display:"], ul[style*="visibility:"] ul, [id*="nav"] ul, [class*="nav"] ul, ul[class*="menu"], a[onclick][style*="display"], a[id*="ghosteryfirefox"], #ghostery-purple-bubble, #translator-popup, .menu, .tooltip, .hovercard, .vbmenu_popup {
  50. background: #181818 !important;
  51. border-radius: 5px; }
  52.  
  53. header, #header, footer, #footer {
  54. background: rgba(22,22,22,.9) !important;
  55. border-radius: 5px;
  56. padding: 5px !important; }
  57.  
  58. body > #dialog, body > .xenOverlay {
  59. background: rgba(19,19,19,.96) !important;
  60. background-clip: padding-box !important;
  61. box-shadow: 0 0 15px #000, inset 0 0 0 1px rgba(200,200,200,.5), inset 0 0 5px #111 !important;
  62. border: 10px solid rgba(99,99,99,.7) !important;
  63. border-radius: 0 !important; }
  64. [id*="overlay"], [id*="lightbox"], blockquote {
  65. background-color: rgba(35,35,35,.9) !important;
  66. border-radius: 5px; }
  67. pre, dl, .Message code { background-color: rgba(5,5,5,.5) !important; }
  68.  
  69. select {
  70. padding-right: 15px !important;
  71. background: #060606 !important;
  72. transition: border-color 0.3s, background-position 0.3s !important; }
  73.  
  74. button:active, input[type="submit"]:active, input[type="button"]:active, a.button:active, a[class*="button"]:active, a.submit:active, a.BigButton:active, a.TabLink:active, .Active .TabLink {
  75. background: #292929 !important;
  76. color: #FFF !important; }
  77.  
  78. textarea {
  79. -moz-appearance: none !important;
  80. -webkit-appearance: none !important;
  81. background: rgba(0,0,0,.3) !important;
  82. border-radius: 3px !important;
  83. border: 1px solid #000 !important;
  84. box-shadow: inset 0 0 8px #000 !important;
  85. transition: border-color, background, 0.3s !important; }
  86.  
  87. textarea, textarea * { color: #C8C8C8 !important; }
  88. textarea:hover, textarea:hover { border-color: #333 !important; }
  89.  
  90. textarea {
  91. background: rgba(0,0,0,.5) !important;
  92. border-color: #222 !important}
  93.  
  94. textarea, textarea > * {
  95. text-shadow: none !important;
  96. box-shadow: none !important; }
  97.  
  98. option, optgroup {
  99. -moz-appearance: none !important;
  100. -webkit-appearance: none !important;
  101. background: none !important;
  102. color: #666 !important; }
  103. optgroup {
  104. background: #222 !important;
  105. color: #DDD !important; }
  106. option {
  107. background: linear-gradient(#333, #292929) !important;
  108. color: #DDD !important; }
  109.  
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement