You are on page 1of 17

/*Header*/

#header {
background: gray url(%%bannerscroll%%);
background-size: cover;
height: 200px;
-webkit-animation: scroll 25s linear infinite;
animation: scroll 35s linear infinite;
-webkit-animation-play-state: paused;
animation-play-state: paused;
border-bottom: 2px solid #BBBBBB;
}
#header:hover {
-webkit-animation-play-state: running;
animation-play-state: running;
}
/*@-webkit-keyframes scroll {
from {
background-position: 0
}
to {
background-position: -2107px
}
}*/
/* My Subreddits Bar */
#sr-header-area .sr-list .separator {
visibility: hidden;
}
#sr-header-area {
border-bottom: none !important;
background-color: rgba(0,0,0,0.5) !important;
}
#sr-more-link {
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-decoration: none !important;
opacity: .3;
transition: 300ms ease-in-out;
}
#RESShortcutsEditContainer{
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-decoration: none !important;
opacity: .3;
transition: 300ms ease-in-out;
}
#RESShortcutsEditContainer:hover{
opacity: 1;
}
#sr-more-link:hover {

opacity: 1;
}
.dropdown.srdrop .selected {
color:#fff;
opacity:0.7;
}
#sr-header-area .srdrop.dropdown:hover {
opacity: 1;
}
#sr-header-area .drop-choices.srdrop {
margin-left: 0;
min-width: 130px;
}
#sr-header-area .drop-choices, .lightdrop.drop-choices {
font-size: 12px;
border: none;
padding: 2px;
background: #1E1E20;
}
.drop-choices a.choice {
padding: 2px;
color: #AEAEAE;
font-size: 10px;
}
.drop-choices a.choice:hover {
background: #333;
color: #eee;
}
#sr-header-area .sr-list {
margin-left: 40px;
margin-right:55px;
}
.sr-bar a {
color: #fff !important;
opacity: .70;
text-decoration: none !important;
}
.sr-bar a:hover {
opacity: 1;
transition: 300ms ease-in-out;
}
#header-bottom-right a {
color: #ccc;
text-decoration: none;
}
#header-bottom-right a:hover {
color: #fcfcfc;
transition: 300ms ease-in-out;

}
/* Tabs */
#header .tabmenu {
position: absolute;
right: 0;
bottom: 0;
left: 140px;
text-align: left;
}
#header .tabmenu a {
background-color: transparent;
border: 0;
color: #9e8ee6;
display: inline-block;
font-size: x-small;
padding: 0 6px 6px;
}
#header .selected a,
#header .tabmenu a:hover {
color: #be7afa;
}
/*Changes readers in sidebar*/
div.titlebox
div.titlebox
div.titlebox
div.titlebox

span.subscribers span.word {display: none;}


span.subscribers span.number:after {content: " Knights";}
p.users-online span.word {display: none;}
p.users-online span.number:after {content: " Knights online";}

/* Changes Header Image to one that links back to /r/Tales */


#header-img {display:none; visibility:hidden;}
.tabmenu {
position:absolute;
top:180px;
left:150px;
}
#header-bottom-left .redditname a {
display: block;
position: absolute;
top: 148px;
background: url(%%berseriaTales%%) 0 0 no-repeat;
height: 62px;
width: 138px;
text-indent:-999px;
}
UL.tabmenu.formtab {
display: none;
}
/* Sidebar (borrowed from r/trine) */
.side {
margin-top: 10px;
background-color: transparent;
display: block
}

.side a, .titlebox h1 a {
color: #deb787;
display: inline
}
.titlebox {
color: #004a8c;
}
.titlebox h1 {
font-family: Tahoma, serif;
font-size: 20px
}
.titlebox form.flairtoggle, .titlebox form.leavemoderator-button, .side .spacer,
.side a {
background-color: transparent
}
.side .content {
/* background-color: #CCC; */
border: 1px solid #004a8c
}
.morelink {
/* background: #171717 url(%%HFknr%%) !important; */
border: 1px solid #e7ce9c;
text-shadow: 0 1px 0 #4f4a4e;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.morelink:hover {
text-shadow: 0 1px 0 #000;
border: 1px solid #000
}
.morelink .nub {
display: none !important
}
/* tweaks positioning of .tabmenu */
.tabmenu {
display: inline;
position: absolute;
bottom: -1px
}
#header-bottom-left {
padding:126px 0 0
}
/*Spoiler warnings*/
.marknsfw-button a[href="#"], .unmarknsfw-button a[href="#"] {
font-size: 0px !important;
display: inline-block;
vertical-align: bottom;
overflow: hidden;
letter-spacing: -20px
}
.unmarknsfw-button a[href="#"]:before, .marknsfw-button a[href="#"]:before {
font-size: 10px !important;
visibility: visible !important;
display: block;
letter-spacing: normal
}

