Actions

MediaWiki

Common.css: Difference between revisions

From falz.net

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 */
pre {
pre {
  margin-left: 50px;
        font-family: "Courier 10 Pitch", Courier, monospace;
background-color: black;
        font-size: 95%;
color: white;
        line-height: 140%;
        white-space: pre;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -o-pre-wrap;
}
}

Revision as of 12:16, 27 January 2018

/* CSS placed here will be applied to all skins */
pre {
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 95%;
        line-height: 140%;
        white-space: pre;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -o-pre-wrap;
}