RuneScape Classic Wiki
mNo edit summary
Tag: sourceedit
m (for some reason the colours don't quite match up)
Tag: sourceedit
Line 77: Line 77:
 
a[href="/wiki/User:Jlun2"],
 
a[href="/wiki/User:Jlun2"],
 
a[href="/wiki/User:Tollerach"] {
 
a[href="/wiki/User:Tollerach"] {
color:#22cc00 !important;
+
color:#2DBA25 !important;
 
font-weight: bold !important;
 
font-weight: bold !important;
 
}
 
}

Revision as of 15:50, 11 March 2016

@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/* Background image */
body.mediawiki {
    background-attachment:fixed !important;
    overflow-y: scroll !important;
}

/* Checkered Background Will Show Up For Transparent Images */
#file img {
    background: url("http://images.wikia.com/runescape/images/5/5d/Checker-16x16.png") repeat;
}

/* Hiding tables of code on calculator pages */
.jcConfig {display:none;}

/* Hides image attribution */
div.picture-attribution { 
    display:none !important;
}
aside.picture-attribution { 
    display:none !important;
}

/* ---------------------------
       font-size overrides
   --------------------------- */
/* from <https://github.com/Wikia/app/blob/dev/skins/oasis/css/mixins/bodytext.scss> */
.WikiaArticle {
    font-size: 13px;
    line-height: 21px;
}
 
/* from <https://github.com/Wikia/app/blob/dev/skins/oasis/css/core/article.scss> */
.WikiaArticle h2 {
    font-size: 18px;
}
 
.WikiaArticle h3 {
    font-size: 16px;
}
 
.WikiaArticle h4 {
    font-size: 14px;
}
 
.WikiaArticle li {
    line-height: 20px;
}
 
.WikiaArticle .editsection {
    font-size: 13px;
}
 
.WikiaArticle .editsection img {
    margin-right: 0;
}
 
.WikiaArticle .thumbcaption {
    line-height: 18px;
}
 
.WikiaArticle .toc #toctitle h2 {
    font-size: 14px;
}
 
.WikiaArticle .toc #toctitle .toctoggle {
   font-size: 12px;
}

/* Hilites - Administrators */

a[href="/wiki/User:Trail2006"],
a[href="/wiki/User:5-x"],
a[href="/wiki/User:Heracles85"],
a[href="/wiki/User:Joeytje50"],
a[href="/wiki/User:Jlun2"],
a[href="/wiki/User:Tollerach"] { 
    color:#2DBA25 !important; 
    font-weight: bold !important; 
}

/* Hilites - Crats */

a[href="/wiki/User:Cook_Me_Plox"], 
a[href="/wiki/User:Nex_Undique"] { 
    color:#D11111 !important; 
    font-weight: bold !important; 
}