Difference between revisions of "MediaWiki:Common.css"

From SWEBOK
Jump to: navigation, search
Line 11: Line 11:
 
}
 
}
  
  dl {
+
dt  {
     border: 1px solid #888;
+
     clear:left;
     width: 50%;
+
     float:left;
  }
+
     font-size:12px;
  dt {
+
     line-height:26px;
     float: left;
+
     width:70px;
     clear: left;
+
}
     width: 80px;
+
 
     text-align: left;
+
dd {
     font-weight: bold;
+
     clear:right;
  }
+
     font-size:12px;
  dd {
+
     line-height:18px;
     margin: 0 0 0 110px;
+
     padding:4px 0 4px 40px;
     padding: 0;
+
}
  }
+

Revision as of 23:43, 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;
}

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