Difference between revisions of "MediaWiki:Common.css"

From SWEBOK
Jump to: navigation, search
Line 17: Line 17:
 
}
 
}
  
h3 {
+
h3, .mw-body h3 {
 
   font-size: 15px;
 
   font-size: 15px;
 
   font-weight: normal;
 
   font-weight: normal;

Revision as of 20:17, 26 July 2015

/* CSS placed here will be applied to all skins */

#bodyContent {
  text-align: justify;
}

p {
  margin-bottom: 0;
}
p + p {
  text-indent: 1.5em;
  margin-top: 0 }

.referencelist p {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

h3, .mw-body h3 {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
}

h4, .intro {
  font-size: 14px; 
  font-weight: bold; 
  text-transform: uppercase; 
  font-family: 'Linux Libertine', Georgia, Times, serif;  
  margin-bottom: 2.25em;
}
.toc, #toc {
  float: right;
}

dl {
    margin-left: 1.5em;
}

dt  {
    clear:left;
    float:left;
    font-size:12px;
    line-height:26px;
    width:70px;
}

dd {
    clear:right;
    font-size:12px;
    line-height:18px;
    padding:4px 0 4px 40px;
}

h4 .mw-headline-number {
    display: none;
}

h5 .mw-headline-number {
    display: none;
}

h6 .mw-headline-number {
    display: none;
}