MediaWiki:Common.css

From SmashWiki, the Super Smash Bros. wiki
Revision as of 23:29, April 25, 2008 by Charitwo (talk | contribs) (Congrats!)
Jump to navigationJump to search

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* 
See also: [[MediaWiki:Monobook.css]]

<pre><nowiki>*/

/* Forum formatting -Algorithm & -Splaka */
.forumheader { 
   border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; 
}
.forumlist td.forum_edited a { 
   color: black; text-decoration: none 
}
.forumlist td.forum_title a { 
   padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new {  
   font-weight: bold; background: url(http://images.wikia.com/ssb/images/1/18/Forum_icon.png) center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
    font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
padding-left: 20px; 
}

/* Small reference list */
ol.references {
   font-size: 100%;
}
 
.references-small { font-size: 90%;}
 a
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}
 
.same-bg { background: none }

/* Infobox template style */
.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Messagebox templates */
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}
.messagebox.small {
   width: 238px;
   font-size: 85%;
   float: right;
   clear: both;
   margin: 0 0 1em 1em;
   line-height: 1.25em; 
}

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

/* default skin for navigation boxes */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

@media print {
    .navbox {
        display: none;
    }
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccccff;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

/* Light gray highlight on stuff */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, #wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus {
    background: #F9F9F9
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
  color: #006500;
}

.mw-plusminus-neg {
  color: #8B0000;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a {
    font-weight: bold !important;
}

/* Change appearance of the buttons and search box */
input.searchButton, #wpSave, #wpPreview,#wpDiff {
    padding: 0 0.4em !important;
    background-color: #FFF;
    color: black;
    border: 2px solid #828183;
    border-top: 2px solid #F9F8F9;
    border-left: 2px solid #F9F8F9;
}

