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
Line 4: Line 4:
 
background: #f6f6f6;
 
background: #f6f6f6;
 
color: #0000ff;
 
color: #0000ff;
padding: 12px
+
padding: 18px
border: solid 12px #0000ff;
 
 
margin: 12px 12px 12px 0;
 
margin: 12px 12px 12px 0;
 
}
 
}

Revision as of 16:38, 2 August 2012

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

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