MediaWiki:Common.css: Difference between revisions

From Wurst-Wasser.net
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  


.code_blue
.code_blue
Line 7: Line 7:
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
}
*/
pre
{
color: Lime;
background: black;
font-weight: normal;
font-style: normal;
}
}

Revision as of 13:49, 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;
}