Advertisement
Guest User

Untitled

a guest
Jul 25th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. /* Unvisited title link color eb8002 */
  2. .thing .title.loggedin, .link .title {
  3. color:blue
  4. }
  5. /* Visited title link color 292887 */
  6. .thing .title.loggedin:visited, .thing .title.loggedin:visited.click, .link .title:visited {
  7. color: #551a8b
  8. }
  9. a:link {
  10. color: #292887
  11. }
  12. a:active {
  13. color: #8D5DF9
  14. }
  15. a:visited {
  16. color: #5203F9
  17. }
  18. /* Top Header */
  19. #header {
  20. border-bottom: 1px solid #292887;
  21. position: relative;
  22. background-color: #D4B1F0;
  23. background-image: url(%%rainbow%%);
  24. z-index: 99
  25. }
  26. /* username and envelope bar */
  27. #header-bottom-right {
  28. background-color: #ffffff;
  29. border-top: 1px solid #292887;
  30. border-left: 1px solid #292887
  31. }
  32. /* Reddit name properties */
  33. .pagename a {
  34. color: #292887;
  35. padding: 2px 6px 0 6px;
  36. border-top: 1px solid #292887;
  37. border-right: 1px solid #292887;
  38. border-left: 1px solid #292887;
  39. background-color: #ffffff;
  40. -moz-border-radius-topleft: 7px;
  41. -webkit-border-top-left-radius: 7px;
  42. -moz-border-radius-topright: 7px;
  43. -webkit-border-top-right-radius: 7px
  44. }
  45. /* Top bar tabs */
  46. .tabmenu li a {
  47. color: #3B38C5;
  48. padding: 2px 6px 0 6px;
  49. border-top: 1px solid #292887;
  50. border-right: 1px solid #292887;
  51. border-left: 1px solid #292887;
  52. background-color: #ffffff;
  53. -moz-border-radius-topleft: 7px;
  54. -webkit-border-top-left-radius: 7px;
  55. -moz-border-radius-topright: 7px;
  56. -webkit-border-top-right-radius: 7px
  57. }
  58. .tabmenu li.selected a {
  59. color: #593BCF;
  60. background-color: white;
  61. border: 1px solid #843a87;
  62. border-bottom: 1px solid white;
  63. z-index: 100
  64. }
  65.  
  66.  
  67. .titlebox a {
  68. color: #685AE2
  69. }
  70. .titlebox h1 {
  71. font-family: arial, verdana, helvetica, sans-serif;
  72. margin: 0px;
  73. margin-bottom: 5px;
  74. font-weight: bold;
  75. font-size: 19px;
  76. color: black !important
  77. }
  78. .titlebox .karma {
  79. font-size: 18px;
  80. font-weight: bold
  81. }
  82. .titlebox .fancy-toggle-button {
  83. display: inline-block;
  84. margin-right: 5px
  85. }
  86. .titlebox .bottom {
  87. border-top: 1px solid black;
  88. padding-top: 2px;
  89. font-size: 80%;
  90. color: black
  91. }
  92. .titlebox .age {
  93. float: right
  94. }
  95. .titlebox .md {
  96. font-size: 90%
  97. }
  98.  
  99. /* Side borders */
  100. .side .content, .side input {
  101. /* background-color:#685AE2; */
  102. border-color: #bb6bf9 !important;
  103. -moz-border-radius: 6px;
  104. -webkit-border-radius: 6px;
  105. color: #673957
  106. }
  107. /* distinguish only the banned or reported comment while highlighting the children light blue. credit to thibit */
  108. .reported.comment > .child, .spam.comment > .child {
  109. background-color: #685AE2;
  110. margin-left: 0;
  111. padding-left: 15px
  112. }
  113. /* thread lines - thanks to /r/lgbt */
  114. .listing .listing .listing .listing .listing .listing .listing {
  115. border-left: 1px dotted #150278
  116. }
  117. .listing .listing .listing .listing .listing .listing {
  118. border-left: 1px dotted #521B95
  119. }
  120. .listing .listing .listing .listing .listing {
  121. border-left: 1px dotted #420080
  122. }
  123. .listing .listing .listing .listing {
  124. border-left: 1px dotted #2A64A8
  125. }
  126. .listing .listing .listing {
  127. border-left: 1px dotted #BB3EDA
  128. }
  129. .listing .listing {
  130. border-left: 1px dotted #b255f9
  131. }
  132. .listing {
  133. border-left: 1px dotted #CA63E9
  134. }
  135. /* rules on the submit page */
  136. #link-desc:after, #text-desc:after {
  137. display: block;
  138. margin-top: 1em;
  139. font-weight: bold;
  140. font-size: 120%;
  141. color: red;
  142. /* text-decoration: blink; */
  143. content: "~"
  144. }
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. /* hover text for the report button */
  154. .report-button .option:not(.error):hover:before {
  155. color: black;
  156. background-color: #CCF;
  157. border: 1px solid #333;
  158. border-radius: 4px;
  159. content: "Please message the moderators if you click report, otherwise we won't know why it was reported.";
  160. display: block;
  161. font-size: 11px;
  162. font-weight: bold;
  163. margin-left: 75px;
  164. margin-top: 7px;
  165. padding: 5px;
  166. position: absolute;
  167. text-align: center;
  168. z-index: 1000
  169. }
  170.  
  171. a[href="/trigger"] {color:black!important;background-color:black!important;}
  172. a[href="/trigger"]:hover {color:black!important;background-color:white!important;}
  173. div.md table{margin:2px;padding:0;text-align:center;}
  174. div.md * tr th{margin:0; padding: 0;border-style:none;width:100%;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement