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; }")
 
Line 2: Line 2:
 
background-color: rgba(0, 0, 0, 100);
 
background-color: rgba(0, 0, 0, 100);
 
body {
 
body {
     color: red;
+
     color: yellow;
 +
    background-color: red;
 
}
 
}
 
h1 {
 
h1 {
 
     color: green;
 
     color: green;
 
}
 
}

Revision as of 05:52, 9 May 2017

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