Difference between revisions of "MediaWiki:Common.css"
From OdleWiki
(Created page with "→CSS placed here will be applied to all skins: code { background: #f6f6f6; color: #0000ff; border: dashed 1px #0000ff; margin: 12px; }") |
|||
Line 4: | Line 4: | ||
background: #f6f6f6; | background: #f6f6f6; | ||
color: #0000ff; | color: #0000ff; | ||
− | border: dashed | + | padding: 12px |
− | margin: 12px; | + | border: dashed 2px #0000ff; |
+ | margin: 12px 12px 12px 0; | ||
} | } |
Revision as of 16:31, 2 August 2012
/* CSS placed here will be applied to all skins */ code { background: #f6f6f6; color: #0000ff; padding: 12px border: dashed 2px #0000ff; margin: 12px 12px 12px 0; }