.marknsfw-button a[href="#"]:before {
content: "spoiler"
}
.unmarknsfw-button a[href="#"]:before {
content: "un-spoiler"
}
.nsfw-stamp acronym {
border: #5F99CF 1px solid !important;
display: inline-block;
font-size: 0px !important;
letter-spacing: 0px;
overflow: hidden;
vertical-align: bottom;
margin-bottom: -1px
}
.nsfw-stamp acronym:after {
color: #336699 !important;
content: "SPOILER" !important;
display: block;
font-size: x-small !important;
text-decoration: none;
visibility: visible !important
}
/* Spoiler tags, borrowed from r/masseffect*/
a[href$="/spoiler"] {
background: #000 !important;
color: #000 !important;
border: 1px solid black;
padding-right: 1px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px
}
a[href$="/spoiler"]:hover {
color: #FFF !important
}
a[href$="/spoiler"]::before {
background: #FFF !important;
color: #000 !important;
padding: 0px 1px;
margin: 0px;
margin-right: 1px
}
a[href$="/spoiler"]::before {
content: "Spoiler"
}
a[href$="/spoiler"][title]::before {
content: attr(title) " Spoiler"
}
/* FLAIR */
.flairselector .customizer {
display: none !important;
}
.flair {
background: url(%%spritesheet%%) no-repeat -9999px;
border: 0;
padding: 0;

}
.flair-a0t {
width: 50px; height: 50px;
background-position: 0 0;}
.flair-abyssAnise {
width: 50px;
height: 50px;
background-position: -50
px 0;}
.flair-abyssArietta {
width: 50px;
height: 50px;
background-position: 100px 0;}
.flair-abyssAsch {
width: 50px;
height: 50px;
background-position: -150
px 0;}
.flair-abyssDist {
width: 50px;
height: 50px;
background-position: -200
px 0;}
.flair-abyssGuy {
width: 50px;height: 50px;
background-position: -250px 0;
}
.flair-abyssIon {
width: 50px;
height: 50px;
background-position: -300p
x 0;}
/*.flair-abyssJade { width: 50px
height: 50px; background-position: -350p
x 0;}*/
.flair-abyssLargo {
width: 50px;
height: 50px;
background-position: 0 50px;}
.flair-abyssLegretta {
width: 50px;
height: 50px;background-position: -50p
x -50px;}
.flair-abyssLuke {
width: 50px;
height: 50px;
background-position: -100
px -50px;}
.flair-abyssMieu {
width: 50px;
height: 50px;background-position: -150px 50px;}
.flair-abyssNatalia {
width: 50px;
height: 50px;
background-position: 200px -50px;}
.flair-abyssSync {
width: 50px;
height: 50px;background-position: -250px 50px;}
.flair-abyssTear {
width: 50px;height: 50px;
background-position: -300px 50px;}
.flair-abyssVan {
width: 50px;
height: 50px;
background-position: -350p
x -50px;}
.flair-destiny2Barbatos {
width: 50px;height: 50px;
background-position: 0
-100px;}
.flair-destiny2Elraine {
width: 50px;
height: 50px;
background-position
: -50px -100px;}
.flair-destiny2Harold {
width: 50px;
height: 50px;
background-position:
-100px -100px;}
.flair-destiny2Judas {
width: 50px;height: 50px;
background-position: -150
px -100px;}
.flair-destiny2Kyle {
width: 50px;
height: 50px;
background-position: 200px -100px;}
.flair-destiny2Loni {
width: 50px;
height: 50px;background-position: -250p
x -100px;}
.flair-destiny2Nanaly {
width: 50px;
height: 50px;
background-position:
-300px -100px;}
.flair-destiny2Reala {
width: 50px;
height: 50px;
background-position:
-350px -100px;}
.flair-destinyBruiser {
width: 50px;
height: 50px;
background-position:
0 -150px;}
.flair-destinyChelsea {
width: 50px;
height: 50px;
background-position:
-50px -150px;}
.flair-destinyDymlos {
width: 50px;height: 50px;
background-position: -100
px -150px;}
.flair-destinyGarr {
width: 50px;
height: 50px;
background-position: -1
50px -150px;}
.flair-destinyKaryl {
width: 50px;
height: 50px;
background-position: 200px -150px;}
.flair-destinyLeon {
width: 50px;
height: 50px;
background-position: -2

50px -150px;}
.flair-destinyLilith {
width: 50px;
height: 50px;
background-position:
-300px -150px;}
.flair-destinyMary { width: 50px;
height: 50px;
background-position: -35
0px -150px;}
.flair-destinyPhilia {
width: 50px;
height: 50px;
background-position:
0 -200px;}
.flair-destinyRutee {
width: 50px;
height: 50px;
background-position: 50px -200px;}
.flair-destinyStahn {
width: 50px;
height: 50px;
background-position: 100px -200px;}
.flair-eterniaCelsius {
width: 50px;
height: 50px;
background-position:
-150px -200px;}
.flair-eterniaChat {
width: 50px;
height: 50px;
background-position: -2
00px -200px;}
.flair-eterniaFarah {
width: 50px;
height: 50px;
background-position: 250px -200px;}
.flair-eterniaKeele {
width: 50px;
height: 50px;
background-position: 300px -200px;}
.flair-eterniaMax {
width: 50px;
height: 50px;
background-position: -35
0px -200px;}
.flair-eterniaMeredy {
width: 50px;
height: 50px;
background-position:
0 -250px;}
.flair-eterniaQuickie {
width: 50px;height: 50px;
background-position: -50
px -250px;}
.flair-eterniaRas {
width: 50px;
height: 50px;
background-position: -10
0px -250px;}
.flair-eterniaReid {
width: 50px;
height: 50px;
background-position: -1
50px -250px;}
.flair-gracesAsbel {
width: 50px;
height: 50px;
background-position: -2
00px -250px;}
.flair-gracesCheria {
width: 50px;
height: 50px;
background-position: 250px -250px;}
.flair-gracesHubert {
width: 50px; height: 50px;
background-position: -3
00px -250px;}
.flair-gracesMalik {
width: 50px;
height: 50px;
background-position: -3
50px -250px;}
.flair-gracesPascal {
width: 50px;
height: 50px;
background-position: 0
-300px;}
.flair-gracesRichard {width: 50px;
height: 50px;
background-position: -50p
x -300px;}
.flair-gracesSophie {
width: 50px;
height: 50px;
background-position: 100px -300px;}
.flair-heartsAmber {
width: 50px;
height: 50px;
background-position: -1
50px -300px;}
.flair-heartsBeryl {
width: 50px;
height: 50px;
background-position: -2
00px -300px;}
.flair-heartsCalcedony {
width: 50px;
height: 50px;background-position: -2
50px -300px;}
.flair-heartsGall {
width: 50px;
height: 50px;
background-position: -30
0px -300px;}
.flair-heartsInnes {
width: 50px;
height: 50px;
background-position: -3
50px -300px;}
.flair-heartsJadeite {
width: 50px;height: 50px;
background-position: 0 -3
50px;}
.flair-heartsKunzite {
width: 50px;
height: 50px;
background-position:
-50px -350px;}
.flair-heartsRichea {
width: 50px;
height: 50px;background-position: -100p
x -350px;}
.flair-heartsShing {
width: 50px;
height: 50px;
background-position: -1

50px -350px;}
.flair-innocenceAnge {
width: 50px;height: 50px;
background-position: -200
px -350px;}
.flair-innocenceCoda {
width: 50px;
height: 50px;
background-position:
-250px -350px;}
.flair-innocenceHermana {
width: 50px;
height: 50px;
background-positio
n: -300px -350px;}
.flair-innocenceIllia {
width: 50px;
height: 50px;background-position: -35
0px -350px;}
.flair-innocenceKongwai {
width: 50px;
height: 50px;
background-positio
n: -400px 0;}
.flair-innocenceLuca {
width: 50px;
height: 50px;
background-position:
-400px -50px;}
.flair-innocenceQQ {
width: 50px;
height: 50px;
background-position: -4
00px -100px;}
.flair-innocenceRicardo {
width: 50px;
height: 50px;
background-positio
n: -400px -150px;}
.flair-innocenceSpada {
width: 50px;height: 50px;
background-position: -40
0px -200px;}
.flair-legendiaChloe {
width: 50px;
height: 50px;
background-position:
-400px -250px;}
.flair-legendiaGrune {
width: 50px;
height: 50px;
background-position:
-400px -300px;}
.flair-legendiaJay {
width: 50px;height: 50px;
background-position: -400px
-350px;}
.flair-legendiaMoses {
width: 50px;height: 50px;
background-position: 0 -4
00px;}
.flair-legendiaNorma {
width: 50px;
height: 50px;
background-position:
-50px -400px;}
.flair-legendiaPippo {
width: 50px;
height: 50px;
background-position:
-100px -400px;}
.flair-legendiaPoppo {
width: 50px;
height: 50px;background-position: -150
px -400px;}
.flair-legendiaQuppo {
width: 50px;
height: 50px;
background-position:
-200px -400px;}
.flair-legendiaSenel {
width: 50px;
height: 50px;
background-position:
-250px -400px;}
.flair-legendiaShirley {
width: 50px;
height: 50px;
background-position
: -300px -400px;}
.flair-legendiaWill {
width: 50px;
height: 50px;
background-position: 350px -400px;}
.flair[class*="flair2"] {
background-image: url(%%spritesheet2%%);
background-repeat: no-repeat;
}
.flair-flair2-narikiriCouleur {
width: 50px;
height: 50px;
background-p
osition: 0 0;}
.flair-flair2-narikiriDio {
width: 50px;
height: 50px;background-position:
-50px 0;}
.flair-flair2-narikiriEtos {
width: 50px;
height: 50px;
background-posi
tion: -100px 0;}
.flair-flair2-narikiriMell {
width: 50px;
height: 50px;background-position
: -150px 0;}
.flair-flair2-narikiriRondoline {
width: 50px;
height: 50px;
background
-position: -200px 0;}
.flair-flair2-phantasiaArche {
width: 50px;
height: 50px;
background-po
sition: -250px 0;}
.flair-flair2-phantasiaChester {
width: 50px;
height: 50px;background-posi
tion: -300px 0;}
.flair-flair2-phantasiaCless {
width: 50px;height: 50px;
background-positi

on: -350px 0;}


