MediaWiki:Vector.css
Appearance
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 */
#siteNotice div,
#siteNotice p {
outline: none;
}
a:hover,
#panel.collapsible-nav div.collapsed h5:hover,
#preftoc a:hover {
text-decoration: none;
}
#panel.collapsible-nav div.portal div.body ul li {
padding-bottom: 5px;
}
/* Standard links */
a {
border-bottom: 1px dotted lightGrey;
}
a:hover,
#p-personal a:hover,
#toc a:hover, .toc a:hover,
#panel a:hover,
div.linkgroup a:hover,
.catlinks a:hover,
#footer a:hover,
.editsection a:hover,
#contentSub a:hover, #contentSub2 a:hover {
border-bottom: 3px solid #333333;
}
#p-personal a,
#toc a, .toc a,
#preftoc a,
#preftoc a:hover,
#panel a,
.catlinks a,
#footer a,
.editsection a,
div.linkgroup a,
div.vectorTabs a,
div.vectorMenu h5 a,
div.vectorMenu li a,
#contentSub a, #contentSub2 a,
a.image,
a img,
#p-logo a:hover,
div.vectorTabs a:hover,
.wikiEditor-ui-toolbar .tabs a,
.wikiEditor-ui-toolbar .tabs a:hover,
.wikiEditor-ui-tabs div a,
.wikiEditor-ui-tabs div a:hover {
border-bottom: none;
}
div.vectorMenu li a:hover,
div.vectorMenu li a:focus,
div.vectorTabs li a span:hover,
div.vectorTabs li a span:focus,
#preftoc a:hover,
h1 .editsection,
h2 .editsection,
h3 .editsection,
h4 .editsection,
h5 .editsection,
h6 .editsection,
#panel.collapsible-nav div.collapsed h5:hover,
.wikiEditor-ui-tabs div a:hover,
.wikiEditor-ui-toolbar .tabs span.tab a:hover,
#p-logo a:active,
#p-logo a:focus,
div.portal.expanded a:focus {
color: Grey;
outline: none;
}
.wikiEditor-ui-tabs div.current a,
.wikiEditor-ui-tabs div.current a:hover {
color: #333333;
cursor: default;
}
#content a[href ^="http://en.flossmanuals.net"] {
background: url(http://en.flossmanuals.net/floss/pub/TWiki/FlossSkin2/fl2.ico) center right no-repeat;
padding: 2px 18px 0 0;
}