MediaWiki:Common.css: Difference between revisions

From Red Star Games Compendium
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: .infobox { float: right; width: 250px; margin: 5px; border: none; border-collapse: collapse; font-size: 0.9em; }..."
 
No edit summary
Line 49: Line 49:
   color: white !important;
   color: white !important;
   text-decoration: none;
   text-decoration: none;
}
.infobox .infoboxDual {
  text-align: center;
}
}

Revision as of 07:33, 13 December 2020

/* CSS placed here will be applied to all skins */
.infobox {
  float: right;
  width: 250px;
  margin: 5px;
  border: none;
  border-collapse: collapse;
  font-size: 0.9em;
}

.infobox td, .infobox th {
  padding: 3px;
  border: 1px solid lightgray;
}

.infobox .infoboxImage {
  text-align: center;
}

.infobox .infoboxName {
  height: 25px;
  font-size: 1.2em;
  font-variant: small-caps;
}

.infobox tr {
  border: none;
  margin: 0;
  padding: 0;
}

.infobox .infoboxParent {
  font-size: 1.1em;
  font-variant: small-caps;
}

.infobox .infoboxCase {
  background-color: #EEEEF0;
  color: black;
  font-weight: bolder;
}

.infobox .infoboxParent, .infobox .infoboxName {
  background-color: #111;
  color: white;
}

.infobox .infoboxParent a {
  color: white !important;
  text-decoration: none;
}

.infobox .infoboxDual {
  text-align: center;
}