Difference between revisions of "MediaWiki:Common.css"

From CEED Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
   padding: 0.5em;
 
   padding: 0.5em;
 
   margin: 0 0 2em 2em;
 
   margin: 0 0 2em 2em;
 +
  font-size: 10px;
 
}
 
}
  

Revision as of 00:08, 6 December 2018

.infobox {
  float: right;
  clear: right;
  background: #f9f9f9;
  border: 1px solid #aaa;
  max-width: 25em;
  padding: 0.5em;
  margin: 0 0 2em 2em;
  font-size: 10px;
}

.infobox .name, .infobox .printer-thumb {
  text-align: center;
}

.infobox .name {
  font-size: 150%;
  font-weight: bold;
}

.infobox img {
  max-width: 80%;
  max-height: 15em;
  width: auto;
  height: auto;
  margin: 0 1em;
}

.infobox th {
  text-align: left;
}