Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css

MediaWiki interface page
Revision as of 04:19, 18 February 2020 by Josestankor (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */

#footer-info-lastmod { display: none; } /* last modification disable */

div#mw-panel {
    border: 2px solid transparent;
    left: -12px;
    border-color:grey;
    padding-bottom: 15px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    top: 10px;
}

div#mw-panel div.portal {
    margin: 0 0.6em 0 0.7em;
    padding: 0.25em 0;
}

div#mw-panel div.portal h3 {
    font-size: 0.75em;
    color: #4d4d4d;
    font-weight: normal;
    margin: 0;
    padding: 0.25em 0 0.25em 0.25em;
    cursor: default;
    border: none;
}

div#mw-panel div.portal div.body ul li {
    line-height: 1.125em;
    margin: 0;
    padding: 0.25em 0;
    font-size: 0.75em;
    word-wrap: break-word;
}

div#mw-panel div.portal div.body ul li a:visited { /* Visited Panel Links */
    color: #0b0080;
}

div#mw-panel div.portal div.body ul li a { /* Normal Panel Links*/
    color: #0645ad;
}