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.

MediaWiki:Common.css

From Chewiki Archive - YouChew: 1% Funny, 99% Hot Gas
Revision as of 18:08, 31 August 2017 by TheFXexpert (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Mozilla Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
/* 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: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"],
.mw-userlink[title="User:Whelt"], .ns-talk a[title="User:Whelt"] 

{ 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;
}

/*
** Fix edit form mess.
*/
#editform .editOptions {
    display: block;
}

/*
** Fix annoyingly large table of contents.
*/
#toc {
    display: inline-block;
}

/*
** 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;
}