This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "MediaWiki:Common.css"

From OdleWiki
m (Changed font size)
m (Repaired top links too far to left in Vector skin)
Line 6: Line 6:
 
div#content p, div#content li {font-size: 13px;}
 
div#content p, div#content li {font-size: 13px;}
 
#toc *, .toc * {font-size: 1em;}
 
#toc *, .toc * {font-size: 1em;}
 +
 +
/* Repair top links too far to left */
 +
#left-navigation {margin-left: 12em;}
 +
  
 
code {
 
code {

Revision as of 01:29, 2 July 2015

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

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);

* {font-family: "Roboto", sans-serif;}
div#content p, div#content li {font-size: 13px;}
#toc *, .toc * {font-size: 1em;}

/* Repair top links too far to left */
#left-navigation {margin-left: 12em;}


code {
background: #f6f6f6;
color: #000066;
padding: 18px
margin: 12px 12px 12px 0;
}

.coltwo {
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
}

.colthree {
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;
}

.colfour {
-moz-column-count:4; /* Firefox */
-webkit-column-count:4; /* Safari and Chrome */
column-count:4;
}

.sample {
border: solid 1px #9999ff;
margin: 0px;
padding: 10px;
}

.ns-200 div#Content {
background: #fafaff;
}

.mono {font-family: Courier, Monaco, monospace;}
/* #mw-panel h5 {background: #565656; border: none; border-bottom: solid 2px #000099; font-weight: bold;}
*/