MediaWiki:Common.css: Difference between revisions

From Videogame Interface Wiki
(Horizontal infobox testing)
(Moving to themes)
Tag: Blanking
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
div#infobox {
  display:grid;
  grid-gap:1em;
  grid-template-columns:repeat(4,1fr);
}


div.infobox-section {
 
}
div#infobox .infobox-section {
  border:grey 1px dashed;
}
div#infobox img {
  width:100%;
  height:auto;
}
div#infobox table th,
div#infobox table td {
  border:1px solid lightgrey;
  padding:1em;
  vertical-align:top;
}
div#infobox table th {
  text-align:right;
}
.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field > label {
background:yellow;
display:block;
margin-bottom:1em
}

Latest revision as of 03:34, 8 April 2023