MediaWiki:Common.css: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
}
}


*/




Line 18: Line 19:
  font-style: normal;
  font-style: normal;
}
}
*/

Revision as of 13:51, 26 December 2022

/* CSS placed here will be applied to all skins 

.code_blue
{
color: Lime;
background: black;
font-weight: normal;
font-style: normal;
}

*/


pre
{
 color: Lime;
 background: black;
 font-weight: normal;
 font-style: normal;
}