Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*red:#D80404*/
- /*Text Stuff*/
- a[href$="/spoiler"] {
- background: #D80404 !important;
- color: #D80404 !important
- }
- a[href$="/spoiler"]:hover {
- color: #FFF !important
- }
- a[href="/intensifies"] {
- color: #D80404;
- text-transform: uppercase;
- display: block;
- font-size: 15px;
- animation: intensify .1s steps(5) infinite;
- -webkit-animation: intensify .1s steps(5) infinite;
- -moz-animation: intensify .1s steps(5) infinite;
- }
- @keyframes intensify {
- 0% { margin-left: 0px; }
- 100% { margin-left: 2px; }
- }
- @-webkit-keyframes intensify {
- 0% { margin-left: 0px; }
- 100% { margin-left: 2px; }
- }
- @-moz-keyframes intensify {
- 0% { margin-left: 0px; }
- 100% { margin-left: 2px; }
- }
- a[href="/intensifies"]:before {
- content: "[";
- }
- a[href="/intensifies"]:after {
- content: "]";
- }
- /*userbar*/
- .beta-hint a {
- margin-left: -35px;
- }
- /*Read-Next Style*/
- .read-next .read-next-link.active {
- background-color: #000000!important;
- }
- .read-next.fixed {
- background-color: black!important;
- }
- .read-next .read-next-header-title {
- background-color: black!important;
- }
- .read-next .read-next-header {
- background-color: black!important;
- }
- .read-next {
- background-color: black!important;
- }
- .titlebox form.toggle, .leavemoderator {
- background:none;
- }
- /*Content Shift*/
- .content {
- z-index: 1;
- margin-top: 35px;
- }
- /*Juggalos*/
- div.titlebox span.subscribers span.word {
- display: none
- }
- div.titlebox span.subscribers span.number:after {
- content: " Juggalos chugging Faygo"
- }
- div.titlebox p.users-online span.number:after {
- content: " Juggalos hyped for The Missing Link"
- }
- /*like/dislike*/
- div.linkinfo span.word {
- display: none
- }
- div.linkinfo span.number:after {
- content: " Raised Hatchets"
- }
- .arrow.up {
- background-image: url(%%upvote%%);
- background-position: 0 0;
- }
- .arrow.upmod {
- background-image: url(%%upvote%%);
- background-position: 0 0;
- }
- .arrow.downmod {
- background-image: url(%%Fuck-Off%%);
- background-position: 0 0;
- }
- .arrow.down {
- background-image: url(%%Fuck-Off%%);
- background-position: 0 0;
- }
- .arrow.upmod{
- animation: animationFrames linear 4s;
- animation-iteration-count: infinite;
- transform-origin: ;
- -webkit-animation: animationFrames linear 4s;
- -webkit-animation-iteration-count: infinite;
- -webkit-transform-origin: ;
- -moz-animation: animationFrames linear 4s;
- -moz-animation-iteration-count: infinite;
- -moz-transform-origin: ;
- -o-animation: animationFrames linear 4s;
- -o-animation-iteration-count: infinite;
- -o-transform-origin: ;
- -ms-animation: animationFrames linear 4s;
- -ms-animation-iteration-count: infinite;
- -ms-transform-origin:
- }
- @keyframes animationFrames{
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-moz-keyframes animationFrames{
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -moz-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -moz-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-webkit-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -webkit-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -webkit-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-o-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -o-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -o-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-ms-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -ms-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -ms-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- .arrow.downmod{
- animation: animationFrames linear 4s;
- animation-iteration-count: infinite;
- transform-origin: ;
- -webkit-animation: animationFrames linear 4s;
- -webkit-animation-iteration-count: infinite;
- -webkit-transform-origin: ;
- -moz-animation: animationFrames linear 4s;
- -moz-animation-iteration-count: infinite;
- -moz-transform-origin: ;
- -o-animation: animationFrames linear 4s;
- -o-animation-iteration-count: infinite;
- -o-transform-origin: ;
- -ms-animation: animationFrames linear 4s;
- -ms-animation-iteration-count: infinite;
- -ms-transform-origin:
- }
- @keyframes animationFrames{
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-moz-keyframes animationFrames{
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -moz-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -moz-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-webkit-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -webkit-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -webkit-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-o-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -o-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -o-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-ms-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -ms-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -ms-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- /*sidebarpic*/
- .side {
- background: url(%%Found2%%) no-repeat 0 5px;
- padding-top: 305px;
- margin-top: 28px;
- }
- .sidecontentbox .title:not(:first-child) h1 {
- font-size: 0;
- }
- /*Header*/
- #header { background: #000000; }
- #header .pagename, #header .pagename a {color: #FF0000;
- top: 164px;
- left: 132px;
- position: absolute;}
- /*spin*/
- .flair-spin {
- -webkit-animation: rotate 5s linear infinite;
- animation: rotate 5s linear infinite;
- }
- @-webkit-keyframes rotate {
- from { -webkit-transform: rotate(0deg); }
- to { -webkit-transform: rotate(360deg); }
- }
- @keyframes rotate {
- from { transform: rotate(0deg); }
- to { transform: rotate(360deg); }
- }
- .sidecontentbox .title:not(:first-child) h1::after {
- content: "Ringmasters";
- font-size: 13px;
- }
- /*Black&Red*/
- .link {
- background: black;
- border: 1px solid red;
- }
- .thing .title {
- color: #d80404;
- }
- .linklisting {margin-right:305px;}
- .thing.stickied {
- margin-bottom:30px;
- border:none;
- background:black;
- }
- .thing {
- margin-bottom:5px;
- padding:5px;
- border:1px solid red;
- /*width: 99%;*/
- }
- .link .score,
- .link .score.likes,
- .link .score.dislikes
- { color: #d80404; }
- body{background-color:black}
- .side{margin-right:0px}
- .res .RES-keyNav-activeElement,
- .res .commentarea .RES-keyNav-activeElement .md,
- .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
- background: rgba(124, 73, 61, 0.2)!important;
- }
- .res:not(.res-nightmode) .commentarea .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
- .res:not(.res-nightmode) .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
- background: transparent!important;
- }
- .comment .md { color: #fff; }
- /*flair*/
- .flairselector .customizer {
- display: none !important;
- }
- .flair {
- border: none !important;
- padding:0px;
- background: url(%%spritesheet%%) no-repeat -9999px -9999px;
- display:inline-block;
- }
- .flair {
- background-image: url(%%spritesheet%%);
- background-repeat: no-repeat;
- display: block;
- }
- .flair-2Dope {
- width: 15px;
- height: 15px;
- background-position: -5px -5px;
- }
- .flair-ABK {
- width: 15px;
- height: 15px;
- background-position: -5px -30px;
- }
- .flair-Boondox {
- width: 15px;
- height: 15px;
- background-position: -5px -55px;
- }
- .flair-Boondox2 {
- width: 15px;
- height: 15px;
- background-position: -5px -80px;
- }
- .flair-Bpb {
- width: 15px;
- height: 15px;
- background-position: -5px -105px;
- }
- .flair-Coc {
- width: 15px;
- height: 15px;
- background-position: -5px -130px;
- }
- .flair-Found {
- width: 15px;
- height: 15px;
- background-position: -5px -155px;
- }
- .flair-Gold {
- width: 16px;
- height: 16px;
- background-position: -5px -180px;
- }
- .flair-Great {
- width: 15px;
- height: 15px;
- background-position: -5px -206px;
- }
- .flair-Jack {
- width: 15px;
- height: 15px;
- background-position: -5px -231px;
- }
- .flair-Jake {
- width: 15px;
- height: 15px;
- background-position: -5px -256px;
- }
- .flair-Lost {
- width: 15px;
- height: 15px;
- background-position: -5px -281px;
- }
- .flair-Mdp {
- width: 15px;
- height: 15px;
- background-position: -5px -306px;
- }
- .flair-PZreJwJFSF8UT7iD---Copy {
- width: 16px;
- height: 16px;
- background-position: -5px -331px;
- }
- .flair-RiddleBox {
- width: 15px;
- height: 15px;
- background-position: -5px -357px;
- }
- .flair-Ringmaster {
- width: 15px;
- height: 15px;
- background-position: -5px -382px;
- }
- .flair-Uzi {
- width: 15px;
- height: 15px;
- background-position: -5px -407px;
- }
- .flair-VJ {
- width: 15px;
- height: 15px;
- background-position: -5px -432px;
- }
- .flair-Wraith {
- width: 15px;
- height: 15px;
- background-position: -5px -457px;
- }
- .flair,
- .linkflair {
- color: #FF9100;
- }
- /*tabmenu*/
- #header .tabmenu {
- position: absolute;
- top: 216px;
- margin: 0px;
- font-size: 14px;
- text-transform: uppercase;
- left: 0px;
- min-width:650px;
- }
- .tabmenu li a {
- padding: 4px 8px;
- font-weight: lighter;
- color: #white;
- background-color:transparent;
- font-size:12px
- }
- .tabmenu li.selected a {
- background-color: #7E31B3!important;
- border-radius: 5px;
- color: black !important;
- border:none;
- font-weight:bold;
- }
- .tabmenu li a:hover {
- background-color: green;
- border-radius: 5px;
- color: black;
- border: none;
- }
- /*usertabthingy*/
- .res #header-bottom-right {
- right: 0px;
- top: 209px !important;
- padding: 4px 2px 5px 2px!important;
- border-radius: 0px!important;
- background-color: rgba(126, 49, 179, 0.39);
- }
- #header-bottom-right {
- position: absolute;
- top: 209px;
- right: 0;
- padding: 8px 15px 7px 15px;
- width: auto;
- height: 12px;
- background-color: transparent;
- }
- #header-bottom-right a {
- color: #FFFFFF;
- font-weight: normal;
- font-size: 12px;
- text-transform:uppercase;
- }
- #header-bottom-right a:hover {
- color:#fff;
- }
- .res #userbarToggle {
- display: none!important;
- }
- .user, .loggedin .user {
- color: #d80404;
- }
- #RESAccountSwitcherIcon {
- margin-top:-5px;
- }
- .separator {
- color:#d80404;
- }
- .md ul { padding-left:20px !important; }
- /*modtext*/
- .titlebox,
- .titlebox .md,
- .icon-menu a {
- color: #d80404
- }
- /*stickypost*/
- .thing.stickied a.title, .thing.stickied a.title:visited, .thing.stickied a.title.visited { color: #f00; border: red; }
- .tagline .stickied-tagline {
- color: #FF0044;
- }
- /*postwarning*/
- .submit.content #link-desc:after {
- display: block;
- width: 490px;
- margin-top: 20px;
- padding: 10px;
- font-size: 1em;
- line-height: 1.5em;
- font-weight: bold;
- color: black;
- background-color: white;
- border: 2px solid red;
- content: "Please no multi-posts, search for it before you post."
- }
- /*lightmode*/
- html[lang="og"] body,
- html[lang="og"] .link {
- background: none;
- border: 0;
- }
- html[lang="og"] .comment .md {
- color: #000;
- }
- .side table thead {
- display: none;
- }
- .side table tbody tr td {
- display: block;
- border: none;
- }
- .side table tbody tr td:first-child {
- background-color: #2d0000;
- color: #A09C9C;
- cursor: pointer;
- padding: 10px;
- width: 260px;
- }
- .side table tbody tr td:last-child {
- margin: 0;
- overflow: auto;
- width: 253px;
- max-height: 0px;
- overflow: hidden;
- transition: max-height 1s ease;
- }
- .side table tbody tr:hover td:last-child {
- max-height: 150px;
- }
- .side table tbody tr td:first-child a {
- color: #440000;
- }
- .side table tbody tr td code {
- font-size: 1.1em;
- }
- /*stuff*/
- .create,
- .nub {
- display: none;
- }
- .morelink,
- .morelink:hover {
- background: #000;
- border-color: #f00;
- }
- .morelink:hover {
- background: #111;
- }
- .morelink a {
- color: #f00;
- }
- #sr-header-area,
- .res #srList,
- .width-clip .drop-choices {
- background: #000;
- }
- #sr-header-area a,
- #header .srdrop .title {
- color: #f00;
- }
- #srList td,
- #srList td a {
- color: #f00;
- }
- .link .title:visited {
- color: #830000;
- }
- .leavemoderator,
- .leavecontributor-button,
- .titlebox .toggle.flairtoggle,
- .icon-menu a {
- background-color: transparent;
- }
- /* Flair Improvements */
- .side a.flairselectbtn:after{
- color:red;
- font-weight:bold;
- content:" <-- Click here to select a flair for next to your nickname!";
- }
- .flairselector h2:after{
- font-size:10px;
- content: " - Select a pic and then click save to add next to your username.";
- }
- .flairselector form:before{
- content: "To disable flair, simply uncheck <Show my flair on this reddit> in the sidebar.";
- }
- .expando-button {
- float: none;
- }
- /*subredditsettings*/
- .linefield {
- width: 514px;
- padding: 7px 5px;
- font-size: large;
- background-color: #000;
- margin-bottom: 10px;
- }
- /*online*/
- media="all"
- .users-online:before {
- background-image: url(%%warning%%);
- background-position: -66px -730px;
- background-repeat: no-repeat;
- }
- /*names*/
- .tagline a {
- color: #DF0000;
- text-decoration: none;
- }
- /*submitpage*/
- .roundfield {
- background-color: #000000;
- color: #D80404;
- }
- a {
- text-decoration: underline;
- color: #0081FF;
- }
- .content.submit .info-notice {
- background-color: #000000;
- border: 1px solid #B60401;
- }
- .roundfield textarea, .roundfield input[type=text], .roundfield input[type=url], .roundfield input[type=password], .roundfield input[type=number] {
- padding: 3px;
- margin: 0;
- border: 2px solid rgb(254, 0, 0);
- background-color: black;
- color: rgb(254, 0, 0);
- }
- h1 {
- font-size: 18px;
- font-weight: normal;
- margin: 10px 0;
- color: rgb(253, 0, 0);
- }
- .tabmenu.formtab .selected a {
- color: black;
- font-size: 130%;
- background-color: #EC0000;
- border: none;
- }
- .formtabs-content {
- width: 520px;
- border-top: 4px solid #EC0000;
- padding-top: 10px;
- }
- /*posts*/
- .panestack-title .title {
- font-size: 16px;
- font-weight: normal;
- margin: 10px 0;
- color: red;
- }
- .link .usertext .md {
- background-color: #000000;
- border: 1px solid #F00;
- border-radius: 7px;
- color: rgb(254, 0, 0);
- }
- .linkinfo {
- padding: 5px;
- border: 3px solid rgba(148, 0, 255, 0.51)!important;
- background-color: rgba(159, 0, 0, 1);
- font-family: arial,helvetica,sans-serif;
- font-size: larger;
- border-radius: 5
- }
- .md, .usertext-edit textarea {
- max-width: 60em;
- color: #FF0000;
- background-color: black;
- border-radius: 5;
- }
- /*misc*/
- .linefield label {
- color: rgb(215, 4, 4);
- }
- .titlebox h1 a {
- display: none;
- }
- .md * {
- margin-left: 0;
- margin-right: 0;
- COLOR: rgb(189, 0, 0);
- }
- /*Newheader*/
- .md h6 {
- color: red;
- font-weight: bold;
- position: absolute;
- top: 40px;
- left: 130px;
- z-index: 1000;
- border: 1px solid red;
- padding: 5px 10px;
- max-width: 300px;
- text-align:center;
- font-size:10px !important;
- color:red;
- background-color:#141414;
- }
- .md h6 a {
- color: rgb(0, 168, 255);
- text-decoration: underline;
- display: block;
- font-size: 10px;
- margin: 2px 0;
- }
- .md h6 a:hover {
- text-decoration:none;
- }
- .md h6 code {
- font-weight: bold;
- }
- /*banner*/
- #header { background: #000000; }
- #header .pagename, #header .pagename a {color: #000000!important; }
- #header {
- background: url(%%Found%%);
- height: 206px;
- }
- #header .pagename a {
- top: 20px;
- right: 0;
- left: 0;
- bottom: 0;
- position: absolute;
- }
- /*search*/
- #search input[type=text] {
- border:2px solid rgb(214, 0, 0);
- background-color: black;
- color:rgb(214,0,0);
- }
- /*smallblacktextfix*/
- .md-container {
- font-size: small;
- color: rgb(214, 0, 0);
- }
- body {
- color: rgb(197, 202, 18);
- }
- /*mail*/
- #mail.nohavemail {
- background-image: url(%%spritesheet%%);
- width: 16px;
- height: 16px;
- background-position: -5px -331px;
- }
- #mail.havemail {
- background-image: url(%%spritesheet%%);
- width: 16px;
- height: 16px;
- background-position: -5px -180px;
- }
- /*opcolors*/
- .tagline .author.submitter {
- color: black;
- font-weight: bold;
- padding: 0px 2px;
- border-radius: 2px;
- background-color: #d80404;
- }
- /*linkflair*/
- .linkflairlabel {
- background-color: black;
- color: red;
- font-size: medium;
- padding: 0px 10px 0px 10px;
- }
- /*spoiler*/
- a[href$="/spoiler"] {
- background: #383838!important;
- color: #383838!important;
- border-radius: 10px;
- margin: 0px 5px 0px 0px;
- }
- a[href$="/spoiler"]:hover {
- color: #FFF !important
- }
- /* RENAME AUTOMODERATOR IN MODERATOR LIST BOX */
- .sidecontentbox .author.id-t2_6l4z3 {
- font-size: 0px;
- letter-spacing: -12px;
- }
- .sidecontentbox .author.id-t2_6l4z3:after {
- content: "Auto Juggalo ";
- font-size: 12px !important;
- letter-spacing: normal;
- margin-right: 3px;
- }
- /*BONUS FLAR*/
- .author[href$="/user/EXTSZombiemaster"] ~ .userattrs:before {
- display: inline-block;
- content: url(%%Donger%%);
- height: 18px;
- margin-right: .5em;
- width: 55px;
- vertical-align: bottom;
- }
- .author[href$="/user/EXTSZombiemaster"] ~ .userattrs:hover:after {
- content: 'Whoop! Whoop!';
- background-color: #d20000;
- color: white;
- font-weight: bold;
- height: auto;
- width: auto;
- margin-top: 0px;
- padding: 1px 4px;
- vertical-align: middle;
- margin-left: 0px;
- margin-bottom: 0px;
- display: inline-block;
- }
- .linklisting .md, .commentarea .md, .linklisting .usertext-edit textarea, .commentarea .usertext-edit textarea {margin-top: 5px;margin-bottom: 5px;background: black;color: white;}
- .RESDialogSmall.livePreview > h3{background: rgba(40, 57, 40, 0.36);}
- .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;}
- .gold-accent{margin-top: 10px;padding: 0 10px 5px;background-color: #7E31B4;border: solid 2px green;color: white!important;display: inline-block;}
- .titlebox, .titlebox .md, .icon-menu a{color: #900000;}
- .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;}
- .infobar{background-color: rgba(125, 49, 179, 0.22);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;}
- .roundfield{width: 500px;background-color: rgb(19, 19, 19);border-radius: 4px;padding: 5px 10px 10px 10px;font-size: large;}
- .content.submit .info-notice{border: 1px solid #800311;padding: 9px;margin-bottom: 12px;font-size: larger;color: white;background:none;}
- .formtabs-content{width: 523px;border-top: 4px solid #7E31B3;padding-top: 6px;}
- .link .title{font-size: large;font-weight: 500;margin-bottom: 1px;}
- .wiki-page .wiki-page-content .wiki.md{color:white;}
- .mod-toolbox .menuarea.modtools {background:none;}
- .RESDropdownList {
- list-style-type: none;
- background-color: #7E31B4;
- width: 180px;
- border-radius: 0px 0px 3px 3px;
- border: 1px solid green;
- }
- .pretty-form {color:white;}
- body{font-size: small!important; font-weight: 400;
- font-family: 'Roboto Condensed', sans-serif; font-style: normal!important; color:white;
- }
- .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;
- line-height: 1.5em;}
- /*spindathatchet*/
- .arrow.upmod{
- animation: animationFrames linear 4s;
- animation-iteration-count: infinite;
- transform-origin: ;
- -webkit-animation: animationFrames linear 4s;
- -webkit-animation-iteration-count: infinite;
- -webkit-transform-origin: ;
- -moz-animation: animationFrames linear 4s;
- -moz-animation-iteration-count: infinite;
- -moz-transform-origin: ;
- -o-animation: animationFrames linear 4s;
- -o-animation-iteration-count: infinite;
- -o-transform-origin: ;
- -ms-animation: animationFrames linear 4s;
- -ms-animation-iteration-count: infinite;
- -ms-transform-origin:
- }
- @keyframes animationFrames{
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-moz-keyframes animationFrames{
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -moz-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -moz-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-webkit-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -webkit-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -webkit-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-o-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -o-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -o-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- }
- @-ms-keyframes animationFrames {
- 0% {
- left:-25px;
- top:-23px;
- opacity:1;
- -ms-transform: rotate(0deg) scaleX(1) scaleY(1) ;
- }
- 100% {
- left:-22px;
- top:-23px;
- opacity:1;
- -ms-transform: rotate(360deg) scaleX(1) scaleY(1) ;
- }
- #search input[type="text"] {
- position: relative !important;
- bottom: 5px !important;
- z-index: 100 !important;
- font-size: 17px !important;
- background-color: #1d1d1d !important;
- border: 1px solid #34000C !important;
- -webkit-border-bottom-right-radius: 8px !important;
- -webkit-border-bottom-left-radius: 8px !important;
- -webkit-border-top-right-radius: 8px !important;
- -webkit-border-top-left-radius: 8px !important;
- -moz-border-radius-bottomright: 8px !important;
- -moz-border-radius-bottomleft: 8px !important;
- -moz-border-radius-topright: 8px !important;
- -moz-border-radius-topleft: 8px !important
- }
- /*SORTABLE FLAIRS*/
- /*7-27-15*/
- /*erktheerk*/
- /*ALso lines 901-902 under .linkflairlabel*/
- /* Hide Search Elements */
- html:lang(mp) .searchfacets {display: none;}
- html:lang(mp) .search-summary {display: none;}
- html:lang(mp) .raisedbox {display: none;}
- html:lang(cu) .search-summary {display: none;}
- html:lang(cu) .searchpane {display: none;}
- html:lang(cu) .raisedbox {display: none;}
- html:lang(vo) .search-summary {display: none;}
- html:lang(vo) .searchpane {display: none;}
- html:lang(vo) .raisedbox {display: none;}
- html:lang(st) .search-summary {display: none;}
- html:lang(st) .searchpane {display: none;}
- html:lang(st) .raisedbox {display: none;}
- html:lang(na) .search-summary {display: none;}
- html:lang(na) .searchpane {display: none;}
- html:lang(na) .raisedbox {display: none;}
- html:lang(ty) .search-summary {display: none;}
- html:lang(ty) .searchpane {display: none;}
- html:lang(ty) .raisedbox {display: none;}
- html:lang(mc) .search-summary {display: none;}
- html:lang(mc) .searchpane {display: none;}
- html:lang(mc) .raisedbox {display: none;}
- html:lang(gm) .search-summary {display: none;}
- html:lang(gm) .searchpane {display: none;}
- html:lang(gm) .raisedbox {display: none;}
- html:lang(pc) .search-summary {display: none;}
- html:lang(pc) .searchpane {display: none;}
- html:lang(pc) .raisedbox {display: none;}
- html:lang(qa) .search-summary {display: none;}
- html:lang(qa) .searchpane {display: none;}
- html:lang(qa) .raisedbox {display: none;}
- html:lang(ds) .search-summary {display: none;}
- html:lang(ds) .searchpane {display: none;}
- html:lang(ds) .raisedbox {display: none;}
- html:lang(ct) .search-summary {display: none;}
- html:lang(ct) .searchpane {display: none;}
- html:lang(ct) .raisedbox {display: none;}
- html:lang(sb) .search-summary {display: none;}
- html:lang(sb) .searchpane {display: none;}
- html:lang(sb) .raisedbox {display: none;}
- html:lang(fn) .search-summary {display: none;}
- html:lang(fn) .searchpane {display: none;}
- html:lang(fn) .raisedbox {display: none;}
- html:lang(aa) .search-summary {display: none;}
- html:lang(aa) .searchpane {display: none;}
- html:lang(aa) .raisedbox {display: none;}
- .new-comment .usertext-body {
- background-color: #e5efff;
- border: none;
- margin: -1px 0;
- padding: 0 4px;
- }
Advertisement
Add Comment
Please, Sign In to add comment