MediaWiki:Vector.css: Difference between revisions
update to siteNotice linkgroup |
introduce cursor theme |
||
| 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 { | ||
# | background: url(http://wiki-devel.sugarlabs.org/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, select, option, input[type="submit"], input[type="radio"], input[type="checkbox"] { | |||
cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default; | |||
} | |||
p, #content li, pre, textarea, input[type="password"], input[type="search"] { | |||
cursor: url(http://wiki-devel.sugarlabs.org/images/b/b1/Text.cur), text; | |||
} | |||
abbr, acronym, .explain { | |||
border-bottom: 1px dashed Grey; | |||
cursor: url(http://wiki-devel.sugarlabs.org/images/4/48/Help.cur), help; | |||
} | } | ||
a:hover, | a:hover, | ||
#panel.collapsible-nav div.collapsed h5:hover, | #panel.collapsible-nav div.collapsed h5:hover, | ||
#preftoc a:hover { | #preftoc a:hover { | ||
text-decoration: none; | |||
} | } | ||
#panel.collapsible-nav div.portal div.body ul li { | #panel.collapsible-nav div.portal div.body ul li { | ||
padding-bottom: 5px; | |||
} | } | ||
/* Standard links */ | /* Standard links */ | ||
a { | a { | ||
border-bottom: 1px dotted lightGrey; | |||
} | } | ||
a:hover, | a:hover, | ||
| Line 25: | Line 39: | ||
.editsection a:hover, | .editsection a:hover, | ||
#contentSub a:hover, #contentSub2 a:hover { | #contentSub a:hover, #contentSub2 a:hover { | ||
border-bottom: 3px solid #333333; | |||
cursor: url(http://wiki-devel.sugarlabs.org/images/c/cd/Pointer.cur), pointer; | |||
} | } | ||
#p-personal a, | #p-personal a, | ||
| Line 48: | Line 63: | ||
.wikiEditor-ui-tabs div a, | .wikiEditor-ui-tabs div a, | ||
.wikiEditor-ui-tabs div a:hover { | .wikiEditor-ui-tabs div a:hover { | ||
border-bottom: none; | |||
} | |||
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(http://wiki-devel.sugarlabs.org/images/c/cd/Pointer.cur), pointer; | |||
} | } | ||
div.vectorMenu li a:hover, | div.vectorMenu li a:hover, | ||
div.vectorMenu li a:focus, | div.vectorMenu li a:focus, | ||
div.vectorTabs li a:hover, | |||
div.vectorTabs li a span:hover, | div.vectorTabs li a span:hover, | ||
#preftoc a:hover, | #preftoc a:hover, | ||
h1 .editsection, | h1 .editsection, | ||
| Line 61: | Line 83: | ||
h5 .editsection, | h5 .editsection, | ||
h6 .editsection, | h6 .editsection, | ||
#panel.collapsible-nav div | #panel.collapsible-nav div 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 67: | Line 89: | ||
#p-logo a:focus, | #p-logo a:focus, | ||
div.portal.expanded a:focus { | div.portal.expanded a:focus { | ||
color: Grey; | |||
outline: none; | |||
cursor: url(http://wiki-devel.sugarlabs.org/images/c/cd/Pointer.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, | ||
.wikiEditor-ui-tabs div.current a:hover { | .wikiEditor-ui-tabs div.current a:hover { | ||
color: #333333; | |||
cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default; | |||
} | |||
.wikieditor-toolbar-table-preview-content * { | |||
cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default; | |||
} | |||
#footer a.external:hover, | |||
#footer-icons li a:hover, | |||
#content a.external:hover, | |||
#content a.extiw:hover { | |||
cursor: url(http://wiki-devel.sugarlabs.org/images/8/85/Web.cur), pointer; | |||
} | } | ||
#content a[href ^="http://en.flossmanuals.net"] { | #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; | |||
} | } | ||