Difference between revisions of "MediaWiki:Common.css"
From PGPwiki
Line 3: | Line 3: | ||
body { | body { | ||
color: #00f8ffff; | color: #00f8ffff; | ||
− | background | + | background: #000000ff; |
} | } | ||
h1 { | h1 { | ||
color: green; | color: green; | ||
} | } |
Revision as of 06:21, 9 May 2017
/* CSS placed here will be applied to all skins */ background-color: rgba(0, 0, 0, 100); body { color: #00f8ffff; background: #000000ff; } h1 { color: green; }