Jump to content

MediaWiki:Common.css: Difference between revisions

From Knowledge Base
No edit summary
No edit summary
Line 3: Line 3:
     display: none;
     display: none;
}*/
}*/
pre code {
    padding: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-family: Consolas, 'Courier New', monospace;
}

Revision as of 10:07, 18 January 2025

/* CSS placed here will be applied to all skins */
/*#ca-edit, #ca-history {
    display: none;
}*/

pre code {
    padding: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-family: Consolas, 'Courier New', monospace;
}