MediaWiki:Common.css: Difference between revisions

From NU HPC Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-tb { display: none; }")
 
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 */
#p-tb { display: none; }
#p-tb { display: none; }
.syntaxhighlight {
    background-color: #f5f5f5;  /* Light gray background */
    padding: 10px;
    border-radius: 5px;
}

Latest revision as of 14:01, 13 November 2024

/* CSS placed here will be applied to all skins */
#p-tb { display: none; }

.syntaxhighlight {
    background-color: #f5f5f5;  /* Light gray background */
    padding: 10px;
    border-radius: 5px;
}