Community Central
Community Central
No edit summary
No edit summary
Line 1: Line 1:
  +
/*
 
.WikiaArticle,
 
.WikiaArticle,
 
.WikiaPage {
 
.WikiaPage {
Line 25: Line 26:
 
background: transparent !important;
 
background: transparent !important;
 
}
 
}
  +
*/

Revision as of 01:40, 17 December 2014

/*
.WikiaArticle,
.WikiaPage {                
   //font-size: 1em;
   line-height:1.3em;
   font-family: 'Exo', Adelle, 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
}

.comments li[data-user="CzechOut"] blockquote {
   background: orange !important;
}
.comments li[data-user="CzechOut"] blockquote:after {
   border-color: transparent orange orange transparent !important;
}
.comments li[data-user="CzechOut"] blockquote div {
   background: transparent !important;
}

.comments li[data-user="Utter_solitude"] blockquote {
 background: #DBB8FF !important;
} 
.comments li[data-user="Utter_solitude"] blockquote:after {
 border-color: transparent #DBB8FF #DBB8FF transparent !important;
}
.comments li[data-user="Utter_solitude"] blockquote div { 
 background: transparent !important; 
}
*/