Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.18 KB | None | 0 0
  1. html
  2. {
  3. background: #1A1A1A /* fixed */ !important;
  4. }
  5.  
  6.  
  7. /*----- DEFAULT TEXT, BORDER & BACKGROUND COLORS -----*/
  8. *
  9. {
  10. color: #999 !important;
  11. text-shadow: 0 0 3px #000 !important;
  12. box-shadow: none !important;
  13. background-color: transparent !important;
  14. border-color: #444 !important;
  15. border-top-color: #444 !important;
  16. border-bottom-color: #444 !important;
  17. border-left-color: #444 !important;
  18. border-right-color: #444 !important;
  19. }
  20.  
  21. body
  22. {
  23. background: transparent !important;
  24. }
  25.  
  26. *:before, *:after
  27. {
  28. background-color: transparent !important;
  29. border-color: #444 !important;
  30. }
  31.  
  32. a, a *
  33. {
  34. color: #409B9B !important;
  35. text-decoration: none !important;
  36. }
  37.  
  38. 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 *
  39. {
  40. color: #F0F0F0 !important;
  41. text-shadow: 0 0 5px rgba(255,255,200,0.9) !important;
  42. }
  43.  
  44. a:visited, a:visited *
  45. {
  46. color: #607069 !important;
  47. }
  48.  
  49. a.highlight, a.highlight *, a.active, a.active *, .selected, .selected *, [href="#"]
  50. {
  51. color: #DDD !important;
  52. font-weight: bold !important;
  53. }
  54.  
  55. h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, strong, [id*="headline"], [class*="headline"], [id*="header"], [class*="header"], [class*="header"] td
  56. {
  57. color: #DDD !important;
  58. }
  59.  
  60. 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"]
  61. {
  62. text-decoration: underline !important;
  63. }
  64.  
  65. [class*="error"], [class*="alert"], code, span[onclick], div[onclick]
  66. {
  67. color: #900 !important;
  68. }
  69.  
  70. ::-moz-selection
  71. {
  72. background: #377 !important;
  73. color: #000 !important;
  74. }
  75.  
  76. ::selection
  77. {
  78. background: #377 !important;
  79. color: #000 !important;
  80. }
  81.  
  82. :focus
  83. {
  84. outline: none !important;
  85. }
  86.  
  87.  
  88. /*----- MENU & CO BACKGROUND-COLORS -----*/
  89. div[style="display: block;"], div[role="navigation"]
  90. {
  91. background: rgba(0,0,0,.5) !important;
  92. }
  93.  
  94. table
  95. {
  96. background: rgba(40,30,30,.6) !important;
  97. border-radius: 6px !important;
  98. }
  99.  
  100. table > tbody > tr:nth-child(even), table > tbody > tr > td:nth-child(even)
  101. {
  102. background-color: rgba(0,0,0,.2) !important;
  103. }
  104.  
  105. 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
  106. {
  107. background: rgba(5,5,5,.9) !important;
  108. border-radius: 5px;
  109. box-shadow: 1px 1px 5px #000 !important;
  110. }
  111.  
  112. header, #header, footer, #footer
  113. {
  114. background: rgba(19,19,19,.9) !important;
  115. box-shadow: 0 0 5px #000 !important;
  116. }
  117.  
  118. body > #dialog, body > .xenOverlay
  119. {
  120. background: rgba(19,19,19,.96) !important;
  121. background-clip: padding-box !important;
  122. box-shadow: 0 0 15px #000, inset 0 0 0 1px rgba(200,200,200,.5), inset 0 0 5px #111 !important;
  123. border: 10px solid rgba(99,99,99,.7) !important;
  124. border-radius: 0 !important;
  125. }
  126.  
  127. [id*="overlay"], [id*="lightbox"], blockquote
  128. {
  129. background-color: rgba(35,35,35,.9) !important;
  130. border-radius: 5px;
  131. }
  132.  
  133. pre, dl, .Message code
  134. {
  135. background-color: rgba(5,5,5,.5) !important;
  136. }
  137.  
  138.  
  139. /*----- DEFAULT BUTTONS, SEARCHBOXES & CO -----*/
  140. input, select, button, [role="button"], a.button, a.submit, a.BigButton, a.TabLink, .install[onclick]
  141. {
  142. -moz-appearance: none !important;
  143. -webkit-appearance: none !important;
  144. transition: border-color 0.3s !important;
  145. background: #060606 !important;
  146. color: #BBB !important;
  147. text-shadow: 0 1px #000 !important;
  148. border: 2px solid #333 !important;
  149. border-radius: 4px !important;
  150. box-shadow: 0 0 2px rgba(0,0,0,.9) !important;
  151. }
  152.  
  153. a[href="javascript:;"], a[class*="button"]:not(:empty), a[id*="button"]:not(:empty), a[id*="Button"]:not(:empty), div[class*="button"][onclick]
  154. {
  155. transition: border-color 0.3s !important;
  156. background: #060606 !important;
  157. color: #BBB !important;
  158. text-shadow: 0 1px #000 !important;
  159. border-color: #333 !important;
  160. box-shadow: 0 0 2px rgba(0,0,0,.9) !important;
  161. }
  162.  
  163. a[href="javascript:;"]:hover, a[class*="button"]:not(:empty):hover, a[id*="button"]:hover, a[id*="Button"]:not(:empty):hover, div[class*="button"][onclick]:hover
  164. {
  165. background: #151515 !important;
  166. color: #FFF !important;
  167. }
  168.  
  169. input *, select *, button *, a.button *, a.submit *
  170. {
  171. color: #BBB !important;
  172. text-shadow: none !important;
  173. }
  174.  
  175. input:hover, input[type="button"]:hover, select:hover, button:hover, [role="button"]:hover, a.button:hover, a.submit:hover, a.BigButton:hover, a.TabLink:hover
  176. {
  177. border: 2px solid #555 !important;
  178. border-top-color: #555 !important;
  179. border-bottom-color: #555 !important;
  180. border-left-color: #555 !important;
  181. border-right-color: #555 !important;
  182. }
  183.  
  184. input:focus, select:focus
  185. {
  186. box-shadow: 0 0 5px #077 !important;
  187. }
  188.  
  189. input *:hover *
  190. {
  191. color: #F0F0F0 !important;
  192. text-shadow: 0 0 2px #FFF !important;
  193. }
  194.  
  195. input[disabled], select[disabled], button[disabled], input[disabled]:hover, select[disabled]:hover, button[disabled]:hover, input[disabled]:focus, select[disabled]:focus, button[disabled]:focus
  196. {
  197. opacity: 0.5 !important;
  198. border-color: #333 !important;
  199. }
  200.  
  201. /*
  202. input[type="checkbox"], input[type="radio"] {
  203. box-shadow: 0 0 0 2px #444, 0 0 2px 2px #000 !important;
  204. opacity: 0.7;
  205. transition: box-shadow 0.2s, opacity 0.2s !important}
  206. input[type="checkbox"]:not([disabled]):hover, input[type="radio"]:not([disabled]):hover {
  207. opacity: 0.9}
  208. input[type="checkbox"]:not([disabled]):active, input[type="radio"]:not([disabled]):active {
  209. box-shadow: 0 0 0 2px #999, 0 0 2px 2px #000 !important}
  210. input[type="checkbox"]:checked, input[type="radio"]:checked {
  211. box-shadow: 0 0 0 2px #077, 0 0 2px 2px #000 !important}
  212. input[type="checkbox"][disabled], input[type="radio"][disabled] {
  213. opacity: 0.35}
  214. */
  215. input[type="checkbox"]
  216. {
  217. border-radius: 1px !important;
  218. }
  219.  
  220. input[type="radio"], input[type="radio"]:focus
  221. {
  222. border-radius: 100% !important;
  223. }
  224.  
  225. input[type="checkbox"], input[type="radio"]
  226. {
  227. min-width: 12px;
  228. min-height: 12px;
  229. }
  230.  
  231. input[type="checkbox"]:checked, input[type="radio"]:checked
  232. {
  233. border-color: #077 !important;
  234. box-shadow: 0 0 5px #077 !important;
  235. }
  236.  
  237. select
  238. {
  239. padding-right: 15px !important;
  240. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAeSURBVBhXY5g5c+Z/BiwALo6uAEMDTACXSWgSDAwA4jATh950E30AAAAASUVORK5CYII=) no-repeat right 4px center #060606 !important;
  241. transition: border-color 0.3s, background-position 0.3s !important;
  242. }
  243.  
  244. button:active, input[type="submit"]:active, input[type="button"]:active, a.button:active, a[class*="button"]:not(:empty):active, a.submit:active, a.BigButton:active, a.TabLink:active, .Active .TabLink
  245. {
  246. background: #292929 !important;
  247. color: #FFF !important;
  248. }
  249.  
  250. textarea
  251. {
  252. -moz-appearance: none !important;
  253. -webkit-appearance: none !important;
  254. background: rgba(0,0,0,.3) !important;
  255. border-radius: 3px !important;
  256. border: 1px solid #000 !important;
  257. box-shadow: inset 0 0 8px #000 !important;
  258. transition: border-color, background, 0.3s !important;
  259. }
  260.  
  261. textarea, textarea *
  262. {
  263. color: #C8C8C8 !important;
  264. text-shadow: 0 0 1px gray !important;
  265. }
  266.  
  267. textarea:hover, textarea:focus:hover
  268. {
  269. border-color: #333 !important;
  270. }
  271.  
  272. textarea:focus
  273. {
  274. background: rgba(0,0,0,.5) !important;
  275. border-color: #222 !important;
  276. }
  277.  
  278. textarea:focus, textarea:focus > *
  279. {
  280. text-shadow: none !important;
  281. box-shadow: none !important;
  282. }
  283.  
  284. option, optgroup
  285. {
  286. -moz-appearance: none !important;
  287. -webkit-appearance: none !important;
  288. background: none !important;
  289. color: #666 !important;
  290. }
  291.  
  292. optgroup
  293. {
  294. background: #222 !important;
  295. color: #DDD !important;
  296. }
  297.  
  298. option:not([disabled]):hover, option:focus, option:checked
  299. {
  300. background: linear-gradient(#333, #292929) !important;
  301. color: #DDD !important;
  302. }
  303.  
  304.  
  305. /*----- IMAGE CHANGES -----*/
  306. body, *:not(:empty):not(html):not(span):not(a):not(b):not(option):not(select):not(img):not([style="display: block;"]):not([onclick*="open"]):not([onclick*="s_objectID"]):not([class*="stars"]):not([id*="stars"]):not([id="rating"]):not([class="rating"]):not([class*="SPRITE"]):not([id*="SPRITE"]):not([class*="item"]):not([id*="item"]):not([class*="thumb"]):not([class*="icon"]):not([class*="photo"]):not(.view):not(.text):not([id*="lbImage"]):not([class*="cc-in"]):not([class*="gr-body"]):not([id*="watch"]):not(#globalsearch),
  307. .r3_hm, .gmbutton2 b, .gtab-i, .ph, .bstab-iLft, .csb, #pagination div, [style*="sprite2.png"], #mw-head-base, #mw-page-base
  308. {
  309. background-image: none !important;
  310. }
  311.  
  312. img
  313. {
  314. opacity: .7 !important;
  315. transition: opacity .2s;
  316. }
  317.  
  318. img:hover, a:hover img, #mpiv-popup
  319. {
  320. opacity: 1 !important;
  321. }
Add Comment
Please, Sign In to add comment