Advertisement
Guest User

globaldark.css

a guest
Oct 21st, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.05 KB | None | 0 0
  1. @namespace html url(http://www.w3.org/1999/xhtml);
  2. @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  3. statuspanel { display:none!important; }
  4. @-moz-document regexp("https?://(?!(www.your.sites.here.com|forum.example.com)).*"), url-prefix(ftp://), url-prefix(about), url-prefix(javascript) { html {background:
  5. * {
  6. color: #BBB !important;
  7. text-shadow: 0 0 3px #000 !important;
  8. box-shadow: none !important;
  9. background-color: transparent !important;
  10. /*background-color: #121212 !important;*/
  11. border-color: #444 !important;
  12. border-top-color: #444 !important;
  13. border-bottom-color: #444 !important;
  14. border-left-color: #444 !important;
  15. border-right-color: #444 !important}
  16. *:before, *:after {background-color: transparent !important; border-color: #444 !important}
  17.  
  18. a, a * {
  19. color: #ACC7F6 !important;
  20. text-decoration: none !important}
  21. 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 * {
  22. color: #F0F0F0 !important;
  23. text-shadow: 0 0 5px rgba(255,255,200,0.9) !important}
  24. a:visited, a:visited * {
  25. color: #607069 !important}
  26. a.highlight, a.highlight *, a.active, a.active *, .selected, .selected *, [href="#"] {
  27. color: #DDD !important;
  28. font-weight: bold !important}
  29.  
  30. h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, strong, [id*="headline"], [class*="headline"], [id*="header"], [class*="header"], [class*="header"] td {color: #DDD !important}
  31. 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: underline !important}
  32. [class*="error"], [class*="alert"], code, span[onclick], div[onclick] {color: #FFD6D6 !important}
  33.  
  34. ::-moz-selection {background: #377 !important; color: #000 !important}
  35. ::selection {background: #377 !important; color: #000 !important}
  36. :focus {outline: none !important}
  37.  
  38. div[style="display: block;"] {background: rgba(0,0,0,.5) !important}
  39.  
  40. table {
  41. background: rgba(40,30,30,.6) !important;
  42. border-radius: 6px !important}
  43. table > tbody > tr:nth-child(even), table > tbody > tr > td:nth-child(even) {
  44. background-color: rgba(0,0,0,.2) !important}
  45.  
  46. iframe, embed, header, nav, footer, 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"], [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 {
  47. background: rgba(5,5,5,.9) !important;
  48. border-radius: 5px;
  49. box-shadow: 1px 1px 5px #000 !important}
  50. [id*="overlay"], [id*="lightbox"], blockquote {
  51. background-color: rgba(35,35,35,.9) !important;
  52. border-radius: 5px}
  53. pre, dl, .Message code {
  54. background-color: rgba(5,5,5,.5) !important}
  55.  
  56.  
  57. input, select, button, [role="button"], a.button, a.submit, a.BigButton, a.TabLink, .install[onclick] {
  58. -moz-appearance: none !important;
  59. -webkit-appearance: none !important;
  60. transition: border-color 0.3s !important;
  61. background: #060606 !important;
  62. color: #BBB !important;
  63. text-shadow: 0 1px #000 !important;
  64. border: 2px solid #333 !important;
  65. border-radius: 4px !important;
  66. box-shadow: 0 0 2px rgba(0,0,0,.9) !important}
  67. a[href="javascript:;"], a[class*="button"]:not(:empty), a[id*="button"]:not(:empty), a[id*="Button"]:not(:empty), div[class*="button"][onclick] {
  68. transition: border-color 0.3s !important;
  69. background: #060606 !important;
  70. color: #BBB !important;
  71. text-shadow: 0 1px #000 !important;
  72. border-color: #333 !important;
  73. box-shadow: 0 0 2px rgba(0,0,0,.9) !important}
  74. 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 {
  75. background: #151515 !important;
  76. color: #FFF !important}
  77. input *, select *, button *, a.button *, a.submit * {
  78. color: #BBB !important;
  79. text-shadow: none !important}
  80. input:hover, input[type="button"]:hover, input[type="checkbox"]:hover, input[type="radio"]:hover, select:hover, button:hover, [role="button"]:hover, a.button:hover, a.submit:hover, a.BigButton:hover, a.TabLink:hover {
  81. border: 2px solid #555 !important;
  82. border-top-color: #555 !important;
  83. border-bottom-color: #555 !important;
  84. border-left-color: #555 !important;
  85. border-right-color: #555 !important}
  86. input:focus, select:focus {
  87. box-shadow: 0 0 5px #077 !important}
  88. input *:hover * {
  89. color: #F0F0F0 !important;
  90. text-shadow: 0 0 2px #FFF !important}
  91. input[type="checkbox"], input[type="checkbox"]:focus {
  92. border: 2px solid #333 !important;
  93. background-color: #111 !important;
  94. color: #DDD !important;
  95. border-radius: 4px !important}
  96. input[type="radio"], input[type="radio"]:focus {
  97. border: 2px solid #333 !important;
  98. background-color: #111 !important;
  99. color: #DDD !important}
  100. input[type="checkbox"], input[type="radio"] {min-width: 10px; min-height: 10px}
  101.  
  102. select input[type="button"], select button {border: none !important}
  103. select button {min-height: 8px !important}
  104.  
  105. 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 {
  106. background: #292929 !important;
  107. color: #FFF !important}
  108.  
  109. textarea {
  110. -moz-appearance: none !important;
  111. -webkit-appearance: none !important;
  112. background: rgba(0,0,0,.3) !important;
  113. border-radius: 3px !important;
  114. border: 1px solid #000 !important;
  115. box-shadow: inset 0 0 8px #000 !important;
  116. transition: border-color, background, 0.3s !important}
  117. textarea, textarea * {
  118. color: #C8C8C8 !important;
  119. text-shadow: 0 0 1px gray !important}
  120. textarea:hover, textarea:focus:hover {
  121. border-color: #333 !important}
  122. textarea:focus {
  123. background: rgba(0,0,0,.5) !important;
  124. border-color: #121212 !important}
  125. textarea:focus, textarea:focus > * {
  126. text-shadow: none !important;
  127. box-shadow: none !important}
  128.  
  129. option {
  130. -moz-appearance: none !important;
  131. -webkit-appearance: none !important;
  132. background: none !important;
  133. color: #666 !important}
  134. option:not([disabled]):hover, option:focus, option:checked {
  135. background: linear-gradient(#333, #292929) !important;
  136. color: #DDD !important}
  137.  
  138. @media screen and (-webkit-min-device-pixel-ratio:0) {
  139. input[type="checkbox"]:checked, input[type="radio"]:checked {border-color: #DDD !important}
  140. select {
  141. padding-right: 12px !important;
  142. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAApSURBVChTYxjiYObMmf+hTBSASxwDoCskWiMMwDSQrBEGyNY4FAADAwDdpBOHzViE2AAAAABJRU5ErkJggg==) #000 no-repeat !important;
  143. background-position: right center !important} }
  144.  
  145. scrollbarbutton {
  146. -moz-appearance: none !important;
  147. background-color: transparent;
  148. border: none !important}
  149. thumb {
  150. -moz-appearance: none !important;
  151. border: 2px solid transparent !important;
  152. background: #999 !important;
  153. background-clip: padding-box !important;
  154. border-radius: 3px !important;
  155. box-shadow: inset 0 0 3px #000 !important}
  156. scrollbar {
  157. -moz-appearance: none !important;
  158. background: transparent !important;
  159. box-shadow: inset #000 0 0 8px !important}
  160. scrollbarbutton:hover, thumb:active, thumb:hover {
  161. opacity: 0.5 !important}
  162.  
  163. scrollbar[orient="vertical"] thumb {min-width: 12px !important; max-width: 12px !important; min-height: 14px !important}
  164. scrollbar[orient="horizontal"] thumb {min-height: 12px !important; max-height: 12px !important; min-width: 14px !important}
  165. scrollbar[orient="vertical"] {min-width: 12px !important; max-width: 12px !important}
  166. scrollbar[orient="horizontal"] {min-height: 12px !important; max-height: 12px !important}
  167.  
  168.  
  169. body, *:not(:empty):not(html):not(span):not(a):not(b):not(option):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(.text):not([id*="lbImage"]):not([class*="cc-in"]):not([class*="gr-body"]):not([id*="watch"]):not(#globalsearch):not(.sp),
  170. .r3_hm, .gmbutton2 b, .gtab-i, .ph, .bstab-iLft, .csb, #pagination div, [style*="sprite2.png"], #mw-head-base, #mw-page-base {
  171. background-image: none !important}
  172.  
  173. img {opacity: .7 !important; transition: opacity .2s}
  174. img:hover, a:hover img {opacity: 1 !important}
  175.  
  176. }
  177.  
  178.  
  179. @-moz-document url-prefix(about) {
  180. #newtab-window, #addons-page {background: #151515 !important}
  181. * {background-color: transparent}
  182. body > * {background-color: rgba(0,0,0,.5) !important}
  183. #list-view {background: #111 !important}
  184. #detail-view {background: #121212 !important}
  185. #addons-page > * > *, #addons-page > * > * > * {border-color: #333 !important} }
  186.  
  187. @-moz-document domain(userstyles.org) {
  188. li[total-install-count]:after {
  189. font-size: .70em !important;
  190. content: " (Installs: " attr(total-install-count) ", " attr(weekly-install-count) " wk)"} }
  191.  
  192. #contentAreaContextMenu menuitem[disabled="true"],
  193. #contentAreaContextMenu menuitem[disabled="true"] menuseparator {
  194. display: none !important}
  195.  
  196. menupopup, popup,
  197. popup > menu > menupopup,
  198. menupopup > menu > menupopup {
  199. -moz-appearance: none !important;
  200. background: rgba(15,15,15,.9) !important;
  201. border: 1px solid #000 !important;
  202. border-radius: 3px !important;
  203. box-shadow: inset 0 0 1px #777, inset 0 0 10px #000 !important;
  204. padding: 2px 0 !important}
  205. menupopup * {box-shadow: none !important; color: #777 !important}
  206. menupopup menuitem:hover * {
  207. color: #F0F0F0 !important;
  208. text-shadow: 0 0 5px rgba(255,255,200,0.9) !important}
  209. menupopup menuseparator {
  210. -moz-appearance: none !important;
  211. background: transparent !important;
  212. margin: 2px 0 2px -3px !important;
  213. padding: 0 !important;
  214. border-top: none !important;
  215. border-color: transparent !important;
  216. box-shadow: 0 0 3px #666 !important}
  217. menupopup menuitem {
  218. -moz-appearance: none !important;
  219. background: transparent !important;
  220. text-shadow: 0 1px #000 !important}
  221.  
  222. tooltip {
  223. -moz-appearance: none !important;
  224. color: #CCC !important;
  225. background: rgba(0,0,0,.8) !important;
  226. border: 1px solid #555 !important;
  227. border-radius: 3px !important}
  228.  
  229. tabbrowser tabpanels, #appcontent > #content {background: #151515 !important}
  230. #toolbar-menubar {display:none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement