MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
594 bytes added ,  09:16, 8 September 2022
Indicate J Wiki links with ᴶ and K Wiki links with ᴷ
(Remove leftover from Miraheze migration)
(Indicate J Wiki links with ᴶ and K Wiki links with ᴷ)
Line 24: Line 24:
   padding-right:0.7em;
   padding-right:0.7em;
}
}
a.extiw[href*="wikipedia.org"]::after {
 
    content: "W";
a.external[href*="code.jsoftware.com"],
a.external[href*="k.miraheze.org"] {
background:none;
}
a.external[href*="code.jsoftware.com"]{
    padding-right: 10px;
}
a.external[href*="k.miraheze.org"]{
    padding-right: 8px;
}
a.extiw[href*="wikipedia.org"]::after,
a.external[href*="code.jsoftware.com"]::after,
a.external[href*="k.miraheze.org"]::after {
     display:inline-block;
     display:inline-block;
     width:0;
     width:0;
Line 35: Line 47:
     font-weight: normal;
     font-weight: normal;
     color:#36c;
     color:#36c;
}
a.extiw[href*="wikipedia.org"]::after {
    content: "W";
}
a.external[href*="code.jsoftware.com"]::after {
    content: "J";
}
a.external[href*="k.miraheze.org"]::after {
    content: "K";
}
}
a.external[href^="https://aplwiki."] {
a.external[href^="https://aplwiki."] {
Line 45: Line 66:
a.external[href^="https://repl.it/repls/"],
a.external[href^="https://repl.it/repls/"],
a.external[href^="https://n9n.gitlab.io/apl/web/"][href*="#code="],
a.external[href^="https://n9n.gitlab.io/apl/web/"][href*="#code="],
a.external[href^="https://ato.pxeger.com/run?"],
.worksin {
.worksin {
position: relative;
position: relative;
Line 57: Line 79:
a.external[href^="https://tio.run/##"]:hover,
a.external[href^="https://tio.run/##"]:hover,
a.external[href^="https://repl.it/repls/"]:hover,
a.external[href^="https://repl.it/repls/"]:hover,
a.external[href^="https://n9n.gitlab.io/apl/web/"][href*="#code="]:hover,
a.external[href^="https://n9n.gitlab.io/apl/web/"][href*="#code="]:hover
a.external[href^="https://ato.pxeger.com/run?"]:hover,
.worksin:hover {
.worksin:hover {
opacity:1;
opacity:1;

Navigation menu