MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
144 bytes added ,  21:10, 31 October 2019
allow more "try it" links
Miraheze>Adám Brudzewsky
No edit summary
Miraheze>Adám Brudzewsky
(allow more "try it" links)
Line 15: Line 15:
     padding-right: 0;
     padding-right: 0;
}
}
a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
a.external[href^="https://tryapl.org/?a="],
margin-top: 1em;
a.external[href^="https://tio.run/##SyzI0"],
}
a.external[href^="https://repl.it/repls/"],
.worksin, a.external[href^="https://tryapl.org/?a="], a.external[href^="https://tio.run/##SyzI0"] {
a.external[href^="https://n9n.gitlab.io/apl/web/"][href*="#code="],
.worksin {
position: relative;
position: relative;
float: right;
float: right;
Line 24: Line 25:
font-size: smaller;
font-size: smaller;
opacity: 0.6;
opacity: 0.6;
margin-top: 1em;
}
}
.worksin:hover, a.external[href^="https://tryapl.org/?a="]:hover, a.external[href^="https://tio.run/##SyzI0"]:hover {
a.external[href^="https://tryapl.org/?a="]:hover,
a.external[href^="https://tio.run/##SyzI0"]:hover,
a.external[href^="https://repl.it/repls/"]:hover,
a.external[href^="https://n9n.gitlab.io/apl/web/"][href*="#code="]:hover,
.worksin:hover {
opacity:1;
opacity:1;
}
}

Navigation menu