MediaWiki:Wikia.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
imported>Dronian
(okay last edit, the green text is just fine as is)
imported>Dronian
(okay, serious last edit for now, i promise)
Line 1: Line 1:
/* This code highlights any Admin on the Wiki with green (#57AC19) text. Rollback people have red (#FF0000) and Chatmods have yellow (#FFFF00) -Dronian */
/* This code highlights any Admin on the Wiki with green (#57AC19) text. Rollback people have red (#FF0000) and Chatmods have yellow (#FFFF00) -Dronian */
/* Admins */
a[href="/wiki/User:Dronian"] { color:#57AC19 !important; }
a[href="/wiki/User:Dronian"] { color:#57AC19 !important; }
a[href="/wiki/User:Furbearingbrick"] { color:#57AC19 !important; }
a[href="/wiki/User:Furbearingbrick"] { color:#57AC19 !important; }
a[href="/wiki/User:LOLSKELETONS"] { color:#57AC19 !important; }
a[href="/wiki/User:LOLSKELETONS"] { color:#57AC19 !important; }
/* Rollback crew */

/* Chat Mods */


.i18ndoc {
.i18ndoc {

Revision as of 03:24, 14 November 2012

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

/* Chat Mods */

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