.flair-flair2-phantasiaDhaos {
width: 50px;height: 50px;
background-positi
on: 0 -50px;}
.flair-flair2-phantasiaKlarth {
width: 50px;height: 50px;
background-posit
ion: -50px -50px;}
.flair-flair2-phantasiaMint {
width: 50px;
height: 50px;
background-pos
ition: -100px -50px;}
.flair-flair2-phantasiaSuzu {
width: 50px;
height: 50px;
background-pos
ition: -150px -50px;}
.flair-flair2-radiantGrassvalley {
width: 50px;height: 50px;
background-po
sition: -200px -50px;}
.flair-flair2-radiantKannonno {
width: 50px;
height: 50px;
background-p
osition: -250px -50px;}
.flair-flair2-radiantPasca {
width: 50px;height: 50px;
background-position
: -300px -50px;}
.flair-flair2-rebirthAgarte {
width: 50px;
height: 50px;
background-pos
ition: -350px -50px;}
.flair-flair2-rebirthAnnie {
width: 50px;
height: 50px;
background-posi
tion: 0 -100px;}
.flair-flair2-rebirthClaire {
width: 50px;
height: 50px;
background-pos
ition: -50px -100px;}
.flair-flair2-rebirthEugene {
width: 50px;height: 50px;
background-positio
n: -100px -100px;}
.flair-flair2-rebirthHilda {
width: 50px;
height: 50px;
background-posi
tion: -150px -100px;}
.flair-flair2-rebirthMao {
width: 50px;height: 50px;
background-position:
-200px -100px;}
.flair-flair2-rebirthSaleh {
width: 50px;
height: 50px;
background-posi
tion: -250px -100px;}
.flair-flair2-rebirthTytree {
width: 50px;height: 50px;
background-positio
n: -300px -100px;}
.flair-flair2-rebirthVeigue {
width: 50px;
height: 50px;
background-pos
ition: -350px -100px;}
.flair-flair2-symphonia2Emil {
width: 50px;
height: 50px;
background-po
sition: 0 -150px;}
.flair-flair2-symphonia2Marta {
width: 50px;
height: 50px;
backgroundposition: -50px -150px;}
.flair-flair2-symphonia2Richter {
width: 50px;
height: 50px;
background
-position: -100px -150px;}
.flair-flair2-symphonia2Tenebrae {
width: 50px;
height: 50px;
backgroun
d-position: -150px -150px;}
.flair-flair2-symphoniaColette {
width: 50px;
height: 50px;
backgroundposition: -200px -150px;}
.flair-flair2-symphoniaCorrine {
width: 50px;
height: 50px;
backgroundposition: -250px -150px;}
.flair-flair2-symphoniaGenis {
width: 50px;
height: 50px;
background-po
sition: -300px -150px;}
.flair-flair2-symphoniaKratos {
width: 50px;
height: 50px;
background-p
osition: -350px -150px;}
.flair-flair2-symphoniaLloyd {
width: 50px;
height: 50px;
background-po
sition: 0 -200px;}
.flair-flair2-symphoniaMartel {
width: 50px;
height: 50px;
background-p
osition: -50px -200px;}
.flair-flair2-symphoniaNoishe {
width: 50px;
height: 50px;
background-p
osition: -100px -200px;}
.flair-flair2-symphoniaPresea {
width: 50px;height: 50px;
background-posit
ion: -150px -200px;}
.flair-flair2-symphoniaRaine {
width: 50px;
height: 50px;
background-po
sition: -200px -200px;}
.flair-flair2-symphoniaRegal {
width: 50px;height: 50px;
background-positi

on: -250px -200px;}


