Advertisement
erktheerk

juggalo

Feb 10th, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 16.02 KB | None | 0 0
  1. /*red:#D80404*/
  2. /*Juggalos*/
  3. div.titlebox span.subscribers span.word {
  4.   display: none
  5. }
  6.  
  7. div.titlebox span.subscribers span.number:after {
  8.   content: " Juggalos chugging Faygo"
  9. }
  10. div.titlebox p.users-online span.number:after {
  11.   content: " Juggalos hyped for The Missing Link"
  12. }
  13. /*like/dislike*/
  14. div.linkinfo span.word {
  15.     display: none
  16.     }
  17. div.linkinfo span.number:after {
  18.     content: " Raised Hatchets"
  19.     }
  20. .arrow.up {
  21.  background-image: url(%%upvote%%);
  22.  background-position: 0 0;
  23. }
  24. .arrow.upmod {
  25.  background-image: url(%%upvote%%);
  26.  background-position: 0 0;
  27. }
  28. .arrow.downmod {
  29.  background-image: url(%%hatchet-down1%%);
  30.  background-position: 0 0;
  31. }
  32.  
  33. .side {
  34.     background: url(%%The-Missing-Link---Found-Custom-version-V2-psd103152%%) no-repeat 0 5px;
  35.     padding-top: 305px;
  36. }
  37.  
  38. .sidecontentbox .title:not(:first-child) h1 {
  39.     font-size: 0;
  40. }
  41.  
  42. .sidecontentbox .title:not(:first-child) h1::after {
  43.     content: "Ringmasters";
  44.     font-size: 13px;
  45. }
  46. /*Header*/
  47. #header { background: #000000; }
  48.  
  49. #header .pagename, #header .pagename a {color: #FF0000;
  50. position: relative;}
  51. /*spin*/
  52. .flair-spin {
  53.     -webkit-animation: rotate 5s linear infinite;
  54.     animation: rotate 5s linear infinite;
  55. }
  56. @-webkit-keyframes rotate {
  57.     from { -webkit-transform: rotate(0deg); }
  58.     to { -webkit-transform: rotate(360deg); }
  59. }
  60. @keyframes rotate {
  61.     from { transform: rotate(0deg); }
  62.     to { transform: rotate(360deg); }
  63. }
  64. /*Black&Red*/
  65. .link {
  66. background: black;
  67. border-bottom:1px solid red;
  68. }
  69. .thing .title {
  70. color: #d80404;
  71. }
  72.  
  73. .linklisting {margin-right:305px;}
  74.  
  75. .thing.stickied {
  76.     margin-bottom:30px;
  77.     border:none;
  78.     background:black;
  79. }
  80.  
  81. .thing {
  82.     margin-bottom:5px;
  83.     padding:5px;
  84.     border-bottom:1px solid red;
  85. }
  86. .link .score,
  87. .link .score.likes,
  88. .link .score.dislikes
  89. { color: #d80404; }
  90. body{background-color:black}
  91. .side{margin-right:0px}
  92.  
  93. #search input[type="text"] {
  94.     position: relative !important;
  95.     bottom: 5px !important;
  96.     z-index: 100 !important;
  97.     font-size: 17px !important;
  98.     background-color: #1d1d1d !important;
  99.     border: 1px solid #34000C !important;
  100.     -webkit-border-bottom-right-radius: 8px !important;
  101.     -webkit-border-bottom-left-radius: 8px !important;
  102.     -webkit-border-top-right-radius: 8px !important;
  103.     -webkit-border-top-left-radius: 8px !important;
  104.     -moz-border-radius-bottomright: 8px !important;
  105.     -moz-border-radius-bottomleft: 8px !important;
  106.     -moz-border-radius-topright: 8px !important;
  107.     -moz-border-radius-topleft: 8px !important
  108.     }
  109. .res .RES-keyNav-activeElement,
  110. .res .commentarea .RES-keyNav-activeElement .md,
  111. .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  112.     background: #555 !important;
  113. }
  114.  
  115. .res:not(.res-nightmode) .commentarea .comment,
  116. .res:not(.res-nightmode) .commentarea .comment .comment,
  117. .res:not(.res-nightmode) .commentarea .comment .comment .comment,
  118. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment,
  119. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment,
  120. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment,
  121. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment,
  122. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment,
  123. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  124. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  125. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
  126. .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  127.     background: transparent!important;
  128. }
  129. .comment .md { color: #fff; }
  130. /*flair*/
  131. .flairselector .customizer {
  132. display: none !important;
  133. }
  134.  
  135. .flair {
  136. border: none !important;
  137. padding:0px;
  138. background: url(%%spritesheet%%) no-repeat -9999px -9999px;
  139. display:inline-block;
  140. }
  141. .flair {
  142.     background-image: url(%%spritesheet%%);
  143.     background-repeat: no-repeat;
  144.     display: block;
  145. }
  146.  
  147. .flair-2Dope {
  148.     width: 15px;
  149.     height: 15px;
  150.     background-position: -5px -5px;
  151. }
  152.  
  153. .flair-ABK {
  154.     width: 15px;
  155.     height: 15px;
  156.     background-position: -5px -30px;
  157. }
  158.  
  159. .flair-Boondox {
  160.     width: 15px;
  161.     height: 15px;
  162.     background-position: -5px -55px;
  163. }
  164.  
  165. .flair-Boondox2 {
  166.     width: 15px;
  167.     height: 15px;
  168.     background-position: -5px -80px;
  169. }
  170.  
  171. .flair-Bpb {
  172.     width: 15px;
  173.     height: 15px;
  174.     background-position: -5px -105px;
  175. }
  176.  
  177. .flair-Coc {
  178.     width: 15px;
  179.     height: 15px;
  180.     background-position: -5px -130px;
  181. }
  182.  
  183. .flair-Found {
  184.     width: 15px;
  185.     height: 15px;
  186.     background-position: -5px -155px;
  187. }
  188.  
  189. .flair-Gold {
  190.     width: 16px;
  191.     height: 16px;
  192.     background-position: -5px -180px;
  193. }
  194.  
  195. .flair-Great {
  196.     width: 15px;
  197.     height: 15px;
  198.     background-position: -5px -206px;
  199. }
  200.  
  201. .flair-Jack {
  202.     width: 15px;
  203.     height: 15px;
  204.     background-position: -5px -231px;
  205. }
  206.  
  207. .flair-Jake {
  208.     width: 15px;
  209.     height: 15px;
  210.     background-position: -5px -256px;
  211. }
  212.  
  213. .flair-Lost {
  214.     width: 15px;
  215.     height: 15px;
  216.     background-position: -5px -281px;
  217. }
  218.  
  219. .flair-Mdp {
  220.     width: 15px;
  221.     height: 15px;
  222.     background-position: -5px -306px;
  223. }
  224.  
  225. .flair-PZreJwJFSF8UT7iD---Copy {
  226.     width: 16px;
  227.     height: 16px;
  228.     background-position: -5px -331px;
  229. }
  230.  
  231. .flair-RiddleBox {
  232.     width: 15px;
  233.     height: 15px;
  234.     background-position: -5px -357px;
  235. }
  236.  
  237. .flair-Ringmaster {
  238.     width: 15px;
  239.     height: 15px;
  240.     background-position: -5px -382px;
  241. }
  242.  
  243. .flair-Uzi {
  244.     width: 15px;
  245.     height: 15px;
  246.     background-position: -5px -407px;
  247. }
  248.  
  249. .flair-VJ {
  250.     width: 15px;
  251.     height: 15px;
  252.     background-position: -5px -432px;
  253. }
  254.  
  255. .flair-Wraith {
  256.     width: 15px;
  257.     height: 15px;
  258.     background-position: -5px -457px;
  259. }
  260. .flair,
  261. .linkflair {
  262. color: #FF9100;
  263. }
  264. #header .tabmenu {
  265. position: absolute;
  266. top: 300px;
  267. margin: 0px;
  268. font-size: 14px;
  269. text-transform: uppercase;
  270. left: 60px;
  271. min-width:650px;
  272. }
  273.  
  274. .tabmenu li a {
  275. padding: 4px 8px;
  276. font-weight: lighter;
  277. color: white;
  278. background-color:transparent;
  279. font-size:12px
  280. }
  281. .tabmenu li.selected a {
  282. background-color: #7E31B3!important;
  283. border-radius: 5px;
  284. color: black!important;
  285. border:none;
  286. font-weight:bold;
  287. }
  288. .tabmenu li a:hover {
  289. background-color: green;
  290. border-radius: 5px;
  291. color: black;
  292. border: none;
  293. }
  294. /*usertabthingy*/
  295. .res #header-bottom-right {
  296. right: 39px;
  297. top: 291px !important;
  298. padding: 4px 2px 5px 2px!important;
  299. border-radius: 0px!important;
  300. }
  301. #header-bottom-right {
  302. position: absolute;
  303. top: 300px;
  304. right: 0;
  305. padding: 8px 15px 7px 15px;
  306. width: auto;
  307. height: 12px;
  308. background-color: transparent;
  309. }
  310. #header-bottom-right a {
  311. color: #009900;
  312. font-weight: normal;
  313. font-size: 12px;
  314. text-transform:uppercase;
  315. }
  316. #header-bottom-right a:hover {
  317. color:#fff;
  318. }
  319. .res #userbarToggle {
  320. display: none!important;
  321. }
  322.  
  323. .user, .loggedin .user {
  324. color: #d80404;
  325. }
  326.  
  327. #RESAccountSwitcherIcon {
  328. margin-top:-5px;
  329. }
  330. .separator {
  331. color:#d80404;
  332. }
  333. .md ul { padding-left:20px !important; }
  334. .md h6 {
  335. color: red;
  336. font-weight: bold;
  337. position: absolute;
  338. top: 40px;
  339. left: 50px;
  340. z-index: 1000;
  341. border: 1px solid red;
  342. padding: 5px 10px;
  343. max-width: 300px;
  344. text-align:center;
  345. font-size:12px !important;
  346. color:red;
  347. background-color:#141414;
  348. }
  349. .md h6 a {
  350. color: yellowgreen;
  351. text-decoration: underline;
  352. display:block;
  353. font-size:12px;
  354. margin:2px 0;
  355. }
  356. .md h6 a:hover {
  357. text-decoration:none;
  358. }
  359. .md h6 code {
  360. font-weight: bold;
  361. }
  362. /*modtext*/
  363. .titlebox,
  364. .titlebox .md,
  365. .icon-menu a {
  366.     color: #d80404
  367. }
  368. /*stickypost*/
  369. .thing.stickied a.title, .thing.stickied a.title:visited, .thing.stickied a.title.visited { color: #f00; border: red; }
  370. .tagline .stickied-tagline {
  371. color: #FF0044;
  372. font-size:medium;
  373. }
  374. /*postwarning*/
  375. .submit.content #link-desc:after {
  376.     display: block;
  377.     width: 490px;
  378.     margin-top: 20px;
  379.     padding: 10px;
  380.     font-size: 1em;
  381.     line-height: 1.5em;
  382.     font-weight: bold;
  383.     color: black;
  384.     background-color: white;
  385.     border: 2px solid red;
  386.     content: "Please no multi-posts, search for it before you post.";
  387.     text-align:center;
  388. }
  389. /*spindathatchet*/
  390. .arrow.upmod{
  391.   animation: animationFrames linear 4s;
  392.   animation-iteration-count: infinite;
  393.   transform-origin: ;
  394.   -webkit-animation: animationFrames linear 4s;
  395.   -webkit-animation-iteration-count: infinite;
  396.   -webkit-transform-origin: ;
  397.   -moz-animation: animationFrames linear 4s;
  398.   -moz-animation-iteration-count: infinite;
  399.   -moz-transform-origin: ;
  400.   -o-animation: animationFrames linear 4s;
  401.   -o-animation-iteration-count: infinite;
  402.   -o-transform-origin: ;
  403.   -ms-animation: animationFrames linear 4s;
  404.   -ms-animation-iteration-count: infinite;
  405.   -ms-transform-origin:
  406. }
  407. @keyframes animationFrames{
  408.   0% {
  409.     left:-25px;
  410.     top:-23px;
  411.     opacity:1;
  412.     transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  413.   }
  414.   100% {
  415.     left:-22px;
  416.     top:-23px;
  417.     opacity:1;
  418.     transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  419.   }
  420. }
  421.  
  422. @-moz-keyframes animationFrames{
  423.   0% {
  424.     left:-25px;
  425.     top:-23px;
  426.     opacity:1;
  427.     -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  428.   }
  429.   100% {
  430.     left:-22px;
  431.     top:-23px;
  432.     opacity:1;
  433.     -moz-transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  434.   }
  435. }
  436.  
  437. @-webkit-keyframes animationFrames {
  438.   0% {
  439.     left:-25px;
  440.     top:-23px;
  441.     opacity:1;
  442.     -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  443.   }
  444.   100% {
  445.     left:-22px;
  446.     top:-23px;
  447.     opacity:1;
  448.     -webkit-transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  449.   }
  450. }
  451.  
  452. @-o-keyframes animationFrames {
  453.   0% {
  454.     left:-25px;
  455.     top:-23px;
  456.     opacity:1;
  457.     -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  458.   }
  459.   100% {
  460.     left:-22px;
  461.     top:-23px;
  462.     opacity:1;
  463.     -o-transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  464.   }
  465. }
  466.  
  467. @-ms-keyframes animationFrames {
  468.   0% {
  469.     left:-25px;
  470.     top:-23px;
  471.     opacity:1;
  472.     -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  473.   }
  474.   100% {
  475.     left:-22px;
  476.     top:-23px;
  477.     opacity:1;
  478.     -ms-transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  479.   }
  480. }
  481. /*lightmode*/
  482. html[lang="og"] body,
  483. html[lang="og"] .link {
  484.     background: none;
  485.     border: 0;
  486. }
  487. html[lang="og"] .comment .md {
  488.     color: #000;
  489. }
  490. /*rules*/
  491. .side table thead {
  492.     display: none;
  493. }
  494.  
  495. .side table tbody tr td {
  496.     display: block;
  497.     border: none;
  498. }
  499.  
  500. .side table tbody tr td:first-child {
  501.     background-color: #2d0000;
  502.     color: #A09C9C;
  503.     cursor: pointer;
  504.     padding: 9px 10px 10px 9px;
  505.     width: 260px;
  506. }
  507.  
  508. .side table tbody tr td:last-child {
  509.     margin: 0;
  510.     overflow: auto;
  511.     width: 253px;
  512.     max-height: 0px;
  513.     overflow: hidden;
  514.     transition: max-height 1s ease;
  515. }
  516.  
  517. .side table tbody tr:hover td:last-child {
  518.     max-height: 150px;
  519. }
  520.  
  521. .side table tbody tr td:first-child a {
  522.     color: #440000;
  523. }
  524.  
  525. .side table tbody tr td code {
  526.     font-size: 1.1em;
  527. }
  528. /*stuff*/
  529. .create,
  530. .nub {
  531.     display: none;
  532. }
  533. .morelink,
  534. .morelink:hover {
  535.     background: #000;
  536.     border-color: #f00;
  537. }
  538. .morelink:hover {
  539.     background: #111;
  540. }
  541. .morelink a {
  542.     color: #f00;
  543. }
  544. #sr-header-area,
  545. .res #srList,
  546. .width-clip .drop-choices {
  547.     background: #000;
  548. }
  549. #sr-header-area a,
  550. #header .srdrop .title {
  551.     color: #f00;
  552. }
  553. #srList td,
  554. #srList td a {
  555.     color: #f00;
  556. }
  557. .link .title:visited {
  558. color: #830000;
  559. }
  560. .leavemoderator,
  561. .leavecontributor-button,
  562. .titlebox .toggle.flairtoggle,
  563. .icon-menu a {
  564.     background-color: transparent;
  565. }
  566. /* Flair Improvements */
  567.  
  568. .side a.flairselectbtn:after{
  569.  
  570. color:red;
  571.  
  572. font-weight:bold;
  573.  
  574. content:" <-- Click here to select a location tag for next to your nickname!";
  575.  
  576. }
  577. .flairselector h2:after{
  578.  
  579. font-size:10px;
  580.  
  581. content: " - Select a city and then click save to add next to your nickname.";
  582.  
  583. }
  584.  
  585. .flairselector form:before{
  586.  
  587. content: "To disable flair, simply uncheck <Show my flair on this reddit> in the sidebar.";
  588.  
  589. }
  590. .expando-button {
  591. float: none;
  592. }
  593. /*subredditsettings*/
  594. .linefield {
  595. width: 514px;
  596. padding: 7px 5px;
  597. font-size: large;
  598. background-color: #000;
  599. margin-bottom: 10px;
  600. }
  601. /*online*/
  602. media="all"
  603. .users-online:before {
  604. background-image: url(%%warning%%);
  605. background-position: -66px -730px;
  606. background-repeat: no-repeat;
  607. }
  608. /*names*/
  609. .tagline a {
  610. color: #DF0000;
  611. text-decoration: none;
  612. }
  613.  
  614.  
  615.  
  616.  
  617. /*****ERKTHEERK*****/
  618.  
  619.  
  620.  
  621.  
  622. #header-img {
  623. margin-top: 2px;
  624. margin-right: 5px;
  625. margin-bottom: 17px;
  626. }
  627.  
  628.  
  629.  
  630. .res .RES-keyNav-activeElement, .res .commentarea .RES-keyNav-activeElement .md, .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {background: #2D2D27!important;
  631. }
  632.  
  633. .pretty-form {color:white;}
  634.  
  635.  
  636.  
  637.  
  638. body{font-size: small!important; font-weight: 400;
  639.     font-family: 'Roboto Condensed', sans-serif; font-style: normal!important; color:white;
  640.    
  641. }
  642.  
  643.  
  644.  
  645. .side .md .-text, .side .md p, .side .md pre>code, .side .md th, .side .md td, .side .md li, .side .usertext-edit textarea .-text, .side .usertext-edit textarea p, .side .usertext-edit textarea pre>code, .side .usertext-edit textarea th, .side .usertext-edit textarea td, .side .usertext-edit textarea li {font-size: 1em;
  646. line-height: 1.5em;}
  647.  
  648. .pagename a {
  649.     background: url(%%header-img%%) 0 0 / cover;
  650.     position: absolute;
  651.     bottom: 42px;
  652.     height:264px!important;
  653.     width: 100%;
  654.     left: -5px;
  655.     float: left;
  656.     z-index: 0;
  657. }
  658.  
  659.  
  660.  
  661.  
  662. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe { margin: 0px;
  663. padding: 1px;
  664. }
  665.  
  666.  
  667.  
  668. .linklisting .md, .commentarea .md, .linklisting .usertext-edit textarea, .commentarea .usertext-edit textarea {margin-top: 5px;margin-bottom: 5px;background: rgba(0, 128, 0, 0.36);color: white;}
  669. .RESDialogSmall.livePreview > h3{background: green;}
  670. .livePreview, .livePreview .md{background: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(33, 145, 30, 0) 40px, rgba(166, 166, 166, 0.33) 80px);color: black;}
  671. .gold-accent{margin-top: 10px;padding: 0 10px 5px;background-color: #7E31B4;border: solid 2px green;color: white!important;display: inline-block;}
  672. .titlebox, .titlebox .md, .icon-menu a{color: #900000;}
  673. .linkinfo{padding: 5px;border: 5px solid green!important;background-color: #7E31B3;font-family: arial,helvetica,sans-serif;font-size: larger;border-radius: 3px;color: black;}
  674. .infobar{background-color: rgb(5, 98, 10);padding: 5px 10px;margin: 3px -4px 5px 0px!important;border: 2px solid green;font-size: medium;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-align:center;}
  675. .roundfield{width: 500px;background-color: rgb(19, 19, 19);border-radius: 4px;padding: 5px 10px 10px 10px;font-size: large;}
  676. .content.submit .info-notice{border: 1px solid #800311;padding: 9px;margin-bottom: 12px;font-size: larger;color: white;background:none;}
  677. .formtabs-content{width: 523px;border-top: 4px solid #7E31B3;padding-top: 6px;}
  678. .link .title{font-size: x-large;font-weight: 500;margin-bottom: 1px;}
  679. .wiki-page .wiki-page-content .wiki.md{color:white;}
  680. .mod-toolbox .menuarea.modtools {background:none;}
  681. .RESDropdownList {
  682. list-style-type: none;
  683. background-color: #7E31B4;
  684. width: 180px;
  685. border-radius: 0px 0px 3px 3px;
  686. border: 1px solid green;
  687. }
  688.  
  689. /*#header:before {
  690.     position: absolute;
  691.     background: url(%%header-image%%);
  692.     height: 190px;
  693.     left: 0;
  694.     right: 0;
  695.     content: '';
  696.     -webkit-animation: scroll 80s linear infinite;
  697.     animation: scroll 80s linear infinite;
  698. }
  699. @-webkit-keyframes scroll {
  700.     from { background-position: 0 0; }
  701.     to { background-position: -3328px 0; }
  702. }
  703. @keyframes scroll {
  704.     from { background-position: 0 0; }
  705.     to { background-position: -3328px 0; }
  706. }
  707.  
  708. #header-img.default-header { display: none; }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement