MediaWiki:Common.css

From International Hockey Wiki
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.
/* CSS placed here will be applied to all skins */

#footer-info { display: none; }

.prettytable { border: 1px solid #6cc8f3; border-collapse: collapse; empty-cells: show; margin: 1em 0; background: transparent; border-spacing: 0 0; } .prettytable td, .prettytable th { border: 1px solid #6cc8f3; padding: 0.25em; vertical-align: baseline; } .prettytable th { /* hightlighting */ text-align: center; border-bottom: 1px solid #6cc8f3; border-top: 1px solid #6cc8f3; background: #f0f0f0; color: #004f80; }
 
.wikitable { border: 1px solid #6cc8f3; border-collapse: collapse; empty-cells: show; margin: 1em 0; background: transparent; border-spacing: 0 0; } .wikitable td, .wikitable th { border: 1px solid #6cc8f3; padding: 0.25em; vertical-align: baseline; } .wikitable th { /* hightlighting */ text-align: center; border-bottom: 1px solid #6cc8f3; border-top: 1px solid #6cc8f3; background: #f0f0f0; color: #004f80; }

.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
 
infobox {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	clear: right;
	color: #3a3a3a;
	float: right;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 0.2em;
}