Difference between revisions of "MediaWiki:Common.css"

From SWEBOK
Jump to: navigation, search
(f)
Line 10: Line 10:
 
   float: right;
 
   float: right;
 
}
 
}
 +
 +
  dl {
 +
    border: 3px double #ccc;
 +
    padding: 0.5em;
 +
  }
 +
  dt {
 +
    float: left;
 +
    clear: left;
 +
    width: 100px;
 +
    text-align: right;
 +
    font-weight: bold;
 +
  }
 +
  dt:after {
 +
    content: ":";
 +
  }
 +
  dd {
 +
    margin: 0 0 0 110px;
 +
    padding: 0 0 0.5em 0;
 +
  }

Revision as of 23:38, 14 July 2015

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

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

.toc, #toc {
  float: right;
}

  dl {
    border: 3px double #ccc;
    padding: 0.5em;
  }
  dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
  }
  dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }