MediaWiki:Vector.css: Difference between revisions
tweak right navigation bar position |
update to siteNotice linkgroup |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
# | #siteNotice div, | ||
#siteNotice p { | |||
outline: none; | |||
# | |||
} | } | ||
a:hover, | a:hover, | ||
#panel.collapsible-nav div.collapsed h5:hover, | |||
#preftoc a:hover { | #preftoc a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
#panel.collapsible-nav div.portal div.body ul li { | |||
padding-bottom: 5px; | |||
} | } | ||
/* Standard links */ | /* Standard links */ | ||
| Line 20: | Line 20: | ||
#toc a:hover, .toc a:hover, | #toc a:hover, .toc a:hover, | ||
#panel a:hover, | #panel a:hover, | ||
div.linkgroup a:hover, | |||
.catlinks a:hover, | .catlinks a:hover, | ||
#footer a:hover, | #footer a:hover, | ||
.editsection a:hover, | .editsection a:hover, | ||
#contentSub a:hover, #contentSub2 a:hover { | #contentSub a:hover, #contentSub2 a:hover { | ||
border-bottom: 3px solid #333333; | |||
} | } | ||
#p-personal a, | #p-personal a, | ||
| Line 42: | Line 43: | ||
a img, | a img, | ||
#p-logo a:hover, | #p-logo a:hover, | ||
div.vectorTabs 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; | border-bottom: none; | ||
} | } | ||
div.vectorMenu li a:hover, | div.vectorMenu li a:hover, | ||
div.vectorMenu li a:focus, | |||
div.vectorTabs li a span:hover, | div.vectorTabs li a span:hover, | ||
div. | div.vectorTabs li a span:focus, | ||
#preftoc a:hover, | #preftoc a:hover, | ||
h1 .editsection, | h1 .editsection, | ||
| Line 54: | Line 60: | ||
h4 .editsection, | h4 .editsection, | ||
h5 .editsection, | h5 .editsection, | ||
h6 .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; | 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; | |||
} | } | ||