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 |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.infobox__title__icon { |
.infobox__title__icon { |
||
| ⚫ | |||
| ⚫ | |||
justify-content: center; |
|||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
.infobox__title__icon > span[typeof="mw:File"] { |
|||
.infobox__title__icon__sysadmin::after { |
|||
line-height: 1; |
|||
} |
|||
| ⚫ | |||
| ⚫ | |||
.infobox__title__icon img { |
|||
width: var(--template-arg-icon-size); |
|||
background-color: currentColor; |
|||
height: 100%; |
|||
object-fit: contain; |
|||
mask-repeat: no-repeat; |
|||
| ⚫ | |||
mask-image: url("https://amaranth-legacy.yttrium.systems/Screwdriver-wrench-solid.svg"); |
|||
} |
} |
||