Difference between revisions of "MediaWiki:Common.css"

From PGPwiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: background-color: rgba(0, 0, 0, 100); body { color: red; } h1 { color: green; }")
(No difference)

Revision as of 05:50, 9 May 2017

/* CSS placed here will be applied to all skins */
background-color: rgba(0, 0, 0, 100);
body {
    color: red;
}
h1 {
    color: green;
}