.flair-flair2-symphoniaSheena {
width: 50px;height: 50px;
background-posit
ion: -300px -200px;}
.flair-flair2-symphoniaYggrasil {
width: 50px;
height: 50px;
background
-position: -350px -200px;}
.flair-flair2-symphoniaYuan {
width: 50px;
height: 50px;
background-pos
ition: 0 -250px;}
.flair-flair2-symphoniaZelos {
width: 50px;height: 50px;
background-positi
on: -50px -250px;}
.flair-flair2-tempestCaius {
width: 50px;
height: 50px;
background-posi
tion: -100px -250px;}
.flair-flair2-tempestRubia {
width: 50px;
height: 50px;
background-posi
tion: -150px -250px;}
.flair-flair2-vesperiaEstelle {
width: 50px;height: 50px;
background-posit
ion: -200px -250px;}
.flair-flair2-vesperiaFlynn {
width: 50px;
height: 50px;
background-pos
ition: -250px -250px;}
.flair-flair2-vesperiaJudith {
width: 50px;height: 50px;
background-positi
on: -300px -250px;}
.flair-flair2-vesperiaKarol {
width: 50px;
height: 50px;
background-pos
ition: -350px -250px;}
.flair-flair2-vesperiaPatty {
width: 50px;height: 50px;
background-positio
n: 0 -300px;}
.flair-flair2-vesperiaRaven {
width: 50px;
height: 50px;
background-pos
ition: -50px -300px;}
.flair-flair2-vesperiaRepede {
width: 50px;height: 50px;
background-positi
on: -100px -300px;}
.flair-flair2-vesperiaRita {
width: 50px;
height: 50px;
background-posi
tion: -150px -300px;}
.flair-flair2-vesperiaYuri {
width: 50px;
height: 50px;
background-posi
tion: -200px -300px;}
.flair-flair2-xillia2Elle { width: 50px;
height: 50px;
background-positio
n: -250px -300px;}
.flair-flair2-xillia2Gaius {
width: 50px;
height: 50px;
background-posi
tion: -300px -300px;}
.flair-flair2-xillia2Julius {
width: 50px;
height: 50px;
background-pos
ition: -350px -300px;}
.flair-flair2-xillia2Ludger {
width: 50px;
height: 50px;background-positio
n: 0 -350px;}
.flair-flair2-xillia2Lulu {
width: 50px;height: 50px;
background-position:
-50px -350px;}
.flair-flair2-xillia2Musee {
width: 50px;
height: 50px;
background-posi
tion: -100px -350px;}
.flair-flair2-xilliaAlvin {
width: 50px;
height: 50px;background-position:
-150px -350px;}
.flair-flair2-xilliaElize {
width: 50px;height: 50px;
background-position:
-200px -350px;}
.flair-flair2-xilliaJude {
width: 50px;height: 50px;
background-position:
-250px -350px;}
.flair-flair2-xilliaLeia {
width: 50px;height: 50px;
background-position:
-300px -350px;}
.flair-flair2-xilliaMilla {
width: 50px;height: 50px;
background-position:
-350px -350px;}
.flair-flair2-xilliaRowen {
width: 50px;height: 50px;
background-position:
-400px 0;}
.flair-flair2-xilliaTipo {
width: 50px;
height: 50px;
background-positi
on: -400px -50px;}
.flair-flair2-zestiriaAlicia {
width: 50px;
height: 50px;
background-po
sition: -400px -100px;}
.flair-flair2-zestiriaDezel {
width: 50px;
height: 50px;
background-pos

ition: -400px -150px;}


