MediaWiki:Vector.css: Difference between revisions
m correct typo |
m panel -> mw-panel |
||
| Line 17: | Line 17: | ||
*/ | */ | ||
a:hover, | a:hover, | ||
#panel.collapsible-nav div.collapsed h5:hover, | #mw-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 { | #mw-panel.collapsible-nav div.portal div.body ul li { | ||
padding-bottom: 4px; | padding-bottom: 4px; | ||
} | } | ||
| Line 31: | Line 31: | ||
#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 44: | Line 44: | ||
#preftoc a, | #preftoc a, | ||
#preftoc a:hover, | #preftoc a:hover, | ||
#panel a, | #mw-panel a, | ||
.catlinks a, | .catlinks a, | ||
#footer a, | #footer a, | ||
| Line 81: | Line 81: | ||
h5 .editsection, | h5 .editsection, | ||
h6 .editsection, | h6 .editsection, | ||
#panel.collapsible-nav div h5:hover, | #mw-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 102: | Line 102: | ||
} | } | ||
.wikieditor-toolbar-table-preview-content *, | .wikieditor-toolbar-table-preview-content *, | ||
#panel div.portal h5 { | #mw-panel div.portal h5 { | ||
cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default; | cursor: url(http://wiki-devel.sugarlabs.org/images/e/e2/Arrow.cur), default; | ||
} | } | ||