MediaWiki:Common.css: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
  font-style: normal;
inset: 200px;
  width: 320px;
  padding: 10px;
  border: 5px solid gray;
}
}

Revision as of 14:08, 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;
  width: 320px;
  padding: 10px;
  border: 5px solid gray;
}