Difference between revisions of "MediaWiki:Common.css"

From IOTT
Jump to navigation Jump to search
(Blanked the page)
Tags: Blanking Manual revert Reverted
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
body { font-size: 150%; font-family: Tahoma, Verdana, sans-serif; }


p.infobox {
  margin-top: 0em;
  margin-bottom: 0em;
}
p.infobox-c {
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
}
td.infobox{
  padding: 10px;
}
div.infobox{
  float:right;
  border: 6px double lightgray;
  outline: 12px none;
}
.infobox-image{
  display: flex;
  justify-content: center;
}

Latest revision as of 01:22, 9 June 2025

body { font-size: 150%; font-family: Tahoma, Verdana, sans-serif; }

p.infobox {
  margin-top: 0em;
  margin-bottom: 0em;
}

p.infobox-c {
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: center;
}

td.infobox{
  padding: 10px;
}

div.infobox{
  float:right;
  border: 6px double lightgray;
  outline: 12px none;
}

.infobox-image{
  display: flex;
  justify-content: center;
}