Advertisement
Guest User

euphrasia.css

a guest
Jul 22nd, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.06 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. /* Firefox Scrollbars */
  5. scrollbar {opacity: .75 !important;}
  6.  
  7. /* Base */
  8. *, ::before, ::after {
  9. color: #DBDDE4 !important;
  10. border-color: #222946 !important;
  11. outline-color: #222946 !important;
  12. text-shadow: none !important;
  13. box-shadow: none !important;
  14. -moz-box-shadow: none !important;
  15. background-color: transparent !important;
  16. }
  17.  
  18. html * {
  19. color: inherit !important;
  20. }
  21.  
  22. p::first-letter,
  23. h1::first-letter,
  24. h2::first-letter,
  25. p::first-line {
  26.  
  27. color: inherit !important;
  28. background: none !important;
  29. }
  30.  
  31. /* :: Give solid BG :: */
  32.  
  33. /* element */
  34. b,i,u,strong{color:#5DCE33}
  35.  
  36.  
  37. html,
  38. body,
  39. li ul,
  40. ul li,
  41. table,
  42. header,
  43. article,
  44. section,
  45. nav,
  46. menu,
  47. aside,
  48.  
  49. /* common */
  50.  
  51. [class*="nav"],
  52. [class*="open"],
  53. [id*="ropdown"], /*dropdown*/
  54. [class*="ropdown"],
  55. div[class*="menu"],
  56. [class*="tooltip"],
  57. div[class*="popup"],
  58. div[id*="popup"],
  59.  
  60. /* Notes, details, etc.  Maybe useful */
  61. div[id*="detail"],div[class*="detail"],
  62. div[class*="note"], span[class*="note"],
  63. div[class*="description"],
  64.  
  65. /* Also common */
  66. div[class*="content"], div[class*="container"],
  67.  
  68. /* Popup divs that use visibility: hidden and display: none */
  69. div[style*="display: block"],
  70. div[style*="visibility: visible"] {
  71. background-color: #090C19 !important
  72. }
  73.  
  74.  
  75.  
  76. /*: No BG :*/
  77. *:not(:empty):not(span):not([class="html5-volume-slider html5-draggable"]):not([class="html5-player-chrome html5-stop-propagation"]), *::before, *::after,
  78. td:empty, p:empty, div:empty:not([role]):not([style*="flashblock"]):not([class^="html5"]):not([class*="noscriptPlaceholder"]) {
  79. background-image: none !important;
  80. }
  81.  
  82. /*: Filter non-icons :*/
  83. span:not(:empty):not([class*="icon"]):not([id*="icon"]):not([class*="star"]):not([id*="star"]):not([id*="rating"]):not([class*="rating"]):not([class*="prite"]) {
  84. background-image: none !important;
  85. text-indent: 0 !important;
  86. }
  87.  
  88. /*: Image opacity :*/
  89. img, svg             {opacity: .75 !important;}
  90. img:hover, svg:hover {opacity: 1 !important;}
  91.  
  92. /* Highlight */
  93. ::-moz-selection {
  94. background-color: #222946 !important;
  95. color: #AEAEAE !important;
  96. }
  97.  
  98. /* ::: anchor/links ::: */
  99.  
  100. a {
  101. color: #2aa198 !important;
  102. background-color: #090C19 !important;
  103. opacity: 1 !important;
  104. text-indent: 0 !important;
  105. }
  106.  
  107. a:link         {color: #09A5B3 !important;} /* hyperlink */
  108. a:visited      {color: #E65CD0 !important;}
  109. a:hover        {color: #FFAA3E !important; background-color: #222946 !important;}
  110. a:active       {color: #DC2F32 !important;}
  111.  
  112. /* "Top level" div */
  113.  
  114. body > div {background-color: inherit !important;}
  115.  
  116. /* :::::: Text Presentation :::::: */
  117.  
  118. summary, details                   {background-color: inherit !important}
  119. kbd, time, label, .date            {color: #5DCE33 !important}
  120. acronym, abbr                      {border-bottom: 1px dotted !important; cursor: help !important;}
  121. mark,code,pre,samp,blockquote      {background-color: #14192B !important}
  122.  
  123.  
  124. /* :::::: Headings :::::: */
  125.  
  126. h1,h2,h3,h4,h5,h6  {
  127.  
  128. background-image: none !important;
  129. border-radius: 5px !important;
  130. -moz-border-radius: 5px !important;
  131. -webkit-border-radius: 5px !important;
  132. text-indent: 0 !important;
  133. }
  134.  
  135. h1,h2,h3,h4,h5,h6 {background-color: #14192B !important}
  136.  
  137.  
  138. h1,h2{color:#5DCE33!important}
  139. h3,h4{color:#FFAA3E!important}
  140. h5,h6{color:#DC2F32!important}
  141.  
  142. /* :::::: Tables, cells :::::: */
  143.  
  144. table table {background: #14192B !important;}
  145. th, caption {background: #090C19 !important;}
  146.  
  147. /* ::: Inputs, textareas ::: */
  148.  
  149. input, textarea, button,
  150. select,option,optgroup{
  151.  
  152. color: #AEAEAE !important;
  153. background: none #222946 !important;
  154. -moz-appearance: none !important;
  155. -webkit-appearance: none !important;
  156. }
  157.  
  158. input,
  159. textarea,
  160. button {
  161. border-color: #AEAEAE !important;
  162. border-width: 1px !important;
  163. }
  164.  
  165. /* :::::: Button styling :::::: */
  166.  
  167. input[type="button"],
  168. input[type="submit"],
  169. input[type="reset"],
  170. button {
  171. background: #222946 !important;
  172. }
  173.  
  174. input[type="button"]:hover,
  175. input[type="submit"]:hover,
  176. input[type="reset"]:hover,
  177. button:hover {
  178. color: #E6E6E6 !important;
  179. background: #090C19 !important;
  180. }
  181.  
  182. input[type="image"] {opacity: .85 !important}
  183. input[type="image"]:hover {opacity: .95 !important}
  184.  
  185. /* Lightbox fix */
  186. html [id*="lightbox"] * {background-color: transparent !important;}
  187. html [id*="lightbox"] img {opacity: 1 !important;}
  188.  
  189. /* Youtube Annotation */
  190. #movie_player-html5 .annotation {background: #14192B !important}
  191.  
  192. /* Mozilla addons shrink/expand sections */
  193. .expando a {background: none transparent  !important;}
  194.  
  195. }
  196.  
  197.  
  198. @-moz-document url(about:newtab) {
  199.  
  200. window {
  201. background: #090C19 !important;
  202. }
  203.  
  204. #newtab-scrollbox {
  205. background: transparent none !important;
  206. }
  207.  
  208. .newtab-title {
  209. background-color: rgba(0,43,54,1) !important;
  210. color: #DBDDE4 !important;
  211. }
  212.  
  213. }
  214.  
  215. @-moz-document url(chrome://browser/content/browser.xul) {
  216.  
  217. /* Browser Background */
  218. browser[type="content-primary"] {
  219. background-color: #090C19 !important;
  220. }
  221.  
  222. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement