MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
628 bytes added ,  09:16, 8 September 2022
Indicate J Wiki links with ᴶ and K Wiki links with ᴷ
No edit summary
(Indicate J Wiki links with ᴶ and K Wiki links with ᴷ)
(6 intermediate revisions by the same user not shown)
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 40: Line 61:
     padding-right: 0;
     padding-right: 0;
}
}
.try a,
a.external[href^="https://tryapl.org/?a="],
a.external[href^="https://tryapl.org/?a="],
a.external[href^="https://tio.run/##"],
a.external[href^="https://tio.run/##"],
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 52: Line 75:
margin-top: 1em;
margin-top: 1em;
}
}
.try a:hover,
a.external[href^="https://tryapl.org/?a="]:hover,
a.external[href^="https://tryapl.org/?a="]:hover,
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;
Line 61: Line 86:
.worksin {
.worksin {
margin-top: -3em;
margin-top: -3em;
}
.portable-infobox img{
width: calc(var(--pi-width) - 1.5*var(--pi-margin));
height: auto;
}
}
.pi-header{
.pi-header{
Line 93: Line 122:
z-index: -1;
z-index: -1;
position: relative;
position: relative;
}
#f-poweredbyico,#footer-poweredbyico{
visibility: hidden;
position: absolute;
}
}

Navigation menu