Community Central
Community Central
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 10: Line 10:
 
/*Light blue links, wth were they thinking?*/
 
/*Light blue links, wth were they thinking?*/
 
a{
 
a{
color: rgb(0, 0, 100);
+
color: rgb(0, 0, 153);
 
}
 
}

Revision as of 12:33, 5 October 2016

/*I loved that old background*/
body.skin-oasis {
    background: #404a57 url("http://vignette3.wikia.nocookie.net/central/images/5/50/Wiki-background/revision/latest?cb=20151006215639") no-repeat center center fixed;
    background-size: 2175px 1025px;
}
/*CC isn't CC without that wordmark*/
#WikiHeader > h2 > a > img{
    content:url(http://vignette4.wikia.nocookie.net/central/images/8/89/Wiki-wordmark.png/revision/20161004140144)  
}
/*Light blue links, wth were they thinking?*/
a{
    color: rgb(0, 0, 153);
}