Advertisement
da404lewzer

MinecraftCircleJerk CSS 5/18/2013 - Before spoilers are adde

May 18th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.55 KB | None | 0 0
  1. /*Header*/
  2. #header {
  3.     background-color: #CCCCCC;
  4.     background-image: url(%%bg%%)
  5.     }
  6. #header-bottom-right {
  7.     background-color: #E9E0DB
  8.     }
  9. .redditname a {
  10.     color: #FFF
  11.     }
  12. .redditname a:after {
  13.     content: "";
  14.     color: orange;
  15.     font-size: 1em
  16.     }
  17.  
  18. /* Background Image */
  19.  
  20.  body {
  21.     background-image: url(%%backjeb%%);
  22.     background-repeat: no-repeat;
  23.     background-attachment: fixed;
  24.     background-position: 60% 100%;
  25.     text-transform: uppercase;
  26.     }
  27.  
  28. /*hide downvote arrow*/
  29.  
  30. .arrow.down  {
  31. display:none;
  32. visibility:hidden;
  33. }
  34.  
  35. /*replace "readers" with something else*/
  36. div.titlebox span.word {  
  37. display: none;
  38.  
  39. }
  40.  
  41. /* Downvote box */
  42. .commentarea > .usertext:before {
  43.     content: "Please downvote comments based on opinion. The downvote arrow is for comments which you disagree with and make you rage.";
  44.     display: block;
  45.     margin-right: 5px;
  46.     background-color: #FFFFDC;
  47.     padding: 10px;
  48.     border: 1px solid #C8C864;
  49.     border-radius: 3px
  50.     }
  51.  
  52. /* Coloring CSS ripped from rMinecraft */
  53.  
  54. .tabmenu li a {
  55.     color: #ffffff !important;
  56.     background-color: #454545 !important;
  57.     border-left-color: #000000 !important;
  58.     border-top-color: #000000 !important;
  59.     border-right-color: #000000 !important
  60.     }
  61. #header {
  62.     border-bottom-color: #000000
  63.     }
  64. #sr-header-area {
  65.     color: #ffffff;
  66.     background-color: #454545;
  67.     border-bottom-color: #000000
  68.     }
  69. #header-bottom-right, #header-bottom-right a, .sr-bar a, #sr-more-link {
  70.     background-color: rgb(69,69,69) !important;
  71.     color: rgb(255,255,255) !important
  72.     }
  73. #userbarToggle {
  74.     background-color: rgb(69,69,69) !important;
  75.     border-right-color: rgb(0,0,0) !important
  76.     }
  77. .tabmenu li.selected a {
  78.     background-color: rgb(255,255,255) !important;
  79.     color: rgb(255,69,0) !important
  80.     }
  81. .user, #userbarToggle {
  82.     color: #ffffff !important
  83.     }
  84. .user a.login-required {
  85.     text-decoration: underline
  86.     }
  87. .tabmenu.formtab a {
  88.     background-color: white !important;
  89.     color: black !important;
  90.     border: none;
  91.     padding: 2px 6px 0 !important;
  92.     font: small verdana, arial, helvetica, sans-serif !important;
  93.     border: 1px solid #454545 !important
  94.     }
  95. .tabmenu.formtab .selected a {
  96.     background-color: #454545 !important;
  97.     color: white !important;
  98.     font-weight: bold !important;
  99.     border: none !important;
  100.     border-top: 1px solid #454545 !important
  101.     }
  102. .formtabs-content {
  103.     border-top: 4px solid #454545
  104.     }
  105. .dropdown.srdrop .selected {
  106.     color: white
  107.     }
  108. .pagename {
  109.     color: white;
  110.     font-size: 12pt
  111.     }
  112. .tabmenu {
  113.     margin-top: 15px
  114.     }
  115.  
  116. div.titlebox span.number:after {  
  117. content: ".62000000476837 readers"  
  118. }  
  119.  
  120. div.titlebox span.number:before {  
  121. content: "y: ";
  122. }  
  123.  
  124. .arrow.upmod {
  125.  background-image:url(%%sprite%%);
  126.  background-position:-4px -249px;
  127. }
  128. .arrow.up {
  129.  background-image:url(%%sprite%%);
  130.  background-position:-4px -293px;
  131. }
  132.  
  133. .likes .score.likes {color:#9494FF;}
  134.  
  135. /*  Broken trophy displays twice in Chrome - commented out for now
  136.  
  137. .titlebox [href="//#trophy"]:after {
  138. content: "";
  139. width: 300px;
  140. height: 125px;
  141. background-image: url(%%trophy%%);
  142. display: inline-block;
  143. position: relative
  144. }
  145.  
  146. */
  147.  
  148. /* SideBar Keywords */
  149.  
  150. a[href="#JebCraft"]:nth-of-type(n)::after{
  151.   width: 175px;
  152.   height: 50px;
  153.   content: " ";
  154.   background-image: url(%%JEBCRAFT-UPDATED%%);
  155.   display: inline-block;
  156. }
  157.  
  158. /* Keywords */
  159.  
  160. .title[href*="guys"]:before, .title[href*="guise"]:before, .title[href*="guyz"]:before, .title[href*="gais"]:before, .title[href*="_cow"]:before, .title[href*="cow_"]:before {
  161.     cursor: default;
  162.     display: inline-block;
  163.     background-image: url(%%heyguys%%);
  164.     background-repeat: no-repeat;
  165.     margin-right: 6px;
  166.     width: 22px;
  167.     height: 22px;
  168.     content: "";
  169.    }
  170.  
  171. .title[href*="notch"]:before, .title[href*="markus"]:before, .title[href*="persson"]:before {
  172.     cursor: default;
  173.     display: inline-block;
  174.     background-image: url(%%notch%%);
  175.     background-repeat: no-repeat;
  176.     margin-right: 6px;
  177.     width: 22px;
  178.     height: 23px;
  179.     content: "";
  180.    }
  181.  
  182. .title[href*="update"]:before, .title[href*="_17"]:before, .title[href*="_18"]:before, .title[href*="_19"]:before, .title[href*="beta"]:before, .title[href*="_10"]:before  {
  183.     cursor: default;
  184.     display: inline-block;
  185.     background-image: url(%%update%%);
  186.     background-repeat: no-repeat;
  187.     margin-right: 6px;
  188.     width: 54px;
  189.     height: 9px;
  190.     content: "";
  191.    }
  192.  
  193. .title[href*="creeper"]:before, .title[href*="ssss"]:before {
  194.     cursor: default;
  195.     display: inline-block;
  196.     background-image: url(%%creeper%%);
  197.     background-repeat: no-repeat;
  198.     margin-right: 6px;
  199.     width: 22px;
  200.     height: 36px;
  201.     content: "";
  202.    }
  203.  
  204. .title[href*="piston"]:before, .title[href*="mod"]:before {
  205.     cursor: default;
  206.     display: inline-block;
  207.     background-image: url(%%piston%%);
  208.     background-repeat: no-repeat;
  209.     margin-right: 6px;
  210.     width: 22px;
  211.     height: 36px;
  212.     content: "";
  213.    }
  214.  
  215. .title[href*="redstone"]:before, .title[href*="red_stone"]:before {
  216.     cursor: default;
  217.     display: inline-block;
  218.     background-image: url(%%redstone%%);
  219.     background-repeat: no-repeat;
  220.     margin-right: 6px;
  221.     width: 28px;
  222.     height: 26px;
  223.     content: "";
  224.    }
  225.  
  226. .title[href*="pork"]:before, .title[href*="bacon"]:before, .title[href*="pig"]:before, .title[href*="food"]:before {
  227.     cursor: default;
  228.     display: inline-block;
  229.     background-image: url(%%pork%%);
  230.     background-repeat: no-repeat;
  231.     margin-right: 6px;
  232.     width: 25px;
  233.     height: 24px;
  234.     content: "";
  235.    }
  236.  
  237. .title[href*="tweet"]:before, .title[href*="twitter"]:before {
  238.     cursor: default;
  239.     display: inline-block;
  240.     background-image: url(%%tweet%%);
  241.     background-repeat: no-repeat;
  242.     margin-right: 6px;
  243.     width: 25px;
  244.     height: 29px;
  245.     content: "";
  246.    }
  247.  
  248. .title[href*="squid"]:before, .title[href*="ocean"]:before {
  249.     cursor: default;
  250.     display: inline-block;
  251.     background-image: url(%%squid%%);
  252.     background-repeat: no-repeat;
  253.     margin-right: 6px;
  254.     width: 20px;
  255.     height: 34px;
  256.     content: "";
  257.    }
  258.  
  259. .title[href*="feature"]:before, .title[href*="request"]:before {
  260.     cursor: default;
  261.     display: inline-block;
  262.     background-image: url(%%feature%%);
  263.     background-repeat: no-repeat;
  264.     margin-right: 6px;
  265.     width: 35px;
  266.     height: 22px;
  267.     content: "";
  268.    }
  269.  
  270. .title[href*="dae_"]:before {
  271.     cursor: default;
  272.     display: inline-block;
  273.     background-image: url(%%dae%%);
  274.     background-repeat: no-repeat;
  275.     margin-right: 6px;
  276.     width: 28px;
  277.     height: 28px;
  278.     content: "";
  279.    }
  280.  
  281. .title[href*="til_"]:before {
  282.     cursor: default;
  283.     display: inline-block;
  284.     background-image: url(%%til%%);
  285.     background-repeat: no-repeat;
  286.     margin-right: 6px;
  287.     width: 27px;
  288.     height: 24px;
  289.     content: "";
  290.    }
  291.  
  292. /* TIL false positive */
  293.  
  294. .title[href*="until"]:before {
  295.     cursor: default;
  296.     display: inline-block;
  297.     background-repeat: no-repeat;
  298.     margin-right: 0px;
  299.     width: 0px;
  300.     height: 0px;
  301.     content: "";
  302.    }
  303.  
  304. .title[href*="_craft"]:before {
  305.     cursor: default;
  306.     display: inline-block;
  307.     background-image: url(%%craft%%);
  308.     background-repeat: no-repeat;
  309.     margin-right: 6px;
  310.     width: 22px;
  311.     height: 22px;
  312.     content: "";
  313.    }
  314.  
  315. .title[href*="imgur"]:before, .title[href*="picture"]:before, .title[href*="painting"]:before {
  316.     cursor: default;
  317.     display: inline-block;
  318.     background-image: url(%%imgur%%);
  319.     background-repeat: no-repeat;
  320.     margin-right: 6px;
  321.     width: 24px;
  322.     height: 26px;
  323.     content: "";
  324.    }
  325.  
  326. .title[href*="lava"]:before {
  327.     cursor: default;
  328.     display: inline-block;
  329.     background-image: url(%%lava%%);
  330.     background-repeat: no-repeat;
  331.     margin-right: 6px;
  332.     width: 22px;
  333.     height: 22px;
  334.     content: "";
  335.    }
  336.  
  337. .title[href*="grief"]:before {
  338.     cursor: default;
  339.     display: inline-block;
  340.     background-image: url(%%griefer%%);
  341.     background-repeat: no-repeat;
  342.     margin-right: 6px;
  343.     width: 28px;
  344.     height: 26px;
  345.     content: "";
  346.    }
  347.  
  348. .title[href*="diamond"]:before {
  349.     cursor: default;
  350.     display: inline-block;
  351.     background-image: url(%%diamond%%);
  352.     background-repeat: no-repeat;
  353.     margin-right: 6px;
  354.     width: 28px;
  355.     height: 26px;
  356.     content: "";
  357.    }
  358.  
  359. .title[href*="upvote"]:before, .title[href*="arrow"]:before, .title[href*="karma"]:before {
  360.     cursor: default;
  361.     display: inline-block;
  362.     background-image: url(%%upvote%%);
  363.     background-repeat: no-repeat;
  364.     margin-right: 6px;
  365.     width: 27px;
  366.     height: 18px;
  367.     content: "";
  368.    }
  369.  
  370. .title[href*="wife"]:before, .title[href*="girlfriend"]:before, .title[href*="girl_friend"]:before {
  371.     cursor: default;
  372.     display: inline-block;
  373.     background-image: url(%%wife%%);
  374.     background-repeat: no-repeat;
  375.     margin-right: 6px;
  376.     width: 23px;
  377.     height: 23px;
  378.     content: "";
  379.    }
  380.  
  381. .title[href*="jeb"]:before, .title[href*="jens"]:before {
  382.     cursor: default;
  383.     display: inline-block;
  384.     background-image: url(%%jeb%%);
  385.     background-repeat: no-repeat;
  386.     margin-right: 6px;
  387.     width: 28px;
  388.     height: 23px;
  389.     content: "";
  390.    }
  391.  
  392. .title[href*="_ender"]:before, .title[href*="endermen"]:before, .title[href*="enderman"]:before, .title[href*="new_mob"]:before {
  393.     cursor: default;
  394.     display: inline-block;
  395.     background-image: url(%%ender%%);
  396.     background-repeat: no-repeat;
  397.     margin-right: 6px;
  398.     width: 28px;
  399.     height: 23px;
  400.     content: "";
  401.    }
  402.  
  403. .title[href*="youtube"]:before, .title[href*="youtu_be"]:before, .title[href*="video"]:before {
  404.     cursor: default;
  405.     display: inline-block;
  406.     background-image: url(%%youtube%%);
  407.     background-repeat: no-repeat;
  408.     margin-right: 6px;
  409.     width: 38px;
  410.     height: 23px;
  411.     content: "";
  412.    }
  413.  
  414. .title[href*="lol"]:before, .title[href*="herp"]:before, .title[href*="derp"]:before {
  415.     cursor: default;
  416.     display: inline-block;
  417.     background-image: url(%%lolstfu%%);
  418.     background-repeat: no-repeat;
  419.     margin-right: 6px;
  420.     width: 33px;
  421.     height: 20px;
  422.     content: "";
  423.    }
  424.  
  425. .title[href*="dragon"]:before, .title[href*="dddrrr"]:before, .title[href*="scrolls"]:before, .title[href*="bethesda"]:before {
  426.     cursor: default;
  427.     display: inline-block;
  428.     background-image: url(%%skyrim%%);
  429.     background-repeat: no-repeat;
  430.     margin-right: 6px;
  431.     width: 21px;
  432.     height: 36px;
  433.     content: "";
  434.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement