Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
m |
(tweek text cursor) |
||
(25 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
#pt-userpage, #pt-anonuserpage, #pt-login { | #pt-userpage, #pt-anonuserpage, #pt-login { | ||
− | background: url( | + | background: url(/images/3/33/I_user_a.gif) left top no-repeat; |
padding-left: 20px !important; | padding-left: 20px !important; | ||
} | } | ||
Line 8: | Line 8: | ||
padding-bottom:7px; | padding-bottom:7px; | ||
} | } | ||
− | html | + | html, option, select { |
− | cursor: url( | + | cursor: url(/images/0/08/ArrowSmall.cur), default; |
} | } | ||
− | p, | + | #firstHeading, span.mw-headline, p, dl, ul, ol, td, pre, textarea, input[type="password"], input[type="search"], |
− | cursor: url( | + | .loginText, #searchInput, input#wpSummary, label, input { |
+ | 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"], | |
− | cursor: url( | + | .mw-ui-radio-label > input[type="checkbox"], .mw-ui-radio-label > input[type="radio"], |
+ | #mw-panel.collapsible-nav .portal h3:hover, | ||
+ | #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 { | |
− | + | padding-bottom: 4px; | |
− | # | ||
− | |||
− | |||
− | |||
− | padding-bottom: | ||
} | } | ||
/* Standard links */ | /* Standard links */ | ||
Line 33: | Line 34: | ||
#p-personal a:hover, | #p-personal a:hover, | ||
#toc a:hover, .toc a:hover, | #toc a:hover, .toc a:hover, | ||
− | #panel a:hover, | + | #mw-panel a:hover, |
div.linkgroup a:hover, | div.linkgroup a:hover, | ||
.catlinks a:hover, | .catlinks a:hover, | ||
Line 39: | 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( | + | cursor: url(/images/f/fc/PointerSmall.cur), pointer; |
} | } | ||
#p-personal a, | #p-personal a, | ||
Line 46: | Line 48: | ||
#preftoc a, | #preftoc a, | ||
#preftoc a:hover, | #preftoc a:hover, | ||
− | #panel a, | + | #mw-panel a, |
.catlinks a, | .catlinks a, | ||
#footer a, | #footer a, | ||
.editsection a, | .editsection a, | ||
div.linkgroup a, | div.linkgroup a, | ||
+ | span.linkgroup a, | ||
+ | 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 70: | Line 76: | ||
.wikiEditor-ui-toolbar .group, | .wikiEditor-ui-toolbar .group, | ||
.wikiEditor-ui-toolbar .group img.tool { | .wikiEditor-ui-toolbar .group img.tool { | ||
− | cursor: url( | + | cursor: url(/images/f/fc/PointerSmall.cur), pointer; |
} | } | ||
div.vectorMenu li a:hover, | div.vectorMenu li a:hover, | ||
Line 83: | Line 89: | ||
h5 .editsection, | h5 .editsection, | ||
h6 .editsection, | h6 .editsection, | ||
− | #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, | ||
Line 91: | Line 97: | ||
color: Grey; | color: Grey; | ||
outline: none; | outline: none; | ||
− | cursor: url( | + | cursor: url(/images/f/fc/PointerSmall.cur), pointer; |
} | } | ||
#preftoc li.selected a, | #preftoc li.selected a, | ||
Line 101: | Line 107: | ||
.wikiEditor-ui-tabs div.current a:hover { | .wikiEditor-ui-tabs div.current a:hover { | ||
color: #333333; | color: #333333; | ||
− | cursor: url( | + | cursor: url(/images/0/08/ArrowSmall.cur), default; |
} | } | ||
.wikieditor-toolbar-table-preview-content *, | .wikieditor-toolbar-table-preview-content *, | ||
− | #panel div.portal h5 { | + | #mw-panel div.portal h5 { |
− | cursor: url( | + | cursor: url(/images/0/08/ArrowSmall.cur), default; |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 12:31, 15 February 2014
/* CSS placed here will affect users of the Vector skin */ #pt-userpage, #pt-anonuserpage, #pt-login { background: url(/images/3/33/I_user_a.gif) left top no-repeat; padding-left: 20px !important; } #p-personal li { padding-top:3px; padding-bottom:7px; } html, option, select { 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"], .loginText, #searchInput, input#wpSummary, label, input { 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-ui-radio-label > input[type="checkbox"], .mw-ui-radio-label > input[type="radio"], #mw-panel.collapsible-nav .portal h3:hover, #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 { padding-bottom: 4px; } /* Standard links */ a { border-bottom: 1px dotted lightGrey; } a:hover, #p-personal a:hover, #toc a:hover, .toc a:hover, #mw-panel a:hover, div.linkgroup a:hover, .catlinks a:hover, #footer a:hover, .editsection a:hover, #contentSub a:hover, #contentSub2 a:hover { text-decoration: inherit; border-bottom: 3px solid #333333; cursor: url(/images/f/fc/PointerSmall.cur), pointer; } #p-personal a, #toc a, .toc a, #preftoc a, #preftoc a:hover, #mw-panel a, .catlinks a, #footer a, .editsection a, div.linkgroup a, span.linkgroup a, span.linkgroup a:hover, div.vectorTabs a, div.vectorMenu h3 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#simpleSearch button#searchButton, div.vectorTabs li a, div.vectorTabs li a span, div.vectorMenu li a, .wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .group img.tool { cursor: url(/images/f/fc/PointerSmall.cur), pointer; } div.vectorMenu li a:hover, div.vectorMenu li a:focus, div.vectorTabs li a:hover, div.vectorTabs li a span:hover, #preftoc a:hover, h1 .editsection, h2 .editsection, h3 .editsection, h4 .editsection, h5 .editsection, h6 .editsection, #mw-panel.collapsible-nav .portal 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; cursor: url(/images/f/fc/PointerSmall.cur), pointer; } #preftoc li.selected a, div.vectorMenu h5 a, div.vectorTabs li.selected a, div.vectorTabs li.selected a span, div.vectorTabs li.selected a:hover, .wikiEditor-ui-tabs div.current a, .wikiEditor-ui-tabs div.current a:hover { color: #333333; cursor: url(/images/0/08/ArrowSmall.cur), default; } .wikieditor-toolbar-table-preview-content *, #mw-panel div.portal h5 { cursor: url(/images/0/08/ArrowSmall.cur), default; }