MediaWiki:Common.css

From the group that combats the Wikia skin, the Anti-Wikia alliance.
Jump to: navigation, search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/* Donation sitenotice */
.page-User_Airhogs777_appeal .firstHeading,
.page-User_Airhogs777_appeal .siteSub,
.page-User_Airhogs777_appeal .subpages {display: none;}

#siteNotice a {
        color: darkblue !important;
}

#siteNotice a:hover{
        text-decoration: none;
}

#siteNotice ul {
        text-align: left !important;
}

/* collapsible tables, see http://www.mediawiki.org/wiki/Manual:Collapsible_tables#Common.css */

table.collapsed tr.collapsable {
	display: none;
}
 
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the		*/
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.		  */
	text-align: right;
	width: auto;
}

/* newsletter tickers */

.tally {
background-image: url('http://images.shoutwiki.com/awa/thumb/4/48/Scoreboard.svg/50px-Scoreboard.svg.png');
width: 50px;
height: 50px;
padding-top: 25px;
font-size:50px;
line-height: 35px;
text-align: center;
color:#1690ED;
display: inline-block;
}

/* Tables (i.e. sitenotice, Special:SpecialPages etc.) */
table {
	background-color: transparent;
}
/* Fixing infoboxes */
.infobox {
	text-align: left;
	border: 1px solid lightgray;
	background: #F5FAFF;
	vertical-align: top;
}

/* [[Template:TOC wide 2 levels]] */
#tocwide2levels #toc ul {
	text-align:center;
	margin: auto;
}

#tocwide2levels #toc span.tocnumber {
	display:none;
}

#tocwide2levels #toc li.toclevel-1 {
	margin-top: 1em;
}

#tocwide2levels #toc li.toclevel-1 > a {
	font-size: larger;
}

#tocwide2levels #toc li.toclevel-2 {
	display:inline;
}