MediaWiki:Minerva.css: Difference between revisions

m fixing the last edit
m fixing the last edit
 
(8 intermediate revisions by the same user not shown)
Line 114: Line 114:


.heading-holder,
.heading-holder,
.mw-body-content {
#bodyContent:has(.mw-body-content) {
     border-radius: 8px;
     border-radius: 8px;
     border-width: 1px;
     border-width: 1px;
Line 122: Line 122:
     padding-bottom: 1em;
     padding-bottom: 1em;
     box-shadow: 5px 5px 1px #0003;
     box-shadow: 5px 5px 1px #0003;
}
#bodyContent:has(.mw-body-content) {
    margin-top: 0em;
    border-top-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.heading-holder {
    border-bottom-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
}


Line 128: Line 141:
     padding-left: 1em;
     padding-left: 1em;
     padding-right: 1em;
     padding-right: 1em;
    margin-bottom: 0em;
}
.pre-content h1 {
    font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Inter','Helvetica','Arial',sans-serif;
}
}