MediaWiki:Common.css

From Inkipedia, the Splatoon wiki
Revision as of 19:38, 26 May 2015 by ShrimpPin (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: table.background-image { font-family: "font name 1", "font name 2" font-size: 12px; margin: 45px; width: 480px; text-a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

table.background-image
{
	font-family: "font name 1", "font name 2"
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
table.background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
table.background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
table.background-image tfoot td
{
	font-size: 11px;
}
table.background-image tbody td
{
	background: url('http://cdn.wikimg.net/splatoonwiki/images/0/07/Artwork_background_-_Splatoon.jpg');
}