- Contents in this wiki are for entertainment purposes only
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
XenoEngineer (talk | contribs) No edit summary |
XenoEngineer (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
} | } | ||
.qe-wrap{ | .qe-wrap{ | ||
background:#333; | |||
} | |||
.qe-panel{ | |||
background:#333; | |||
} | |||
.qe-footer{ | |||
background:#333; | background:#333; | ||
} | } |
Revision as of 18:36, 26 October 2023
/* CSS placed here will be applied to all skins
* To do: work out 'wiki skin' css names and/or develop site-styles for selective pages
*/
.crt-screen{
background:#333;
color:lime;
padding:1em;
overflow:both;
}
.qe-wrap{
background:#333;
}
.qe-panel{
background:#333;
}
.qe-footer{
background:#333;
}