MediaWiki:Common.css: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: <style> .code_blue { color: Lime; background: black; font-weight: normal; font-style: normal; } </style>")
 
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 */


<style>
.code_blue
.code_blue
{
{
Line 9: Line 8:
font-style: normal;
font-style: normal;
}
}
</style>

Revision as of 13:48, 26 December 2022

/* CSS placed here will be applied to all skins */

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