Guest User

Untitled

a guest
Jul 17th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. /* AGENT_SHEET */
  2. @-moz-document url-prefix(http://), url-prefix(https://), url-prefix(ftp://), url-prefix(file://), url(about:blank), url-prefix("about:neterror")
  3. {
  4.  
  5. /* Firefox Scrollbars */
  6. scrollbar
  7. {
  8. opacity: .75 !important;
  9. }
  10.  
  11. /* Base */
  12.  
  13. *, ::before, ::after
  14. {
  15. color: #CCC !important;
  16. border-color: #444 !important;
  17. outline-color: #444 !important;
  18. text-shadow: none !important;
  19. box-shadow: none !important;
  20. -moz-box-shadow: none !important;
  21. background-color: transparent !important;
  22. }
  23.  
  24. html *
  25. {
  26. color: inherit !important;
  27. }
  28.  
  29. p::first-letter,
  30. h1::first-letter,
  31. h2::first-letter
  32. {
  33. color: inherit !important;
  34. background: none !important;
  35. }
  36.  
  37. /* :: Give solid BG :: */
  38.  
  39. /* element */
  40.  
  41. html,
  42. body,
  43.  
  44. li ul,
  45. ul li,
  46. table,
  47. header,
  48. article,
  49. section,
  50. nav,
  51. menu,
  52. aside,
  53.  
  54. /* common */
  55.  
  56. [class*="nav"],
  57. [class*="open"],
  58. [id*="ropdown"], /*dropdown*/
  59. [class*="ropdown"],
  60. div[class*="menu"],
  61. [class*="tooltip"],
  62. div[class*="popup"],
  63. div[id*="popup"],
  64.  
  65. /* Notes, details, etc. Maybe useful */
  66.  
  67. div[class*="note"],
  68. span[class*="note"],
  69. div[id*="detail"],
  70. div[class*="detail"],
  71. div[class*="description"],
  72.  
  73. /* Also common */
  74. body div[class*="content"],
  75. body div[class*="container"],
  76.  
  77. /* Popup divs that use visibility: hidden and display: none */
  78. div[style*="display: block"],
  79. div[style*="visibility: visible"]
  80. {
  81. background-color: #1a1a1a !important;
  82. }
  83.  
  84.  
  85. /*: No BG :*/
  86. *:not(:empty):not(span):not([class="html5-volume-slider html5-draggable"]):not([class="html5-player-chrome html5-stop-propagation"]),
  87. *::before,
  88. *::after,
  89. td:empty,
  90. p:empty, div:empty:not([role]):not([style*="flashblock"]):not([class^="html5"]):not([class*="noscriptPlaceholder"])
  91. {
  92. background-image: none !important;
  93. }
  94.  
  95. /*: Filter non-icons :*/
  96. span:not(:empty):not([class*="icon"]):not([id*="icon"]):not([class*="star"]):not([id*="star"]):not([id*="rating"]):not([class*="rating"]):not([class*="prite"])
  97. {
  98. background-image: none !important;
  99. text-indent: 0 !important;
  100. }
  101.  
  102. /*: Image opacity :*/
  103. img,
  104. svg
  105. {
  106. opacity: .75 !important;
  107. }
  108.  
  109. img:hover,
  110. svg:hover
  111. {
  112. opacity: 1 !important;
  113. }
  114.  
  115. /* Highlight */
  116. ::-moz-selection
  117. {
  118. background-color: #626F61 !important;
  119. color: #F6F7B9 !important;
  120. }
  121.  
  122. /* ::: anchor/links ::: */
  123.  
  124. a
  125. {
  126. color: #71BAA5 !important;
  127. background-color: #1a1a1a !important;
  128. opacity: 1 !important;
  129. text-indent: 0 !important;
  130. }
  131.  
  132. a:link
  133. {
  134. color: #ACC7F6 !important;
  135. } /* hyperlink */
  136. a:visited
  137. {
  138. color: #CDB4E7 !important;
  139. }
  140.  
  141. a:hover
  142. {
  143. color: #FFE900 !important;
  144. background-color: #363037 !important;
  145. }
  146.  
  147. a:active
  148. {
  149. color: #FFAE00 !important;
  150. }
  151.  
  152. /* "Top level" div */
  153.  
  154. body > div
  155. {
  156. background-color: inherit !important;
  157. }
  158.  
  159. /* :::::: Text Presentation :::::: */
  160.  
  161. summary,
  162. details
  163. {
  164. background-color: inherit !important;
  165. }
  166.  
  167. kbd,
  168. time,
  169. label,
  170. .date
  171. {
  172. color: #B6D2AC !important;
  173. }
  174.  
  175. acronym,
  176. abbr
  177. {
  178. border-bottom: 1px dotted !important;
  179. cursor: help !important;
  180. }
  181.  
  182. mark,
  183. code,
  184. pre,
  185. samp,
  186. blockquote
  187. {
  188. background-color: #282826 !important;
  189. }
  190.  
  191.  
  192. /* :::::: Headings :::::: */
  193.  
  194. h1,h2,h3,h4,h5,h6
  195. {
  196. background-image: none !important;
  197. border-radius: 5px !important;
  198. -moz-border-radius: 5px !important;
  199. -webkit-border-radius: 5px !important;
  200. text-indent: 0 !important;
  201. }
  202.  
  203. h1,h2
  204. {
  205. background-color: #28313E !important;
  206. }
  207.  
  208. h3,h4
  209. {
  210. background-color: #2A3731 !important;
  211. }
  212.  
  213. h5,h6
  214. {
  215. background-color: #372A2A !important;
  216. }
  217.  
  218. /* :::::: Tables, cells :::::: */
  219.  
  220. table table
  221. {
  222. background: #212121 !important;
  223. }
  224.  
  225. th, caption
  226. {
  227. background: #313131 !important;
  228. }
  229.  
  230. /* ::: Inputs, textareas ::: */
  231.  
  232. input,
  233. textarea,
  234. button,
  235. select,
  236. option,
  237. optgroup
  238. {
  239. color: #DDD !important;
  240. background: none #404046 !important;
  241. -moz-appearance: none !important;
  242. -webkit-appearance: none !important;
  243. }
  244.  
  245. input,
  246. textarea,
  247. button
  248. {
  249. border-color: #000 !important;
  250. border-width: 1px !important;
  251. }
  252.  
  253. /* :::::: Button styling :::::: */
  254.  
  255. input[type="button"],
  256. input[type="submit"],
  257. input[type="reset"],
  258. button
  259. {
  260. background: #343855 !important;
  261. }
  262.  
  263. input[type="button"]:hover,
  264. input[type="submit"]:hover,
  265. input[type="reset"]:hover,
  266. button:hover
  267. {
  268. color: #FFF !important;
  269. background: #435B6B !important;
  270. }
  271.  
  272. input[type="image"]
  273. {
  274. opacity: .85 !important;
  275. }
  276.  
  277. input[type="image"]:hover
  278. {
  279. opacity: .95 !important;
  280. }
  281.  
  282. /* Lightbox fix */
  283. html [id*="lightbox"] *
  284. {
  285. background-color: transparent !important;
  286. }
  287.  
  288. html [id*="lightbox"] img
  289. {
  290. opacity: 1 !important;
  291. }
  292.  
  293. /* Youtube Annotation */
  294. #movie_player-html5 .annotation
  295. {
  296. background: #333 !important;
  297. }
  298.  
  299. /* Mozilla addons shrink/expand sections */
  300. .expando a
  301. {
  302. background: none transparent !important;
  303. }
  304. }
  305.  
  306. @-moz-document url(about:newtab)
  307. {
  308.  
  309. window
  310. {
  311. background: #1a1a1a !important;
  312. }
  313.  
  314. #newtab-scrollbox
  315. {
  316. background: transparent none !important;
  317. }
  318.  
  319. .newtab-title
  320. {
  321. background-color: rgba(0,0,0,.75) !important;
  322. color: #eee !important;
  323. }
  324. }
  325.  
  326. @-moz-document url(chrome://browser/content/browser.xul)
  327. {
  328.  
  329. /* Browser Background */
  330. browser[type="content-primary"]
  331. {
  332. background-color: #1a1a1a !important;
  333. }
  334. }
Advertisement
Add Comment
Please, Sign In to add comment