MediaWiki:Common.css: Difference between revisions

From DocsMaulana
(Created page with "→‎CSS placed here will be applied to all skins: blockquote { background: black; padding: 30px; color: white; border-top: double; border-top-color: blue; border-top-width: thick; }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('/load.php?modules=ext.timeless.syntax');
blockquote {
blockquote {
     background: black;
     background: black;

Revision as of 23:12, 6 December 2023

/* CSS placed here will be applied to all skins */
@import url('/load.php?modules=ext.timeless.syntax');
blockquote {
    background: black;
    padding: 30px;
    color: white;
    border-top: double;
    border-top-color: blue;
    border-top-width: thick;
}