Advertisement
gavin19

dccr

Nov 20th, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.40 KB | None | 0 0
  1. /* Art & Illustration */
  2.  
  3. html:lang(ic) .link:not(.linkflair-art) {
  4.     display: none
  5.     }
  6.  
  7. a[href*="http://ic.reddit.com/r/dccomics#ic"] {
  8.     border-left: 5px solid #ed193a;
  9.     padding: 6px;
  10.     padding-left: 10px;
  11.     line-height: 8px;
  12.     font-weight: normal;
  13.     font-size: 10px;
  14.     color: black;
  15.     width: 100px!important;
  16.     background-color: #f1f1f1;
  17.     display: inline-block;
  18.     margin: 5px;
  19.     margin-left: 10px;
  20. }
  21.  
  22. a[href*="http://ic.reddit.com/r/dccomics#ic"]:hover {
  23.     border-left: 5px solid #ed193a;
  24.     padding: 6px;
  25.     padding-left: 10px;
  26.     line-height: 8px;
  27.     font-weight: normal;
  28.     font-size: 10px;
  29.     color: white;
  30.     width: 100px!important;
  31.     background-color: #696969;
  32.     display: inline-block;
  33.     margin: 5px;
  34.     margin-left: 10px;
  35. }
  36.  
  37. /* Comic Books */
  38.  
  39. html:lang(co) .link:not(.linkflair-comics) {
  40.     display: none
  41.     }
  42.    
  43. a[href*="http://co.reddit.com/r/dccomics#co"] {
  44.     border-left: 5px solid #965ba5;
  45.     padding: 6px;
  46.     padding-left: 10px;
  47.     line-height: 8px;
  48.     font-weight: normal;
  49.     font-size: 10px;
  50.     color: black;
  51.     width: 100px!important;
  52.     background-color: #f1f1f1;
  53.     display: inline-block;
  54.     margin: 5px;
  55.     margin-left: 10px;
  56. }
  57.  
  58. a[href*="http://co.reddit.com/r/dccomics#co"]:hover {
  59.     border-left: 5px solid #965ba5;
  60.     padding: 6px;
  61.     padding-left: 10px;
  62.     line-height: 8px;
  63.     font-weight: normal;
  64.     font-size: 10px;
  65.     color: white;
  66.     width: 100px!important;
  67.     background-color: #696969;
  68.     display: inline-block;
  69.     margin: 5px;
  70.     margin-left: 10px;
  71. }
  72.  
  73. /* General */
  74.  
  75. html:lang(gn) .link:not(.linkflair-general) {
  76.     display: none
  77.     }
  78.  
  79. a[href*="http://gn.reddit.com/r/dccomics#gn"] {
  80.     border-left: 5px solid #8fd03e;
  81.     padding: 6px;
  82.     padding-left: 10px;
  83.     line-height: 8px;
  84.     font-weight: normal;
  85.     font-size: 10px;
  86.     color: black;
  87.     width: 100px!important;
  88.     background-color: #f1f1f1;
  89.     display: inline-block;
  90.     margin: 5px;
  91.     margin-left: 10px;
  92. }
  93.  
  94. a[href*="http://gn.reddit.com/r/dccomics#gn"]:hover {
  95.     border-left: 5px solid #8fd03e;
  96.     padding: 6px;
  97.     padding-left: 10px;
  98.     line-height: 8px;
  99.     font-weight: normal;
  100.     font-size: 10px;
  101.     color: white;
  102.     width: 100px!important;
  103.     background-color: #696969;
  104.     display: inline-block;
  105.     margin: 5px;
  106.     margin-left: 10px;
  107. }
  108.  
  109. /* Fan-made */
  110.  
  111. html:lang(fm) .link:not(.linkflair-fan) {
  112.     display: none
  113.     }
  114.    
  115. a[href*="http://fm.reddit.com/r/dccomics#fm"] {
  116.     border-left: 5px solid #f0c318;
  117.     padding: 6px;
  118.     padding-left: 10px;
  119.     line-height: 8px;
  120.     font-weight: normal;
  121.     font-size: 10px;
  122.     color: black;
  123.     width: 100px!important;
  124.     background-color: #f1f1f1;
  125.     display: inline-block;
  126.     margin: 5px;
  127.     margin-left: 10px;
  128. }
  129.  
  130. a[href*="http://fm.reddit.com/r/dccomics#fm"]:hover {
  131.     border-left: 5px solid #f0c318;
  132.     padding: 6px;
  133.     padding-left: 10px;
  134.     line-height: 8px;
  135.     font-weight: normal;
  136.     font-size: 10px;
  137.     color: white;
  138.     width: 100px!important;
  139.     background-color: #696969;
  140.     display: inline-block;
  141.     margin: 5px;
  142.     margin-left: 10px;
  143. }
  144.  
  145. /* Film + Animation */
  146.  
  147. html:lang(mo) .link:not(.linkflair-movies) {
  148.     display: none
  149.     }
  150.  
  151. a[href*="http://mo.reddit.com/r/dccomics#mo"] {
  152.     border-left: 5px solid #00b8de;
  153.     padding: 6px;
  154.     padding-left: 10px;
  155.     line-height: 8px;
  156.     font-weight: normal;
  157.     font-size: 10px;
  158.     color: black;
  159.     width: 100px!important;
  160.     background-color: #f1f1f1;
  161.     display: inline-block;
  162.     margin: 5px;
  163.     margin-left: 10px;
  164. }
  165.  
  166. a[href*="http://mo.reddit.com/r/dccomics#mo"]:hover {
  167.     border-left: 5px solid #00b8de;
  168.     padding: 6px;
  169.     padding-left: 10px;
  170.     line-height: 8px;
  171.     font-weight: normal;
  172.     font-size: 10px;
  173.     color: white;
  174.     width: 100px!important;
  175.     background-color: #696969;
  176.     display: inline-block;
  177.     margin: 5px;
  178.     margin-left: 10px;
  179. }
  180.  
  181. /* Merchandise */
  182.  
  183. html:lang(me) .link:not(.linkflair-toys) {
  184.     display: none
  185.     }
  186.  
  187. a[href*="http://me.reddit.com/r/dccomics#me"] {
  188.     border-left: 5px solid #004db7;
  189.     padding: 6px;
  190.     padding-left: 10px;
  191.     line-height: 8px;
  192.     font-weight: normal;
  193.     font-size: 10px;
  194.     color: black;
  195.     width: 100px!important;
  196.     background-color: #f1f1f1;
  197.     display: inline-block;
  198.     margin: 5px;
  199.     margin-left: 10px;
  200. }
  201.  
  202. a[href*="http://me.reddit.com/r/dccomics#me"]:hover {
  203.     border-left: 5px solid #004db7;
  204.     padding: 6px;
  205.     padding-left: 10px;
  206.     line-height: 8px;
  207.     font-weight: normal;
  208.     font-size: 10px;
  209.     color: white;
  210.     width: 100px!important;
  211.     background-color: #696969;
  212.     display: inline-block;
  213.     margin: 5px;
  214.     margin-left: 10px;
  215. }
  216.  
  217. /* Video Games */
  218.  
  219. html:lang(vg) .link:not(.linkflair-games) {
  220.     display: none
  221.     }
  222.  
  223. a[href*="http://vg.reddit.com/r/dccomics#vg"] {
  224.     border-left: 5px solid #ff7d00;
  225.     padding: 6px;
  226.     padding-left: 10px;
  227.     line-height: 8px;
  228.     font-weight: normal;
  229.     font-size: 10px;
  230.     color: black;
  231.     width: 100px!important;
  232.     background-color: #f1f1f1;
  233.     display: inline-block;
  234.     margin: 5px;
  235.     margin-left: 10px;
  236. }
  237.  
  238. a[href*="http://vg.reddit.com/r/dccomics#vg"]:hover {
  239.     border-left: 5px solid #ff7d00;
  240.     padding: 6px;
  241.     padding-left: 10px;
  242.     line-height: 8px;
  243.     font-weight: normal;
  244.     font-size: 10px;
  245.     color: white;
  246.     width: 100px!important;
  247.     background-color: #696969;
  248.     display: inline-block;
  249.     margin: 5px;
  250.     margin-left: 10px;
  251. }
  252.  
  253. /* Web Comics */
  254.  
  255. html:lang(wc) .link:not(.linkflair-web) {
  256.     display: none
  257.     }
  258.  
  259. a[href*="http://wc.reddit.com/r/dccomics#wc"] {
  260.     border-left: 5px solid #ee4d9b;
  261.     padding: 6px;
  262.     padding-left: 10px;
  263.     line-height: 8px;
  264.     font-weight: normal;
  265.     font-size: 10px;
  266.     color: black;
  267.     width: 100px!important;
  268.     background-color: #f1f1f1;
  269.     display: inline-block;
  270.     margin: 5px;
  271.     margin-left: 10px;
  272. }
  273.  
  274. a[href*="http://wc.reddit.com/r/dccomics#wc"]:hover {
  275.     border-left: 5px solid #ee4d9b;
  276.     padding: 6px;
  277.     padding-left: 10px;
  278.     line-height: 8px;
  279.     font-weight: normal;
  280.     font-size: 10px;
  281.     color: white;
  282.     width: 100px!important;
  283.     background-color: #696969;
  284.     display: inline-block;
  285.     margin: 5px;
  286.     margin-left: 10px;
  287. }
  288.  
  289. /* r/DCcomics */
  290.  
  291. html:lang(dc) .link:not(.linkflair-rdccomics) {
  292.     display: none
  293.     }
  294.    
  295. a[href*="http://dc.reddit.com/r/dccomics#dc"] {
  296.     border-left: 5px solid #069948;
  297.     padding: 6px;
  298.     padding-left: 10px;
  299.     line-height: 8px;
  300.     font-weight: normal;
  301.     font-size: 10px;
  302.     color: black;
  303.     width: 100px!important;
  304.     background-color: #f1f1f1;
  305.     display: inline-block;
  306.     margin: 5px;
  307.     margin-left: 10px;
  308. }
  309.  
  310. a[href*="http://dc.reddit.com/r/dccomics#dc"]:hover {
  311.     border-left: 5px solid #069948;
  312.     padding: 6px;
  313.     padding-left: 10px;
  314.     line-height: 8px;
  315.     font-weight: normal;
  316.     font-size: 10px;
  317.     color: white;
  318.     width: 100px!important;
  319.     background-color: #696969;
  320.     display: inline-block;
  321.     margin: 5px;
  322.     margin-left: 10px;
  323. }
  324.  
  325. /* Other */
  326.  
  327. html:lang(un) .link:not(.linkflair-other) {
  328.     display: none
  329.     }
  330.  
  331. a[href*="http://un.reddit.com/r/dccomics#un"] {
  332.     border-left: 5px solid #000;
  333.     padding: 6px;
  334.     padding-left: 10px;
  335.     line-height: 8px;
  336.     font-weight: normal;
  337.     font-size: 10px;
  338.     color: black;
  339.     width: 100px!important;
  340.     background-color: #f1f1f1;
  341.     display: inline-block;
  342.     margin: 5px;
  343.     margin-left: 10px;
  344. }
  345.  
  346. a[href*="http://un.reddit.com/r/dccomics#un"]:hover {
  347.     border-left: 5px solid #000;
  348.     padding: 6px;
  349.     padding-left: 10px;
  350.     line-height: 8px;
  351.     font-weight: normal;
  352.     font-size: 10px;
  353.     color: white;
  354.     width: 100px!important;
  355.     background-color: #696969;
  356.     display: inline-block;
  357.     margin: 5px;
  358.     margin-left: 10px;
  359. }
  360.  
  361. /* Spoiler Free */
  362.  
  363. a[href*="/r/DCcomics/search?q=subreddit%3Adccomics+nsfw%3Ano+-spoiler&sort=new&t=all"] {
  364.     padding: 6px;
  365.     padding-left: 15px;
  366.     line-height: 8px;
  367.     font-weight: normal;
  368.     font-size: 10px;
  369.     color: black;
  370.     text-align:center;
  371.     width: 235px!important;
  372.     background-color: #f1f1f1;
  373.     display: inline-block;
  374.     margin: 5px;
  375.     margin-left: 10px;
  376. }
  377.  
  378. a[href*="/r/DCcomics/search?q=subreddit%3Adccomics+nsfw%3Ano+-spoiler&sort=new&t=all"]:hover {
  379.     padding: 6px;
  380.     padding-left: 15px;
  381.     line-height: 8px;
  382.     font-weight: normal;
  383.     font-size: 10px;
  384.     color: white;
  385.     text-align:center;
  386.     width: 235px!important;
  387.     background-color: #696969;
  388.     display: inline-block;
  389.     margin: 5px;
  390.     margin-left: 10px;
  391. }
  392.  
  393. .side a[href*="http://www.reddit.com/r/dccomics#"]{
  394.     padding: 6px;
  395.     padding-left: 15px;
  396.     line-height: 8px;
  397.     font-weight: normal;
  398.     font-size: 10px;
  399.     color: black;
  400.     text-align:center;
  401.     width: 235px!important;
  402.     background-color: #f1f1f1;
  403.     display: inline-block;
  404.     margin: 5px;
  405.     margin-left: 10px;
  406. }
  407.  
  408. .side a[href*="http://www.reddit.com/r/dccomics#"]:hover {
  409.     padding: 6px;
  410.     padding-left: 15px;
  411.     line-height: 8px;
  412.     font-weight: normal;
  413.     font-size: 10px;
  414.     color: white;
  415.     text-align:center;
  416.     width: 235px!important;
  417.     background-color: #696969;
  418.     display: inline-block;
  419.     margin: 5px;
  420.     margin-left: 10px;
  421. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement