Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

MediaWiki:Common.css

From Quake Wiki

Revision as of 23:51, 30 October 2007 by QuakeWiki (talk | contribs) (New page: * CSS placed here will be applied to all skins: Infobox template style: .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin-bottom: 0....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/** CSS placed here will be applied to all skins */

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   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 #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}