Difference between revisions of "MediaWiki:Common.css"
From OdleWiki
m |
m |
||
| Line 3: | Line 3: | ||
code { | code { | ||
background: #f6f6f6; | background: #f6f6f6; | ||
| − | color: # | + | color: #00000f; |
padding: 18px | padding: 18px | ||
margin: 12px 12px 12px 0; | margin: 12px 12px 12px 0; | ||
} | } | ||
Revision as of 16:25, 5 February 2013
/* CSS placed here will be applied to all skins */
code {
background: #f6f6f6;
color: #00000f;
padding: 18px
margin: 12px 12px 12px 0;
}
