MediaWiki:Gadget-Mainpage.css: Difference between revisions
No edit summary |
smoove |
||
| Line 17: | Line 17: | ||
.mainpage-border { | .mainpage-border { | ||
background: var(--theme-color | background: var(--theme-accent-color); | ||
border: 2px solid var(--theme-accent-color); | border: 2px solid var(--theme-accent-color); | ||
border-radius: | border-radius: 12px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.mainpage-header { | .mainpage-header { | ||
border-radius: 2px; | border-radius: 2px; | ||
color: #000000; | color: #000000; | ||
| Line 35: | Line 30: | ||
padding: 1px; | padding: 1px; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
| Line 49: | Line 42: | ||
.mainpage-content { | .mainpage-content { | ||
padding: 0.5em 0.5em 1em 0.5em; | padding: 0.5em 0.5em 1em 0.5em; | ||
background: var(--theme-color-9); | |||
border-radius: 10px; | |||
} | } | ||