Jump to content

MediaWiki:Common.css: Difference between revisions

gets rid of the annoying padlock on https external links, replacing it with the same encoded image used for http external links (the outward arrow)
(removing link color mod that never worked)
(gets rid of the annoying padlock on https external links, replacing it with the same encoded image used for http external links (the outward arrow))
Line 980: Line 980:
background: linear-gradient(bottom, #fff 90%,#fff 100%);
background: linear-gradient(bottom, #fff 90%,#fff 100%);
  }
  }
div#content a.external[href ^="https://"]
{
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC);
}