MediaWiki:Minerva.css: Difference between revisions
edited page heading font |
m fixing the last edit |
||
| (4 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 131: | Line 144: | ||
} | } | ||
. | .pre-content h1 { | ||
font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Inter','Helvetica','Arial',sans-serif; | font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Inter','Helvetica','Arial',sans-serif; | ||
} | } | ||