MediaWiki:Common.css: Difference between revisions

restored our custom external link icon
(removed link icon overrides for regular outbound links and updated markup for other overrides)
(restored our custom external link icon)
Line 98: Line 98:
#mw-indicator-mw-helplink { display: none; }
#mw-indicator-mw-helplink { display: none; }


/* TODO: Restore to working order */
/* Redesigned outbound arrow for external links */
#content a.external
{
background-image:url(/w/images/e/ea/Link_icon_-_external.svg);
background-size:10px;
background-position:top right;
background-repeat:no-repeat;
padding-right:11px;
}
 
/* Provide sideways arrow for links to other Oni2.net sites */
/* Provide sideways arrow for links to other Oni2.net sites */
#content a[href*=".oni2.net"].external
#content a[href*=".oni2.net"].external