Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: pre, code, tt, kbd, samp, .mw-code { font-family: monospace, Courier; white-space: pre-wrap; white-s...")
 
Line 7: Line 7:
 
         white-space: -o-pre-wrap;
 
         white-space: -o-pre-wrap;
 
         word-wrap: break-word;
 
         word-wrap: break-word;
 +
}
 +
 +
.mw-highlight .gp {
 +
    color: #ff9d0a;
 +
}
 +
 +
.mw-highlight .go {
 +
    color: #b6b1b1;
 
}
 
}

Revision as of 15:12, 4 May 2018

/* CSS placed here will be applied to all skins */
pre, code, tt, kbd, samp, .mw-code {
        font-family: monospace, Courier;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
}

.mw-highlight .gp {
    color: #ff9d0a;
}

.mw-highlight .go {
    color: #b6b1b1;
}