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 */
.crt-screen{  
.crt-screen{  
   background:#223;
   margin:0 auto;
  max-width:900px;
  padding:1em;
   color:lime;
   color:lime;
   padding:1em;
   font-size:18px;
   overflow:both;
   line-size:18px;
}
}
.qe-wrap{
.qe-wrap{

Revision as of 23:50, 28 October 2023

/* CSS placed here will be applied to all skins */
.crt-screen{ 
  margin:0 auto;
  max-width:900px;
  padding:1em;
  color:lime;
  font-size:18px;
  line-size:18px;
}
.qe-wrap{
  background:#333;  
}
.qe-panel{
  background:#333;  
}
.qe-footer{
  background:#333;  
}