MediaWiki:Common.css

From SWEBOK
Revision as of 01:33, 20 August 2015 by Daniel Robbins (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

#bodyContent {
  text-align: justify;
}

#toc {
  margin-left: 12px;
  margin-bottom: 12px;
  float: right;
}

.acronyms {
  display: inline-block;
  width: 50%;
}

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

h2, .mw-body h2 {
  font-size: 16px;
  font-weight: bold;
}

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