MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 18: Line 18:
   text-align: left;
   text-align: left;
   vertical-align: top;
   vertical-align: top;
}
.infobox .infobox-above,
.infobox .infobox-title {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center !important;
}
.infobox .infobox-caption {
  font-size: .9em;
  text-align: center !important;
}
}


Line 27: Line 39:
.infobox .infobox-label {
.infobox .infobox-label {
   font-weight: bold;
   font-weight: bold;
}
.infobox .infobox-caption {
  text-align: center;
}
}


Line 58: Line 74:
     width: 22em;
     width: 22em;
   }
   }
}
.infobox .infobox-caption td {
  text-align: center;
}
}


Line 70: Line 82:
   max-width: 100%;
   max-width: 100%;
   height: auto;
   height: auto;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
  font-size: 125%;
  font-weight: bold;
  text-align: center !important;
}
.infobox-caption {
  font-size: .9em;
  text-align: center !important;
}
}