Difference between revisions of "MediaWiki:Common.css"
Line 8: | Line 8: | ||
padding: 1em; | padding: 1em; | ||
margin: 1em 0; | margin: 1em 0; | ||
− | border: | + | border: none; |
background-color: #ffffff; | background-color: #ffffff; | ||
} | } |
Revision as of 18:41, 28 December 2014
- /* CSS placed here will be applied to all skins */
- *{font-family: "verdana"}
- *{font-size:8 }
- div.mw-geshi {
- padding: 1em;
- margin: 1em 0;
- border: none;
- background-color: #ffffff;
- }