Difference between revisions of "MediaWiki:Vector.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(This should be a little more consistent across browsers.)
Line 9: Line 9:
 
}
 
}
  
div#mw-panel { width: 12.5em; }
+
div#mw-panel { width: 190px; }
div#footer, #mw-head-base, div#content { margin-left: 12.5em; }
+
div#footer, #mw-head-base, div#content { margin-left: 190px; }
#left-navigation { left: 12.5em; }
+
#left-navigation { left: 190px; }

Revision as of 19:09, 13 November 2013

/* 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/en/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 { margin-left: 190px; }
#left-navigation { left: 190px; }