MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Citation icons. */ | |||
.oo-ui-icon-ref-cite-joe { | .oo-ui-icon-ref-cite-joe { | ||
background-image: url(https://wiki.jads.stream/images/0/0c/Joe-icon.png); | background-image: url(https://wiki.jads.stream/images/0/0c/Joe-icon.png); | ||
} | } | ||
.oo-ui-icon-ref-cite-joe-2 { | .oo-ui-icon-ref-cite-joe-2 { | ||
background-image: url(https://wiki.jads.stream/images/7/7b/Joe-channel-2.png); | background-image: url(https://wiki.jads.stream/images/7/7b/Joe-channel-2.png); | ||
} | } | ||
.oo-ui-icon-ref-cite-jads { | .oo-ui-icon-ref-cite-jads { | ||
background-image: url(https://wiki.jads.stream/images/0/05/Discord.svg); | background-image: url(https://wiki.jads.stream/images/0/05/Discord.svg); | ||
} | |||
/* General helpers. */ | |||
.circular img { | |||
border-radius: 50%; | |||
} | } |
Revision as of 01:31, 21 January 2025
/* CSS placed here will be applied to all skins */ /* Citation icons. */ .oo-ui-icon-ref-cite-joe { background-image: url(https://wiki.jads.stream/images/0/0c/Joe-icon.png); } .oo-ui-icon-ref-cite-joe-2 { background-image: url(https://wiki.jads.stream/images/7/7b/Joe-channel-2.png); } .oo-ui-icon-ref-cite-jads { background-image: url(https://wiki.jads.stream/images/0/05/Discord.svg); } /* General helpers. */ .circular img { border-radius: 50%; }