.flair-flair2-zestiriaEdna {
: -400px -200px;}
.flair-flair2-zestiriaLyla {
tion: -400px -250px;}
.flair-flair2-zestiriaMikulio {
osition: -400px -300px;}
.flair-flair2-zestiriaRose {
tion: -400px -350px;}
.flair-flair2-zestiriaSlay {
tion: 0 -400px;}
.flair-flair2-zestiriaZaveid {
on: -50px -400px;}

width: 50px;height: 50px;


width: 50px;
width: 50px;

background-position

height: 50px;

background-posi

height: 50px;

background-p

width: 50px;

height: 50px;

background-posi

width: 50px;

height: 50px;

background-posi

width: 50px;height: 50px;

/*flair notification*/
.side .md h1{
border: 2px solid black;
background-color: #32cd32;
padding: 2px 15px 2px 15px;
position: relative;
text-align: center;
font-size: 15px;
border-radius: 5px;
color: white;
}
/* Link Flairs */
.linkflairlabel {
font-weight: bold;
color: #3366ff;
border: 1px solid: #000;
border-radius: 3px;
}
.linkflair-news .linkflairlabel {
background: #3366ff;
color: #000000;
}
.linkflair-question .linkflairlabel {
background: #ff3333;
color: #000000;
}
.linkflair-collection .linkflairlabel {
background: #33d3ff;
color: #000000;
}
.linkflair-discussion .linkflairlabel {
background: #3dff33;
color: #000000;
}
.linkflair-fluff .linkflairlabel {
background: #ff33ee;
color: #000000;
}

