Difference between revisions of "MediaWiki:Vector.css"
| Line 9: | Line 9: | ||
} | } | ||
| − | div#mw-panel { width: | + | div#mw-panel { width: 20em; } |
| − | div#footer, #mw-head-base, div#content { margin-left: | + | div#footer, #mw-head-base, div#content { margin-left: 20em; } |
| − | #left-navigation { left: | + | #left-navigation { left: 20em; } |
Revision as of 02:58, 4 September 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: 20em; }
div#footer, #mw-head-base, div#content { margin-left: 20em; }
#left-navigation { left: 20em; }
