Jump to content

MediaWiki:Common.css: Difference between revisions

replacing raster icon for interwiki links with vector one; updating link to external link icon after renaming file
(replacing raster icon for external internal links with vector one)
(replacing raster icon for interwiki links with vector one; updating link to external link icon after renaming file)
Line 984: Line 984:
div#content a.external
div#content a.external
{
{
  background-image:url(/w/images/b/bf/Link_icon-external.svg);
  background-image:url(/w/images/e/ea/Link_icon_-_external.svg);
  background-position:top right;
  background-position:top right;
  background-repeat:no-repeat;
  background-repeat:no-repeat;
Line 994: Line 994:
div#content a.external[href^="https://"]
div#content a.external[href^="https://"]
{
{
  background-image:url(/w/images/b/bf/Link_icon-external.svg);
  background-image:url(/w/images/e/ea/Link_icon_-_external.svg);
  background-position:top right;
  background-position:top right;
  background-repeat:no-repeat;
  background-repeat:no-repeat;
Line 1,054: Line 1,054:
div#content a.extiw
div#content a.extiw
{
{
  padding-right:12px;
  background-image:url(/w/images/d/dd/Link_icon_-_interwiki.svg);
 
background-position:top right;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAGNJREFUeJxiYCAH/P//nyiMHaxK+48NY9UQv7//PwijA5waYDaga0LRgOFOoGTn0+3EaUBWDKJhNmHVgK4Y5lmQJpwaQJIwxTAFYA1QdVidBFOMHio4PU04okgEAAAAAP//AwCYZQIlWsLZawAAAABJRU5ErkJggg==) right top no-repeat;
background-repeat:no-repeat;
padding-right:11px;
}
}