Guest User

Untitled

a guest
Oct 23rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. /* Replaces envelope with an old stamp */
  2. #mail.nohavemail:after {
  3. content: url(%%stampwhite%%);
  4. top: 4px;
  5. position: relative
  6. }
  7. #mail.havemail:after {
  8. content: url(%%stamp%%);
  9. top: 4px;
  10. position: relative
  11. }
  12. #mail.nohavemail img, #mail.havemail img {
  13. display: none
  14. }
  15.  
  16. /* Mr. Blank, Esq. */
  17.  
  18. a.author:before {
  19. content: "Mr. "
  20. }
  21.  
  22. a.author:after {
  23. content: ", Esq."
  24. }
  25.  
  26. /* Border on comments changed to black solid */
  27.  
  28. .comment .child {
  29. border-left: 1px solid #000;
  30. }
  31.  
  32.  
  33. /* Votes */
  34.  
  35. .linkinfo .upvotes {
  36. color: #000
  37. }
  38. .linkinfo .downvotes {
  39. color: #000
  40. }
  41. .likes div.score.likes {
  42. color: #000
  43. }
  44. .dislikes div.score.dislikes {
  45. color: #000
  46. }
  47.  
  48. .arrow.upmod, .arrow.downmod {
  49. background-image: url(%%upvote%%);
  50. width: 15px;
  51. height: 15px;
  52. background-position: 0 0
  53. }
  54. .arrow.up, .arrow.down {
  55. background-image: url(%%upvoteunchecked%%);
  56. width: 15px;
  57. height: 15px;
  58. background-position: 0 0
  59. }
  60.  
  61. .formtabs-content {
  62. border-top: 4px solid #000
  63. }
  64.  
  65. .fancy-toggle-button .remove, .fancy-toggle-button .add {
  66. border: 0px solid #000;
  67. background-image: url(%%Title-Background%%);
  68. color: #a28513
  69. }
  70.  
  71. /* HEADER */
  72.  
  73. /* Title bar, replaces subreddit name */
  74.  
  75. .pagename a {
  76. display: block;
  77. background-image: url(%%Title-Bar%%);
  78. background-repeat: no-repeat;
  79. margin: 0 auto;
  80. font-size: 0px;
  81. padding: 100px 500px 0 0;
  82. left: 750px;
  83. position: absolute;
  84. top: 19px
  85. }
  86.  
  87. /* Lines up the dude/alien replacement correctly */
  88.  
  89. #header-img {
  90. margin-top: 35px;
  91. margin-right: 5px;
  92. margin-left: 0px
  93. }
  94.  
  95. /* Makes the background of the header the paper texture */
  96.  
  97. #header-bottom-left {
  98. height: 135px;
  99. padding: 0px 0 0;
  100. background-image: url(%%Title-Background%%);
  101. font-size: xx-small
  102. }
  103.  
  104. /* Modifies bottom border */
  105.  
  106. #header {
  107. border-bottom: 4px solid #2A2A2A;
  108. font-size: x-small;
  109. padding: 0
  110. }
  111.  
  112. /* END OF HEADER */
  113.  
  114. /* TABS */
  115.  
  116. /* Changes color, border, etc of non-selected tabs */
  117.  
  118. .tabmenu li a {
  119. background-image: url(%%Title-Background%%) !important;
  120. color: #949494 !important;
  121. border: 0px solid #000000;
  122. -moz-border-radius-topleft: 3px;
  123. -moz-border-radius-topright: 3px;
  124. -webkit-border-top-left-radius: 3px;
  125. -webkit-border-top-right-radius: 3px;
  126. padding-bottom: 1px
  127. }
  128.  
  129. /* Changes color, border, etc of currently selected tab */
  130.  
  131. .tabmenu li.selected a {
  132. background-image: url(%%Title-Background%%) !important;
  133. color: #1A1A1A !important;
  134. border-color: #000000 #000000 transparent !important;
  135. border-width: 0px
  136. }
  137.  
  138. /* Changes position of tab menu */
  139.  
  140. ul.tabmenu {
  141. /*position: absolute;
  142. font-size: 12px;
  143. top: 96px;
  144. left: 200px*/
  145. position: relative;
  146. font-size: 15px;
  147. top: -5px;
  148. left:60px
  149. }
  150.  
  151. /* END OF TABS */
  152.  
  153. /* Borders */
  154. .sidecontentbox .content, .linkinfo, .footer {
  155. border: 0px solid #000000;
  156. margin: 7px 0 0
  157. }
  158.  
  159. /* Color */
  160.  
  161. /* Texture of background */
  162. body, textarea, button {
  163. background-image: url(%%Title-Background%%);
  164. background-color: #121212 !important;
  165. color: #000 !important
  166. }
  167.  
  168. /* Border of something? */
  169. textarea {
  170. border: 0px #000000
  171. }
  172.  
  173. #header-bottom-left .tabmenu .selected a {
  174. background-image: url(%%Title-Background%%) !important
  175. }
  176. #header-bottom-right {
  177. background-image: url(%%Title-Background%%) !important
  178. }
  179. .gray {
  180. color: #000 !important
  181. }
  182. .titlebox form.toggle, .sidebox .spacer, .icon-menu a, .link .usertext .md, .linkinfo, .infobar {
  183. background-color: #f0f0f0 !important
  184. }
  185.  
  186. .titlebox form.toggle, .sidebox .spacer, .icon-menu a {
  187. border: 0px solid #000000
  188. }
  189.  
  190. .side, .sidebox .spacer, .icon-menu a, .link .usertext .md, .linkinfo, .infobar {
  191. background-image: url(%%Title-Background%%) !important
  192. }
  193.  
  194. .infobar {
  195. border: 1px solid #000 !important
  196. }
  197.  
  198. .link .usertext .md {
  199. border: 0px solid #000000
  200. }
  201. .sidebox .subtitle {
  202. color: #000000 !important
  203. }
  204. .morelink .nub {
  205. background-color: #f0f0f0 !important
  206. }
  207. #sr-more-link {
  208. background-image: url(%%Title-Background%%) !important
  209. }
  210. .dropdown.srdrop .selected {
  211. color: #000000 !important
  212. }
  213. #search input[type=text] {
  214. background-image: url(%%Title-Background%%) !important;
  215. border: 1px solid #000000 !important
  216. }
  217. #ad-frame {
  218. border: 1px solid #000000 !important;
  219. height: 265px !important;
  220. margin-bottom: 10px !important;
  221. background-image: url(%%Title-Background%%) !important
  222. }
  223. a {
  224. color: #000000 !important
  225. }
  226. .thing .title.loggedin:link {
  227. color: #000 !important
  228. }
  229. .thing .title.loggedin:visited {
  230. color: #949494 !important
  231. }
  232.  
  233. /* Replaces title on sidebar with ad */
  234.  
  235. .titlebox h1 a {
  236. background-image: url(%%sidebar%%);
  237. background-repeat: no-repeat;
  238. background-position: 0 0px;
  239. display: block;
  240. margin: 0 auto;
  241. width: 250px;
  242. height: 75px;
  243. text-indent: -9999px;
  244. padding: 0px 0
  245. }
  246.  
  247. /* Expando Button */
  248. .expando-button.selftext.collapsed, .expando-button.selftext.expanded {
  249. background: url(%%text%%) 0 0
  250. }
  251. .expando-button.selftext.collapsed:hover, .expando-button.selftext.expanded:hover {
  252. background: url(%%textmouse%%) 0 0
  253. }
  254. .expando-button.video.collapsed, .expando-button.video.expanded {
  255. background: url(%%movie%%) 0 0
  256. }
  257. .expando-button.video.collapsed:hover, .expando-button.video.expanded:hover {
  258. background: url(%%moviemouse%%) 0 0
  259. }
Add Comment
Please, Sign In to add comment