/* Allpages and category "redirect" changes */
 .redirect-in-category, .allpagesredirect { font-style: italic; }
 .allpagesredirect:after { color: #808080; content: " (redirect)"}





/* Colored usernames in the recent changes. */

table.diff a[title="User:Angela"], 
ul#pagehistory li a[title="User:Angela"], 
ul.special li a[title="User:Angela"] { color: goldenrod; }

table.diff a[title="User:Angies"], 
ul#pagehistory li a[title="User:Angies"], 
ul.special li a[title="User:Angies"] { color: goldenrod; }

table.diff a[title="User:Sannse"], 
ul#pagehistory li a[title="User:Sannse"], 
ul.special li a[title="User:Sannse"] { color: goldenrod;  }

table.diff a[title="User:Awrigh01"], 
ul#pagehistory li a[title="User:Awrigh01"], 
ul.special li a[title="User:Awrigh01"] { color: goldenrod;  }

table.diff a[title="User:BillK"], 
ul#pagehistory li a[title="User:BillK"], 
ul.special li a[title="User:BillK"] { color: goldenrod;  }

table.diff a[title="User:CatherineMunro"], 
ul#pagehistory li a[title="User:CatherineMunro"], 
ul.special li a[title="User:CatherineMunro"] { color: goldenrod;  }

table.diff a[title="User:DNL"], 
ul#pagehistory li a[title="User:DNL"], 
ul.special li a[title="User:DNL"] { color: goldenrod;  }

table.diff a[title="User:Egon"], 
ul#pagehistory li a[title="User:Egon"], 
ul.special li a[title="User:Egon"] { color: goldenrod;  }

table.diff a[title="User:Emil"], 
ul#pagehistory li a[title="User:Emil"], 
ul.special li a[title="User:Emil"] { color: goldenrod;  }

table.diff a[title="User:Gil"], 
ul#pagehistory li a[title="User:Gil"], 
ul.special li a[title="User:Gil"] { color: goldenrod;  }

table.diff a[title="User:Inez"], 
ul#pagehistory li a[title="User:Inez"], 
ul.special li a[title="User:Inez"] { color: goldenrod;  }

table.diff a[title="User:Jasonr"], 
ul#pagehistory li a[title="User:Jasonr"], 
ul.special li a[title="User:Jasonr"] { color: goldenrod;  }

table.diff a[title="User:Jimbo Wales"], 
ul#pagehistory li a[title="User:Jimbo Wales"], 
ul.special li a[title="User:Jimbo Wales"] { color: goldenrod;  }

table.diff a[title="User:Johnq"], 
ul#pagehistory li a[title="User:Johnq"], 
ul.special li a[title="User:Johnq"] { color: goldenrod;  }

table.diff a[title="User:JSharp"], 
ul#pagehistory li a[title="User:JSharp"], 
ul.special li a[title="User:JSharp"] { color: #339966;  }

table.diff a[title="User:KaurJmeb"], 
ul#pagehistory li a[title="User:KaurJmeb"], 
ul.special li a[title="User:KaurJmeb"] { color: goldenrod;  }

table.diff a[title="User:MatthewKS"], 
ul#pagehistory li a[title="User:MatthewKS"], 
ul.special li a[title="User:MatthewKS"] { color: goldenrod;  }

table.diff a[title="User:MatthewS"], 
ul#pagehistory li a[title="User:MatthewS"], 
ul.special li a[title="User:MatthewS"] { color: goldenrod;  }

table.diff a[title="User:Mdavis"], 
ul#pagehistory li a[title="User:Mdavis"], 
ul.special li a[title="User:Mdavis"] { color: goldenrod;  }

table.diff a[title="User:Pean"], 
ul#pagehistory li a[title="User:Pean"], 
ul.special li a[title="User:Pean"] { color: goldenrod;  }

table.diff a[title="User:Ppiotr"], 
ul#pagehistory li a[title="User:Ppiotr"], 
ul.special li a[title="User:Ppiotr"] { color: goldenrod;  }

table.diff a[title="User:Roblefko"], 
ul#pagehistory li a[title="User:Roblefko"], 
ul.special li a[title="User:Roblefko"] { color: goldenrod;  }

table.diff a[title="User:Terry Foote"], 
ul#pagehistory li a[title="User:Terry Foote"], 
ul.special li a[title="User:Terry Foote"] { color: goldenrod;  }

table.diff a[title="User:Yukichi"], 
ul#pagehistory li a[title="User:Yukichi"], 
ul.special li a[title="User:Yukichi"] { color: goldenrod;  }

table.diff a[title="User:Zuirdj"], 
ul#pagehistory li a[title="User:Zuirdj"], 
ul.special li a[title="User:Zuirdj"] { color: goldenrod;  }

table.diff a[title="User:Alexir55"], 
ul#pagehistory li a[title="User:Alexir55"], 
ul.special li a[title="User:Alexir55"] { color: #339966;  }

table.diff a[title="User:Bonko24"], 
ul#pagehistory li a[title="User:Bonko24"], 
ul.special li a[title="User:Bonko24"] { color: #339966;  }

table.diff a[title="User:Charitwo"], 
ul#pagehistory li a[title="User:Charitwo"], 
ul.special li a[title="User:Charitwo"] { color: #339966;  }

table.diff a[title="User:Dtm142"], 
ul#pagehistory li a[title="User:Dtm142"], 
ul.special li a[title="User:Dtm142"] { color: #339966;  } 

table.diff a[title="User:Erik the Appreciator"], 
ul#pagehistory li a[title="User:Erik the Appreciator"], 
ul.special li a[title="User:Erik the Appreciator"] { color: #339966;  }

table.diff a[title="User:Gideon"], 
ul#pagehistory li a[title="User:Gideon"], 
ul.special li a[title="User:Gideon"] { color: #339966;  }

table.diff a[title="User:Kirby King"], 
ul#pagehistory li a[title="User:Kirby King"], 
ul.special li a[title="User:Kirby King"] { color: #339966;  }

table.diff a[title="User:Gideon"], 
ul#pagehistory li a[title="User:Gideon"], 
ul.special li a[title="User:Gideon"] { color: #339966;  }

table.diff a[title="User:MaskedMarth"], 
ul#pagehistory li a[title="User:MaskedMarth"], 
ul.special li a[title="User:MaskedMarth"] { color: #339966;  }

table.diff a[title="User:Moreliator"], 
ul#pagehistory li a[title="User:Moreliator"], 
ul.special li a[title="User:Moreliator"] { color: #339966;  }

table.diff a[title="User:Mr.G"], 
ul#pagehistory li a[title="User:Mr.G"], 
ul.special li a[title="User:Mr.G"] { color: #339966;  }

table.diff a[title="User:Nealdt"], 
ul#pagehistory li a[title="User:Nealdt"], 
ul.special li a[title="User:Nealdt"] { color: #339966;  }

table.diff a[title="User:Pyoro T"], 
ul#pagehistory li a[title="User:Pyoro T"], 
ul.special li a[title="User:Pyoro T"] { color: #339966;  }

table.diff a[title="User:Randall00"], 
ul#pagehistory li a[title="User:Randall00"], 
ul.special li a[title="User:Randall00"] { color: #339966;  }

table.diff a[title="User:Richard1990"], 
ul#pagehistory li a[title="User:Richard1990"], 
ul.special li a[title="User:Richard1990"] { color: #339966;  } 

table.diff a[title="User:Silverdragon706"], 
ul#pagehistory li a[title="User:Silverdragon706"], 
ul.special li a[title="User:Silverdragon706"] { color: #339966;  }

table.diff a[title="User:Sky2042"], 
ul#pagehistory li a[title="User:Sky2042"], 
ul.special li a[title="User:Sky2042"] { color: #339966;  }

/* </nowiki></pre> */