MediaWiki:Common.css: Difference between revisions

The Emma M. Lion Wiki
No edit summary
No edit summary
Line 29: Line 29:
   text-align: center;
   text-align: center;
}
}
.infobox .key td {
.infobox .row td {
   text-align: left;
   text-align: left;
  padding: 4px;
  background-color: rgba(51, 102, 204, 30);
}
}


.infobox .key th {
.infobox .row th {
   width: 15%;
   width: 15%;
  background-color: rgba(51, 102, 204, .33);
  border: none;
}
}



Revision as of 18:25, 3 February 2025

/* CSS placed here will be applied to all skins */

/* infoboxes */
table.infobox {
  border-collapse: collapse;
  border-bottom: 1px solid #aaa;
  background-color: white;
}

.infobox th{
  border-bottom: 1px solid #aaa;
}

.infobox tr{
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.infobox td,
.infobox th{
  padding: 4px;
}
.infobox th, .navbar th {
  white-space: nowrap;
}
.infobox tr.title th,
.infobox th.title {
  color: black;
  text-align: center;
}
.infobox .row td {
  text-align: left;
}

.infobox .row th {
  width: 15%;
  background-color: rgba(51, 102, 204, .33);
  border: none;
}

.infobox.side {
  width: 22em;
  float: right;
  margin-left: 0.5em;
}
.infobox.side td {
  font-size: 90%;
}