Birkholz

Firefox fix for Holo Light Subreddit Theme

Jan 28th, 2012
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.44 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain('reddit.com') {
  4.     body {
  5.     background: #EAEAEA !important;
  6. }
  7.  
  8. .side {
  9.     background: #DDD !important;
  10.     margin: 0 !important;
  11.     padding: 0 .5em !important;
  12. }
  13.  
  14. button {
  15.     margin: 0.1em !important;
  16.     font-size: 20px !important;
  17.     cursor: pointer !important;
  18.     background: #D0D0D0 !important;
  19.     -webkit-border-radius: 2px !important;
  20.     -moz-border-radius: 2px !important;
  21.     border-radius: 2px !important;
  22.     border-top: #D4D4D4 solid 1px !important;
  23.     border-bottom: #8F8F8F 1px solid !important;
  24.     border-right: #CDCDCD solid 1px !important;
  25.     border-left: #CDCDCD solid 1px !important;
  26. }
  27.  
  28. button:hover, button:focus {
  29.     background: #56B8D8 !important;
  30.     -webkit-border-radius: 2px !important;
  31.     -moz-border-radius: 2px !important;
  32.     border-radius: 2px !important;
  33.     border-top: #69C0DC solid 1px !important;
  34.     border-bottom: #4390A9 1px solid !important;
  35.     border-right: #56B8D8 solid 1px !important;
  36.     border-left: #56B8D8 solid 1px !important;
  37. }
  38.  
  39. input, textarea, #search input[type="text"], .linkinfo .shortlink input {
  40.     background: 0 !important;
  41.     border: #0099CC solid !important;
  42.     border-width: 0 0 2px !important;
  43.     -webkit-border-radius: 5px !important;
  44.     -moz-border-radius: 5px !important;
  45.     border-radius: 5px !important;
  46. }
  47.  
  48. input:focus, textarea:focus {
  49.     border-color: #0099CC !important;
  50.     border-width: 0 0 2px !important;
  51. }
  52.  
  53. .sr-bar a {
  54.     color: #000 !important;
  55. }
  56.  
  57. #sr-more-link {
  58.     color: #000 !important;
  59.     background-color: #DDD !important;
  60.     font-weight: bold !important;
  61. }
  62.  
  63. #sr-header-area {
  64.     background-color: #DDD !important;
  65.     border-bottom: 1px solid #B4B4B4 !important;
  66. }
  67.  
  68. #header {
  69.     background: #DDD !important;
  70.     border-bottom: #D9D9D9 2px solid !important;
  71. }
  72.  
  73. .pagename {
  74.     font-size: 24px !important;
  75.     line-height: 64px !important;
  76.     font-family: 'Roboto', sans-serif !important;
  77.     font-weight: normal !important;
  78.     font-variant: normal !important;
  79.     vertical-align: middle !important;
  80. }
  81.  
  82. .pagename a {
  83.     color: #000 !important;
  84.     height: 64px !important;
  85.     display: inline-block !important;
  86. }
  87.  
  88. .pagename a:hover {
  89.     text-decoration: none !important;
  90.     border-bottom: #33CCFF 6px solid !important;
  91.     height: 58px !important;
  92. }
  93.  
  94. .tabmenu {
  95.     text-transform: capitalize !important;
  96.     margin-top: 0 !important;
  97. }
  98.  
  99. .tabmenu li {
  100.     border-right: #C6C6C6 1px solid !important;
  101.     margin: 0 !important;
  102. }
  103.  
  104. .tabmenu li a, .tabmenu.formtab a {
  105.     color: #000 !important;
  106.     background: 0 !important;
  107.     border: 0 !important;
  108.     display: inline-block !important;
  109.     height: 64px !important;
  110.     line-height: 64px !important;
  111. }
  112.  
  113. .tabmenu li.selected a, .tabmenu.formtab .selected a {
  114.     color: #000 !important;
  115.     background: 0 !important;
  116.     border: 0 !important;
  117.     font-size: 100% !important;
  118.     border-bottom: #33CCFF 6px solid !important;
  119.     height: 58px !important;
  120. }
  121.  
  122. .tabmenu li a:hover, .tabmenu.formtab a:hover {
  123.     color: #000 !important;
  124.     background: 0 !important;
  125.     border: 0 !important;
  126.     font-size: 100% !important;
  127.     border-bottom: #33CCFF 6px solid !important;
  128.     height: 58px !important;
  129. }
  130.  
  131. .formtabs-content {
  132.     border-top: 2px solid #99CC00 !important;
  133. }
  134.  
  135. .morelink {
  136.     font-size: 24px !important;
  137.     letter-spacing: 0 !important;
  138.     line-height: 36px !important;
  139.     font-weight: normal !important;
  140. }
  141.  
  142. .morelink a {
  143.     color: #FFF !important;
  144.     background: #404143 !important;
  145. }
  146.  
  147. .submit .morelink a, div.sidebox.create {
  148.     background: #D0D0D0 !important;
  149.     -webkit-border-radius: 2px !important;
  150.     -moz-border-radius: 2px !important;
  151.     border-radius: 2px !important;
  152.     border-top: #D4D4D4 solid 1px !important;
  153.     border-bottom: #8F8F8F 1px solid !important;
  154.     border-right: #CDCDCD solid 1px !important;
  155.     border-left: #CDCDCD solid 1px !important;
  156.     color: #000 !important;
  157. }
  158.  
  159. .morelink a:hover, .morelink a:focus, div.sidebox.create:hover, div.sidebox.create:focus {
  160.     background: #56B8D8 !important;
  161.     -webkit-border-radius: 2px !important;
  162.     -moz-border-radius: 2px !important;
  163.     border-radius: 2px !important;
  164.     border-top: #69C0DC solid 1px !important;
  165.     border-bottom: #4390A9 1px solid !important;
  166.     border-right: #56B8D8 solid 1px !important;
  167.     border-left: #56B8D8 solid 1px !important;
  168. }
  169.  
  170. .fancy-toggle-button .remove, .RESshortcutside.remove {
  171.     background: #ABABAB !important;
  172. }
  173.  
  174. .fancy-toggle-button .add, .RESshortcutside, .RESDashboardToggle {
  175.     background: #6FB1C9 !important;
  176. }
  177.  
  178. .fancy-toggle-button .active, .RESshortcutside, .RESDashboardToggle {
  179.     color: #000 !important;
  180.     border: 0 !important;
  181.     border-radius: 0 !important;
  182. }
  183.  
  184. .link {
  185.     border-bottom: 1px #D5D5D5 solid !important;
  186.     padding: 8px 3px !important;
  187.     margin: 0 !important;
  188. }
  189.  
  190. .link .usertext .md {
  191.     background: 0 !important;
  192.     border: 0 !important;
  193. }
  194.  
  195. .infobar {
  196.     border: 0 !important;
  197. }
  198.  
  199. .create .morelink a, .titlebox form.toggle, .morelink, .morelink:hover, #header-bottom-right, .sidebox .spacer,
  200. .linkinfo, .sidecontentbox .content, .login-form-side, .roundfield, #RESShortcutsEditContainer, #RESShortcutsLeft,
  201. #RESShortcutsRight, #RESShortcutsAdd, #userbarToggle, .icon-menu a {
  202.     background: 0 !important;
  203.     border: 0 !important;
  204. }
  205.  
  206. .nub, .sidebox .subtitle, .sidebox.submit .spacer a {
  207.     display: none !important;
  208. }
  209.  
  210. div.md {
  211.     background-color: #EAEAEA !important;
  212. }
  213.  
  214. a.login-required {
  215.     border-style: none !important;
  216.     background-color: #EAEAEA !important;
  217.     border-color: #DDDDDD !important;
  218.     color: #000 !important;
  219. }
  220.  
  221. div.usertext-edit div textarea {
  222.     border-style: solid !important;
  223. }
  224.  
  225. div.thing.even .comment, div.thing.comment.comment.comment,div.thing.comment.comment.comment.comment, div.thing.comment.comment.comment.comment.comment, div.thing.comment.comment.comment.comment.comment.comment, div.thing.comment.comment.comment.comment.comment.comment.comment, div.thing.comment.comment.comment.comment.comment.comment.comment.comment {
  226.     background-color: #DEDEDE !important;
  227. }
  228.  
  229. div.expando-button {
  230.     background-color: #EAEAEA !important;
  231. }
  232.  
  233. span.flair.flair-userGray {
  234.     background-color: #DADADA !important;
  235. }
  236. .promotedlink {
  237.     background: #DADADA !important;
  238.     border: 4px dashed #DDD !important;
  239. }
  240. }
Add Comment
Please, Sign In to add comment