MediaWiki:Card.css: Difference between revisions
MediaWiki interface page
More actions
ReisuDesign (talk | contribs) No edit summary |
ReisuDesign (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 27: | Line 27: | ||
border-radius: 45px; | border-radius: 45px; | ||
overflow: hidden; | overflow: hidden; | ||
background: var(-- | background: var(--background-color-3); | ||
text-align: center; | text-align: center; | ||
&:hover { | &:hover { | ||
outline: solid 2px var(-- | outline: solid 2px var(--background-color-2); | ||
} | } | ||
} | } | ||
| Line 39: | Line 39: | ||
border-radius: 30px; | border-radius: 30px; | ||
background: none; | background: none; | ||
background: var(--background-color-3); | |||
} | } | ||
| Line 90: | Line 91: | ||
height: 56px; | height: 56px; | ||
width: 56px; | width: 56px; | ||
background-image: | background-image: var(--unknown-img); | ||
} | } | ||
| Line 174: | Line 175: | ||
line-height: 24px; | line-height: 24px; | ||
height: 24px; | height: 24px; | ||
background-color: var(- | background-color: var(--background-color-base); | ||
border-radius: 12px !important; | border-radius: 12px !important; | ||
min-width: 20px !important; | min-width: 20px !important; | ||
| Line 267: | Line 268: | ||
height: 74px; | height: 74px; | ||
width: 74px; | width: 74px; | ||
background-image: | background-image: var(--unknown-img); | ||
background-size: cover; | background-size: cover; | ||
font-size: 0; | font-size: 0; | ||