MediaWiki:Wikia.css: Difference between revisions

From Trollpasta Wiki
Jump to navigationJump to search
Content added Content deleted
imported>LOLSKELETONS
mNo edit summary
imported>GodzillaFan1
No edit summary
Line 25: Line 25:
font-weight: bold;
font-weight: bold;
!important;
!important;
}

a[href="/wiki/User:Furbearingbrick"] {
color:#57AC19;
font-weight: bold;
!important;
}
}



Revision as of 22:39, 27 April 2014

/* Bureaucrats */

a[href="/wiki/User:Dronian"] {
     color:#FF69B4;
     font-weight: bold;
     !important;
}

a[href="/wiki/User:LOLSKELETONS"] {
     color:#FF69B4;
     font-weight: bold;
     !important;
}

a[href="/wiki/User:SOMEGUY123"] {
    color:#FF69B4;
    font-weight:bold;
    !important;
}

/* Admins */

a[href="/wiki/User:Fatal_Disease"] {
     color:#57AC19;
     font-weight: bold;
     !important;
}

 a[href="/wiki/User:Givemepancakes"] {
     color:#57AC19;
     font-weight: bold;
     !important; 
 }   

a[href="/wiki/User:GodzillaFan1"] {
     color:#57AC19;
     font-weight: bold;
     !important;
}

/* Rollback brigade */

a[href="/wiki/User:Princess_Callie"] {
    color:#FF0000;
    font-weight: bold;
    !important;
}

a[href="/wiki/User:Sloshedtrain"] {
     color:#FF0000;
     font-weight: bold;
     !important;
}

a[href="/wiki/User:Mai_sentry"] {
     color:#FF0000;
     font-weight: bold;
     !important;
}

/* Chat Mods */

a[href="/wiki/User:Superplankofdeath"] {
     color:#FAA500;
     font-weight: bold;
     !important;
}

a[href="/wiki/User:Finnonymous"] {
     color:#FAA500;
     font-weight: bold;
     !important;
}

a[href="/wiki/User:CrashClash202"] {
    color:#FAA500;
    font-weight: bold;
    !important;
}

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
    /* Stuff */
.WikiaArticle {
  font-size: 10px;
  line-height: 21px;
}
.toc {
	margin-top: 5px;
}
h3,
h4 {
	font-weight: bold;
}
h3 span.editsection,
h4 span.editsection {
	visibility: hidden;
}
h3:hover span.editsection,
h4:hover span.editsection {
	visibility: visible;
}