MediaWiki:Common.css

From Salem Wiki
Revision as of 02:57, 6 November 2018 by Vuh (talk | contribs)
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.
.infobox2{
	float:left;
	width:320px;
	padding:.2em;
	border:#000 2px solid;
	border-radius:.4em;
	background:#71583b;
	box-shadow:2px 2px 5px #999, 0 1px 3px #C4894C inset;
	font-family:Calibri;
	margin: 0 25px 25px 0
}
.infobox2-skill{
	width:100%;
	border:#000 2px solid;
	background:#4c4c4c;
	vertical-align:top;
	padding-left:.2em
}
.infobox2-header{
	color:#fff;
	font-size:1.4em;
	text-align:center
}
.infobox2-content{
	display:grid;
	width:100%;
	border:#000 2px solid;
	background:#4c4c4c;
	vertical-align:top;
	padding-left:.2em
}