MediaWiki:Common.css: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 14: Line 14:
}
}


.wikitable {
.wikitable td, .wikitable th {
     vertical-align: top;
     vertical-align: top;
    /* Additional resets if needed */
}
}



Latest revision as of 19:01, 1 February 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: 2px;
    margin: 2px;
    border: none;
    vertical-align: top;
    /* Additional resets if needed */
}

.wikitable td, .wikitable th {
    vertical-align: top;
}

.hljs {
    padding: 1px !important; /* Reduce padding */
    margin: 1px 0 !important; /* Adjust margins */
}
pre.hljs {
    margin: 0; /* Internal margin */
}