MediaWiki:Gadget-Infobox.css: Difference between revisions
No edit summary |
slight style change so the infobox pops out more |
||
| (One intermediate revision by one other user not shown) | |||
| Line 13: | Line 13: | ||
border-radius: 5px; | border-radius: 5px; | ||
border-style: unset; | border-style: unset; | ||
border: | border: 3px solid var(--pi-border); | ||
color: var(--theme-page-text-color); | color: var(--theme-page-text-color); | ||
border-radius: 10px !important; | border-radius: 10px !important; | ||
| Line 128: | Line 128: | ||
padding-top: 10px !important; | padding-top: 10px !important; | ||
text-transform: none; | text-transform: none; | ||
border-bottom: 1px solid var(--theme-border-color); | |||
} | } | ||