MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 26: | Line 26: | ||
width: 2em !important; | width: 2em !important; | ||
height: 2em !important; | height: 2em !important; | ||
max-width: 2em !important; | |||
max-height: 2em !important; | |||
} | } | ||
Revision as of 06:51, 23 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);
}
.oo-ui-icon-ref-cite-joe-twitch {
background-image: url(https://wiki.jads.stream/images/e/e5/Twitch.svg);
}
.oo-ui-icon-ref-cite-youtube {
background-image: url(https://wiki.jads.stream/images/7/75/YouTube.svg);
}
/* General helpers. */
.circular img {
border-radius: 50% !important;
aspect-ratio: 1 !important;
}
.inline-img img {
width: 2em !important;
height: 2em !important;
max-width: 2em !important;
max-height: 2em !important;
}
/* Fix dark mode making light boxes unreadable. */
html.skin-theme-clientpref-night .mw-parser-output [style*="background"],
html.skin-theme-clientpref-os .mw-parser-output [style*="background"] {
color: #202122;
}
.mw-logo-wordmark {
color: var(--color-base);
}