Jump to content

MediaWiki:Common.css: Difference between revisions

revert icon change
(place icon at top-right, not center-right)
(revert icon change)
Line 982: Line 982:


/* Redesigned outbound arrow for external links */
/* Redesigned outbound arrow for external links */
/*div#content a.external
div#content a.external
{
{
  background-image:url(/w/images/b/bf/Link_icon-external.svg);
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAYUlEQVQoU62PAQrAMAgD/dP+1D/tT/uT8woZTiyMssBRJQlS25K7f6LXCKehLRzn5SOoWhamwqSY9SowZDDrkWUhh3l1qS3UMDvwp7ZACFNhBbii3BSDyGHIenaZHT/I7Aa4AQyc/74avwAAAABJRU5ErkJggg==) right top no-repeat;
background-position:top right;
background-repeat:no-repeat;
padding-right:13px;
}
}