Jump to content

MediaWiki:Common.css

From Athlandrui Wiki
Revision as of 14:32, 14 May 2025 by Wikininja (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Infoboxes */
.infobox {
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
	border-spacing: 3px;
}


/*quick facts boxes from stars.css */

div.quickfacts {position:relative; display:block; float:right; width: 250px; background-color:inherit;font-size:10pt; padding-top: 0px; padding-left:10px; padding-right: 10px; padding-bottom: 10px; margin-top: 35px; margin-left: 0px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #f7f7f0;overflow:auto;}

div.quickfacts h3 {padding-top: -5px; padding-left: 10px;color:inherit;}

div.quickfacts ul {margin:10px; padding:0; list-style-type:square;}
div.quickfacts mli {margin:0; padding:0; font-size:12pt; line-height:22pt;}
div.quickfacts sli {margin-left: 20px; margin-right:0; margin-top: 0; margin-bottom:0; padding:0; font-size:12pt;line-height:18pt;}