Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
m (Updated to remove unwanted lines on images)
m (Added styles for Help tab headers)
Line 174: Line 174:
   margin: 10px 0px;
   margin: 10px 0px;
}
}


span.fake-h4 {
span.fake-h4 {
Line 340: Line 339:
table.wica-table > caption {
table.wica-table > caption {
   font-weight:bold;
   font-weight:bold;
}
/* === Styles for Expansion Selector Help === */
span.help-h3 {
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 0.5em;
  margin: 0px !important;
  border-bottom: 0px;
  display: block;
  font-family: sans-serif;
  line-height: 1.6;
}
span.help-h4 {
font-weight: bold;
  font-size: 100%;
  padding-top: 0.5em;
  margin: 0px !important;
  border-bottom: 0px;
  display: block;
  font-family: sans-serif;
  line-height: 1.6;
}
}