MediaWiki:Wikia.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
imported>Dronian
(Working on some code for the wiki to make it purdy)
 
imported>Dronian
No edit summary
Line 1: Line 1:
/* This code highlights any Admin on the Wiki with green text. -Dronian */
/* This code highlights any Admin on the Wiki with blue (#0000FF) text. Rollback people have red (#FF0000) and Chatmods have yellow (#FFFF00) -Dronian */
a[href="/wiki/User:Dronian"] { color:#57AC19 !important; }
a[href="/wiki/User:Dronian"] { color:#0000FF !important; }
a[href="/wiki/User:Furbearingbrick"] { color:#57AC19 !important; }
a[href="/wiki/User:Furbearingbrick"] { color:#0000FF !important; }
a[href="/wiki/User:LOLSKELETONS"] { color:#57AC19 !important; }
a[href="/wiki/User:LOLSKELETONS"] { color:#0000FF !important; }


.i18ndoc {
.i18ndoc {

Revision as of 03:19, 14 November 2012

/* This code highlights any Admin on the Wiki with blue (#0000FF) text. Rollback people have red (#FF0000) and Chatmods have yellow (#FFFF00) -Dronian */
a[href="/wiki/User:Dronian"] { color:#0000FF !important; }
a[href="/wiki/User:Furbearingbrick"] { color:#0000FF !important; }
a[href="/wiki/User:LOLSKELETONS"] { color:#0000FF !important; }

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}