Advertisement
SpanishMeerkat

r/SpanishMeerkat CSS

Aug 17th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 15.27 KB | None | 0 0
  1.     /* ~~~~~~~~~~~~~~~ Header Shit ~~~~~~~~~~~~~~~~ */
  2.  
  3. /* changes color of subreddit bar */   
  4.    
  5.     #sr-header-area {
  6. background-color: light-gray;
  7. white-space: nowrap;
  8. text-transform: uppercase;
  9. border-bottom: 1px solid gray;
  10. font-size: 90%;
  11. height: 18px;
  12. line-height: 18px;
  13. }
  14.  
  15. /* Changes color of subreddit bar */
  16.  
  17. .sr-bar a {
  18. color: black;
  19. }
  20.  
  21. /* Actual Header image and stuff */
  22.  
  23. #header {
  24.    background: #223 url(%%moreliketwidashamiright%%) center center repeat-x;
  25.    height: 300px;
  26.    position: right;
  27.    border: 2px solid black;}
  28.    
  29. /* Header image settings */
  30.    
  31.    #header-img {
  32. margin-top: 132px;
  33. margin-right: 5px;
  34. }
  35.  
  36.    /* Changes color of the pagename */
  37.    
  38. .pagename a {
  39. color: white ;
  40. }
  41.  
  42.     /* ~~~~~~~~~~~~~~~~~~~~~~ Sidebar Shit ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  43.  
  44. /* Makes the highlight behind the entire sidebar transparent */
  45.  
  46. body,
  47. .side,
  48. .titlebox form.flairtoggle,
  49. .leavemoderator
  50.  
  51. /* Changes the color of the Subreddit name in the sidebar */
  52.  
  53. .titlebox,
  54. .titlebox h1 a {
  55.     color: #fff;
  56. }
  57.  
  58. /* Changes the "Submit a new text post/link" colors and style */
  59.  
  60. .morelink
  61. {
  62.  font-weight:normal;
  63.  letter-spacing:0;
  64.  background:#5f99cf;
  65.  border: none;
  66.  -moz-border-radius:2px;
  67.  -webkit-border-radius:2px;
  68.  -o-border-radius:2px;
  69.  -ms-border-radius:2px;
  70.  -khtml-border-radius:2px;
  71.  border-radius:2px;
  72.  height: 30px;
  73.  line-height: 30px;
  74.  overflow: hidden;
  75.  color: white
  76. }
  77.  
  78. .morelink a,.morelink a:hover{color: white}
  79.  
  80.  
  81. .morelink .nub,.sidebox.create,.sidebox.submit.disabled{display: none}
  82.  
  83.  
  84. /* this is the thing/filly that pops up when you click "search reddit" */
  85.  
  86. #searchexpando.infobar
  87. {
  88.  background-image:url(%%pinkstare%%);
  89.  background-repeat:no-repeat;
  90.  background-position:right bottom;
  91.  border:1px dotted black
  92. }
  93.  
  94. /* style subscribe/add buttons */
  95.  
  96.   .titlebox .fancy-toggle-button a,
  97. span.RESshortcutside,
  98. span.RESshortcutside:hover,
  99. span.RESDashboardToggle{
  100.    color:#FFFF;
  101.    background:#88C4EB;
  102.    border:1px solid #444;
  103. }
  104.  
  105. /* style unsubscribe/remove buttons */
  106.  
  107. .fancy-toggle-button a.remove,
  108. .subButtons span.remove{
  109.    background:#D19FE3;
  110.    color: #FFFF;
  111. }
  112.  
  113. /* Change "readers" And "online now" thing */
  114.  
  115. .titlebox .word { display: none }
  116. .titlebox .number:after { content: " Meerkats"; }
  117. .titlebox .users-online span.number:after { content: " Worshiping Best Filly"; }
  118.  
  119. /* put a name behind username */
  120.  
  121. .author:before {content: 'Filly ';}
  122.  
  123. /* doesn't allow people to see what they've tagged Mods as/vote weight, etc (RES) */
  124.  
  125. .sidecontentbox .voteWeight, .sidecontentbox .userTagLink {
  126. display: none !important;
  127. }
  128.  
  129. /* Changes names of the "Moderators" Thing */
  130.  
  131. .sidecontentbox .helplink + .title > h1
  132. {
  133.  color:white!important;
  134.  font-size:1px!important;
  135.  display:inline-block
  136. }
  137.  
  138. .sidecontentbox .helplink + .title > h1:before
  139. {
  140.  color:gray!important;
  141.  font-size:13px!important;
  142.  content:"Dilly's Waifus";
  143.  display:inline-block
  144. }
  145.  
  146.     /* ~~~~~~~~~~~~~~~~~~~ Edits the body ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  147.  
  148. /* Changes color of the background */
  149.  
  150. body{background-color:#0A0A0A}
  151. .side{margin-right:0px}
  152.  
  153. /* Changes Sticky post Color */
  154.  
  155. .thing.stickied a.title, .thing.stickied a.title:visited, .thing.stickied a.title.visited {
  156. font-weight: bold;
  157. color: white! important;
  158. background-color: #DB182E!important;
  159. }
  160.  
  161. /* Changes color of the "stickied post" text under Stickied posts */
  162.  
  163. .tagline .stickied-tagline {
  164. color: #DB182E;
  165. }
  166.  
  167. /* Changes colors of previewed and normal links */
  168.  
  169. #siteTable .title { color: #88C4EB; }
  170. #siteTable .title:visited { color: #D19FE3; }
  171.  
  172. /* Changes the color of highlighted links*/
  173.  
  174. .res .RES-keyNav-activeElement,
  175. .res .commentarea .RES-keyNav-activeElement .md,
  176. .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  177.     background-color: #111317!important;
  178. }
  179.  
  180. /*Makes the Comments a nice, dark color. This shit is the most infuriating thing in the history of the entire fucking universe*/
  181.  
  182. .comment {
  183.         color: #E0E7EE;
  184. }
  185.  
  186. .res-commentBoxes .comment .comment {
  187. margin-right: 0px;
  188. background-color: #111317;
  189. }
  190.  
  191. .res-commentBoxes .commentarea .comment, .res-commentBoxes .commentarea .comment .comment .comment, .res-commentBoxes .commentarea .comment .comment .comment .comment .comment, .res-commentBoxes .commentarea .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  192.     background-color:#191919!important;
  193. }
  194.  
  195. .res-commentBoxes .commentarea .comment .comment, .res-commentBoxes .commentarea .comment .comment .comment .comment, .res-commentBoxes .commentarea .comment .comment .comment .comment .comment .comment, .res-commentBoxes .commentarea .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  196.     background-color:#222!important;
  197. }
  198.  
  199. /*Changes color of text posts*/
  200.  
  201. .link .usertext .md {
  202. padding: 0 5px;
  203. background-color: rgb(36, 35, 35);
  204. border: 2px solid #AC76FF;
  205. color: white! important;
  206. border-radius: 7px;
  207. }
  208.  
  209. /* Changes color of the Post Boxes */
  210.  
  211. .roundfield {
  212. width: 500px;
  213. background-color: #171A1D;
  214. border-radius: 4px;
  215. padding: 5px 10px 10px 10px;
  216. font-size: large;
  217. color: white;
  218. }
  219.  
  220. /* Changes color of the post information on the top right of posts */
  221.  
  222. .linkinfo {
  223. padding: 5px;
  224. border: 1px solid #AC76FF;
  225. background-color: rgb(36,35,35);
  226. color: white! important;
  227. font-family: arial,helvetica,sans-serif;
  228. font-size: larger;
  229. border-radius: 3px;
  230. }
  231.  
  232. /* Changes text color of the "You are moderator blah blah" */
  233.  
  234. .leavemoderator {
  235. margin: 0;
  236. padding: 5px 0px;
  237. font-size: smaller;
  238. color: gray;
  239. background: none;
  240. }
  241.  
  242. /*(MODS ONLY) changes Mod settings to have no highlighted background */
  243.  
  244. .icon-menu a {
  245. background: none;
  246. }
  247.  
  248. /*Makes the "You are a moderator of the subreddit" clear*/
  249. .titlebox form.toggle, .leavemoderator {
  250. margin: 0;
  251. padding: 5px 0px;
  252. font-size: smaller;
  253. color: gray;
  254. background: none;
  255. }
  256.  
  257. /* Changes the color of text boxes */
  258.  
  259. textarea {
  260. background-color: rgb(35,35,35)! important;
  261. color: white! important;
  262. border: 1px solid;
  263. border-image-source: initial;
  264. border-image-slice: initial;
  265. border-image-width: initial;
  266. border-image-outset: initial;
  267. border-image-repeat: initial;
  268. flex-direction: column;
  269. cursor: auto;
  270. padding: 2px;
  271. white-space: pre-wrap;
  272. }
  273.  
  274. /* submission box text and color*/
  275.    
  276. #title-field.roundfield:before {
  277. content: "NOTE: Check the new queue after posting. If your post doesn't show up, you were spam filtered by mistake! Message the moderators with a link to the submission.";
  278. font-size: 0.86em;
  279. padding: 5px;
  280. border: 1px solid #DB182E! important;
  281. background-color: #DB182E! important;
  282. color: white! important;
  283. font-weight: bold;
  284. display: block;
  285. margin-bottom: 10px;
  286. }
  287.  
  288. /* Changes the color of the "Live Preview" on RES */
  289.  
  290. .res .usertext .usertext-edit .livePreview,
  291. .res .usertext .usertext-edit .livePreview .md {
  292.     background: #333 !important;
  293. }
  294.  
  295. /* (MODS ONLY) Changes the colors of things inside the CSS Page*/
  296.  
  297. body, iframe{
  298. margin: 0;
  299. padding: 0;
  300. color: white! important;
  301. }
  302.  
  303. /*Changes color of "edit subreddit" thingy */
  304. .linefield {
  305. width: 514px;
  306. padding: 7px 5px;
  307. font-size: large;
  308. background-color: #1B1C1D;
  309. margin-bottom: 10px;
  310. }
  311.  
  312.     /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Footer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  313.  
  314. /* Actual footer stuff*/
  315.  
  316. .footer-parent
  317. {
  318.  height:650px;
  319.  padding-bottom:-80px;
  320.  clear:both;
  321.  text-align:center;
  322.  width:100%;
  323.  background-image: url(%%tdlove%%);
  324.  background-repeat:no-repeat;
  325.  margin-bottom:-80px;
  326.  background-position: 50% 0%;
  327. }
  328.  
  329. /* makes the reddit enhancers more invisible, so you can see the footer in night mode */
  330.  
  331. res-nightmode.moderator .linefield, .res-nightmode.moderator .footer-parent .footer {
  332. background: rgb(25, 25, 25);
  333. opacity: 0.5;
  334. }
  335.  
  336.     /* ~~~~~~~~~~~~~~~~~ Extra Stuffs ~~~~~~~~~~~~~~~~~ */
  337.  
  338. /*greentext*/
  339.  
  340. .md blockquote {
  341.     border: 0;
  342.     margin: 0;
  343.     color: #789922;
  344.     display: block;
  345.     line-height: 0.8
  346.     }
  347.  
  348. .md blockquote p:before {
  349.     content: ">";
  350.     float: left;
  351.     display: block;
  352.     }
  353.  
  354. /*Changes thumbnails to be the pony things*/
  355.  
  356. .thumbnail:empty {
  357. background-image: url(%%Yup-haha%%)!important;
  358. }
  359.  
  360. .thumbnail.self {
  361. background-position: 0px -120px!important;
  362. }
  363.  
  364. .thumbnail.default {
  365. background-position: 0px -70px!important;
  366. }
  367.  
  368. .thumbnail.nsfw {
  369. background-position: 0px 0px!important;
  370. }
  371.  
  372. /* Flairs! */
  373.  
  374. .flair{
  375.  padding:0;
  376.  background:none;
  377.  color:black;
  378.  border:0;
  379.  border-radius:0;
  380.  background-image:url(%%spritesheet%%);
  381.  display:inline-block;
  382.  width:16px;
  383.  height:16px;
  384.  text-indent:-9999px;}
  385.  
  386. .flair-rainbowdash {background-position: 0% 0%}
  387. .flair-twilight {background-position: -100% 0%}
  388. .flair-fluttershy {background-position: -200% 0%}
  389. .flair-applejack {background-position: -300% 0%}
  390. .flair-pinkiepie {background-position: 0% -100%}
  391. .flair-rarity {background-position: -100% -100%}
  392. .flair-trixie {background-position: -200% -100%}
  393. .flair-cmc {background-position: -300% -100%} /*Not user selectable. Modflair*/
  394. .flair-luna {background-position: 0% -200%}
  395. .flair-celestia {background-position: -100% -200%}
  396. .flair-derpy {background-position: -200% -200%}
  397. .flair-vinyl {background-position: -300% -200%}
  398. .flair-lyra {background-position: 0% -300%}
  399. .flair-bonbon {background-position: -100% -300%}
  400. .flair-octavia {background-position: -200% -300%}
  401. .flair-doctor {background-position: -300% -300%}
  402. .flair-mac {background-position: 0% -400%}
  403. .flair-colgate {background-position: -100% -400%}
  404. .flair-berry {background-position: -200% -400%}
  405. .flair-pokey {background-position: -300% -400%}
  406. .flair-roseluck {background-position: 0% -500%}
  407. .flair-zecora {background-position: -100% -500%}
  408. .flair-seaswirl {background-position: -200% -500%}
  409. .flair-carrottop {background-position: -300% -500%}
  410. .flair-screwball {background-position: 0% -600%}
  411. .flair-redheart {background-position: -100% -600%}
  412. .flair-caramel {background-position: -200% -600%}
  413. .flair-braeburn {background-position: -300% -600%}
  414. .flair-wonderbolts {background-position: 0% -700%}
  415. .flair-shadowbolts {background-position: -100% -700%}
  416. .flair-scootaloo {background-position: -200% -700%}
  417. .flair-applebloom {background-position: -300% -700%}
  418. .flair-sweetiebelle {background-position: 0% -800%}
  419. .flair-davenport {background-position: -100% -800%}
  420. .flair-cheerilee {background-position: -200% -800%}
  421. .flair-nightmaremoon {background-position: -300% -800%}
  422. .flair-blueblood {background-position: 0% -900%}
  423. .flair-daring {background-position: -100% -900%}
  424. .flair-mrcake {background-position: -200% -900%}
  425. .flair-mrscake {background-position: -300% -900%}
  426. .flair-flam {background-position: 0% -1000%} /*This is flims cutiemark... */
  427. .flair-flim {background-position: -100% -1000%} /*And this is flams*/
  428. .flair-silverspoon {background-position: -200% -1000%}
  429. .flair-diamondtiara {background-position: -300% -1000%}
  430. .flair-snips {background-position: 0% -1100%}
  431. .flair-snails {background-position: -100% -1100%}
  432. .flair-twist {background-position: -200% -1100%}
  433. .flair-gaben {background-position: -300% -1100%}
  434. .flair-sparkler {background-position: 0% -1200%}
  435. .flair-disco {background-position: -100% -1200%}
  436. .flair-fancypants {background-position: -200% -1200%}
  437. .flair-fleur {background-position: -300% -1200%}
  438. .flair-cadence {background-position: 0% -1300%}
  439. .flair-shiningarmor {background-position: -100% -1300%}
  440. .flair-filthyrich {background-position: -200% -1300%}
  441. .flair-hoitytoity {background-position: -300% -1300%}
  442. .flair-cloudchaser {background-position: 0% -1400%}
  443. .flair-flitter {background-position: -100% -1400%}
  444. .flair-lily {background-position: -200% -1400%}
  445. .flair-grannysmith {background-position: -300% -1400%}
  446. .flair-daisy {background-position: 0% -1500%}
  447. .flair-chrysalis {background-position: -100% -1500%}
  448. .flair-lotus {background-position: -200% -1500%}
  449. .flair-aloe {background-position: -300% -1500%}
  450. .flair-drstable {background-position: 0% -1600%}
  451. .flair-sewnsow {background-position: -100% -1600%}
  452. .flair-spitfire {background-position: -200% -1600%}
  453. .flair-mayor {background-position: -300% -1600%}
  454. .flair-surprise {background-position: 0% -1700%}
  455. .flair-maud {background-position: -100% -1700%}
  456. .flair-bulkbiceps {background-position: -200% -1700%}
  457. .flair-spike {background-position: -300% -1700%}
  458. .flair-harshwhinny {background-position: 0% -1800%}
  459. .flair-coco {background-position: -100% -1800%}
  460. .flair-discord {background-position: -200% -1800%} /*Cutie mark from S4 Finale, by /u/RAGErER */
  461. .flair-soarin {background-position: -300% -1800%}
  462. .flair-lightningdust {background-position: 0% -1900%}
  463. .flair-cheesesandwich {background-position: -100% -1900%}
  464. .flair-apathia {background-position: -300% -1900%}
  465. .flair-discentia {background-position: 0% -2000%}
  466. .flair-karma {background-position: -100% -2000%}
  467. .flair-silverstar {background-position: -200% -2000%}
  468. .flair-peachbottom {background-position: -300% -2000%}
  469. .flair-flash {background-position: 0% -2100%}
  470. .flair-flash:hover {background-position: -200% -1900%}
  471. .flair-sunset {background-position: -100% -2100%}
  472. .flair-gilda {background-position: -200% -2100%}
  473. .flair-thunderlane {background-position: -300% -2100%}
  474. .flair-rrainbowdash {background-position: 0 -2200%}
  475. .flair-rtwilightsparkle {background-position: -100% -2200%}
  476. .flair-rfluttershy {background-position: -200% -2200%}
  477. .flair-rapplejack {background-position: -300% -2200%}
  478. .flair-rpinkiepie {background-position: 0 -2300%}
  479. .flair-rrarity {background-position: -100% -2300%}
  480. .flair-flutterbat {background-position: -200% -2300%}
  481. .flair-nightmarity {background-position: -300% -2300%}
  482. .flair-marinesandwich {background-position: 0 -2400%}
  483. .flair-twidash {background-position: -100% -2400%}
  484.  
  485. .roundfield textarea, .roundfield input[type=text], .roundfield input[type=url], .roundfield input[type=password], .roundfield input[type=number] {
  486. font-size: 100%;
  487. width: 492px;
  488. padding: 3px;
  489. margin: 0;
  490. border: 1px solid gray;
  491. background: gray! important;
  492. color: white! important;
  493. }
  494.  
  495. #preview-table>table>tbody>tr>th {
  496. padding: 5px;
  497. padding-right: 15px;
  498. font-weight: bold;
  499. vertical-align: top;
  500. font-size: larger;
  501. text-align: right;
  502. color: white! important;
  503. }
  504.  
  505. /* Changes user name names :D */
  506.  
  507. a.author[href$="RAGErER"] {font-size:0!important; overflow:hidden; display:inline-block; content: "";}
  508. a.author[href$="Tenth-Gear"]:before {font-size:10px!important; visibility:visible!important; content: "Filly Best Waifu"}
  509.  
  510. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   EMOTES   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  511.  
  512. a[href|="/toastlestia"] {
  513.     float:left;
  514.     width:400px;
  515.     height:325px;
  516.     background-repeat:no-repeat;
  517.     background-image:url(%%toastlestia%%);
  518. }
  519.  
  520.  
  521. a[href|="/autographfilly"] {
  522.     float:left;
  523.     width:125px;
  524.     height:89px;
  525.     background-repeat:no-repeat;
  526.     background-image:url(%%autographfilly%%);
  527. }
  528.  
  529. a[href|="/pieorami"] {
  530.     float:left;
  531.     width:150px;
  532.     height: 125px;
  533.     background-repeat:no-repeat;
  534.     background-image:url(%%pieorami%%);
  535. }
  536.  
  537. a[href|="/abclassy"] {
  538.     float:left;
  539.     width:150px;
  540.     height:200px;
  541.     background-repeat:no-repeat;
  542.     background-image:url(%%abclassy%%);
  543. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement