Difference between revisions of "MediaWiki:Vector.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(A five year old bug....)
(Icon from commons)
Line 4: Line 4:
 
#bodyContent a.external[href ^="https://"],
 
#bodyContent a.external[href ^="https://"],
 
.link-https {
 
.link-https {
   background: url("//upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
+
   background: url("//upload.wikimedia.org/wikipedia/commons/0/00/Lock_icon_blue.gif") center right no-repeat;
 
   /* @noflip */
 
   /* @noflip */
 
   padding-right: 16px;
 
   padding-right: 16px;

Revision as of 14:07, 22 May 2018

/* CSS placed here will affect users of the Vector skin */

/* Blue instead of yellow padlock for secure links. */
#bodyContent a.external[href ^="https://"],
.link-https {
  background: url("//upload.wikimedia.org/wikipedia/commons/0/00/Lock_icon_blue.gif") center right no-repeat;
  /* @noflip */
  padding-right: 16px;
}

div#mw-panel { width: 190px; }
div#footer, #mw-head-base, div#content, #left-navigation { margin-left: 190px; }