Difference between revisions of "MediaWiki:Common.css"

From CEED Wiki
Jump to navigation Jump to search
m
Line 20: Line 20:
 
.infobox img {
 
.infobox img {
 
   max-width: 80%;
 
   max-width: 80%;
   max-height: 25em;
+
   max-height: 15em;
 
   width: auto;
 
   width: auto;
 
   height: auto;
 
   height: auto;

Revision as of 00:06, 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;
}

.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;
}