MediaWiki:Common.css

From Golden Sun Universe

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 */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align: center;
}

table.collapsed tr.collapsable {
	display: none;
}
.collapseButton {
	float: right;
	font-weight: normal;
	text-align: right;
	width: auto;
	padding-right: 22px;
	position: static;
}
.infobox {
	float:right;
	clear:right;
	padding:1px;
	font-size:90%;
	margin:0.5em 0 0.5em 1em;
	width: 23.5em;
	border-spacing: 1px;
}

.infobox tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}
.infobox tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}
table.alternating tr:nth-child(odd) {background: #E9E9E9;}

/******************** Interwiki Link Styling ***********************/
/* Styling links to Bulbapedia */
#bodyContent a[href^="https://bulbapedia.bulbagarden.net/wiki"].extiw {
	background: url("https://goldensunwiki.net/w/images/thumb/c/c8/Bulbapedia.png/16px-Bulbapedia.png") no-repeat scroll right center transparent;
	padding-right: 18px;
}

/* Styling links to NintendoWiki */
#bodyContent a[href^="https://niwanetwork.org/wiki"].extiw {
	background: url("https://goldensunwiki.net/w/images/thumb/3/33/NWiki.png/17px-NWiki.png") no-repeat scroll right center transparent;
	padding-right: 18px;
}

/* Styling links to SmashWiki */
#bodyContent a[href^="https://www.ssbwiki.com"].extiw {
	background: url("https://goldensunwiki.net/w/images/2/20/Smashsymbol.png") no-repeat scroll right center transparent;
	padding-right: 18px;
}

/* Styling links to StrategyWiki */
#bodyContent a[href^="https://strategywiki.org"].extiw {
	background: url("https://goldensunwiki.net/w/images/thumb/1/16/StrategyWiki_Logo.png/20px-StrategyWiki_Logo.png") no-repeat scroll right center transparent;
	padding-right: 20px;
}

/* Styling links to Super Mario Wiki */
#bodyContent a[href^="https://www.mariowiki.com"].extiw {
	background: url("https://goldensunwiki.net/w/images/thumb/c/c9/Super_Mushroom.png/15px-Super_Mushroom.png") no-repeat scroll right center transparent;
	padding-right: 18px;
}

/* Styling links to Zelda Wiki  */
#bodyContent a[href^="https://zeldawiki.wiki"].extiw {
	background: url("https://goldensunwiki.net/w/images/thumb/b/b3/LoZ-wiki.png/16px-LoZ-wiki.png") no-repeat scroll right center transparent;
	padding-right: 18px;
}

#bodyContent .niwa-box a.extiw {
    background: none !important;
    padding-right:0 !important;
}