Difference between revisions of "MediaWiki:Common.css"

From PGPwiki
Jump to: navigation, search
Line 3: Line 3:
 
body {
 
body {
 
     color: #00f8ffff;
 
     color: #00f8ffff;
     background-color: #000000ff;
+
     background: #000000ff;
 
}
 
}
 
h1 {
 
h1 {
 
     color: green;
 
     color: green;
 
}
 
}

Revision as of 07: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;
}