background-positi

.tabmenu li, .guider, body, #main, input, button, .wikipage, .wikipage h


1, .wikipage h2, .wikipage h3, .wikipage h4, .flat-vert.title {
background-color: #e5e4de !important;
font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "M
yriad Web", sans-serif !important;
font-weight: normal;
color: #5d1e67;
}
.new-comment .usertext-body {
background-color: transparent !important;
border: 1px dotted #5d1e67;
display: inline-block;
margin-top: 4px;
}
.RESDialogSmall {
background-color: #f0efe8 !important;
font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "M
yriad Web", sans-serif !important;
font-weight: normal;
color: #5d1e67 !important;
}
h3, .md-small h3, h2, .stylesheet-customize-container h2 {
background-color: transparent !important;
font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "M
yriad Web", sans-serif !important;
font-weight: normal;
color: #5d1e67 !important;
border: 0px !important;
}
.titlebox h1 a, .deepthread a, .morecomments a, .submit_text h1, .link.s
elf .usertext-body .md p, .comment .usertext-body .md p {
font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "M
yriad Web", sans-serif !important;
font-weight: normal;
color: #5d1e67 ;
/* to get larger fonts for post texts and comments, replace this
with 'font-size: 110%;'.*/
}
.footer {
border: 0px;
}
.md tbody tr:first-child td {
background-color: #d6d4cc !important;
text-align: center;
font-weight: bold;
}
.md tbody tr {
background-color: #fafafa;
}
.usertext .markhelp tr, .usertext .markhelp td {
border: 1px solid #e5e4de;
}
ul.flat-list.buttons li a {
font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahom
a", "Myriad Web", sans-serif !important;
font-weight: 600;
color: #5d1e67 ;
}
.titlebox form.flairtoggle {
background-color: transparent;

}
.link {
background-color: transparent;
border: 0px;
}
.deepthread::after {
background-image: none;
content: " ";
}
.end.noKeyNav.previous, .RESGalleryControls .previous.noKeyNav, .end.noK
eyNav.previous:after, .RESGalleryControls .previous.noKeyNav:after {
background-image: none;
background: none;
color: #5d1e67;
font-style: normal !important;
content: "<";
}
.end.noKeyNav.next, .RESGalleryControls .next.noKeyNav, .end.noKeyNav.ne
xt:after, .RESGalleryControls .next.noKeyNav:after {
background-image: none;
background: none;
color: #5d1e67;
font-style: normal !important;
content: ">";
}
.expando-button.video-muted.collapsed:hover, .expando-button.video-muted
.expanded:hover, .expando-button.image.gallery.collapsed:hover, .expando-button.
image.gallery.expanded:hover, .expando-button.image.collapsed:hover, .expando-bu
tton.image.expanded:hover, .expando-button.video.collapsed:hover, .expando-butto
n.video.expanded:hover {
text-decoration: none;
}
.md {
background-color: transparent;
color: #5d1e67;
border-color: #a9a3a0 !important;
}
.md a {
background-color: transparent !important;
color: #87857a !important;
font-style: italic;
}
.md a:hover {
text-decoration: underline;
}
.md code, .md pre {
border: 1px dotted #5d1e67;
background-color: #f0efe8;
border-radius: 0px;
}
body.with-listing-chooser .listing-chooser .grippy, .morelink .nub, .sid
e, .sidebox .spacer {
background-color: #e5e4de !important;
}
#header {
border-bottom: 0px solid #5d1e67;
position: relative;
background-color: transparent;
}
.message .tagline, .tagline .submitter, .link .rank, .thing .title, .tag

