Template:User icons/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
} |
} |
||
.infobox__title__icon > : |
.infobox__title__icon > span[typeof="mw:File"] { |
||
line-height: 1; |
|||
display: block; |
|||
| ⚫ | |||
height: var(--size-icon); |
|||
| ⚫ | |||
mask-repeat: no-repeat; |
|||
mask-position: center; |
|||
} |
} |
||
.infobox__title__icon img { |
|||
.infobox__title__icon__community_manager::after { |
|||
| ⚫ | |||
background-color: #ff0072; |
|||
height: 100%; |
|||
mask-image: url("https://amaranth-legacy.yttrium.systems/-website-icon-%28Ambrosia%29_-_Amaranth.png"); |
|||
| ⚫ | |||
} |
|||
.infobox__title__icon__sysadmin::after { |
|||
background-color: #1cdc9a; |
|||
mask-image: url("https://amaranth-legacy.yttrium.systems/-website-icon-Screwdriver-wrench-solid.svg"); |
|||
} |
|||
.infobox__title__icon__sysop::after { |
|||
background-color: #860059; |
|||
mask-image: url("https://amaranth-legacy.yttrium.systems/-website-icon-Globe-solid.svg"); |
|||
} |
|||
.infobox__title__icon__steward::after { |
|||
background-color: #3498db; |
|||
mask-image: url("https://amaranth-legacy.yttrium.systems/-website-icon-User-shield-solid.svg"); |
|||
} |
} |
||