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