MediaWiki:Common.css: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins  
/* 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{  
.crt-screen{  
   background:#333;
   background:#223;
   color:lime;
   color:lime;
   padding:1em;
   padding:1em;

Revision as of 23:27, 28 October 2023

/* CSS placed here will be applied to all skins */
.crt-screen{ 
  background:#223;
  color:lime;
  padding:1em;
  overflow:both;
}
.qe-wrap{
  background:#333;  
}
.qe-panel{
  background:#333;  
}
.qe-footer{
  background:#333;  
}