MediaWiki:Common.css: Difference between revisions

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




/* Kuck mal hier: https://www.wurst-wasser.net/wiki/index.php/Sandbox#Terminal-Sandbox */
/* Kuck mal hier: https://www.wurst-wasser.net/wiki/index.php/Sandbox#Terminal-Sandbox * /




Line 25: Line 25:
  border: 4px solid lightgray;
  border: 4px solid lightgray;
}
}
/**/

Latest revision as of 18:43, 26 December 2022

/* CSS placed here will be applied to all skins 

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




/* Kuck mal hier: https://www.wurst-wasser.net/wiki/index.php/Sandbox#Terminal-Sandbox * /


pre
{
 color: Lime;
 background: black;
 font-weight: normal;
 font-style: normal;
 width: 640px;
 padding: 10px;
 border: 4px solid lightgray;
}

/**/