Difference between revisions of "MediaWiki:Common.css"
Line 11: | Line 11: | ||
background-color: #ffffff; | background-color: #ffffff; | ||
} | } | ||
− | |||
− |
Revision as of 14:40, 23 February 2016
- /* 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;
- }