Actions

MediaWiki

Common.css: Difference between revisions

From falz.net

Undo revision 192 by Falz (talk)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
pre {
pre {
   margin-left: 50px;
   margin-left: 50px;
background-color: black;
  background-color: #f0f0f0;
color: white;
  color: black;
  border-width: 5px;
  border-style: none;
}
}

Latest revision as of 12:21, 27 January 2018

/* CSS placed here will be applied to all skins */
pre {
  margin-left: 50px;
  background-color: #f0f0f0;
  color: black;
  border-width: 5px;
  border-style: none;
}