MediaWiki:Common.css: Difference between revisions

From jugglingpatterns
No edit summary
No edit summary
Line 8: Line 8:
font-size: 1.4em;
font-size: 1.4em;
background-color: #222222;
background-color: #222222;
font-color: #ffffff;
border: 1px solid #444444;
border: 1px solid #444444;
border-radius: 4px;
border-radius: 4px;

Revision as of 15:31, 13 January 2025

/* CSS placed here will be applied to all skins */
@import "/js/darkreader_export.css";
/* this should only be .throw-sequence over time. TODO: the class=throw-sequence should be added to all occurances where pre is used to show throw sequences */
pre,.throw-sequence {
    white-space: pre;
    overflow-x: auto;
    font-family: monospace;
    font-size: 1.4em;
    background-color: #222222; 
    font-color: #ffffff;
    border: 1px solid #444444; 
    border-radius: 4px;
}