MediaWiki:MessageBox.css: Difference between revisions
MediaWiki interface page
More actions
ReisuDesign (talk | contribs) No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 23: | Line 23: | ||
position: relative; | position: relative; | ||
background-color: var(--custom-mbox-bg); | background-color: var(--custom-mbox-bg); | ||
border: 2px solid var(-- | border: 2px solid var(--background-color-10); | ||
border-radius: 10px; | border-radius: 10px; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
| Line 109: | Line 109: | ||
} | } | ||
/* | /* Styling */ | ||
.mbox__content__text { | .mbox__content__text { | ||
padding-right: 10px; | padding-right: 10px; | ||