Notice: We are aware that many of the Chewiki’s images are still broken. We promise: we will try our best to fix it, but we don't guarantee that the fix will be trivial.

Difference between revisions of "MediaWiki:Common.css"

From Chewiki Archive - YouChew: 1% Funny, 99% Hot Gas
(More specific rules.)
m (I'm pretty sure since I changed it so much, we don't need this anymore.)
Line 4: Line 4:
 
/* HIGHLIGHTED USERNAMES LIST */
 
/* HIGHLIGHTED USERNAMES LIST */
 
/*----------------------------*/
 
/*----------------------------*/
/*
 
------------
 
INSTRUCTIONS
 
------------
 
 
The order that names appear on this list determine which title takes precedence. 
 
A user will be marked by the last entry in this list, no matter how many entries they have. 
 
 
A user will be marked with the last designation on this list that they are:
 
 
* Adminstrator/Sysop
 
* Chewiki Staff
 
 
Believe it or not, this stuff is from the Call of Duty Wiki. Therefore, credit goes out to them.
 
*/
 
  
  
Line 36: Line 21:
 
.mw-userlink[title="User:Thereisnospork303"], .ns-talk a[title="User:Thereisnospork303"]  
 
.mw-userlink[title="User:Thereisnospork303"], .ns-talk a[title="User:Thereisnospork303"]  
  
{ color:#1B7DBF !important;}
+
{ color:#1B7DBF !important;} /* Blue */
  
 
/* Chewiki Staff */
 
/* Chewiki Staff */
Line 48: Line 33:
 
.mw-userlink[title="User:Yoshit"], .ns-talk a[title="User:Yoshit"]  
 
.mw-userlink[title="User:Yoshit"], .ns-talk a[title="User:Yoshit"]  
  
{ color:#770FBF !important;}
+
{ color:#770FBF !important;} /* Purple */
  
 
/*  
 
/*  

Revision as of 08:36, 3 May 2014

/* CSS placed here will be applied to all skins */

/*----------------------------*/
/* HIGHLIGHTED USERNAMES LIST */
/*----------------------------*/


/* Sysops */
 
.mw-userlink[title="User:AbsoluteBillion"], .ns-talk a[title="User:AbsoluteBillion"],
.mw-userlink[title="User:AkaPella"], .ns-talk a[title="User:AkaPella"],
.mw-userlink[title="User:Crazy Luigi"], .ns-talk a[title="User:Crazy Luigi"],
.mw-userlink[title="User:Dopply"], .ns-talk a[title="User:Dopply"],
.mw-userlink[title="User:Intermission"], .ns-talk a[title="User:Intermission"],
.mw-userlink[title="User:NinjaCoachZ"], .ns-talk a[title="User:NinjaCoachZ"],
.mw-userlink[title="User:RabbitSnore"], .ns-talk a[title="User:RabbitSnore"],
.mw-userlink[title="User:Stegblob"], .ns-talk a[title="User:Stegblob"],
.mw-userlink[title="User:Tabull89"], .ns-talk a[title="User:Tabull89"],
.mw-userlink[title="User:The Electric Cheese"], .ns-talk a[title="User:The Electric Cheese"],
.mw-userlink[title="User:TheFXexpert"], .ns-talk a[title="User:TheFXexpert"],
.mw-userlink[title="User:Thereisnospork303"], .ns-talk a[title="User:Thereisnospork303"] 

{ color:#1B7DBF !important;} /* Blue */

/* Chewiki Staff */

.mw-userlink[title="User:Kingplatypus3rd"], .ns-talk a[title="User:Kingplatypus3rd"],
.mw-userlink[title="User:Probo"], .ns-talk a[title="User:Probo"],
.mw-userlink[title="User:Sonic"], .ns-talk a[title="User:Sonic"],
.mw-userlink[title="User:Triple sSs"], .ns-talk a[title="User:Triple sSs"],
.mw-userlink[title="User:TrueTubePoops"], .ns-talk a[title="User:TrueTubePoops"],
.mw-userlink[title="User:YTPnews1.MustangSally72"], .ns-talk a[title="User:YTPnews1.MustangSally72"],
.mw-userlink[title="User:Yoshit"], .ns-talk a[title="User:Yoshit"] 

{ color:#770FBF !important;} /* Purple */

/* 
**    A universal box class for templates since the new toc class in the new skin will break most templates. 
**    Also, it is more intuitive for template creators.
*/

.box {
    color: #000000;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}

/*
** Registration Page
*/

/* Remove real name input box */
label[for="wpRealName"], 
input#wpRealName {
    display: none;
}

/* Fix justified text */
form[name="accountrequest"] p {
    text-align: left;
}

/*
** Fix justification of text in galleries.
*/
div.gallerytext {
    text-align: left;
}

/*
** Spoilers Template
*/
.spoiler-text {
	font-weight: bold;
}

.spoiler-button {
	background: #D8D8D8;
	display: inline-block;
	padding: 0 10px;
	font-size: .8em;
	cursor: default;
}

.spoiler-button:active {
        background: #C7C7C7;
}

.mw-collapsible {
	border: 1px inset #E9E9E9;
	padding: 4px;
}

.mw-collapsible-content {
        overflow: hidden;
}