MediaWiki:Vector.css: Difference between revisions
No edit summary |
tweek text cursor |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
padding-bottom:7px; | padding-bottom:7px; | ||
} | } | ||
html | html, option, select { | ||
cursor: url(/images/0/08/ArrowSmall.cur), default; | cursor: url(/images/0/08/ArrowSmall.cur), default; | ||
} | } | ||
#firstHeading, span.mw-headline, p, dl, ul, ol, td, pre, textarea, input[type="password"], input[type="search"], | |||
p, | .loginText, #searchInput, input#wpSummary, label, input { | ||
cursor: url(/images/1/10/TextSmall.cur), text; | cursor: url(/images/1/10/TextSmall.cur), text; | ||
} | } | ||
a:hover, input[type="checkbox"], input[type="submit"], input[type="radio"], | |||
.mw-ui-checkbox-label > input[type="checkbox"], .mw-ui-checkbox-label > input[type="radio"], | |||
#mw-panel.collapsible-nav | .mw-ui-radio-label > input[type="checkbox"], .mw-ui-radio-label > input[type="radio"], | ||
#preftoc a:hover { | #mw-panel.collapsible-nav .portal h3:hover, | ||
text-decoration: | #mw-panel.collapsible-nav .portal.collapsed h3:hover, | ||
#preftoc a:hover, .mw-editfooter-toggler { | |||
text-decoration: initial; | |||
cursor: url(/images/f/fc/PointerSmall.cur), pointer; | |||
} | } | ||
#mw-panel.collapsible-nav div.portal div.body ul li { | #mw-panel.collapsible-nav div.portal div.body ul li { | ||
| Line 37: | Line 40: | ||
.editsection a:hover, | .editsection a:hover, | ||
#contentSub a:hover, #contentSub2 a:hover { | #contentSub a:hover, #contentSub2 a:hover { | ||
text-decoration: inherit; | |||
border-bottom: 3px solid #333333; | border-bottom: 3px solid #333333; | ||
cursor: url(/images/f/fc/PointerSmall.cur), pointer; | cursor: url(/images/f/fc/PointerSmall.cur), pointer; | ||
| Line 52: | Line 56: | ||
span.linkgroup a:hover, | span.linkgroup a:hover, | ||
div.vectorTabs a, | div.vectorTabs a, | ||
div.vectorMenu h3 a, | |||
div.vectorMenu h5 a, | div.vectorMenu h5 a, | ||
div.vectorMenu li a, | div.vectorMenu li a, | ||
| Line 65: | Line 70: | ||
border-bottom: none; | border-bottom: none; | ||
} | } | ||
div#simpleSearch button#searchButton, | |||
div.vectorTabs li a, | div.vectorTabs li a, | ||
div.vectorTabs li a span, | div.vectorTabs li a span, | ||
| Line 83: | Line 89: | ||
h5 .editsection, | h5 .editsection, | ||
h6 .editsection, | h6 .editsection, | ||
#mw-panel.collapsible-nav | #mw-panel.collapsible-nav .portal h5:hover, | ||
.wikiEditor-ui-tabs div a:hover, | .wikiEditor-ui-tabs div a:hover, | ||
.wikiEditor-ui-toolbar .tabs span.tab a:hover, | .wikiEditor-ui-toolbar .tabs span.tab a:hover, | ||