Vector.css
Revision as of 07:41, 16 July 2018 by Jruggiero (talk | contribs) (Created page with "→CSS placed here will affect users of the Vector skin: #cameonav { font-size: 11px; font-weight: bold; margin: 0 0 20px 20px; } #cameonav A { color: black; } #came...")
Note: After saving, 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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */
#cameonav {
font-size: 11px;
font-weight: bold;
margin: 0 0 20px 20px;
}
#cameonav A {
color: black;
}
#cameonav A:HOVER {
color: #4f81bd;
}
#cameonav .current {
color: #4f81bd;
}
#cameonav .parent {
margin-bottom: 10px;
}
#cameonav .child {
margin-bottom: 10px;
margin-left: 15px;
}
div.mw-body {
border: none;
}
#content H1,
#content H2,
#content H3,
#content H4,
#content H5 {
font-family: verdana, arial;
color: #4f81bd;
font-size: 1.6em;
line-height: 1.6;
font-weight: bold;
}
#content H2,
#content H3,
#content H4,
#content H5 {
font-size: 1.3em;
line-height: 1.5;
}
#ca-nstab-mediawiki { display:none!important; }
#ca-talk { display:none!important; }
#ca-viewsource { display:none!important; }