Jump to content

MediaWiki:Common.css: Difference between revisions

From Joepedia
Semantic MediaWikiThis message will disappear after all relevant tasks have been resolved.

There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.

No edit summary
No edit summary
Line 14: Line 14:
/* General helpers. */
/* General helpers. */
.circular img {
.circular img {
   border-radius: 50%;
   border-radius: 50% !important;
}
}
.inline-img img {
.inline-img img {
   max-width: 2em;
   max-width: 2em !important;
   max-height: 2em;
   max-height: 2em !important;
}
}



Revision as of 16:43, 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% !important;
}
.inline-img img {
  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;
}