Contents in this wiki are for entertainment purposes only
This is not fiction ∞ this is psience of mind

MediaWiki:Common.css: Difference between revisions

From Catcliffe Development
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
  */
  */
.crt-screen{  
.crt-screen{  
background:purple;
background:#505;
color:lime;
color:lime;
overflow:both;
overflow:both;
}
}

Revision as of 20:48, 12 July 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:#505;
color:lime;
overflow:both;
}