Guest User

CSS FatC

a guest
Dec 29th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.38 KB | None | 0 0
  1. /*header*/
  2. #header-bottom-right{background-color: #e4eeb1 !important; border: 1px solid black}
  3. #header-bottom-right *{color: black}
  4. #header{background: #000000}
  5.  
  6. /*sidebar adjustments*/
  7. .subscribers span.word{font-size: 0px}
  8. .users-online span.word{font-size: 0px}
  9.  
  10. .subscribers span.word:after{content: "Survivors"; font-size: 10px}
  11. .users-online span.word:after{content: "Survivors"; font-size: 10px}
  12.  
  13. #header .redditname a{color: grey}
  14.  
  15. #header .tabmenu li a {
  16. background-color: transparent;
  17. border: none;
  18. margin: 0;
  19. font-size: 12px;
  20. font-family: georgia;
  21. text-shadow: 1px 1px 0 #000;
  22. color: #fff;
  23. margin-left: 20px;
  24. text-transform: uppercase;}
  25.  
  26. /*links*/
  27. .link.odd{background-color: #EBEBE0}
  28.  
  29.  
  30. /*this hides the downvote arrow - hope you don't mind I did this. Ugh, reddit CSS is hard.*/
  31. .arrow.down {
  32. visibility: hidden;
  33. display: none
  34. }
  35.  
  36. /*displays downvote arrow for comments only, after disabling*/
  37. .comment .arrow.down {
  38. visibility: visible;
  39. display: block;}
  40.  
  41. .listing-page .tabmenu li:nth-of-type(4), /* Controversial */
  42.  
  43. .listing-page .tabmenu li:nth-of-type(6), /* Saved links */
  44.  
  45. .listing-page .tabmenu li:nth-of-type(7), /* Wiki */
  46.  
  47. .listing-page .tabmenu li:nth-of-type(8) /* Promoted Links.. seriously leave this one hidden */
  48. {display:none;}
  49.  
  50. /*flairs*/
  51. .flair-black{color: black}
  52. .flair-white{color: white}
  53. .flair-red{color: red}
  54. .flair-yellow{color: yellow}
  55. .flair-green{color: green}
  56. .flair-lightgreen{color: lightgreen}
  57. .flair-limegreen{color: limegreen}
  58. .flair-blue{color: blue}
  59. .flair-mdblue{color: midnightblue}
  60. .flair-cyan{color: cyan}
  61. .flair-lightblue{color: lightblue}
  62. .flair-darkblue{color: darkblue}
  63. .flair-purple{color: purple}
  64. .flair-orchid{color: orchid}
  65. .flair-orange{color: #ff8822}
  66. .flair-peach{color: #ffcccc}
  67. .flair-bluegreen{color: #33ff99}
  68. .flair-hotpink{color: #ff3399}
  69. .flair-darkcyan{color: #007799}
  70. .flair-lightpurple{color: #aaaaff}
  71. .flair-olive{color: #889900}
  72. .flair-gold{color: #cccc00}
  73. .flair-maroon{color: #770000}
  74. .flair-darkpurple{color: #660066}
  75. .flair-pumpkin{color: #cc6600}
  76. .flair-electricblue{color: #00ddff}
  77. .flair-bronze{color: #665D1E}
  78. .flair-neongreen{color: #00FF00}
  79. .flair-darkgreen{color: #005500}
  80. .flair-darkgrey{color: #666666}
  81. .flair-lightgrey{color: #aaaaaa}
  82. .flair-grey{color: #777777}
  83. .flair-bluewhite{color: #bbffff}
  84. .flair-purplewhite{color: #eeccff}iiii
  85. .flair-pinkwhite{color: #ffddff}
  86. .flair-greenwhite{color: #ccffcc}
  87. .flair-pink{color: #ff33aa}
  88. .flair-coralpink{color: #F88379}
  89. .flair-purplegrey{color: #997799}ii
  90. .flair-swampgreen{color: #666600}
  91. .flair-lightpink{color: #F9BAE3}
  92. .flair-rose{color: #DF7C90}
  93. .flair-iceblue{color: #56c9dc}
  94.  
  95. .flair-blackbg{background: black}
  96. .flair-whitebg{background: white}
  97. .flair-redbg{background: red}
  98. .flair-yellowbg{background: yellow}
  99. .flair-greenbg{background: green}
  100. .flair-orchidbg{background: orchid}
  101. .flair-orangebg{background: #ff8822}
  102. .flair-cyanbg{background: cyan}
  103. .flair-peachbg{background: #ffcccc}
  104. .flair-mdbluebg{background: midnightblue}
  105. .flair-bluegreenbg{background: #33ff99}
  106. .flair-hotpinkbg{background: #ff3399}
  107. .flair-darkcyanbg{background: #007799}
  108. .flair-lightgreenbg{background: lightgreen}
  109. .flair-limegreenbg{background: limegreen}
  110. .flair-bluebg{background: blue}
  111. .flair-purplebg{background: purple}
  112. .flair-lightpurplebg{background: #aaaaff}
  113. .flair-olivebg{background: #889900}
  114. .flair-goldbg{background: #cccc00}
  115. .flair-maroonbg{background: #770000}
  116. .flair-darkpurplebg{background: #660066}
  117. .flair-pumpkinbg{background: #cc6600}
  118. .flair-lightbluebg{background: lightblue}
  119. .flair-darkbluebg{background: darkblue}
  120. .flair-electricbluebg{background: #00ddff}
  121. .flair-bronzebg{background: #665D1E}
  122. .flair-neongreenbg{background: #00FF00}
  123. .flair-darkgreenbg{background: #005500}
  124. .flair-darkgreybg{background: #666666}
  125. .flair-lightgreybg{background: #aaaaaa}
  126. .flair-greybg{background: #777777}
  127. .flair-bluewhitebg{background: #bbffff}
  128. .flair-purplewhitebg{background: #eeccff}
  129. .flair-pinkwhitebg{background: #ffddff}
  130. .flair-greenwhitebg{background: #ccffcc}
  131. .flair-pinkbg{background: #ff33aa}
  132. .flair-coralpinkbg{background: #F88379}
  133. .flair-purplegreybg{background: #997799}
  134. .flair-swampgreenbg{background: #666600}
  135. .flair-lightpinkbg{background: #F9BAE3}
  136. .flair-rosebg{background: #DF7C90}
  137. .flair-icebluebg{background: #56c9dc}
  138.  
  139. .author[href$="HPotterhead"]{font-size: 0px}
  140. .author[href$="HPotterhead"]:after{content: "Kira Weaver "; font-size: 14px; color: black}
  141.  
  142. .author[href$="engulfedhydra"]{font-size: 0px}
  143. .author[href$="engulfedhydra"]:after{content: "Cormac McNamara "; font-size: 14px; color: black}
  144.  
  145. .author[href$="the-iron-man9"]{font-size: 0px}
  146. .author[href$="the-iron-man9"]:after{content: "Blaze "; font-size: 14px; color: black}
  147.  
  148. .author[href$="DjessNL"]{font-size: 0px}
  149. .author[href$="DjessNL"]:after{content: "Ryder Daniels "; font-size: 14px; color: black}
  150.  
  151. .author[href$="thebrokenpath"]{font-size: 0px}
  152. .author[href$="thebrokenpath"]:after{content: "Layla Evans "; font-size: 14px; color: black}
  153.  
  154. .author[href$="Dathem"]{font-size: 0px}
  155. .author[href$="Dathem"]:after{content: "Thresh "; font-size: 14px; color: black}
  156.  
  157. .author[href$="BurningMarshmellows"]{font-size: 0px}
  158. .author[href$="BurningMarshmellows"]:after{content: "Vanadesse "; font-size: 14px; color: black}
  159.  
  160. .author[href$="VitaminHP"]{font-size: 0px}
  161. .author[href$="VitaminHP"]:after{content: "James Stryker "; font-size: 14px; color: black}
  162.  
  163. .author[href$="mrjmoore14"]{font-size: 0px}
  164. .author[href$="mrjmoore14"]:after{content: "Asher Faye "; font-size: 14px; color: black}
  165.  
  166. .author[href$="quicksilverdreams"]{font-size: 0px}
  167. .author[href$="quicksilverdreams"]:after{content: "Avira Lawless "; font-size: 14px; color: black}
  168.  
  169. .author[href$="Gridley117"]{font-size: 0px}
  170. .author[href$="Gridley117"]:after{content: "Romulus Jaime 'Deadeye' Foster "; font-size: 14px; color: black}
  171.  
  172. .author[href$="weepingangelofmusic"]{font-size: 0px}
  173. .author[href$="weepingangelofmusic"]:after{content: "Captain Serket"; font-size: 14px; color: black}
  174.  
  175. .author[href$="KatWarren"]{font-size: 0px}
  176. .author[href$="KatWarren"]:after{content: "Avarice Megido "; font-size: 14px; color: black}
  177.  
  178. .author[href$="darkmayhem"]{font-size: 0px}
  179. .author[href$="darkmayhem"]:after{content: "Dark "; font-size: 14px; color: black}
  180.  
  181. .author[href$="NoCoolNamesForMe"]{font-size: 0px}
  182. .author[href$="NoCoolNamesForMe"]:after{content: "Xin "; font-size: 14px; color: black}
  183.  
  184. .author[href$="Argonnaut"]{font-size: 0px}
  185. .author[href$="Argonnaut"]:after{content: "Jackson Rearden"; font-size: 14px; color: black}
  186.  
  187. .author[href$="OldManJimster"]{font-size: 0px}
  188. .author[href$="OldManJimster"]:after{content: "Nate Asintope "; font-size: 14px; color: black}
  189.  
  190. .author[href$="Whan_that_Aprille"]{font-size: 0px}
  191. .author[href$="Whan_that_Aprille"]:after{content: "Ronin O'Rourke "; font-size: 14px; color: black}
  192.  
  193. .author[href$="fatgiraffez"]{font-size: 0px}
  194. .author[href$="fatgiraffez"]:after{content: "Jake "; font-size: 14px; color: black}
  195.  
  196. .author[href$="sandvizir"]{font-size: 0px}
  197. .author[href$="sandvizir"]:after{content: "The Hermit"; font-size: 14px; color: black}
  198.  
  199. .author[href$="FireDash1231"]{font-size: 0px}
  200. .author[href$="FireDash1231"]:after{content: "Flynt 'The Fire Starter' Steele"; font-size: 14px; color: black}
  201.  
  202. .author[href$="toastachuRP"]{font-size: 0px}
  203. .author[href$="toastachuRP"]:after{content: "John Bollinger"; font-size: 14px; color: black}
  204.  
  205. .author[href$="Arcturus_Jaime_Black"]{font-size: 0px}
  206. .author[href$="Arcturus_Jaime_Black"]:after{content: "Arcturus Marcus Foster"; font-size: 14px; color: black}
  207.  
  208. .author[href$="Morganelefae"]{font-size: 0px}
  209. .author[href$="Morganelefae"]:after{content: "Morgan Fae"; font-size: 14px; color: black}
  210.  
  211. .author[href$="Jadejies"]{font-size: 0px}
  212. .author[href$="Jadejies"]:after{content: "Joby Pax"; font-size: 14px; color: black}
  213.  
  214. .author[href$="Terexo"]{font-size: 0px}
  215. .author[href$="Terexo"]:after{content: "Tiberius Snow"; font-size: 14px; color: black}
  216.  
  217. .author[href$="ForeverAUnicorn"]{font-size: 0px}
  218. .author[href$="ForeverAUnicorn"]:after{content: "Olivia"; font-size: 14px; color: black}
  219.  
  220. .author[href$="12salmon12"]{font-size: 0px}
  221. .author[href$="12salmon12"]:after{content: "Orson J. Nightingale"; font-size: 14px; color: black}
  222.  
  223. .author[href$="TheSunsSon"]{font-size: 0px}
  224. .author[href$="TheSunsSon"]:after{content: "Toby"; font-size: 14px; color: black}
  225.  
  226. .author[href$="milkiep"]{font-size: 0px}
  227. .author[href$="milkiep"]:after{content: "Asher Faye "; font-size: 14px; color: black}
  228.  
  229. .author[href$="ZonkosJokeShop"]{font-size: 0px}
  230. .author[href$="ZonkosJokeShop"]:after{content: "Zoe Pond "; font-size: 14px; color: black}
  231.  
  232. .author[href$="imsorrymylove"]{font-size: 0px}
  233. .author[href$="imsorrymylove"]:after{content: "Kayla Hark "; font-size: 14px; color: black}
  234.  
  235. .author[href$="SonicsRelease"]{font-size: 0px}
  236. .author[href$="SonicsRelease"]:after{content: "The Epic Seabass "; font-size: 14px; color: black}
  237.  
  238. .author[href$="stormlink"]{font-size: 0px}
  239. .author[href$="stormlink"]:after{content: "Rutheo Casius "; font-size: 14px; color: black}
  240.  
  241. .author[href$="Nwot101"]{font-size: 0px}
  242. .author[href$="Nwot101"]:after{content: "Joss "; font-size: 14px; color: black}
  243.  
  244. .author[href$="DemiseOfOlympus"]{font-size: 0px}
  245. .author[href$="DemiseOfOlympus"]:after{content: "Jaymes Heartstead "; font-size: 14px; color: black}
  246.  
  247. /* SUBMIT A LINK BUTTONS added by Jaime, tell me if you want a colour change*/
  248. .morelink
  249. {
  250. font-weight:normal;
  251. letter-spacing:0;
  252. background: black;
  253. border: none;
  254. -moz-border-radius:2px;
  255. -webkit-border-radius:2px;
  256. -o-border-radius:2px;
  257. -ms-border-radius:2px;
  258. -khtml-border-radius:2px;
  259. border-radius:2px;
  260. height: 30px;
  261. line-height: 30px;
  262. overflow: hidden;
  263. color: white;
  264. }
  265.  
  266. .morelink:hover
  267. {
  268. background: #A9A9A9;
  269. background-color: #FF0000;
  270. border-color: #FF0000;
  271. }
  272.  
  273. .morelink .nub
  274. {
  275. display: none;
  276. }
  277.  
  278. .morelink
  279. {
  280. color:#FFF;
  281. font-family:Verdana, Arial, sans-serif;
  282. font-size:16px;
  283. width: 145px;
  284. }
  285.  
  286. .morelink a, .morelink a:hover
  287. {
  288. color: white;
  289. }
  290.  
  291. .sidebox.submit-text .morelink::before
  292. {
  293. display: block;
  294. clear: none;
  295. content: "Continue the Story";
  296. font-size: 80%;
  297. }
  298.  
  299. .sidebox.submit .morelink a
  300. {
  301. position: absolute;
  302. top: 0;
  303. padding-left: 1000px;
  304. font-size: 0px;
  305. text-align: right;
  306. color: #56a6f7;
  307. }
  308.  
  309. .sidebox.submit.submit-link {
  310. width: 150px;
  311. }
  312.  
  313. .sidebox.submit.submit-text
  314. {
  315. margin-top: 12px; /*Edit this is the buttons aren't parallel*/
  316. margin-left: 73px;
  317. }
  318.  
  319. .sidebox.create
  320. {
  321. display: none;
  322. }
  323.  
  324. .sidebox.submit.disabled
  325. {
  326. display: none;
  327. }
  328.  
  329. /*SUBSCRIBE-UNSUBSCRIBE BUTTON added by Jaime, again let me know if you want me to change it.*/
  330.  
  331. .fancy-toggle-button .option {
  332. visibility:hidden;
  333. font-size:0pt!important;
  334. background-image:none;
  335. }
  336. .fancy-toggle-button .option.remove:before{
  337. content:"Become infected";
  338. visibility:visible!important;
  339. border:1px black solid!important;
  340. padding:1px 5px 1px 5px;
  341. border-radius:4px;
  342. font-size:10px!important;
  343. margin-right:-7px!important;
  344. color:black!important;
  345. background-color:red;
  346. }
  347. .fancy-toggle-button .option.add:before{
  348. content:"Survive";
  349. visibility:visible!important;
  350. border:1px black solid!important;
  351. padding:1px 5px 1px 5px;
  352. border-radius:4px;
  353. font-size:10px!important;
  354. margin-right:-7px!important;
  355. color:white!important;
  356. background-color:black;
  357. }
  358.  
  359. /*REPORT BUTTON WARNING added by Jaime, as before tell me if you want me to edit*/
  360. .report-button:hover:after {
  361. position: absolute;
  362. white-space: normal;
  363. display: block;
  364. z-index: 1000;
  365. width: 350px;
  366. padding: 5px;
  367. border: 0px solid #333;
  368. background: #fca;
  369. content: "Snitching on a Survivor? Or found an Infected? - Tell the mods about it. ";
  370. text-align: center;
  371. font-size: 10px;
  372. color: red;
  373. margin-left: 25px;
  374. margin-top: 5px;
  375. -moz-border-radius: 4px;
  376. border-radius: 4px;
  377. -webkit-border-radius: 4px
  378. }
  379.  
  380. /*Comment boxes added by Jaime, let me know if you want me to change it up*/
  381.  
  382. .comment .md { color: black; background: maroon; }
  383.  
  384. /*Comment Color, added by Jaime*/
  385.  
  386. .content .comment
  387. {
  388. background: transparent!important;
  389. border:none!important;
  390. margin-top:5px!important;
  391. margin-bottom:5px!important;
  392. overflow:hidden!important;
  393. padding:5px; color: orange;
  394. }
  395.  
  396. /*Background added by Jaime*/
  397.  
  398. body { background-color: maroon !important; }
  399.  
  400. /*and then Kat showed up*/
  401. .link.odd{background-color: maroon}
  402.  
  403. /*Self post text colour added by Jaime*/
  404.  
  405. a[href*="/r/FireAndTheClock"].title:link {
  406. color: white
  407. }
  408.  
  409. /*Sidebar colour added by Jaime*/
  410.  
  411. .side { background-color: maroon; }
  412.  
  413. /*The line between the title and the rest of the Subreddit added by Jaime*/
  414.  
  415. #header {border-bottom: 1px solid #FF0000}
  416.  
  417. /*Changing 'MODERATORS in sidebar added by Jaime*/
  418.  
  419. .sidecontentbox .helplink + .title h1 { font-size: 0 !important }
  420.  
  421. .sidecontentbox .helplink + .title h1:before { font-size: 10pt !important; content: "Survivor leaders and CSS" }
Advertisement
Add Comment
Please, Sign In to add comment