Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 78.99 KB | None | 0 0
  1. body {
  2.     background-color: #f1f1f1;
  3.     color: #3b3b3b;
  4.     font-family: verdana, sans-serif;
  5. }
  6.  
  7. /* Spoiler tag within comments */  
  8.  
  9. a[href$="/spoiler"] {  
  10.   background: #000 !important;
  11.   color: #000 !important  
  12. }
  13. a[href$="/spoiler"]:hover {  
  14.   color: #FFF !important  
  15. }
  16.  
  17. a[href$="#spoiler"] {  
  18.   background: #000 !important;
  19.   color: #000 !important  
  20. }
  21. a[href$="#spoiler"]:hover {  
  22.   color: #FFF !important  
  23. }
  24.  
  25. /* End Spoiler Tag*/
  26.  
  27. /* Change NSFW to Spoiler */
  28.  
  29. .marknsfw-button, .unmarknsfw-button  {
  30.     font-size:0;    
  31.     }
  32. .marknsfw-button .togglebutton:after {
  33.     content:'spoiler';
  34.     font-size:10px;
  35.     color: #0669ab;
  36.     }
  37. .unmarknsfw-button .togglebutton:after {
  38.     content:'un-spoiler';
  39.     color: #0669ab;
  40.     font-size:10px;
  41.     }
  42. .nsfw-stamp acronym{
  43.     border: #ed453f 1px solid!important;
  44.     display:inline-block;
  45.     font-size:0px!important;
  46.     letter-spacing:0px;
  47.     overflow:hidden;
  48.     vertical-align:bottom;
  49.     margin-bottom:-1px;content:""
  50.     }
  51. .entry .buttons li.nsfw-stamp{
  52.     line-height:.4em
  53.     }
  54. .nsfw-stamp acronym:after{
  55.     content:"SPOILERS!"!important;
  56.     font-size:x-small!important;
  57.     text-decoration:none;
  58.     line-height:1em
  59.     }
  60. .thumbnail.nsfw {
  61.     background:url(%%LinkFlairThumbnails%%)!important;
  62.     background-position: 0px -500px!important;
  63.     width:70px;
  64.     height:70px!important;
  65.     z-index: 1000;
  66.     }
  67.  
  68. /* End change NSFW to Spoiler */
  69.  
  70. /* Change vote arrows*/
  71.  
  72. .arrow.up {
  73.   background-image: url(%%votes%%);
  74.   background-position: 0px -75px;
  75.   height: 20px;
  76.   width: 20px;
  77. }
  78.  
  79. .arrow.upmod {
  80.   background-image: url(%%votes%%);
  81.   background-position: 0px -50px;
  82.   height: 20px;
  83.   width: 20px;  
  84. }
  85.  
  86. .arrow.down { background-image: url(%%votes%%);
  87.   background-position: 0px -25px;
  88.   height: 20px;
  89.   width: 20px;
  90. }
  91.  
  92. .arrow.downmod {
  93.   background-image: url(%%votes%%);
  94.   background-position: 0px 0px;
  95.   height: 20px;
  96.   width: 20px;
  97. }
  98.  
  99. .normallink .midcol{
  100.   width:30px;
  101. }
  102.  
  103. .likes .score.likes {
  104.   color:#ce1700
  105. }
  106. .dislikes .score.dislikes {
  107.   color:#02a915
  108. }*/
  109.  
  110. .midcol{
  111.   width:30px!important;
  112. }
  113.  
  114. /* Upvote animation */
  115.  
  116. .thing .upmod:focus::after{
  117.     content:"";
  118.     font-size:12px;
  119.     margin-left:1px;
  120.     position:relative;
  121.     color:#FF4500;
  122.     bottom:18px;
  123.     opacity:0.0;
  124.     -webkit-animation-name:dcupmod;
  125.     -moz-animation-name:dcupmod;
  126.     -webkit-animation-duration:2.0s;
  127.     -moz-animation-duration:2.0s;
  128.     -webkit-animation-timing-function:ease-out;
  129.     -moz-animation-timing-function:ease-out;
  130.     -webkit-animation-iteration-count:1;
  131.     -moz-animation-iteration-count:1;
  132.     animation-name:dcupmod;
  133.     animation-duration:2.0s;
  134.     animation-timing-function:ease-out;
  135.     animation-iteration-count:1;
  136.     animation-play-state:running;
  137.     z-index:9000;
  138. }
  139.  
  140. @-webkit-keyframes dcupmod {
  141.     0%{color:#FF8C69}
  142.     8%{bottom:23px;opacity:1.0}
  143.     15%{bottom:28px}
  144.     30%{color:#FF0000}
  145.     50%{color:red;bottom:33px}
  146.     60%{color:#FF4500}
  147.     100%{bottom:38px;opacity:0.0}
  148. }
  149.  
  150. @-moz-keyframes dcupmod {
  151.     0%{color:#FF8C69}
  152.     8%{bottom:23px;opacity:1.0}
  153.     15%{bottom:28px}
  154.     30%{color:#FF0000}
  155.     50%{color:red;bottom:33px}
  156.     60%{color:#FF4500}
  157.     100%{bottom:38px;opacity:0.0}
  158. }
  159.  
  160. @keyframes dcupmod {
  161.     0%{color:#FF8C69}
  162.     8%{bottom:23px;opacity:1.0}
  163.     15%{bottom:28px}
  164.     30%{color:#FF0000}
  165.     50%{color:red;bottom:33px}
  166.     60%{color:#FF4500}
  167.     100%{bottom:38px;opacity:0.0}
  168. }
  169.  
  170. .thing[data-fullname$="a"]>.midcol>.upmod:focus::after{content:"Join them in the Sun!"}
  171. .thing[data-fullname$="b"]>.midcol>.upmod:focus::after{content:"In Brightest Day!"}
  172. .thing[data-fullname$="c"]>.midcol>.upmod:focus::after{content:"All will be well!"}
  173. .thing[data-fullname$="d"]>.midcol>.upmod:focus::after{content:"Darkseid is!"}
  174. .thing[data-fullname$="e"]>.midcol>.upmod:focus::after{content:"Boosterrific!"}
  175. .thing[data-fullname$="f"]>.midcol>.upmod:focus::after{content:"SHAZAM!"}
  176. .thing[data-fullname$="g"]>.midcol>.upmod:focus::after{content:"X'Hal!"}
  177. .thing[data-fullname$="h"]>.midcol>.upmod:focus::after{content:"Solomon Grundy wants pants too!"}
  178. .thing[data-fullname$="i"]>.midcol>.upmod:focus::after{content:"Schway!"}
  179. .thing[data-fullname$="j"]>.midcol>.upmod:focus::after{content:"Athena guides us!"}
  180. .thing[data-fullname$="k"]>.midcol>.upmod:focus::after{content:"Cheese it, Ted!"}
  181. .thing[data-fullname$="l"]>.midcol>.upmod:focus::after{content:"Kneel before Zod!"}
  182. .thing[data-fullname$="m"]>.midcol>.upmod:focus::after{content:"Titans together!"}
  183. .thing[data-fullname$="n"]>.midcol>.upmod:focus::after{content:"Flash fact!"}
  184. .thing[data-fullname$="o"]>.midcol>.upmod:focus::after{content:"Outrageous tale, ol chum!"}
  185. .thing[data-fullname$="p"]>.midcol>.upmod:focus::after{content:"The brave and the bold!"}
  186. .thing[data-fullname$="q"]>.midcol>.upmod:focus::after{content:"All-Star!"}
  187. .thing[data-fullname$="r"]>.midcol>.upmod:focus::after{content:"Are you Green Lantern?"}
  188. .thing[data-fullname$="s"]>.midcol>.upmod:focus::after{content:"In Blackest Night!"}
  189. .thing[data-fullname$="t"]>.midcol>.upmod:focus::after{content:"Me am hate you!"}
  190. .thing[data-fullname$="u"]>.midcol>.upmod:focus::after{content:"The hero Gotham deserves!"}
  191. .thing[data-fullname$="v"]>.midcol>.upmod:focus::after{content:"Hero of the beach!"}
  192. .thing[data-fullname$="w"]>.midcol>.upmod:focus::after{content:"Third smartest person in the world!"}
  193. .thing[data-fullname$="x"]>.midcol>.upmod:focus::after{content:"Show those Poozers!"}
  194. .thing[data-fullname$="y"]>.midcol>.upmod:focus::after{content:"Holy sardine, Batman!"}
  195. .thing[data-fullname$="z"]>.midcol>.upmod:focus::after{content:"Find a quiver for this arrow!"}
  196. .thing[data-fullname$="1"]>.midcol>.upmod:focus::after{content:"Annataz Setovpu!"}
  197. .thing[data-fullname$="2"]>.midcol>.upmod:focus::after{content:"Riddle me this!"}
  198. .thing[data-fullname$="3"]>.midcol>.upmod:focus::after{content:"Rise, the Demon Etrigan!"}
  199. .thing[data-fullname$="4"]>.midcol>.upmod:focus::after{content:"Hotter than Oliver's chili!"}
  200. .thing[data-fullname$="5"]>.midcol>.upmod:focus::after{content:"Booyah!"}
  201. .thing[data-fullname$="6"]>.midcol>.upmod:focus::after{content:"Nok!"}
  202. .thing[data-fullname$="7"]>.midcol>.upmod:focus::after{content:"Khaji Da!"}
  203. .thing[data-fullname$="8"]>.midcol>.upmod:focus::after{content:"Whelming!!"}
  204. .thing[data-fullname$="9"]>.midcol>.upmod:focus::after{content:"Rise!"}
  205. .thing[data-fullname$="0"]>.midcol>.upmod:focus::after{content:"Ace the cloak!"}
  206.  
  207. .thing .upmod:focus:after{
  208.     white-space:nowrap
  209. }
  210.  
  211. .midcol, .last-clicked.midcol {
  212.     overflow: visible!important;
  213. }
  214.  
  215. .res-commentBoxes .commentarea .comment {
  216.     overflow: visible!important;
  217. }
  218.  
  219. .rank{
  220.     padding-left:10px;
  221. }
  222.  
  223. .single-page .midcol{
  224.     padding-left:15px!important;
  225. }
  226.  
  227. /* Downvote message on hover */
  228.  
  229. .arrow.down:hover:before{
  230.     position:fixed;
  231.     display:block;
  232.     z-index:1000;
  233.     padding:6px 10px;
  234.     content:"Downvoting says: This does not contribute to the discussion. Are you sure?";
  235.     content:"Downvote because content does not contribute to ANYONE in the community, not because you personally dislike like it.";
  236.     text-align:center;
  237.     bottom:0;
  238.     width:100%;
  239.     left:0;
  240.     color:white;
  241.     font-size:18px;
  242.     background-color:#990000;
  243.     }
  244.  
  245.  
  246. /* End Downvote message on hover */
  247.  
  248. /*Replace subreddit readers with something else*/
  249.  
  250. .subscribers .word, .users-online .word{
  251.     display:none;
  252. }
  253. .subscribers .number:after {
  254.     content: " Justice League members"
  255. }
  256. .users-online .number:after {  
  257.     content: " now on patrol";
  258. }
  259.  
  260.  
  261. /*Elements at the top of the page*/
  262.  
  263. /*Header Background*/
  264.  
  265. #header{
  266.   height: 200px;
  267.   padding: 0px 0 0;
  268.   background-image: url(%%Head-Banner-47%%);
  269.   background-color:#003f5e;
  270.   border-bottom: 1px #002a3e;
  271.   background-repeat: no-repeat;
  272.   box-shadow: 0px -0px 6px #555;
  273. }
  274.  
  275. /*Necessary spacer for page content*/
  276.  
  277. .content {
  278.   z-index:1;
  279.   margin:20px 5px 0px 5px;
  280. }
  281.  
  282. /*End changes your reddit's name at the top of the page to an image*/
  283.  
  284. /*Hides the default alien image*/
  285.  
  286. #header-img {
  287.   height: 0px;
  288.   width: 250px;
  289.   margin-top: 0px;
  290.   margin-right: 0px;
  291.   margin-left: 0px;
  292. }
  293.  
  294. /*End hides the default alien image*/
  295.  
  296. /*Align everything nicely*/
  297.  
  298. #header-img-a,
  299.   .redditname a,
  300.   .tabmenu {
  301.   display: inline;
  302.   float: left;
  303. }
  304.  
  305. /*End align everything nicely*/
  306.  
  307. /*End Elements at the top of the page*/
  308.  
  309. /*Tab Menu Customization*/
  310.  
  311. .tabmenu{
  312.   background-color: #012d41;
  313.   position: absolute;
  314.   font-size: 12px;
  315.   margin-left: -575px;
  316.   margin-top: 140px;
  317.   border-radius: 2px;
  318.   vertical-align:bottom;
  319.   list-style-type:none;
  320.   white-space:nowrap;
  321.   display:inline-block;
  322.   height: 30px!important;
  323. }
  324.  
  325. .tabmenu li{
  326.   padding: 4px 0px;
  327.   display: block;
  328.   float: left;
  329.   margin: 0px 3px;
  330. }
  331.  
  332. .tabmenu li a{
  333.   color: #ffffff;
  334.   font-weight: normal;
  335.   background-color: transparent;
  336.   border: 0pt none;
  337.   text-shadow: 0pt 1px 0pt #000000;
  338.   padding-left: 20px;
  339.   padding-right: 20px;
  340.   vertical-align: middle;
  341. }
  342.  
  343. .tabmenu li.selected a{
  344.   color: #00a9d9;
  345.   font-weight: normal;
  346.   background-color: transparent;
  347.   border: 0pt none;
  348.   text-shadow: 0pt 1px 0pt #000000;
  349.   padding-left: 20px;
  350.   padding-right: 20px;
  351.   vertical-align: middle;
  352. }
  353.  
  354. /*End Tab Menu Customization*/
  355.  
  356. /*Fixes the Tab Menu on the submitting links page*/
  357.  
  358. .tabmenu.formtab {
  359.   display:block;
  360.   margin-left: 375px;
  361.   margin-top: -45px;
  362.   vertical-align:bottom;
  363.   padding-left: 10px;
  364.   padding-right: 10px;
  365.   height: 30px!important;
  366. }
  367. .tabmenu.formtab li a{
  368.   color: #ffffff;
  369.   font-size: 12px;
  370.   font-weight: normal;
  371.   background-color: transparent;
  372.   border: 0pt none;
  373.   text-shadow: 0pt 1px 0pt #000000;
  374.   padding-left: 20px;
  375.   padding-right: 20px;
  376.   vertical-align: middle;
  377. }
  378. .tabmenu.formtab li.selected a{
  379.   color: #00a9d9;
  380.   font-size: 12px;
  381.   font-weight: normal;
  382.   background-color: transparent;
  383.   border: 0pt none;
  384.   text-shadow: 0pt 1px 0pt #000000;
  385.   padding-left: 20px;
  386.   padding-right: 20px;
  387.   vertical-align: middle;
  388. }
  389.  
  390. /* Fixes the Tab Menu on the submitting links page*/
  391.  
  392. /* Sidebar customization */
  393.  
  394. div.side {
  395.     padding: 0px;
  396.     padding-top: 475px!important;
  397.     margin-top: 45px;
  398.     background: url(%%CotM29-Zatanna%%)no-repeat
  399.     }  
  400.  
  401. .side .md [href="//redd.it/2ktqrp"] {
  402.     position: absolute;
  403.     top: 218px;
  404.     right: 0%;
  405.     margin-right: 5px;
  406.     width: 300px;
  407.     height: 476px;
  408. }
  409.  
  410. .sidecontentbox ul.content{
  411.     background-color: #fff;
  412.     border: 0px!important;
  413. }
  414.  
  415. .side a[href*="/r/DCcomics/wiki/flair"]{
  416.     padding: 6px;
  417.     padding-left: 10px;
  418.     line-height: 8px;
  419.     font-weight: normal;
  420.     font-size: 10px;
  421.     color: black;
  422.     width: 235px!important;
  423.     text-align: center;
  424.     background-color: #f1f1f1;
  425.     display: inline-block;
  426.     margin: 5px;
  427.     margin-left: 10px;
  428. }
  429.  
  430. .side a[href*="/r/DCcomics/wiki/flair"]:hover {
  431.     padding: 6px;
  432.     padding-left: 10px;
  433.     line-height: 8px;
  434.     font-weight: normal;
  435.     font-size: 10px;
  436.     color: white;
  437.     width: 235px!important;
  438.     text-align: center;
  439.     background-color: #696969;
  440.     display: inline-block;
  441.     margin: 5px;
  442.     margin-left: 10px;
  443. }
  444.  
  445. /* End sidebar customization */
  446.  
  447. /*Announcement Box*/
  448.  
  449. .titlebox .md h3:last-of-type {
  450.     display: block;
  451.     position:absolute;
  452.     min-width: 200px;
  453.     top: 210px;
  454.     left: 41px;
  455.     background-color: #e5e5e5;
  456.     border: 1px;
  457.     border-color: #696969;
  458.     border-radius: 3px;
  459.     z-index: 300;
  460.     padding: 4px;
  461.     padding-left: 20px;
  462.     padding-right: 20px;
  463.     overflow: hidden;
  464.     font-weight: normal;
  465.     font-size: 10px;
  466.     text-align: left;
  467.     vertical-align: text-bottom;
  468.     height: 18px;
  469.     }
  470. .titlebox .md h3:last-of-type a{
  471.     font-weight: bold;
  472.     }
  473. .titlebox .md h3:last-of-type a:hover{
  474.     text-decoration:underline
  475.     }
  476. div.content {margin-top: 45px;}     /* <--- THIS IS THE LINE TO EDIT */
  477.  
  478. /*End Announcement Box*/
  479.  
  480. /* Link flair classification*/
  481.  
  482. .flat-list.buttons a.flairselectbtn{
  483.     font-size:0;
  484.     }
  485. .flat-list.buttons a.flairselectbtn:after {
  486.     content: " assign category";
  487.     font-size:10px;
  488.     color: #0669ab;
  489.     }
  490.  
  491. /* End link flair classification*/
  492.  
  493. /* Numbered list edit for sidebar */
  494.  
  495. .titlebox .md ol{
  496.     counter-reset:li;
  497. }
  498.  
  499. .titlebox .md ol>li{
  500.     position:relative;
  501.     margin:0 0 6px 0px;
  502.     padding:4px 8px;
  503.     list-style:none;
  504.     border-top:1px solid #f1f1f1;
  505.     border-bottom:1px solid #f1f1f1;
  506.     border-right:1px solid #f1f1f1;
  507.     background:#fdfdfd;
  508. }
  509.  
  510. .titlebox .md ol>li:before{
  511.     content:counter(li);
  512.     counter-increment:li;
  513.     position:absolute;
  514.     top:-1px;
  515.     left:-26px;
  516.     bottom:-1px;
  517.     width:26px;
  518.     border-right:1px solid #eee;
  519.     margin-right:4px;
  520.     padding:4px 0;
  521.     border-top:2px solid #f1f1f1;
  522.     color:#666;
  523.     background:#f1f1f1;
  524.     font-weight:bold;
  525.     text-align:center;font-size:12px
  526. }
  527.  
  528. /*Hides the default alien image*/
  529.  
  530. #header-img {
  531.   height: 121px;
  532.   width: 225px;
  533.   position: absolute;
  534.   left: 40px;
  535.   margin-top:10px;
  536. }
  537.  
  538. /* Changes your reddit's name at the top of the page to an image*/
  539. .pagename a {
  540.   display: inline-block;
  541.   background-repeat: no-repeat;
  542.   margin-top: 83px;
  543.   margin-left: 265px;
  544.   padding-bottom:0px;
  545. }
  546. .hover.pagename.redditname{
  547.   color: white;
  548.   position: relative;
  549.   top: 110px;
  550. }
  551. .redditname a{
  552.   background:url(%%rDCcomics%%);
  553.   height: 42px;
  554.   width: 342px;
  555.   padding-bottom:10px;
  556.   background-repeat: no-repeat;
  557.   text-indent: -9000px;
  558. }
  559. .side .redditname a{
  560.     height: -0px;
  561.     max-width: 0px;
  562. }
  563.  
  564. /* End Changes your reddit's name at the top of the page to an image*/
  565.  
  566. /* Move searchbar to top of page */
  567.  
  568. body:not(.search-page) #search{
  569.   position:absolute;
  570.   top: 43px;
  571.   height: 30px;
  572.   z-index: 300;
  573. }
  574. #search input[type=text] {
  575.   border:1px solid rgb(170, 170, 170);
  576.   border-radius: 5px;
  577.   background-image: url(%%tabmenu%%);
  578.   background-repeat: repeat-x;
  579.   font-size:12px;
  580.   width:290px;
  581.   padding:4px;
  582. }
  583.  
  584. .sidecontentbox .helplink + .title h1 {
  585.     font-size: 0 !important;
  586.     content: '';
  587. }
  588. .sidecontentbox .helplink + .title h1:before {
  589.     font-size: 11px !important;
  590.     padding-bottom: 2px;
  591.     line-height: 15px;
  592.     vertical-align: text-bottom;
  593.     content: 'Mod Team';
  594. }
  595.  
  596. /* Move searchbar to top of page */
  597.  
  598. #header-bottom-right {
  599.     top:208px!important;
  600.     background-color: #f1f1f1;
  601.     margin-right: 8px;
  602. }
  603.  
  604.  
  605. /*-------------------*/
  606.  
  607.  
  608. /* Autowikibot hover to display by /u/Dropping_fruits */
  609. /* Code updates and discussion: http://redd.it/1vr0r2 */
  610.  
  611. .comment .md h5+h6+h4+p,.comment .md h5+h6+h4+p+hr,.comment .md h5+h6+h4+p+hr+blockquote,.comment .md h5+h6+h4+p+hr+blockquote+hr,.comment .md h5+h6+h4+p+hr+blockquote+hr+p,.comment .md h5+h6+h4+p+hr+blockquote+hr+p+p {
  612.     display: none;
  613. }
  614.  
  615. .comment .md:hover h5+h6+h4+p,.comment .md:hover h5+h6+h4+p+hr,.comment .md:hover h5+h6+h4+p+hr+blockquote,.comment .md:hover h5+h6+h4+p+hr+blockquote+hr,.comment .md:hover h5+h6+h4+p+hr+blockquote+hr+p,.comment .md:hover h5+h6+h4+p+hr+blockquote+hr+p+p {
  616.     display: block;
  617. }
  618.  
  619. .comment .md h5+h6+h4:after {
  620.     content: "Autowikibot post - hover to view";
  621. }
  622.  
  623. .comment .md:hover h5+h6+h4:after {
  624. content: ""
  625. }
  626.  
  627. /* Automoderator Force Namechange */
  628.  
  629. .author[href$="/AutoModerator"]:after {
  630.     content: "Brother EYE";
  631.     visibility: visible !important;
  632.     font-size: 10px;
  633.     color: #369;
  634.     position: relative;
  635.     }
  636.    
  637. .side .author[href$="/AutoModerator"]:after {
  638.     content: "Brother EYE";
  639.     visibility: visible !important;
  640.     font-size: 12px;
  641.     position: relative;
  642.     }
  643.    
  644. .author[href$="/AutoModerator"] {
  645.     font-size: 0px;
  646.     visibility: hidden;
  647.     }
  648.  
  649. .comments-page .usertext-edit .bottom-area::before {
  650.     content: 'Please adhere to the few rules in the sidebar when participating';
  651.     color: #003300;
  652.     display: block;
  653.     background-color: #00cc33;
  654.     padding: 6px;
  655.     font-size: 10px;
  656.     font-weight: bold;
  657.     text-align:center;
  658.     margin: 2px 0;
  659.     border-radius: 3px;
  660.     border: 1px solid #339900;
  661.     }
  662.  
  663. .link[data-ups="2"][data-downs="0"] .down,
  664. .link[data-ups="1"][data-downs="0"] .down,
  665. .link[data-ups="1"][data-downs="1"] .down,
  666. .link[data-ups="0"][data-downs="1"] .down,
  667. .link[data-ups="0"][data-downs="2"] .down,
  668. .link[data-ups="0"][data-downs="0"] .down{
  669.   position:relative;
  670.   z-index:-1;
  671.   opacity:0.3;
  672. }
  673.  
  674. .morelink{
  675.     font-weight:normal;
  676.     letter-spacing:0;
  677.     background:#003f5e;
  678.     border: none;
  679.     -moz-border-radius:2px;
  680.     -webkit-border-radius:2px;
  681.     -o-border-radius:2px;
  682.     -ms-border-radius:2px;
  683.     -khtml-border-radius:2px;
  684.     border-radius:2px;
  685.     height: 30px;
  686.     line-height: 30px;
  687.     overflow: hidden;
  688.     color: white;
  689. }
  690.  
  691. .morelink:hover{
  692.     background:#696969;
  693.     background-color: #696969;
  694.     border-color: #8D8D8D;
  695. }
  696.  
  697. .morelink .nub{
  698.     display: none;
  699. }
  700.  
  701. .morelink{
  702.     color:#FFF;
  703.     font-family:Verdana, Arial, sans-serif;
  704.     font-size:16px;
  705.     width: 145px;
  706. }
  707.  
  708. .sidebox.create{
  709.     display:none!important;
  710. }
  711.  
  712. .morelink a, .morelink a:hover{
  713.     color: #fff;
  714. }
  715.  
  716. .sidebox.submit-link .morelink::before{
  717.     display: block;
  718.     clear: none;
  719.     content: "Submit a Link";
  720.     font-size: 95%;
  721. }
  722.  
  723. .sidebox.submit-text .morelink::before{
  724.     display: block;
  725.     clear: none;
  726.     content: "Or a Self Post";
  727.     font-size: 90%;
  728. }
  729.  
  730. .sidebox.submit .morelink a{
  731.     position: absolute;
  732.     top: 0;
  733.     padding-left: 1000px;
  734.     font-size: 0px;
  735.     text-align: right;
  736.     color: #56a6f7;
  737. }
  738.  
  739. .sidebox.submit.submit-link {
  740.     width: 150px;
  741. }
  742.  
  743. .sidebox.submit.submit-text
  744. {
  745.     margin-top: -42px;
  746.     margin-left: 153px;
  747. }
  748.  
  749.  
  750. .sidebox.submit:hover:before{
  751.     position:fixed;
  752.     display:block;
  753.     z-index:1000;
  754.     padding:6px 10px;
  755.     content:"Have a question? Try asking in the weekly Ask the Veterans post every Sunday!";
  756.     text-align:center;
  757.     bottom:0;
  758.     width:100%;
  759.     left:0;
  760.     color:#ffffff!important;
  761.     text-shadow: 0px 0px;
  762.     border: 0px!important;
  763.     font-size:12px;
  764.     background-color:#009900;
  765. }
  766.  
  767. .report-button .option:not(.error):hover:before{
  768.     position:fixed;
  769.     display:block;
  770.     z-index:1000;
  771.     padding:6px 10px;
  772.     content:"Message the moderators to ensure a swift response.";
  773.     text-align:center;
  774.     bottom:0;
  775.     width:100%;
  776.     left:0;
  777.     color:white;
  778.     font-size:12px;
  779.     background-color:#009900;
  780. }
  781.  
  782. .comments-page #noresults:after {
  783.     content: "... so go ahead and tell us what you think!";
  784. }
  785.  
  786. .titlebox{
  787.     padding:7px;
  788.     background-color:#fff;
  789.     color:#000
  790. }
  791. .titlebox .bottom{
  792.     border:0
  793. }
  794. .titlebox form.toggle{
  795.     background-color:transparent}
  796. .titlebox .usertext{margin:15px 0;line-height:120%;font-size:small}
  797. .titlebox .usertext .md{margin:0;padding:0;overflow:visible}
  798.  
  799. .titlebox .usertext .md>h1{
  800.     background-color:#012d41;
  801.     color:#FFF;
  802.     text-shadow: 1px 1px 4px #000;
  803.     padding:15px 15px;
  804.     border-top:1px solid #77daf5!important;
  805.     border-bottom:1px solid #000!important;
  806.     margin-bottom:15px;
  807.     margin-top:20px;
  808.     margin-right:-7px;
  809.     margin-left:-12px;
  810.     z-index:100;
  811.     font: Arial;
  812.     font-size:16px;
  813.     font-weight: bold;
  814.     box-shadow: 2px 2px 5px #000;
  815.     }
  816.  
  817. .sitetable{font-family:verdana,sans-serif;clear:left}
  818. .infobar{overflow:hidden;margin:4 4 10px}
  819. .content{margin-left: 10px}
  820. .link, .link.last-clicked{position:relative;margin-right:320px;padding:8px;background-color:#fff}
  821. .link.promotedlink{margin-right:0px}
  822.  
  823.  
  824. /* Link Flair */
  825.  
  826. .link .flair {
  827. margin-top: 0px!important;
  828. }
  829.  
  830. .flairoptionpane li {
  831.     position: relative;
  832. }
  833. .flairoptionpane .linkflairlabel {
  834.     text-indent: 0;
  835.     width: auto;
  836. }
  837.  
  838. .linkflairlabel {
  839.     position: absolute;
  840.     top: 0px;
  841.     left: 0px;
  842.     display: block;
  843.     height:20px;
  844.     border:none!important;
  845.     width:25px;
  846.     padding:0!important;
  847.     text-indent:-100px;
  848.     z-index: 9000;
  849.     background: transparent;
  850.     -webkit-transition:background-position .2s ease-in-out,width .5s ease-in-out,padding .5s ease-out,height .5s ease-in-out;
  851.     -moz-transition:background-position .2s ease-in-out,width .5s ease-in-out,padding .5s ease-out,height .5s ease-in-out;
  852.     -ms-transition:background-position .2s ease-in-out,width .5s ease-in-out,padding .5s ease-out,height .5s ease-in-out;
  853.     -o-transition:background-position .2s ease-in-out,width .5s ease-in-out,padding .5s ease-out,height .5s ease-in-out;
  854.     transition:background-position .2s ease-in-out,width .5s ease-in-out,padding .5s ease-out,height .5s ease-in-out;
  855. }
  856.  
  857. .linkflair-art .thumbnail {
  858.     background-image: url(%%LinkFlairThumbnails%%);
  859.     background-position: 0px 0px;
  860.     width: 70px;
  861.     height: 50px;
  862. }
  863. .linkflair-art div.entry p .linkflairlabel {
  864.     background:url(%%LinkCategoryLabelSheet%%);
  865.     background-position:-280px 0px;
  866.     background-repeat:no-repeat;
  867. }
  868. .linkflair-art div.entry p .linkflairlabel:hover{
  869.     background-position:0px 0px;
  870. }
  871.  
  872. .linkflair-comics .thumbnail {
  873.     background-image: url(%%LinkFlairThumbnails%%);
  874.     background-position: 0px -50px;
  875.     width: 70px;
  876.     height: 50px;
  877. }
  878. .linkflair-comics div.entry p .linkflairlabel {
  879.     background:url(%%LinkCategoryLabelSheet%%);
  880.     background-position:-280px -60px;
  881.     background-repeat:no-repeat;
  882. }
  883. .linkflair-comics div.entry p .linkflairlabel:hover{
  884.     background-position:0px -60px;
  885. }
  886.  
  887. .linkflair-general .thumbnail {
  888.     background-image: url(%%LinkFlairThumbnails%%);
  889.     background-position: 0px -200px;
  890.     width: 70px;
  891.     height: 50px;
  892. }
  893. .linkflair-general div.entry p .linkflairlabel {
  894.     background:url(%%LinkCategoryLabelSheet%%);
  895.     background-position:-280px -240px;
  896.     background-repeat:no-repeat;
  897. }
  898. .linkflair-general div.entry p .linkflairlabel:hover{
  899.     background-position:0px -240px;
  900. }
  901.  
  902. .linkflair-fan .thumbnail {
  903.     background-image: url(%%LinkFlairThumbnails%%);
  904.     background-position: 0px -100px;
  905.     width: 70px;
  906.     height: 50px;
  907. }
  908. .linkflair-fan div.entry p .linkflairlabel {
  909.     background:url(%%LinkCategoryLabelSheet%%);
  910.     background-position:-280px -120px;
  911.     background-repeat:no-repeat;
  912. }
  913. .linkflair-fan div.entry p .linkflairlabel:hover{
  914.     background-position:0px -120px;
  915. }
  916.  
  917. .linkflair-movies .thumbnail {
  918.     background-image: url(%%LinkFlairThumbnails%%);
  919.     background-position: 0px -150px;
  920.     width: 70px;
  921.     height: 50px;
  922. }
  923. .linkflair-movies div.entry p .linkflairlabel {
  924.     background:url(%%LinkCategoryLabelSheet%%);
  925.     background-position:-280px -180px;
  926.     background-repeat:no-repeat;
  927. }
  928. .linkflair-movies div.entry p .linkflairlabel:hover{
  929.     background-position:0px -180px;
  930. }
  931.  
  932. .linkflair-toys .thumbnail {
  933.     background-image: url(%%LinkFlairThumbnails%%);
  934.     background-position: 0px -250px;
  935.     width: 70px;
  936.     height: 50px;
  937. }
  938. .linkflair-toys div.entry p .linkflairlabel {
  939.     background:url(%%LinkCategoryLabelSheet%%);
  940.     background-position:-280px -300px;
  941.     background-repeat:no-repeat;
  942. }
  943. .linkflair-toys div.entry p .linkflairlabel:hover{
  944.     background-position:0px -300px;
  945. }
  946.  
  947. .linkflair-games .thumbnail {
  948.     background-image: url(%%LinkFlairThumbnails%%);
  949.     background-position: 0px -300px;
  950.     width: 70px;
  951.     height: 50px;
  952. }
  953. .linkflair-games div.entry p .linkflairlabel {
  954.     background:url(%%LinkCategoryLabelSheet%%);
  955.     background-position:-280px -360px;
  956.     background-repeat:no-repeat;
  957. }
  958. .linkflair-games div.entry p .linkflairlabel:hover{
  959.     background-position:0px -360px;
  960. }
  961.  
  962. .linkflair-web .thumbnail {
  963.     background-image: url(%%LinkFlairThumbnails%%);
  964.     background-position: 0px -350px;
  965.     width: 70px;
  966.     height: 50px;
  967. }
  968. .linkflair-web div.entry p .linkflairlabel {
  969.     background:url(%%LinkCategoryLabelSheet%%);
  970.     background-position:-280px -420px;
  971.     background-repeat:no-repeat;
  972. }
  973. .linkflair-web div.entry p .linkflairlabel:hover{
  974.     background-position:0px -420px;
  975. }
  976.  
  977. .linkflair-other .thumbnail {
  978.     background-image: url(%%LinkFlairThumbnails%%);
  979.     background-position: 0px -400px;
  980.     width: 70px;
  981.     height: 50px;
  982. }
  983. .linkflair-other div.entry p .linkflairlabel {
  984.     background:url(%%LinkCategoryLabelSheet%%);
  985.     background-position:-280px -480px;
  986.     background-repeat:no-repeat;
  987. }
  988. .linkflair-other div.entry p .linkflairlabel:hover{
  989.     background-position:0px -480px;
  990. }
  991.  
  992. .linkflair-rdccomics .thumbnail {
  993.     background-image: url(%%LinkFlairThumbnails%%);
  994.     background-position: 0px -450px;
  995.     width: 70px;
  996.     height: 50px;
  997. }
  998. .linkflair-rdccomics div.entry p .linkflairlabel {
  999.     background:url(%%LinkCategoryLabelSheet%%);
  1000.     background-position:-280px -540px;
  1001.     background-repeat:no-repeat;
  1002. }
  1003. .linkflair-rdccomics div.entry p .linkflairlabel:hover{
  1004.     background-position:0px -540px;
  1005. }
  1006.  
  1007. .linkflair-art div.entry p .linkflairlabel:hover,
  1008. .linkflair-comics div.entry p .linkflairlabel:hover,
  1009. .linkflair-fan div.entry p .linkflairlabel:hover,
  1010. .linkflair-movies div.entry p .linkflairlabel:hover,
  1011. .linkflair-general div.entry p .linkflairlabel:hover,
  1012. .linkflair-games div.entry p .linkflairlabel:hover,
  1013. .linkflair-toys div.entry p .linkflairlabel:hover,
  1014. .linkflair-web div.entry p .linkflairlabel:hover,
  1015. .linkflair-other div.entry p .linkflairlabel:hover,
  1016. .linkflair-rdccomics div.entry p .linkflairlabel:hover{
  1017.     height:60px;
  1018.     text-indent:0px;
  1019.     line-height:60px;
  1020.     text-indent:20px;
  1021.     letter-spacing:2px;
  1022.     color:#fff;
  1023.     text-shadow:-1px 1px 10px #000;
  1024.     font-size:10px;
  1025.     padding-right:275px!important;
  1026.     opacity:1;
  1027.     -webkit-transition:background-position .1s ease-in,text-indent .2s ease-in;
  1028.     -moz-transition:background-position .1s ease-in,text-indent .2s ease-in;
  1029.     -o-transition:background-position .1s ease-in,text-indent .2s ease-in;
  1030.     transition:background-position .1s ease-in,text-indent .2s ease-in
  1031. }
  1032.  
  1033. body:not(.moderator) .flairsample-left .linkflair-rdccomics {
  1034.     display: none;
  1035. }
  1036.  
  1037. .linkflair .thumbnail img {
  1038.     height: auto;
  1039.     min-height: 50px;
  1040.     max-height: 70px;
  1041.     width: auto;
  1042.     min-width: 70px;
  1043. }
  1044.  
  1045. .linkflair-none{
  1046.     border-left: 5px solid #ffffff;
  1047. }
  1048.  
  1049. .linkflair-none .flat-list.buttons a.flairselectbtn:after{
  1050.     content: "please assign a category";
  1051.     font-size:10px;
  1052.     color: #0669ab;
  1053.     }
  1054.    
  1055. .linkflair-none .flat-list.buttons a.flairselectbtn:before   {
  1056.     content: "";
  1057.     background: url(%%plzflair%%) no-repeat;
  1058.     display: inline-block;
  1059.     width: 22px;
  1060.     height: 22px;
  1061.     background-color: transparent;
  1062.     margin-right: 5px;
  1063.     margin-left: 3px;
  1064. }
  1065.  
  1066. .linkflair-none .flat-list.buttons .flairselectbtn:before{
  1067.     animation: animationFrames linear 1s;
  1068.     animation-iteration-count: 99999;
  1069.     -webkit-animation: animationFrames linear 1s;
  1070.     -webkit-animation-iteration-count: 99999;
  1071.     -moz-animation: animationFrames linear 1s;
  1072.     -moz-animation-iteration-count: 99999;
  1073.     -o-animation: animationFrames linear 1s;
  1074.     -o-animation-iteration-count: 99999;
  1075.     -ms-animation: animationFrames linear 1s;
  1076.     -ms-animation-iteration-count: 99999;
  1077. }
  1078.  
  1079. @keyframes animationFrames{0%{left:0;top:0;opacity:1;transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}100%{left:0;top:0;opacity:1;transform:rotate(360deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}}@-moz-keyframes animationFrames{0%{left:0;top:0;opacity:1;-moz-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}100%{left:0;top:0;opacity:1;-moz-transform:rotate(360deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}}@-webkit-keyframes animationFrames{0%{left:0;top:0;opacity:1;-webkit-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}100%{left:0;top:0;opacity:1;-webkit-transform:rotate(360deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}}@-o-keyframes animationFrames{0%{left:0;top:0;opacity:1;-o-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}100%{left:0;top:0;opacity:1;-o-transform:rotate(360deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}}@-ms-keyframes animationFrames{0%{left:0;top:0;opacity:1;-ms-transform:rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}100%{left:0;top:0;opacity:1;-ms-transform:rotate(360deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg)}}
  1080.  
  1081. /* End Link Flair */
  1082.  
  1083. /* Link flair classification*/
  1084.  
  1085. .flat-list.buttons a.flairselectbtn{
  1086.     font-size:0;
  1087.     }
  1088. .flat-list.buttons a.flairselectbtn:after {
  1089.     content: " assign category";
  1090.     font-size:10px;
  1091.     color: #0669ab;
  1092.     }
  1093.  
  1094. /* End link flair classification*/
  1095.  
  1096. /* Link flair customization in sidebar*/
  1097.  
  1098. html:lang(ic) .link:not(.linkflair-art),
  1099. html:lang(co) .link:not(.linkflair-comics),
  1100. html:lang(gn) .link:not(.linkflair-general),
  1101. html:lang(fm) .link:not(.linkflair-fan),
  1102. html:lang(mo) .link:not(.linkflair-movies),
  1103. html:lang(me) .link:not(.linkflair-toys),
  1104. html:lang(vg) .link:not(.linkflair-games),
  1105. html:lang(wc) .link:not(.linkflair-web),
  1106. html:lang(dc) .link:not(.linkflair-rdccomics),
  1107. html:lang(un) .link:not(.linkflair-other) {
  1108.     display: none;
  1109. }
  1110. [href$="#un"],
  1111. [href$="#dc"],
  1112. [href$="#wc"],
  1113. [href$="#vg"],
  1114. [href$="#me"],
  1115. [href$="#mo"],
  1116. [href$="#fm"],
  1117. [href$="#gn"],
  1118. [href$="#co"],
  1119. [href$="#ic"],
  1120. [href*="ccomics+nsfw%3Ano+-spoiler"],
  1121. [href$="/r/dccomics#"] {
  1122.     background: #f1f1f1;
  1123.     border-left: 5px solid;
  1124.     color: #000;
  1125.     width: 100px;
  1126.     padding: 6px 6px 6px 10px;
  1127.     line-height: 8px;
  1128.     font-weight: normal;
  1129.     font-size: 10px;
  1130.     display: inline-block;
  1131.     margin: 5px 5px 5px 10px;
  1132. }
  1133. [href$="#un"]:hover,
  1134. [href$="#dc"]:hover,
  1135. [href$="#wc"]:hover,
  1136. [href$="#vg"]:hover,
  1137. [href$="#me"]:hover,
  1138. [href$="#mo"]:hover,
  1139. [href$="#fm"]:hover,
  1140. [href$="#gn"]:hover,
  1141. [href$="#co"]:hover,
  1142. [href$="#ic"]:hover,
  1143. [href*="ccomics+nsfw%3Ano+-spoiler"]:hover,
  1144. [href$="/r/dccomics#"]:hover {
  1145.     background: #696969;
  1146. }
  1147. /* Art & Illustration */
  1148. [href$="#ic"] { border-left-color: #ed193a; }
  1149. /* Comic Books */
  1150. [href$="#co"] { border-left-color: #965ba5; }
  1151. /* General */
  1152. [href$="#gn"] { border-left-color: #8fd03e; }
  1153. /* Fan-made */
  1154. [href$="#fm"] { border-left-color: #f0c318; }
  1155. /* Film + Animation */
  1156. [href$="#mo"] { border-left-color: #00b8de; }
  1157. /* Merchandise */
  1158. [href$="#me"] { border-left-color: #004db7; }
  1159. /* Video Games */
  1160. [href$="#vg"] { border-left-color: #ff7d00; }
  1161. /* Web Comics */
  1162. [href$="#wc"] { border-left-color: #ee4d9b; }
  1163. /* r/DCcomics */
  1164. [href$="#dc"] { border-left-color: #069948; }
  1165. /* Other */
  1166. [href$="#un"] { border-left-color: #000; }
  1167. /* Spoiler Free */
  1168. [href*="ccomics+nsfw%3Ano+-spoiler"],
  1169. [href$="/r/dccomics#"] {
  1170.     width: 235px;
  1171. }
  1172.  
  1173. /* Userflair 3.0 */
  1174.  
  1175. .comment .expand{
  1176.     float:left
  1177. }
  1178. .flairoptionpane{
  1179.     max-height:600px
  1180. }
  1181. .side.flairselector.drop-choices.active{
  1182.     margin-left:-205px!important;
  1183.     margin-top:-368px!important;
  1184.     z-index:9000;
  1185. }
  1186. .flairselector .customizer{
  1187.     display:none!important
  1188. }
  1189. .flair:hover::after{
  1190.     position:absolute;display:block
  1191. }
  1192.  
  1193. .listing-page.link, .sitetable.linklisting .flair{
  1194.     display:none;
  1195. }
  1196.  
  1197. .commentarea form.usertext, ul.flat-list.buttons{
  1198.     margin-left:20px;
  1199. }
  1200.  
  1201. .markdownEditor-wrapper {
  1202.     overflow: hidden;
  1203. }
  1204.  
  1205. /* Bot Force Namechange */
  1206.  
  1207. .author[href$="/G4MBot"]:after {
  1208.     content: "A.L.F.R.E.D";
  1209.     visibility: visible !important;
  1210.     font-size: 10px;
  1211.     color: #369;
  1212.     position: relative;
  1213.     }
  1214.  
  1215. .side .author[href$="/G4MBot"]:after {
  1216.     content: "A.L.F.R.E.D";
  1217.     visibility: visible !important;
  1218.     font-size: 12px;
  1219.     position: relative;
  1220.     }
  1221.  
  1222. .author[href$="/G4MBot"] {
  1223.     font-size: 0px;
  1224.     visibility: hidden;
  1225.     }
  1226.  
  1227. /*FLAIR STUFF*/
  1228.  
  1229. a[href*="/message/compose/?to=G4MBot&subject=DCflair"]:before, .flair{
  1230. border: none !important;
  1231. background: url(%%spritesheet%%) no-repeat -9999px -9999px;
  1232. display:inline-block;
  1233. height: 30px;
  1234. min-width: 60px;
  1235. line-height: 30px;
  1236. text-indent: 62px;
  1237. vertical-align: middle;
  1238. font-weight: bold;
  1239. content: ""
  1240. }
  1241.  
  1242. a[href$="amethyst"]:before, .flair-amethyst{ background-position: 0 0;  }
  1243. a[href$="animalman"]:before, .flair-animalman{ background-position: 0 -80px;  }
  1244. a[href$="aquaman"]:before, .flair-aquaman{ background-position: 0 -160px;  }
  1245. a[href$="arsenal"]:before, .flair-arsenal{ background-position: 0 -240px;  }
  1246. a[href$="azrael"]:before, .flair-azrael{ background-position: 0 -320px;  }
  1247. a[href$="batfleck"]:before, .flair-batfleck{ background-position: 0 -400px;  }
  1248. a[href$="batgirl-01"]:before, .flair-batgirl-01{ background-position: 0 -480px;  }
  1249. a[href$="batgirl-02"]:before, .flair-batgirl-02{ background-position: 0 -560px;  }
  1250. a[href$="batgirl-cassandra"]:before, .flair-batgirl-cassandra{ background-position: 0 -640px;  }
  1251. a[href$="batgirl-stephanie"]:before, .flair-batgirl-stephanie{ background-position: 0 -720px;  }
  1252. a[href$="batman"]:before, .flair-batman{ background-position: 0 -800px;  }
  1253. a[href$="batman66"]:before, .flair-batman66{ background-position: 0 -880px;  }
  1254. a[href$="batwing"]:before, .flair-batwing{ background-position: 0 -960px;  }
  1255. a[href$="batwoman"]:before, .flair-batwoman{ background-position: 0 -1040px;  }
  1256. a[href$="beyond"]:before, .flair-beyond{ background-position: 0 -1120px;  }
  1257. a[href$="birdsofprey"]:before, .flair-birdsofprey{ background-position: 0 -1200px;  }
  1258. a[href$="bizarro"]:before, .flair-bizarro{ background-position: 0 -1280px;  }
  1259. a[href$="blacklantern"]:before, .flair-blacklantern{ background-position: 0 -1360px;  }
  1260. a[href$="bludhaven"]:before, .flair-bludhaven{ background-position: 0 -1440px;  }
  1261. a[href$="bluebeetle"]:before, .flair-bluebeetle{ background-position: 0 -1520px;  }
  1262. a[href$="bluebird"]:before, .flair-bluebird{ background-position: 0 -1600px;  }
  1263. a[href$="bluelantern"]:before, .flair-bluelantern{ background-position: 0 -1680px;  }
  1264. a[href$="boostergold"]:before, .flair-boostergold{ background-position: 0 -1760px;  }
  1265. a[href$="brainiac-tas"]:before, .flair-brainiac-tas{ background-position: 0 -1840px;  }
  1266. a[href$="captaincarrot"]:before, .flair-captaincarrot{ background-position: 0 -1920px;  }
  1267. a[href$="captaincold"]:before, .flair-captaincold{ background-position: 0 -2000px;  }
  1268. a[href$="carriekelly"]:before, .flair-carriekelly{ background-position: 0 -2080px;  }
  1269. a[href$="catwoman01"]:before, .flair-catwoman01{ background-position: 0 -2160px;  }
  1270. a[href$="comedian"]:before, .flair-comedian{ background-position: 0 -2240px;  }
  1271. a[href$="constantine01"]:before, .flair-constantine01{ background-position: 0 -2320px;  }
  1272. a[href$="courtofowls"]:before, .flair-courtofowls{ background-position: 0 -2400px;  }
  1273. a[href$="cyborg01"]:before, .flair-cyborg01{ background-position: 0 -2480px;  }
  1274. a[href$="cyborg52"]:before, .flair-cyborg52{ background-position: 0 -2560px;  }
  1275. a[href$="deadman"]:before, .flair-deadman{ background-position: 0 -2640px;  }
  1276. a[href$="deadshot01"]:before, .flair-deadshot01{ background-position: 0 -2720px;  }
  1277. a[href$="deadshot02"]:before, .flair-deadshot02{ background-position: 0 -2800px;  }
  1278. a[href$="deadshot03"]:before, .flair-deadshot03{ background-position: 0 -2880px;  }
  1279. a[href$="deathstroke01"]:before, .flair-deathstroke01{ background-position: 0 -2960px;  }
  1280. a[href$="deathstroke02"]:before, .flair-deathstroke02{ background-position: 0 -3040px;  }
  1281. a[href$="doctorfate01"]:before, .flair-doctorfate01{ background-position: 0 -3120px;  }
  1282. a[href$="dream"]:before, .flair-dream{ background-position: 0 -3200px;  }
  1283. a[href$="drmanhattan"]:before, .flair-drmanhattan{ background-position: 0 -3280px;  }
  1284. a[href$="firestorm01"]:before, .flair-firestorm01{ background-position: 0 -3360px;  }
  1285. a[href$="firestorm02"]:before, .flair-firestorm02{ background-position: 0 -3440px;  }
  1286. a[href$="flash"]:before, .flair-flash{ background-position: 0 -3520px;  }
  1287. a[href$="gcpd01"]:before, .flair-gcpd01{ background-position: 0 -3600px;  }
  1288. a[href$="gcpd02"]:before, .flair-gcpd02{ background-position: 0 -3680px;  }
  1289. a[href$="gordon01"]:before, .flair-gordon01{ background-position: 0 -3760px;  }
  1290. a[href$="gordon02"]:before, .flair-gordon02{ background-position: 0 -3840px;  }
  1291. a[href$="greenarrow"]:before, .flair-greenarrow{ background-position: 0 -3920px;  }
  1292. a[href$="greenarrow52"]:before, .flair-greenarrow52{ background-position: 0 -4000px;  }
  1293. a[href$="greenlantern"]:before, .flair-greenlantern{ background-position: 0 -4080px;  }
  1294. a[href$="grifter"]:before, .flair-grifter{ background-position: 0 -4160px;  }
  1295. a[href$="harleyquinn01"]:before, .flair-harleyquinn01{ background-position: 0 -4240px;  }
  1296. a[href$="hawkman"]:before, .flair-hawkman{ background-position: 0 -4320px;  }
  1297. a[href$="hollis"]:before, .flair-hollis{ background-position: 0 -4400px;  }
  1298. a[href$="huntress"]:before, .flair-huntress{ background-position: 0 -4480px;  }
  1299. a[href$="indigotribe"]:before, .flair-indigotribe{ background-position: 0 -4560px;  }
  1300. a[href$="joker01"]:before, .flair-joker01{ background-position: 0 -4640px;  }
  1301. a[href$="joker02"]:before, .flair-joker02{ background-position: 0 -4720px;  }
  1302. a[href$="justice"]:before, .flair-justice{ background-position: 0 -4800px;  }
  1303. a[href$="kid-flash"]:before, .flair-kid-flash{ background-position: 0 -4880px;  }
  1304. a[href$="knightfall"]:before, .flair-knightfall{ background-position: 0 -4960px;  }
  1305. a[href$="legionofsuperheroes"]:before, .flair-legionofsuperheroes{ background-position: 0 -5040px;  }
  1306. a[href$="lexcorp01"]:before, .flair-lexcorp01{ background-position: 0 -5120px;  }
  1307. a[href$="lexcorp02"]:before, .flair-lexcorp02{ background-position: 0 -5200px;  }
  1308. a[href$="lexluthor01"]:before, .flair-lexluthor01{ background-position: 0 -5280px;  }
  1309. a[href$="lexluthor02"]:before, .flair-lexluthor02{ background-position: 0 -5360px;  }
  1310. a[href$="lexpresident"]:before, .flair-lexpresident{ background-position: 0 -5440px;  }
  1311. a[href$="lobo"]:before, .flair-lobo{ background-position: 0 -5520px;  }
  1312. a[href$="lucifermorningstar"]:before, .flair-lucifermorningstar{ background-position: 0 -5600px;  }
  1313. a[href$="madamexanadu"]:before, .flair-madamexanadu{ background-position: 0 -5680px;  }
  1314. a[href$="martianmanhunter"]:before, .flair-martianmanhunter{ background-position: 0 -5760px;  }
  1315. a[href$="martianmanhunter01"]:before, .flair-martianmanhunter01{ background-position: 0 -5840px;  }
  1316. a[href$="maul"]:before, .flair-maul{ background-position: 0 -5920px;  }
  1317. a[href$="mm-copper"]:before, .flair-mm-copper{ background-position: 0 -6000px;  }
  1318. a[href$="mm-gold"]:before, .flair-mm-gold{ background-position: 0 -6080px;  }
  1319. a[href$="mm-iron"]:before, .flair-mm-iron{ background-position: 0 -6160px;  }
  1320. a[href$="mm-lead"]:before, .flair-mm-lead{ background-position: 0 -6240px;  }
  1321. a[href$="mm-mercury"]:before, .flair-mm-mercury{ background-position: 0 -6320px;  }
  1322. a[href$="mm-platinum"]:before, .flair-mm-platinum{ background-position: 0 -6400px;  }
  1323. a[href$="mm-tin"]:before, .flair-mm-tin{ background-position: 0 -6480px;  }
  1324. a[href$="mrterrific"]:before, .flair-mrterrific{ background-position: 0 -6560px;  }
  1325. a[href$="nightwing"]:before, .flair-nightwing{ background-position: 0 -6640px;  }
  1326. a[href$="nightwing52"]:before, .flair-nightwing52{ background-position: 0 -6720px;  }
  1327. a[href$="omac"]:before, .flair-omac{ background-position: 0 -6800px;  }
  1328. a[href$="orangelantern"]:before, .flair-orangelantern{ background-position: 0 -6880px;  }
  1329. a[href$="owlman01"]:before, .flair-owlman01{ background-position: 0 -6960px;  }
  1330. a[href$="ozymandias"]:before, .flair-ozymandias{ background-position: 0 -7040px;  }
  1331. a[href$="penguinumbrella"]:before, .flair-penguinumbrella{ background-position: 0 -7120px;  }
  1332. a[href$="powergirl01"]:before, .flair-powergirl01{ background-position: 0 -7200px;  }
  1333. a[href$="powerring"]:before, .flair-powerring{ background-position: 0 -7280px;  }
  1334. a[href$="question"]:before, .flair-question{ background-position: 0 -7360px;  }
  1335. a[href$="raven"]:before, .flair-raven{ background-position: 0 -7440px;  }
  1336. a[href$="redhood"]:before, .flair-redhood{ background-position: 0 -7520px;  }
  1337. a[href$="redhood01"]:before, .flair-redhood01{ background-position: 0 -7600px;  }
  1338. a[href$="redlantern"]:before, .flair-redlantern{ background-position: 0 -7680px;  }
  1339. a[href$="redrobin01"]:before, .flair-redrobin01{ background-position: 0 -7760px;  }
  1340. a[href$="redson"]:before, .flair-redson{ background-position: 0 -7840px;  }
  1341. a[href$="redtornado"]:before, .flair-redtornado{ background-position: 0 -7920px;  }
  1342. a[href$="reverse-flash"]:before, .flair-reverse-flash{ background-position: 0 -8000px;  }
  1343. a[href$="riddler"]:before, .flair-riddler{ background-position: 0 -8080px;  }
  1344. a[href$="robin"]:before, .flair-robin{ background-position: 0 -8160px;  }
  1345. a[href$="robin02"]:before, .flair-robin02{ background-position: 0 -8240px;  }
  1346. a[href$="rorschach"]:before, .flair-rorschach{ background-position: 0 -8320px;  }
  1347. a[href$="shazam"]:before, .flair-shazam{ background-position: 0 -8400px;  }
  1348. a[href$="silkspectre"]:before, .flair-silkspectre{ background-position: 0 -8480px;  }
  1349. a[href$="sinestro"]:before, .flair-sinestro{ background-position: 0 -8560px;  }
  1350. a[href$="sodercola"]:before, .flair-sodercola{ background-position: 0 -8640px;  }
  1351. a[href$="spartan"]:before, .flair-spartan{ background-position: 0 -8720px;  }
  1352. a[href$="spoiler"]:before, .flair-spoiler{ background-position: 0 -8800px;  }
  1353. a[href$="static01"]:before, .flair-static01{ background-position: 0 -8880px;  }
  1354. a[href$="static02"]:before, .flair-static02{ background-position: 0 -8960px;  }
  1355. a[href$="superboy-prime"]:before, .flair-superboy-prime{ background-position: 0 -9040px;  }
  1356. a[href$="supergirl"]:before, .flair-supergirl{ background-position: 0 -9120px;  }
  1357. a[href$="supergirl52"]:before, .flair-supergirl52{ background-position: 0 -9200px;  }
  1358. a[href$="superman-mos"]:before, .flair-superman-mos{ background-position: 0 -9280px;  }
  1359. a[href$="superman"]:before, .flair-superman{ background-position: 0 -9360px;  }
  1360. a[href$="swampthing01"]:before, .flair-swampthing01{ background-position: 0 -9440px;  }
  1361. a[href$="swampthing02"]:before, .flair-swampthing02{ background-position: 0 -9520px;  }
  1362. a[href$="talon"]:before, .flair-talon{ background-position: 0 -9600px;  }
  1363. a[href$="tdkr"]:before, .flair-tdkr{ background-position: 0 -9680px;  }
  1364. a[href$="teentitans"]:before, .flair-teentitans{ background-position: 0 -9760px;  }
  1365. a[href$="thespectre"]:before, .flair-thespectre{ background-position: 0 -9840px;  }
  1366. a[href$="transmetropolitan"]:before, .flair-transmetropolitan{ background-position: 0 -9920px;  }
  1367. a[href$="twoface01"]:before, .flair-twoface01{ background-position: 0 -10000px;  }
  1368. a[href$="ultraman"]:before, .flair-ultraman{ background-position: 0 -10080px;  }
  1369. a[href$="v"]:before, .flair-v{ background-position: 0 -10160px;  }
  1370. a[href$="violetlantern"]:before, .flair-violetlantern{ background-position: 0 -10240px;  }
  1371. a[href$="void"]:before, .flair-void{ background-position: 0 -10320px;  }
  1372. a[href$="voodoo"]:before, .flair-voodoo{ background-position: 0 -10400px;  }
  1373. a[href$="warblade"]:before, .flair-warblade{ background-position: 0 -10480px;  }
  1374. a[href$="watchmen"]:before, .flair-watchmen{ background-position: 0 -10560px;  }
  1375. a[href$="whitelanterns"]:before, .flair-whitelanterns{ background-position: 0 -10640px;  }
  1376. a[href$="wildcats"]:before, .flair-wildcats{ background-position: 0 -10720px;  }
  1377. a[href$="wonderwoman"]:before, .flair-wonderwoman{ background-position: 0 -10800px;  }
  1378. a[href$="wonderwoman52"]:before, .flair-wonderwoman52{ background-position: 0 -10880px;  }
  1379. a[href$="y-lastman"]:before, .flair-y{ background-position: 0 -10960px;  }
  1380. a[href$="zatana"]:before, .flair-zatana{ background-position: 0 -11040px;  }
  1381. a[href$="zealot"]:before, .flair-zealot{ background-position: 0 -11120px;  }
  1382. a[href$="zod-mos"]:before, .flair-zod-mos{ background-position: 0 -11200px;  }
  1383.  
  1384. /*Flairlist 2*/
  1385. a[href$="amethyst02"]:before, .flair-amethyst02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 0;  }
  1386. a[href$="anarchy01"]:before, .flair-anarchy01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -80px;  }
  1387. a[href$="aqualad01"]:before, .flair-aqualad01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -160px;  }
  1388. a[href$="aquaman02"]:before, .flair-aquaman02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -240px;  }
  1389. a[href$="arsenal02"]:before, .flair-arsenal02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -320px;  }
  1390. a[href$="artemis01"]:before, .flair-artemis01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -400px;  }
  1391. a[href$="atom01"]:before, .flair-atom01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -480px;  }
  1392. a[href$="batman02"]:before, .flair-batman02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -560px;  }
  1393. a[href$="batmite01"]:before, .flair-batmite01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -640px;  }
  1394. a[href$="batswarm"]:before, .flair-batswarm{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -720px;  }
  1395. a[href$="bigbarda01"]:before, .flair-bigbarda01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -800px;  }
  1396. a[href$="bluelanternflash01"]:before, .flair-bluelanternflash01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -880px;  }
  1397. a[href$="cassandra01"]:before, .flair-cassandra01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -960px;  }
  1398. a[href$="darkseid01"]:before, .flair-darkseid01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1040px;  }
  1399. a[href$="dawnofjustice01"]:before, .flair-dawnofjustice01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1120px;  }
  1400. a[href$="dc01"]:before, .flair-dc01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1200px;  }
  1401. a[href$="dc02"]:before, .flair-dc02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1280px;  }
  1402. a[href$="dc03"]:before, .flair-dc03{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1360px;  }
  1403. a[href$="dc04"]:before, .flair-dc04{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1440px;  }
  1404. a[href$="dc05"]:before, .flair-dc05{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1520px;  }
  1405. a[href$="diggle01"]:before, .flair-diggle01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1600px;  }
  1406. a[href$="doompatrol01"]:before, .flair-doompatrol01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1680px;  }
  1407. a[href$="dream02"]:before, .flair-dream02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1760px;  }
  1408. a[href$="fables"]:before, .flair-fables{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1840px;  }
  1409. a[href$="flash02"]:before, .flair-flash02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -1920px;  }
  1410. a[href$="fp-abinsur"]:before, .flair-fp-abinsur{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2000px;  }
  1411. a[href$="fp-batman"]:before, .flair-fp-batman{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2080px;  }
  1412. a[href$="fp-outsider"]:before, .flair-fp-outsider{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2160px;  }
  1413. a[href$="fp-secretseven"]:before, .flair-fp-secretseven{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2240px;  }
  1414. a[href$="generalzod01"]:before, .flair-generalzod01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2320px;  }
  1415. a[href$="gordon03"]:before, .flair-gordon03{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2400px;  }
  1416. a[href$="grayson01"]:before, .flair-grayson01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2480px;  }
  1417. a[href$="greenlantern02"]:before, .flair-greenlantern02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2560px;  }
  1418. a[href$="grodd01"]:before, .flair-grodd01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2640px;  }
  1419. a[href$="heatwave"]:before, .flair-heatwave{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2720px;  }
  1420. a[href$="hive"]:before, .flair-hive{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2800px;  }
  1421. a[href$="hush01"]:before, .flair-hush01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2880px;  }
  1422. a[href$="joker03"]:before, .flair-joker03{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -2960px;  }
  1423. a[href$="lobo02"]:before, .flair-lobo02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3040px;  }
  1424. a[href$="madamexanadu01"]:before, .flair-madamexanadu01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3120px;  }
  1425. a[href$="mayorhundred"]:before, .flair-mayorhundred{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3200px;  }
  1426. a[href$="mmh-gold"]:before, .flair-mmh-gold{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3280px;  }
  1427. a[href$="mmh-iron"]:before, .flair-mmh-iron{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3360px;  }
  1428. a[href$="mmh-lead"]:before, .flair-mmh-lead{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3440px;  }
  1429. a[href$="mmh-mercury"]:before, .flair-mmh-mercury{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3520px;  }
  1430. a[href$="mmh-platinum"]:before, .flair-mmh-platinum{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3600px;  }
  1431. a[href$="mmh-tin"]:before, .flair-mmh-tin{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3680px;  }
  1432. a[href$="mrmxy"]:before, .flair-mrmxy{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3760px;  }
  1433. a[href$="nightlantern"]:before, .flair-nightlantern{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3840px;  }
  1434. a[href$="phantomstranger01"]:before, .flair-phantomstranger01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -3920px;  }
  1435. a[href$="plasticman"]:before, .flair-plasticman{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4000px;  }
  1436. a[href$="ras01"]:before, .flair-ras01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4080px;  }
  1437. a[href$="ravager"]:before, .flair-ravager{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4160px;  }
  1438. a[href$="red01"]:before, .flair-red01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4240px;  }
  1439. a[href$="reddaughter"]:before, .flair-reddaughter{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4320px;  }
  1440. a[href$="spiderjerusalem01"]:before, .flair-spiderjerusalem01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4400px;  }
  1441. a[href$="spiderjerusalem02"]:before, .flair-spiderjerusalem02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4480px;  }
  1442. a[href$="spiderjerusalem03"]:before, .flair-spiderjerusalem03{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4560px;  }
  1443. a[href$="spiderjerusalem04"]:before, .flair-spiderjerusalem04{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4640px;  }
  1444. a[href$="spoiler02"]:before, .flair-spoiler02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4720px;  }
  1445. a[href$="steel"]:before, .flair-steel{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4800px;  }
  1446. a[href$="superboyprime02"]:before, .flair-superboyprime02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4880px;  }
  1447. a[href$="superman02"]:before, .flair-superman02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -4960px;  }
  1448. a[href$="superman52"]:before, .flair-superman52{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5040px;  }
  1449. a[href$="superwoman"]:before, .flair-superwoman{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5120px;  }
  1450. a[href$="vengeancemoth01"]:before, .flair-vengeancemoth01{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5200px;  }
  1451. a[href$="waffles"]:before, .flair-waffles{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5280px;  }
  1452. a[href$="wayne-corp"]:before, .flair-wayne-corp{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5360px;  }
  1453. a[href$="wayne-tech"]:before, .flair-wayne-tech{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5440px;  }
  1454. a[href$="yj-aqualad"]:before, .flair-yj-aqualad{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5520px;  }
  1455. a[href$="yj-artemis"]:before, .flair-yj-artemis{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5600px;  }
  1456. a[href$="yj-bluebeetle"]:before, .flair-yj-bluebeetle{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5680px;  }
  1457. a[href$="yj-cyborg"]:before, .flair-yj-cyborg{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5760px;  }
  1458. a[href$="yj-inertia"]:before, .flair-yj-inertia{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5840px;  }
  1459. a[href$="yj-lobo"]:before, .flair-yj-lobo{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -5920px;  }
  1460. a[href$="yj-milestone"]:before, .flair-yj-milestone{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6000px;  }
  1461. a[href$="yj-missmartian"]:before, .flair-yj-missmartian{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6080px;  }
  1462. a[href$="yj-redarrow"]:before, .flair-yj-redarrow{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6160px;  }
  1463. a[href$="yj-slade"]:before, .flair-yj-slade{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6240px;  }
  1464. a[href$="yj-supermanblue"]:before, .flair-yj-supermanblue{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6320px;  }
  1465. a[href$="yj-wolf"]:before, .flair-yj-wolf{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6400px;  }
  1466. a[href$="yj-wondergirl"]:before, .flair-yj-wondergirl{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6480px;  }
  1467. a[href$="yj-zatanna"]:before, .flair-yj-zatanna{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6560px;  }
  1468. a[href$="zatanna02"]:before, .flair-zatanna02{ background: url(%%spritesheetb%%) no-repeat; background-position: 0 -6640px;  }
  1469.  
  1470. /* Wiki Headers */
  1471.  
  1472. a[href="#Batman"]{
  1473.     display:inline-block;
  1474.     width: 120px;
  1475.     height: 45px;
  1476.     background:url(%%headers%%);
  1477.     background-position: 0 0px;
  1478.     pointer-events: none;
  1479. }
  1480.  
  1481. a[href="#Green_Lantern"]{
  1482.     display:inline-block;
  1483.     width: 145px;
  1484.     height: 45px;
  1485.     background:url(%%headers%%);
  1486.     background-position: 0 -50px;
  1487.     pointer-events: none;
  1488. }
  1489.  
  1490. a[href="#Justice_League"]{
  1491.     display:inline-block;
  1492.     width: 145px;
  1493.     height: 60px;
  1494.     background:url(%%headers%%);
  1495.     background-position: 0 -100px;
  1496.     pointer-events: none;
  1497. }
  1498.  
  1499. a[href="#Justice_League_Dark"]{
  1500.     display:inline-block;
  1501.     width: 145px;
  1502.     height: 60px;
  1503.     background:url(%%headers%%);
  1504.     background-position: 0 -165px;
  1505.     pointer-events: none;
  1506. }
  1507.  
  1508. a[href="#Metal_Men"]{
  1509.     display:inline-block;
  1510.     width: 185px;
  1511.     height: 45px;
  1512.     background:url(%%headers%%);
  1513.     background-position: 0 -230px;
  1514.     pointer-events: none;
  1515. }
  1516.  
  1517. a[href="#Superman"]{
  1518.     display:inline-block;
  1519.     width: 120px;
  1520.     height: 45px;
  1521.     background:url(%%headers%%);
  1522.     background-position: 0 -280px;
  1523.     pointer-events: none;
  1524. }
  1525.  
  1526. a[href="#Vertigo"]{
  1527.     display:inline-block;
  1528.     width: 140px;
  1529.     height: 65px;
  1530.     background:url(%%headers%%);
  1531.     background-position: 0 -330px;
  1532.     pointer-events: none;
  1533. }
  1534.  
  1535. a[href="#Watchmen"]{
  1536.     display:inline-block;
  1537.     width: 195px;
  1538.     height: 45px;
  1539.     background:url(%%headers%%);
  1540.     background-position: 0 -400px;
  1541.     pointer-events: none;
  1542. }
  1543.  
  1544. a[href="#Wildcats"]{
  1545.     display:inline-block;
  1546.     width: 120px;
  1547.     height: 45px;
  1548.     background:url(%%headers%%);
  1549.     background-position: 0 -450px;
  1550.     pointer-events: none;
  1551. }
  1552.  
  1553. a[href="#Young_Justice"]{
  1554.     display:inline-block;
  1555.     width: 145px;
  1556.     height: 45px;
  1557.     background:url(%%headers%%);
  1558.     background-position: 0 -500px;
  1559.     pointer-events: none;
  1560. }
  1561.  
  1562. a[href="#Flashpoint"]{
  1563.     display:inline-block;
  1564.     width: 195px;
  1565.     height: 70px;
  1566.     background:url(%%flashpoint%%);
  1567.     pointer-events: none;
  1568. }
  1569.  
  1570. a[href="#Flash"]{
  1571.     display:inline-block;
  1572.     width: 195px;
  1573.     height: 70px;
  1574.     background:url(%%flash%%);
  1575.     pointer-events: none;
  1576. }
  1577.  
  1578. a[href="#Meta"]{
  1579.     display:inline-block;
  1580.     width: 195px;
  1581.     height: 70px;
  1582.     background:url(%%meta%%);
  1583.     pointer-events: none;
  1584. }
  1585.  
  1586. /*FLAIR SELECTOR*/
  1587.  
  1588. .side.flairselector ul { max-width: 400px !important; }
  1589. .side.flairselector h2 { font-size: 0px; background-color: #003f5e; color: #ffffff; }
  1590. .side.flairselector h2:after { content: 'Choose your Mask:'; font-size: 14px; }
  1591. /*.titlebox .flairselector { min-height: 550px!important; }
  1592. .titlebox .flairoptionpane { max-height: 500px!important; }*/
  1593.  
  1594. /***HEADERS AND TABLES***/
  1595.  
  1596. .wiki-page .content #wiki_dc_comics_flair_selection ~ table th {display:none;}
  1597. .wiki-page .content #wiki_dc_comics_flair_selection ~ table {border:none;}
  1598. .wiki-page .content #wiki_dc_comics_flair_selection ~ table td {
  1599.     border:none;
  1600.     padding-left:15px;
  1601.     padding-right:15px;
  1602. }
  1603.  
  1604. #wiki_dc_comics_flair_selection ~ table {
  1605.   margin-left: auto;
  1606.   margin-right: auto;
  1607.   background-color: #f1f1f1!important ;
  1608.   border-left: 2px solid #323232;
  1609.   border-right: 2px solid #323232;
  1610.   border-top: 2px solid #323232;
  1611.   border-bottom: 2px solid #323232;
  1612.   box-shadow: none;
  1613.   margin-top: 10px;
  1614.   margin-bottom: 10px
  1615. }
  1616. #wiki_dc_comics_flair_selection ~ table th {
  1617.   background-color: #323232;
  1618.   border-top: 1px solid #323232;
  1619.   border-left: 1px solid #323232;
  1620.   border-bottom: 2px solid #323232;
  1621.   border-right: 1px solid #323232;
  1622.   color: #f1f1f1;
  1623.   font-size: 100%;
  1624.   font-weight: bold;
  1625.   height: 20px;
  1626.   text-align: center;
  1627.   vertical-align: middle !important
  1628. }
  1629. #wiki_dc_comics_flair_selection ~ table td {
  1630.   border-top: 1px solid #d4d4d4;
  1631.   border-left: 1px solid #d4d4d4;
  1632.   border-bottom: 1px solid #d4d4d4;
  1633.   border-right: 1px solid #d4d4d4;
  1634.   color: #000;
  1635.   height: 23px;
  1636.   vertical-align: middle !important
  1637. }
  1638.  
  1639. #wiki_dc_comics_flair_selection ~ h5 {
  1640.     font-size: 0px !important;
  1641.     color: #302217 !important;
  1642.     text-align: center !important;
  1643.     font-variant: small-caps !important;
  1644.     padding-top: 4px !important;
  1645. }
  1646.  
  1647. .wiki-page .content #wiki_book_club ~ table th {display:none;}
  1648. .wiki-page .content #wiki_book_club ~ table {border:none;}
  1649. .wiki-page .content #wiki_book_club ~ table td {
  1650.     border:none;
  1651.     padding-left:15px;
  1652.     padding-right:15px;
  1653. }
  1654.  
  1655. #wiki_book_club ~ table {
  1656.   margin-left: auto;
  1657.   margin-right: auto;
  1658.   background-color: #f1f1f1!important ;
  1659.   border-left: 2px solid #323232;
  1660.   border-right: 2px solid #323232;
  1661.   border-top: 2px solid #323232;
  1662.   border-bottom: 2px solid #323232;
  1663.   box-shadow: none;
  1664.   margin-top: 10px;
  1665.   margin-bottom: 10px
  1666. }
  1667. #wiki_book_club ~ table th {
  1668.   background-color: #323232;
  1669.   border-top: 1px solid #323232;
  1670.   border-left: 1px solid #323232;
  1671.   border-bottom: 2px solid #323232;
  1672.   border-right: 1px solid #323232;
  1673.   color: #f1f1f1;
  1674.   font-size: 100%;
  1675.   font-weight: bold;
  1676.   height: 20px;
  1677.   text-align: center;
  1678.   vertical-align: middle !important
  1679. }
  1680. #wiki_book_club ~ table td {
  1681.   border-top: 1px solid #d4d4d4;
  1682.   border-left: 1px solid #d4d4d4;
  1683.   border-bottom: 1px solid #d4d4d4;
  1684.   border-right: 1px solid #d4d4d4;
  1685.   color: #000;
  1686.   height: 23px;
  1687.   vertical-align: middle !important
  1688. }
  1689.  
  1690. #wiki_book_club ~ h5 {
  1691.     text-align: center !important;
  1692.     padding-top: 4px !important;
  1693. }
  1694.  
  1695. td a {
  1696.     background-color: rgba(0, 0, 0, 0) !important;
  1697.     border: medium none !important;
  1698.     color: #6f6f6f !important;
  1699.     font-weight: bold;
  1700.     font-size: 10px !important;
  1701. }
  1702.  
  1703. /* Sourloaf’s Sidebar Buttons */
  1704. /* Event Schedule */
  1705. .side a[href="/r/DCcomics/wiki/about#wiki_subreddit_events"]{
  1706.     display:block;
  1707.     height:45px;
  1708.     width:235px;
  1709.     background:url(%%Sidebar-Buttons%%);
  1710.     background-position:0px 0px;
  1711.     margin: 5px;
  1712.     margin-left: 25px;
  1713. }
  1714. .side a[href="/r/DCcomics/wiki/about#wiki_subreddit_events"]:hover{
  1715.     display:block;
  1716.     height:45px;
  1717.     width:235px;
  1718.     background:url(%%Sidebar-Buttons%%);
  1719.     background-position:0px 0px;
  1720.     margin: 5px;
  1721.     margin-left: 25px;
  1722.     opacity:.8!important;
  1723. }
  1724.  
  1725. /* rDC Wiki */
  1726. .side a[href="/r/DCcomics/wiki/index"]{
  1727.     display:block;
  1728.     height:45px;
  1729.     width:235px;
  1730.     background:url(%%Sidebar-Buttons%%);
  1731.     background-position:0px -765px;
  1732.     margin: 5px;
  1733.     margin-left: 25px;
  1734. }
  1735. .side a[href="/r/DCcomics/wiki/index"]:hover{
  1736.     display:block;
  1737.     height:45px;
  1738.     width:235px;
  1739.     background:url(%%Sidebar-Buttons%%);
  1740.     background-position:0px -765px;
  1741.     margin: 5px;
  1742.     margin-left: 25px;
  1743.     opacity:.8!important;
  1744. }
  1745.  
  1746. /*DC Comics Official*/
  1747. .side a[href="http://www.dccomics.com"]{
  1748.     display:block;
  1749.     height:45px;
  1750.     width:235px;
  1751.     background:url(%%Sidebar-Buttons%%);
  1752.     background-position:0px -45px;
  1753.     margin: 5px;
  1754.     margin-left: 25px;
  1755. }
  1756. .side a[href="http://www.dccomics.com"]:hover{
  1757.     display:block;
  1758.     height:45px;
  1759.     width:235px;
  1760.     background:url(%%Sidebar-Buttons%%);
  1761.     background-position:0px -45px;
  1762.     margin: 5px;
  1763.     margin-left: 25px;
  1764.     opacity:.8!important;
  1765. }
  1766.  
  1767. .side a[href="/message/compose?to=%2Fr%2FDCcomics"]{display:block;height:45px;width:235px;background:url(%%Sidebar-Buttons%%) 0 -900px;margin:5px 5px 5px 25px}.side a[href="/message/compose?to=%2Fr%2FDCcomics"]:hover{display:block;height:45px;width:235px;background:url(%%Sidebar-Buttons%%) 0 -900px;margin:5px 5px 5px 25px;opacity:.8!important}.sidecontentbox a[href="/message/compose?to=%2Fr%2FDCcomics"]{display:none;}
  1768.  
  1769. /* rDC on Steam */
  1770. .side a[href="http://steamcommunity.com/groups/redditdccomics"]{
  1771.     display:block;
  1772.     height:45px;
  1773.     width:235px;
  1774.     background:url(%%Sidebar-Buttons%%);
  1775.     background-position:0px -90px;
  1776.     margin: 5px;
  1777.     margin-left: 25px;
  1778. }
  1779. .side a[href="http://steamcommunity.com/groups/redditdccomics"]:hover{
  1780.     display:block;
  1781.     height:45px;
  1782.     width:235px;
  1783.     background:url(%%Sidebar-Buttons%%);
  1784.     background-position:0px -90px;
  1785.     margin: 5px;
  1786.     margin-left: 25px;
  1787.     opacity:.8!important;
  1788. }
  1789.  
  1790. /* Automoderator Config  */
  1791. .side a[href="/r/DCcomics/wiki/automoderator"]{
  1792.     display:block;
  1793.     height:45px;
  1794.     width:235px;
  1795.     background:url(%%Sidebar-Buttons%%);
  1796.     background-position:0px -810px;
  1797.     margin: 5px;
  1798.     margin-left: 25px;
  1799. }
  1800. .side a[href="/r/DCcomics/wiki/automoderator"]:hover{
  1801.     display:block;
  1802.     height:45px;
  1803.     width:235px;
  1804.     background:url(%%Sidebar-Buttons%%);
  1805.     background-position:0px -810px;
  1806.     margin: 5px;
  1807.     margin-left: 25px;
  1808.     opacity:.8!important;
  1809. }
  1810. body:not(.moderator) .side a[href*="/r/DCcomics/wiki/automoderator"] {
  1811.     display:none;
  1812. }
  1813.  
  1814. /* Sort New Submissions */
  1815. .side a[href="/r/DCcomics/search?q=flair%3Anone&sort=new&restrict_sr=on"]{
  1816.     display:block;
  1817.     height:45px;
  1818.     width:235px;
  1819.     background:url(%%Sidebar-Buttons%%);
  1820.     background-position:0px -135px;
  1821.     margin: 5px;
  1822.     margin-left: 25px;
  1823. }
  1824. .side a[href="/r/DCcomics/search?q=flair%3Anone&sort=new&restrict_sr=on"]:hover{
  1825.     display:block;
  1826.     height:45px;
  1827.     width:235px;
  1828.     background:url(%%Sidebar-Buttons%%);
  1829.     background-position:0px -135px;
  1830.     margin: 5px;
  1831.     margin-left: 25px;
  1832.     opacity:.8!important;
  1833. }
  1834. body:not(.moderator) .side a[href*="/r/DCcomics/search?q=flair%3Anone&sort=new&restrict_sr=on"] {
  1835.     display:none;
  1836. }
  1837.  
  1838. /* Batman Reading */
  1839. .side a[href="/r/DCcomics/wiki/recommended#wiki_batman"]{
  1840.     display:block;
  1841.     height:45px;
  1842.     width:235px;
  1843.     background:url(%%Sidebar-Buttons%%);
  1844.     background-position:0px -180px;
  1845.     margin: 5px;
  1846.     margin-left: 25px;
  1847.     margin-top: 10px;
  1848. }
  1849. .side a[href="/r/DCcomics/wiki/recommended#wiki_batman"]:hover{
  1850.     display:block;
  1851.     height:45px;
  1852.     width:235px;
  1853.     background:url(%%Sidebar-Buttons%%);
  1854.     background-position:0px -180px;
  1855.     margin: 5px;
  1856.     margin-left: 25px;
  1857.     margin-top: 10px;
  1858.     opacity:.8!important;
  1859. }
  1860.  
  1861. /* Flash Reading */
  1862. .side a[href="/r/DCcomics/wiki/recommended#wiki_the_flash"]{
  1863.     display:block;
  1864.     height:45px;
  1865.     width:235px;
  1866.     background:url(%%Sidebar-Buttons%%);
  1867.     background-position:0px -225px;
  1868.     margin: 5px;
  1869.     margin-left: 25px;
  1870. }
  1871. .side a[href="/r/DCcomics/wiki/recommended#wiki_the_flash"]:hover{
  1872.     display:block;
  1873.     height:45px;
  1874.     width:235px;
  1875.     background:url(%%Sidebar-Buttons%%);
  1876.     background-position:0px -225px;
  1877.     margin: 5px;
  1878.     margin-left: 25px;
  1879.     opacity:.8!important;
  1880. }
  1881.  
  1882. /* Green Arrow Reading */
  1883. .side a[href="/r/DCcomics/wiki/recommended#wiki_green_arrow"]{
  1884.     display:block;
  1885.     height:45px;
  1886.     width:235px;
  1887.     background:url(%%Sidebar-Buttons%%);
  1888.     background-position:0px -270px;
  1889.     margin: 5px;
  1890.     margin-left: 25px;
  1891. }
  1892. .side a[href="/r/DCcomics/wiki/recommended#wiki_green_arrow"]:hover{
  1893.     display:block;
  1894.     height:45px;
  1895.     width:235px;
  1896.     background:url(%%Sidebar-Buttons%%);
  1897.     background-position:0px -270px;
  1898.     margin: 5px;
  1899.     margin-left: 25px;
  1900.     opacity:.8!important;
  1901. }
  1902.  
  1903. /* Green Lantern Reading */
  1904. .side a[href="/r/DCcomics/wiki/recommended#wiki_green_lantern"]{
  1905.     display:block;
  1906.     height:45px;
  1907.     width:235px;
  1908.     background:url(%%Sidebar-Buttons%%);
  1909.     background-position:0px -315px;
  1910.     margin: 5px;
  1911.     margin-left: 25px;
  1912. }
  1913. .side a[href="/r/DCcomics/wiki/recommended#wiki_green_lantern"]:hover{
  1914.     display:block;
  1915.     height:45px;
  1916.     width:235px;
  1917.     background:url(%%Sidebar-Buttons%%);
  1918.     background-position:0px -315px;
  1919.     margin: 5px;
  1920.     margin-left: 25px;
  1921.     opacity:.8!important;
  1922. }
  1923.  
  1924. /* Superman Reading */
  1925. .side a[href="/r/DCcomics/wiki/recommended#wiki_superman"]{
  1926.     display:block;
  1927.     height:45px;
  1928.     width:235px;
  1929.     background:url(%%Sidebar-Buttons%%);
  1930.     background-position:0px -360px;
  1931.     margin: 5px;
  1932.     margin-left: 25px;
  1933. }
  1934. .side a[href="/r/DCcomics/wiki/recommended#wiki_superman"]:hover{
  1935.     display:block;
  1936.     height:45px;
  1937.     width:235px;
  1938.     background:url(%%Sidebar-Buttons%%);
  1939.     background-position:0px -360px;
  1940.     margin: 5px;
  1941.     margin-left: 25px;
  1942.     opacity:.8!important;
  1943. }
  1944.  
  1945. /* Wonder Woman Reading */
  1946. .side a[href="/r/DCcomics/wiki/recommended#wiki_wonder_woman"]{
  1947.     display:block;
  1948.     height:45px;
  1949.     width:235px;
  1950.     background:url(%%Sidebar-Buttons%%);
  1951.     background-position:0px -405px;
  1952.     margin: 5px;
  1953.     margin-left: 25px;
  1954. }
  1955. .side a[href="/r/DCcomics/wiki/recommended#wiki_wonder_woman"]:hover{
  1956.     display:block;
  1957.     height:45px;
  1958.     width:235px;
  1959.     background:url(%%Sidebar-Buttons%%);
  1960.     background-position:0px -405px;
  1961.     margin: 5px;
  1962.     margin-left: 25px;
  1963.     opacity:.8!important;
  1964. }
  1965.  
  1966. /* Justice League Reading */
  1967. .side a[href="/r/DCcomics/wiki/recommended#wiki_justice_league"]{
  1968.     display:block;
  1969.     height:45px;
  1970.     width:235px;
  1971.     background:url(%%Sidebar-Buttons%%);
  1972.     background-position:0px -450px;
  1973.     margin: 5px;
  1974.     margin-left: 25px;
  1975. }
  1976. .side a[href="/r/DCcomics/wiki/recommended#wiki_justice_league"]:hover{
  1977.     display:block;
  1978.     height:45px;
  1979.     width:235px;
  1980.     background:url(%%Sidebar-Buttons%%);
  1981.     background-position:0px -450px;
  1982.     margin: 5px;
  1983.     margin-left: 25px;
  1984.     opacity:.8!important;
  1985. }
  1986.  
  1987. /* Watchmen Reading */
  1988. .side a[href="/r/DCcomics/wiki/recommended#wiki_watchmen"]{
  1989.     display:block;
  1990.     height:45px;
  1991.     width:235px;
  1992.     background:url(%%Sidebar-Buttons%%);
  1993.     background-position:0px -495px;
  1994.     margin: 5px;
  1995.     margin-left: 25px;
  1996. }
  1997. .side a[href="/r/DCcomics/wiki/recommended#wiki_watchmen"]:hover{
  1998.     display:block;
  1999.     height:45px;
  2000.     width:235px;
  2001.     background:url(%%Sidebar-Buttons%%);
  2002.     background-position:0px -495px;
  2003.     margin: 5px;
  2004.     margin-left: 25px;
  2005.     opacity:.8!important;
  2006. }
  2007.  
  2008. /* Other Characters Reading */
  2009. .side a[href="/r/DCcomics/wiki/recommended#wiki_other_characters"]{
  2010.     display:block;
  2011.     height:45px;
  2012.     width:235px;
  2013.     background:url(%%Sidebar-Buttons%%);
  2014.     background-position:0px -540px;
  2015.     margin: 5px;
  2016.     margin-left: 25px;
  2017. }
  2018. .side a[href="/r/DCcomics/wiki/recommended#wiki_other_characters"]:hover{
  2019.     display:block;
  2020.     height:45px;
  2021.     width:235px;
  2022.     background:url(%%Sidebar-Buttons%%);
  2023.     background-position:0px -540px;
  2024.     margin: 5px;
  2025.     margin-left: 25px;
  2026.     opacity:.8!important;
  2027. }
  2028.  
  2029. /* Major Events Reading */
  2030. .side a[href="/r/DCcomics/wiki/recommended#wiki_major_events"]{
  2031.     display:block;
  2032.     height:45px;
  2033.     width:235px;
  2034.     background:url(%%Sidebar-Buttons%%);
  2035.     background-position:0px -585px;
  2036.     margin: 5px;
  2037.     margin-left: 25px;
  2038. }
  2039. .side a[href="/r/DCcomics/wiki/recommended#wiki_major_events"]:hover{
  2040.     display:block;
  2041.     height:45px;
  2042.     width:235px;
  2043.     background:url(%%Sidebar-Buttons%%);
  2044.     background-position:0px -585px;
  2045.     margin: 5px;
  2046.     margin-left: 25px;
  2047.     opacity:.8!important;
  2048. }
  2049.  
  2050. /* New 52 Reading */
  2051. .side a[href="/r/DCcomics/wiki/recommended#wiki_the_new_52"]{
  2052.     display:block;
  2053.     height:45px;
  2054.     width:235px;
  2055.     background:url(%%Sidebar-Buttons%%);
  2056.     background-position:0px -630px;
  2057.     margin: 5px;
  2058.     margin-left: 25px;
  2059. }
  2060. .side a[href="/r/DCcomics/wiki/recommended#wiki_the_new_52"]:hover{
  2061.     display:block;
  2062.     height:45px;
  2063.     width:235px;
  2064.     background:url(%%Sidebar-Buttons%%);
  2065.     background-position:0px -630px;
  2066.     margin: 5px;
  2067.     margin-left: 25px;
  2068.     opacity:.8!important;
  2069. }
  2070.  
  2071. /* Vertigo Wildstorm Reading */
  2072. .side a[href="/r/DCcomics/wiki/recommended#wiki_vertigo_.26_wildstorm"]{
  2073.     display:block;
  2074.     height:45px;
  2075.     width:235px;
  2076.     background:url(%%Sidebar-Buttons%%);
  2077.     background-position:0px -675px;
  2078.     margin: 5px;
  2079.     margin-left: 25px;
  2080. }
  2081. .side a[href="/r/DCcomics/wiki/recommended#wiki_vertigo_.26_wildstorm"]:hover{
  2082.     display:block;
  2083.     height:45px;
  2084.     width:235px;
  2085.     background:url(%%Sidebar-Buttons%%);
  2086.     background-position:0px -675px;
  2087.     margin: 5px;
  2088.     margin-left: 25px;
  2089.     opacity:.8!important;
  2090. }
  2091.  
  2092. /* DC for All Ages Reading */
  2093. .side a[href="/r/DCcomics/wiki/recommended#wiki_dc_for_all_ages"]{
  2094.     display:block;
  2095.     height:45px;
  2096.     width:235px;
  2097.     background:url(%%Sidebar-Buttons%%);
  2098.     background-position:0px -720px;
  2099.     margin: 5px;
  2100.     margin-left: 25px;
  2101. }
  2102. .side a[href="/r/DCcomics/wiki/recommended#wiki_dc_for_all_ages"]:hover{
  2103.     display:block;
  2104.     height:45px;
  2105.     width:235px;
  2106.     background:url(%%Sidebar-Buttons%%);
  2107.     background-position:0px -720px;
  2108.     margin: 5px;
  2109.     margin-left: 25px;
  2110.     opacity:.8!important;
  2111. }
  2112.  
  2113. /* Mod’s Pick Reading */
  2114. .side a[href*="/r/DCcomics/wiki/recommended#wiki_mod.27s_pick"]{
  2115.     padding: 6px;
  2116.     padding-left: 15px;
  2117.     line-height: 8px;
  2118.     font-weight: normal;
  2119.     font-size: 10px;
  2120.     color: black;
  2121.     text-align:center;
  2122.     width: 215px!important;
  2123.     background-color: #f1f1f1;
  2124.     display: inline-block;
  2125.     margin: 3px;
  2126.     margin-left: 25px;
  2127. }
  2128.  
  2129. .side a[href*="/r/DCcomics/wiki/recommended#wiki_mod.27s_pick"]:hover {
  2130.     padding: 6px;
  2131.     padding-left: 15px;
  2132.     line-height: 8px;
  2133.     font-weight: normal;
  2134.     font-size: 10px;
  2135.     color: white;
  2136.     text-align:center;
  2137.     width: 215px!important;
  2138.     background-color: #696969;
  2139.     display: inline-block;
  2140.     margin: 3px;
  2141.     margin-left: 25px;
  2142. }
  2143.  
  2144. /* Upcoming Events/Releases */
  2145.  
  2146. .side a[href="#Beware"]{
  2147.     display:block;
  2148.     height:45px;
  2149.     width:235px;
  2150.     background:url(%%events%%);
  2151.     background-position:0px 0px;
  2152.     margin: 5px;
  2153.     margin-left: 25px;
  2154. }
  2155. .side a[href="#Beware"]:hover{
  2156.     display:block;
  2157.     height:45px;
  2158.     width:235px;
  2159.     background:url(%%events%%);
  2160.     background-position:0px 0px;
  2161.     margin: 5px;
  2162.     margin-left: 25px;
  2163.     opacity:.8!important;
  2164. }
  2165.  
  2166. .side a[href="#Convergence"]{
  2167.     display:block;
  2168.     height:45px;
  2169.     width:235px;
  2170.     background:url(%%events%%);
  2171.     background-position:0px -100px;
  2172.     margin: 5px;
  2173.     margin-left: 25px;
  2174. }
  2175. .side a[href="#Convergence"]:hover{
  2176.     display:block;
  2177.     height:45px;
  2178.     width:235px;
  2179.     background:url(%%events%%);
  2180.     background-position:0px -100px;
  2181.     margin: 5px;
  2182.     margin-left: 25px;
  2183.     opacity:.8!important;
  2184. }
  2185.  
  2186. .side a[href="#Eternal"]{
  2187.     display:block;
  2188.     height:45px;
  2189.     width:235px;
  2190.     background:url(%%events%%);
  2191.     background-position:0px -150px;
  2192.     margin: 5px;
  2193.     margin-left: 25px;
  2194. }
  2195. .side a[href="#Eternal"]:hover{
  2196.     display:block;
  2197.     height:45px;
  2198.     width:235px;
  2199.     background:url(%%events%%);
  2200.     background-position:0px -150px;
  2201.     margin: 5px;
  2202.     margin-left: 25px;
  2203.     opacity:.8!important;
  2204. }
  2205.  
  2206. .side a[href="#Eternity"]{
  2207.     display:block;
  2208.     height:45px;
  2209.     width:235px;
  2210.     background:url(%%events%%);
  2211.     background-position:0px -200px;
  2212.     margin: 5px;
  2213.     margin-left: 25px;
  2214. }
  2215. .side a[href="#Eternity"]:hover{
  2216.     display:block;
  2217.     height:45px;
  2218.     width:235px;
  2219.     background:url(%%events%%);
  2220.     background-position:0px -200px;
  2221.     margin: 5px;
  2222.     margin-left: 25px;
  2223.     opacity:.8!important;
  2224. }
  2225.  
  2226. .side a[href="#GAA"]{
  2227.     display:block;
  2228.     height:45px;
  2229.     width:235px;
  2230.     background:url(%%events%%);
  2231.     background-position:0px -250px;
  2232.     margin: 5px;
  2233.     margin-left: 25px;
  2234. }
  2235. .side a[href="#GAA"]:hover{
  2236.     display:block;
  2237.     height:45px;
  2238.     width:235px;
  2239.     background:url(%%events%%);
  2240.     background-position:0px -250px;
  2241.     margin: 5px;
  2242.     margin-left: 25px;
  2243.     opacity:.8!important;
  2244. }
  2245.  
  2246. .side a[href="#HQ"]{
  2247.     display:block;
  2248.     height:45px;
  2249.     width:235px;
  2250.     background:url(%%events%%);
  2251.     background-position:0px -300px;
  2252.     margin: 5px;
  2253.     margin-left: 25px;
  2254. }
  2255. .side a[href="#HQ"]:hover{
  2256.     display:block;
  2257.     height:45px;
  2258.     width:235px;
  2259.     background:url(%%events%%);
  2260.     background-position:0px -300px;
  2261.     margin: 5px;
  2262.     margin-left: 25px;
  2263.     opacity:.8!important;
  2264. }
  2265.  
  2266. .side a[href="#Kitchen"]{
  2267.     display:block;
  2268.     height:45px;
  2269.     width:235px;
  2270.     background:url(%%events%%);
  2271.     background-position:0px -350px;
  2272.     margin: 5px;
  2273.     margin-left: 25px;
  2274. }
  2275. .side a[href="#Kitchen"]:hover{
  2276.     display:block;
  2277.     height:45px;
  2278.     width:235px;
  2279.     background:url(%%events%%);
  2280.     background-position:0px -350px;
  2281.     margin: 5px;
  2282.     margin-left: 25px;
  2283.     opacity:.8!important;
  2284. }
  2285.  
  2286. .side a[href="#Midnight"]{
  2287.     display:block;
  2288.     height:45px;
  2289.     width:235px;
  2290.     background:url(%%events%%);
  2291.     background-position:0px -400px;
  2292.     margin: 5px;
  2293.     margin-left: 25px;
  2294. }
  2295. .side a[href="#Midnight"]:hover{
  2296.     display:block;
  2297.     height:45px;
  2298.     width:235px;
  2299.     background:url(%%events%%);
  2300.     background-position:0px -400px;
  2301.     margin: 5px;
  2302.     margin-left: 25px;
  2303.     opacity:.8!important;
  2304. }
  2305.  
  2306. .side a[href="#NW"]{
  2307.     display:block;
  2308.     height:45px;
  2309.     width:235px;
  2310.     background:url(%%events%%);
  2311.     background-position:0px -450px;
  2312.     margin: 5px;
  2313.     margin-left: 25px;
  2314. }
  2315. .side a[href="#NW"]:hover{
  2316.     display:block;
  2317.     height:45px;
  2318.     width:235px;
  2319.     background:url(%%events%%);
  2320.     background-position:0px -450px;
  2321.     margin: 5px;
  2322.     margin-left: 25px;
  2323.     opacity:.8!important;
  2324. }
  2325.  
  2326. .side a[href="#Secret"]{
  2327.     display:block;
  2328.     height:45px;
  2329.     width:235px;
  2330.     background:url(%%events%%);
  2331.     background-position:0px -50px;
  2332.     margin: 5px;
  2333.     margin-left: 25px;
  2334. }
  2335. .side a[href="#Secret"]:hover{
  2336.     display:block;
  2337.     height:45px;
  2338.     width:235px;
  2339.     background:url(%%events%%);
  2340.     background-position:0px -50px;
  2341.     margin: 5px;
  2342.     margin-left: 25px;
  2343.     opacity:.8!important;
  2344. }
  2345.  
  2346. /* Related Subreddits */
  2347.  
  2348. .side a[href="/u/blackmercury15/m/dccomics"]{
  2349.     display:block;
  2350.     height:45px;
  2351.     width:235px;
  2352.     background:url(%%events%%);
  2353.     background-position:0px -500px;
  2354.     margin: 5px;
  2355.     margin-left: 25px;
  2356. }
  2357. .side a[href="/u/blackmercury15/m/dccomics"]:hover{
  2358.     display:block;
  2359.     height:45px;
  2360.     width:235px;
  2361.     background:url(%%events%%);
  2362.     background-position:0px -500px;
  2363.     margin: 5px;
  2364.     margin-left: 25px;
  2365.     opacity:.8!important;
  2366. }
  2367.  
  2368. .side a[href="/r/ImageComics+TheWalkingDead"]{
  2369.     display:block;
  2370.     height:45px;
  2371.     width:235px;
  2372.     background:url(%%events%%);
  2373.     background-position:0px -550px;
  2374.     margin: 5px;
  2375.     margin-left: 25px;
  2376. }
  2377. .side a[href="/r/ImageComics+TheWalkingDead"]:hover{
  2378.     display:block;
  2379.     height:45px;
  2380.     width:235px;
  2381.     background:url(%%events%%);
  2382.     background-position:0px -550px;
  2383.     margin: 5px;
  2384.     margin-left: 25px;
  2385.     opacity:.8!important;
  2386. }
  2387.  
  2388. .side a[href="/u/blackmercury15/m/marvelcomics"]{
  2389.     display:block;
  2390.     height:45px;
  2391.     width:235px;
  2392.     background:url(%%events%%);
  2393.     background-position:0px -600px;
  2394.     margin: 5px;
  2395.     margin-left: 25px;
  2396. }
  2397. .side a[href="/u/blackmercury15/m/marvelcomics"]:hover{
  2398.     display:block;
  2399.     height:45px;
  2400.     width:235px;
  2401.     background:url(%%events%%);
  2402.     background-position:0px -600px;
  2403.     margin: 5px;
  2404.     margin-left: 25px;
  2405.     opacity:.8!important;
  2406. }
  2407.  
  2408. /* Bookclub */
  2409.  
  2410. .wiki a[href*="2me89g"],
  2411. .wiki a[href*="2kzsoy"],
  2412. .wiki a[href*="2kay54"],
  2413. .wiki a[href*="2jngrq"],
  2414. .wiki a[href*="2iwygw"],
  2415. .wiki a[href*="2iaowb"],
  2416. .wiki a[href*="2hmk5b"],
  2417. .wiki a[href*="2gysgj"],
  2418. .wiki a[href*="2gat8k"],
  2419. .wiki a[href*="2fnawf"],
  2420. .wiki a[href*="2f0xl5"],
  2421. .wiki a[href*="2edh3z"],
  2422. .wiki a[href*="2dqfgl"],
  2423. .wiki a[href*="2d3a5m"],
  2424. .wiki a[href*="2cfqkn"],
  2425. .wiki a[href*="2b5bwh"],
  2426. .wiki a[href*="2b5bwh"],
  2427. .wiki a[href*="2airtb"],
  2428. .wiki a[href*="29wd5j"],
  2429. .wiki a[href*="29c2r6"],
  2430. .wiki a[href*="28qfyq"],
  2431. .wiki a[href*="27k59m"],
  2432. .wiki a[href*="26yun4"],
  2433. .wiki a[href*="26df6e"],
  2434. .wiki a[href*="25n5a7"],
  2435. .wiki a[href*="251rpo"],
  2436. .wiki a[href*="24h4g8"],
  2437. .wiki a[href*="23va41"],
  2438. .wiki a[href*="23b0vj"], {        
  2439.     height:45px;
  2440.     width:235px;
  2441.     background:url(%%bookclub%%); display:inline-block;
  2442.     font-size: 0px !important;
  2443. }
  2444.  
  2445. .wiki a[href*="2me89g"]{
  2446.     background-position:0px 0px;
  2447. }
  2448. .wiki a[href*="2me89g"]:hover{
  2449.     opacity:.8!important;
  2450. }
  2451.  
  2452. .wiki a[href*="2kzsoy"]{
  2453.     background-position:0px -50px;
  2454. }
  2455. .wiki a[href*="2kzsoy"]:hover{
  2456.     opacity:.8!important;
  2457. }
  2458. .wiki a[href*="2kay54"]{
  2459.     background-position:0px -100px;
  2460. }
  2461. .wiki a[href*="2kay54"]:hover{
  2462.     opacity:.8!important;
  2463. }
  2464.  
  2465. .wiki a[href*="2jngrq"]{
  2466.     background-position:0px -150px;
  2467. }
  2468. .wiki a[href*="2jngrq"]:hover{
  2469.     opacity:.8!important;
  2470. }
  2471.  
  2472. .wiki a[href*="2iwygw"]{
  2473.     background-position:0px -200px;
  2474. }
  2475. .wiki a[href*="2iwygw"]:hover{
  2476.     opacity:.8!important;
  2477. }
  2478.  
  2479. .wiki a[href*="2iaowb"]{
  2480.     background-position:0px -250px;
  2481. }
  2482. .wiki a[href*="2iaowb"]:hover{
  2483.     opacity:.8!important;
  2484. }
  2485.  
  2486. .wiki a[href*="2hmk5b"]{
  2487.     background-position:0px -300px;
  2488. }
  2489. .wiki a[href*="2hmk5b"]:hover{
  2490.     opacity:.8!important;
  2491. }
  2492.  
  2493. .wiki a[href*="2gysgj"]{
  2494.     background-position:0px -350px;
  2495. }
  2496. .wiki a[href*="2gysgj"]:hover{
  2497.     opacity:.8!important;
  2498. }
  2499.  
  2500. .wiki a[href*="2gat8k"]{
  2501.     background-position:0px -400px;
  2502. }
  2503. .wiki a[href*="2gat8k"]:hover{
  2504.     opacity:.8!important;
  2505. }
  2506. .wiki a[href*="2fnawf"]{
  2507.     background-position:0px -450px;
  2508. }
  2509. .wiki a[href*="2fnawf"]:hover{
  2510.     opacity:.8!important;
  2511. }
  2512.  
  2513. .wiki a[href*="2f0xl5"]{
  2514.     background-position:0px -500px;
  2515. }
  2516. .wiki a[href*="2f0xl5"]:hover{
  2517.     opacity:.8!important;
  2518. }
  2519.  
  2520. .wiki a[href*="2edh3z"]{
  2521.     background-position:0px -550px;
  2522. }
  2523. .wiki a[href*="2edh3z"]:hover{
  2524.     opacity:.8!important;
  2525. }
  2526.  
  2527. .wiki a[href*="2dqfgl"]{
  2528.     background-position:0px -600px;
  2529. }
  2530. .wiki a[href*="2dqfgl"]:hover{
  2531.     opacity:.8!important;
  2532. }
  2533.  
  2534. .wiki a[href*="2d3a5m"]{
  2535.     background-position:0px -650px;
  2536. }
  2537. .wiki a[href*="2d3a5m"]:hover{
  2538.     opacity:.8!important;
  2539. }
  2540.  
  2541. .wiki a[href*="2cfqkn"]{
  2542.     background-position:0px -700px;
  2543. }
  2544. .wiki a[href*="2cfqkn"]:hover{
  2545.     opacity:.8!important;
  2546. }
  2547.  
  2548. .wiki a[href*="2b5bwh"]{
  2549.     background-position:0px -750px;
  2550. }
  2551. .wiki a[href*="2b5bwh"]:hover{
  2552.     opacity:.8!important;
  2553. }
  2554.  
  2555. .wiki a[href*="2airtb"]{
  2556.     background-position:0px -800px;
  2557. }
  2558. .wiki a[href*="2airtb"]:hover{
  2559.     opacity:.8!important;
  2560. }
  2561.  
  2562. .wiki a[href*="29wd5j"]{
  2563.     background-position:0px -850px;
  2564. }
  2565. .wiki a[href*="29wd5j"]:hover{
  2566.     opacity:.8!important;
  2567. }
  2568.  
  2569. .wiki a[href*="29c2r6"]{
  2570.     background-position:0px -900px;
  2571. }
  2572. .wiki a[href*="29c2r6"]:hover{
  2573.     opacity:.8!important;
  2574. }
  2575.  
  2576. .wiki a[href*="28qfyq"]{
  2577.     background-position:0px -950px;
  2578. }
  2579. .wiki a[href*="28qfyq"]:hover{
  2580.     opacity:.8!important;
  2581. }
  2582.  
  2583. .wiki a[href*="27k59m"]{
  2584.     background-position:0px -1000px;
  2585. }
  2586. .wiki a[href*="27k59m"]:hover{
  2587.     opacity:.8!important;
  2588. }
  2589.  
  2590. .wiki a[href*="26yun4"]{
  2591.     background-position:0px -1050px;
  2592. }
  2593. .wiki a[href*="26yun4"]:hover{
  2594.     opacity:.8!important;
  2595. }
  2596.  
  2597. .wiki a[href*="26df6e"]{
  2598.     background-position:0px -1100px;
  2599. }
  2600. .wiki a[href*="26df6e"]:hover{
  2601.     opacity:.8!important;
  2602. }
  2603.  
  2604. .wiki a[href*="25n5a7"]{
  2605.     background-position:0px -1150px;
  2606. }
  2607. .wiki a[href*="25n5a7"]:hover{
  2608.     opacity:.8!important;
  2609. }
  2610.  
  2611. .wiki a[href*="251rpo"]{
  2612.     background-position:0px -1200px;
  2613. }
  2614. .wiki a[href*="251rpo"]:hover{
  2615.     opacity:.8!important;
  2616. }
  2617.  
  2618. .wiki a[href*="24h4g8"]{
  2619.     background-position:0px -1250px;
  2620. }
  2621. .wiki a[href*="24h4g8"]:hover{
  2622.     opacity:.8!important;
  2623. }
  2624.  
  2625. .wiki a[href*="23va41"]{
  2626.     background-position:0px -1300px;
  2627. }
  2628. .wiki a[href*="23va41"]:hover{
  2629.     opacity:.8!important;
  2630. }
  2631.  
  2632. .wiki a[href*="23b0vj"]{
  2633.     background-position:0px -1350px;
  2634. }
  2635. .wiki a[href*="23b0vj"]:hover{
  2636.     opacity:.8!important;
  2637. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement