MediaWiki:Common.css

From Salem Wiki
Revision as of 13:09, 28 October 2018 by Vuh (talk | contribs) (Created page with ".infobox{ 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; f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
.infobox{
	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
}
.infobox-header{
	color:#fff;
	font-size:1.4em
}
.infobox-skill{
	width:100%;
	border:#000 2px solid;
	background:#4c4c4c;
	vertical-align:top;
	padding-left:.2em
}