MediaWiki:Vector.css

From Stiles Wiki
Revision as of 01:10, 14 March 2021 by Maxwells (talk | contribs)
Jump to navigation Jump to search

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.
.tag {
	background-color: aqua;
}
.infobox {
	border: 1px solid #aaa;
	border-spacing: 3px;
	background-color: #eee;
	color: black;
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	float: right;
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}
.infobox td,
.infobox th {
	border-top: 1px solid #aaa;
	padding: 0.4em 0.6em 0 0.6em;
	vertical-align: top;
	text-align: left;
}