Jump to content

MediaWiki:Common.css: Difference between revisions

From Joepedia
Created page with "CSS placed here will be applied to all skins: 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); }"
 
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 */
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);
}
}

Revision as of 00:15, 21 January 2025

/* CSS placed here will be applied to all skins */
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);
}