gavin19

Reddit - CSS

Sep 22nd, 2011
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.44 KB | None | 0 0
  1. p[class="tagline"] a[href*="/r/"] {
  2.     background-color: whitesmoke;
  3.     color: navy;
  4.     font-size: 12px;
  5.     font-weight: bolder;
  6. }
  7.  
  8. .rank {
  9.     display: none;
  10. }
  11.  
  12. p[class="subject"] a.title.imgScanned {
  13.     font-style: normal;
  14. }
  15.  
  16. .score.unvoted {
  17.     color: navy;
  18. }
  19.  
  20. .score.likes {
  21.     color: green;
  22. }
  23.  
  24. .score.dislikes {
  25.     color:red;
  26. }
  27.  
  28. .midcol {
  29.     width: 6ex ;
  30. }
  31.  
  32. div[class*="thing"] {
  33.     padding: 0px;
  34. }
  35.  
  36. .flat-list.sr-bar {
  37.     font-size: 8px
  38. ;
  39. }
  40.  
  41. .dropdown.srdrop {
  42.     font-size: 80%;
  43. }
  44.  
  45. div.markdownEditor a {
  46.     color: inherit;
  47.     background-color: inherit;
  48.     text-decoration: underline;
  49. }
  50.  
  51. a.option.active {
  52.     background-color: inherit;
  53. }
  54.  
  55. ol li a {
  56.     margin-left: 250px;
  57.     text-decoration: underline;
  58. }
  59.  
  60. ol[class*="refer"] li a {
  61.     margin-left: 0px;
  62.     text-decoration: underline;
  63. }
  64.  
  65. div.panel ol li a {
  66.     margin-left: 0px;
  67.     text-decoration: underline;
  68. }
  69.  
  70. div.md p a {
  71.     text-decoration: underline;
  72. }
  73.  
  74. iframe[id="ad-frame"] {
  75.     display: none;
  76. }
  77.  
  78. div.side {
  79.     background-color: whiteSmoke;
  80. }
  81.  
  82. html[lang*="en-gb"] > body {
  83.     background-color: whiteSmoke;
  84. }
  85.  
  86. .voteWeight[title*="gavin19"] {
  87.     display: none;
  88. }
  89.  
  90. div.nub {
  91.     background-color: whiteSmoke;
  92. }
  93.  
  94. div.spacer {
  95.     background-color: whiteSmoke;
  96. }
  97.  
  98. .content:not(.side) div.usertext-body div.md p a {
  99.     background-color: black;
  100.     color: yellow;
  101.     font-weight: bolder;
  102. }
Add Comment
Please, Sign In to add comment