MediaWiki:Common.css: Difference between revisions
From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
.mw-highlight, .mw-highlight pre { | .mw-highlight, .mw-highlight pre { | ||
padding: | padding: 10; | ||
margin: | margin: 10; | ||
border: none; | border: none; | ||
/* Additional resets if needed */ | /* Additional resets if needed */ | ||
Line 14: | Line 14: | ||
.hljs { | .hljs { | ||
padding: | padding: 15px !important; /* Reduce padding */ | ||
margin: | margin: 15px 0 !important; /* Adjust margins */ | ||
} | } | ||
pre.hljs { | pre.hljs { | ||
margin: | margin: 10; /* Internal margin */ | ||
} | } |
Revision as of 13:17, 29 January 2025
/* CSS placed here will be applied to all skins */
H2 {
font-weight:bold;
border-bottom: 2px solid #AAA;
}
.mw-highlight, .mw-highlight pre {
padding: 10;
margin: 10;
border: none;
/* Additional resets if needed */
}
.hljs {
padding: 15px !important; /* Reduce padding */
margin: 15px 0 !important; /* Adjust margins */
}
pre.hljs {
margin: 10; /* Internal margin */
}