line a, a {
color: #82ba8c;
}
.newComments {
color: #a9a3a0;
}
/* .tabmenu li.selected a, #header .tabmenu li.selected a {
color: transparent;
background-color: #5d1e67;
border-width: 0px;
border-bottom: 1px solid #e5e4de;
font-weight: 900;
}
.tabmenu li a:hover {
background-color: #5d1e67 !important;
color: #5d1e67 !important;
border-bottom: 1px solid #e5e4de;
}
.tabmenu li a, #header .tabmenu {
color: #5d1e67;
background-color: transparent;
border-color: #5d1e67 #5d1e67 transparent;
}*/
.flat-list li.selected a, .error {
color: #5d1e67;
}
.pagename a {
display: inline-flex;
width: auto;
color: #e5e4de;
background-color: #5d1e67;
border-color: #5d1e67 #5d1e67 transparent;
}
#siteTable a.title {
color: #5d1e67;
}
#siteTable a.title:visited {
color: #87857a;
}
div.RES-keyNav-activeElement, div.commentarea div.RES-keyNav-activeEleme
nt .md, div.commentarea div.RES-keyNav-activeElement.entry div.noncollapsed, .NE
RPageMarker, #progressIndicator {
background-color: #d6d4cc !important;
border: 0px;
padding: 3px 0px 3px 10px;
border-radius: 5px;
}
.goldvertisement .inner, .goldvertisement {
border: none;
box-shadow: none;
}
.goldvertisement .progress .bar {
background-color: #f0efe8;
}
.hover-bubble, .gold-bubble, .linkinfo, .server-seconds, .sidecontentbox
.content, .login-form-side, .gold-accent.comment-visits-box {
background-color: #fafafa;
color: #5d1e67;
border: 0px;
border-radius: 5px;

}
.infobar {
background-color: #e5e4de;
padding: 0px 0px;
border: none;
font-size: small;
color: #5d1e67;
}
#authorInfoToolTip:before, #authorInfoToolTip:after, #RESHoverContainer:
before, #RESHoverContainer:after, #RESHoverContainer.RESDialogSmall.right:before
, #RESHoverContainer.RESDialogSmall.right:after, #authorInfoToolTip.RESDialogSma
ll.right:before, #authorInfoToolTip.RESDialogSmall.right:after {
display: none;
}
#authorInfoToolTip, #RESHoverContainer {
background-color: #d6d4cc !important;
border-radius: 5px;
border: 1px solid #5d1e67;
}
#authorInfoToolTipContents {
background-color: #d6d4cc !important;
border-radius: 5px;
border: 0px;
}
#sr-header-area, #sr-header-area a, #RESShortcutsEditContainer, #RESShor
tcutsSort, #RESShortcutsRight, #RESShortcutsLeft, #RESShortcutsAdd, #RESShortcut
sTrash, #authorInfoToolTip .blueButton {
border: 0px;
background-color: transparent;
color: #e5e4de;
height: 19px;
line-height: 18px;
}
#sr-header-area a.RESShortcutsCurrentSub, #RESSubredditGroupDropdown .RE
SShortcutsCurrentSub a {
color: #e5e4de !important;
font-weight: 900;
}
.sr-bar a {
color: #e5e4de;
}
.morelink {
background: #5d1e67 no-repeat !important;;
border: 0px;
}
.morelink a {
color: #e5e4de;
}
.morelink:hover a {
color: #f0efe8;
}
.nub {
display: none;
}
#userbarToggle, #header-bottom-right, .user, .user a, .pref-lang, #heade
r-bottom-right .hover a, #header-bottom-right .logout a {
background: #5d1e67 !important;
color: #e5e4de;
border: 0px;
border-radius: 0px 0px 0px 0px;

}
#RESAccountSwitcherIconOverlay, DIV#RESMainGearOverlay.RESGearOverlay {
border-width: 0px;
background-color: #5d1e67 !important;
border-radius: 0px 0px 0px 0px;
vertical-align: bottom;
}
#RESAccountSwitcherDropdown, #RESAccountSwitcherDropdown li, #RESPrefsDr
opdown, #RESPrefsDropdown li, #RESPrefsDropdown li a, #RESPrefsDropdown li i {
border-width: 0px;
background-color: #5d1e67;
border-radius: 0px 0px 0px 0px;
color: #e5e4de;
padding: 0px 3px 0px 3px;
}
#search input[type="text"], #search input[type="submit"], .linefield tex
tarea, .linefield input[type="text"], .linefield input[type="password"], .roundf
ield textarea, .roundfield input[type="text"], .roundfield input[type="url"], .r
oundfield input[type="password"], .roundfield input[type="number"] {
background-color: #FAFAFA !important;
border: none;
}
.linefield, .roundfield, .content.submit .info-notice {
background-color: #f0efe8;
border: none;
}
.tabmenu.formtab .selected a {
background-color: #5d1e67;
color: #e5e4de;
}
.formtabs-content {
border-top: 4px solid #5d1e67;
position: relative;
top: -1px;
}
#RESSearchMenuItem {
border: 1px solid #e5e4de !important;
}
.RESFilterToggle:hover, .RESCloseButton:hover, .RESFilterToggle.remove:h
over, #RESSearchMenuItem:hover, .fancy-toggle-button .active:hover, .res .RESsho
rtcutside:hover, .res .RESDashboardToggle:hover, .RESSubscriptionButton:hover, .
thing .tagline .author.submitter:hover, .interstitial .buttons .c-btn:hover, .lo
gin-form-side .submit *:hover, .user-form .submit *:hover, #authorInfoToolTip .b
lueButton:hover {
background-color: transparent !important;
color: #82ba8c !important;
border: 0px !important;
}
.thing .tagline .author.submitter {
background-color: #82ba8c !important;
}
.RESFilterToggle, .RESFilterToggle.remove, .RESshortcut, .RESshortcutsid
e.remove, .fancy-toggle-button .active, .RESDashboardToggle, .RESSubscriptionBut
ton, .interstitial .buttons .c-btn, .login-form-side .submit *, .user-form .subm
it * {
background-image: none;
background-color: #5d1e67 !important;
color: #e5e4de !important;
border: 0px !important;
padding: 2px 7px;

border-radius: 2px;
font-weight: 700;
width: 48px;
}
.RESCloseButton {
background-image: none;
background-color: #5d1e67 !important;
color: #e5e4de !important;
border: 0px !important;
border-radius: 2px;
}
#header-img {
display: inline-block;
height: 40px;
width: auto;
}
.usertext.border .usertext-body {
background: transparent;
border: 1px dotted #5d1e67;
padding: 0px 0px 0px 7px;
}
.res-commentBoxes .thing.comment {background:none!important;border:none!
important}
.res-commentBoxes .thing.comment .thing.comment {background:#f0efe8!impo
rtant;}
.res-commentBoxes .thing.comment .thing.comment .thing.comment {backgrou
nd:#FAFAFA!important;}
.res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.co
mment {background:#f0efe8!important;}
.res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.co
mment .thing.comment {background:#FAFAFA!important;}
.res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.co
mment .thing.comment .thing.comment {background:#f0efe8!important;}
.res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.co
mment .thing.comment .thing.comment .thing.comment {background:#FAFAFA!important
;}
.res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.co
mment .thing.comment .thing.comment .thing.comment .thing.comment {background:#f
0efe8!important;}
.res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.co
mment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment
{background:#FAFAFA!important;}
.res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.co
mment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment
.thing.comment {background:#f0efe8!important;}
.thing .arrow {
height: 14px;
width: 16px;
background-image: url(%%durp%%);
}
.link .score {
color: #797772;
}
.arrow.up { background-position: top left; }
.arrow.down { background-position: bottom left; }
.arrow.upmod { background-position: top right; }
.arrow.downmod { background-position: bottom right; }

You might also like