Difference between revisions of "MediaWiki:Vector.css"
Philosopher (talk | contribs) (this makes sense - blue locks on external links (copied from wikipedia:MediaWiki:Vector.css); it pulls a URL from upload.wikimedia.org, so I don't know if it'll do anything, though) |
|||
| Line 8: | Line 8: | ||
padding-right: 16px; | padding-right: 16px; | ||
} | } | ||
| + | |||
| + | div#mw-panel { width: 12em; } | ||
| + | div#footer, #mw-head-base, div#content { margin-left: 12em; } | ||
| + | #left-navigation { left: 12em; } | ||
Revision as of 02:57, 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: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { left: 12em; }
