Advertisement
theroot

stylus wiki nightlife

Jan 22nd, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. @-moz-document domain("wikipedia.org") {
  2. @namespace url(http://www.w3.org/1999/xhtml);
  3. /* *** Basic *** */
  4.  
  5. *{
  6. background-color: transparent !important;
  7. color: #bcbcbc !important;
  8. }
  9.  
  10. body, div, form, table, tbody, tr, td, fieldset, ul, li, a,
  11. #content, #bodyContent{
  12. background-color: #333 !important;
  13. background-image: none !important;
  14. }
  15.  
  16.  
  17. /* *** Form Elements *** */
  18. input, select, button, checkbox{
  19. -moz-appearance: none !important;
  20. border: 1px white solid !important;
  21. outline: none !important;
  22. background-color: #333 !important;
  23. }
  24.  
  25. #simpleSearch{
  26. border: none !important;
  27. }
  28.  
  29.  
  30. /* *** Main *** */
  31. #content{
  32. font-family: trebuchet, arial !important;
  33. font-size: 12pt !important;
  34. border: 0 !important;
  35. }
  36.  
  37. div#siteNotice{
  38. display:none !important;
  39. }
  40. p{
  41. border: none !important;
  42. }
  43. a{
  44. color: lightgrey !important;
  45. }
  46. a:visited{
  47. font-weight: bold !important;
  48. opacity: 0.65 !important;
  49. }
  50. a:link{
  51. color: white !important;
  52. }
  53.  
  54. h2{
  55. border-bottom: #ccc 1px solid !important;
  56. font-size: 120% !important;
  57. }
  58. h2 > span{
  59. color: white !important;
  60. }
  61. h2 > span > span{
  62. color: white !important;
  63. font-size: 100% !important;
  64. }
  65.  
  66. fieldset{
  67. border-color: #ddd !important;
  68. }
  69.  
  70. #bodyContent ul{
  71. list-style-image: none !important;
  72. list-style-type: disc !important;
  73. }
  74. #toc ul{
  75. list-style-type: none !important;
  76. }
  77.  
  78. .thumb{
  79. border-color: #333 !important;
  80. }
  81.  
  82.  
  83. /* *** Tabs *** */
  84. #searchButton{
  85. display: none !important;
  86. }
  87.  
  88. div.vectorTabs,
  89. div.vectorTabs ul,
  90. div.vectorTabs ul > li,
  91. div.vectorTabs ul > li > a{
  92. background-color: #333 !important;
  93. background-image: none !important;
  94. border: none !important;
  95. }
  96.  
  97. #right-navigation > .vectorMenu,
  98. #ca-watch{
  99. display: none !important;
  100. }
  101.  
  102. div.vectorTabs ul > li > a > span{
  103. padding: 0 !important;
  104. }
  105. div.vectorTabs ul > li > a{
  106. outline: 1px #888 solid !important;
  107. margin: 0 0.5em;
  108. height: auto !important;
  109. font-weight: normal !important;
  110. }
  111. div.vectorTabs ul > li > a:hover{
  112. text-decoration: none !important;
  113. outline: 1px #ccc solid !important;
  114. }
  115.  
  116.  
  117. /* *** Preference *** */
  118. #preftoc > li{
  119. outline: 1px #ccc solid !important;
  120. border-bottom: 5px #ccc solid !important;
  121. }
  122.  
  123. .successbox{
  124. border-color: white !important;
  125. }
  126.  
  127.  
  128. /* *** Search *** */
  129. #search .search-types ul,
  130. #search .results-info ul{
  131. list-style-type: none !important;
  132. }
  133.  
  134.  
  135. /* *** Logo Replacement *** */
  136. #p-logo a {
  137. background: url(http://upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png) no-repeat !important;
  138. position: absolute !important;
  139. clip: rect(0, 135px, 115px, 0) !important;
  140. height: 115px !important;
  141. overflow: hidden !important;
  142. margin-top: 30px !important;
  143. }
  144.  
  145.  
  146. /* *** Image and Math *** */
  147. img{
  148. background-color: #fdfdfd !important;
  149. }
  150. img.tex{
  151. padding: 5px !important;
  152. }
  153. span.tex{
  154. border: 1px white solid !important;
  155. padding: 5px !important;
  156. }
  157. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement