Jump to content

MediaWiki:Common.css: Difference between revisions

moving HTTPS outbound links to using same new SVG icon, for HiDPI and great justice
(adjusting icon position)
(moving HTTPS outbound links to using same new SVG icon, for HiDPI and great justice)
Line 994: Line 994:
div#content a.external[href^="https://"]
div#content a.external[href^="https://"]
{
{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAYUlEQVQoU62PAQrAMAgD/dP+1D/tT/uT8woZTiyMssBRJQlS25K7f6LXCKehLRzn5SOoWhamwqSY9SowZDDrkWUhh3l1qS3UMDvwp7ZACFNhBbii3BSDyGHIenaZHT/I7Aa4AQyc/74avwAAAABJRU5ErkJggg==);
  background-image:url(/w/images/b/bf/Link_icon-external.svg);
background-position:top right;
background-repeat:no-repeat;
padding-right:11px;
}
}