MediaWiki:Shikiwiki.css: Difference between revisions
update for skin changes |
hide link hints behind images with no background |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the ShikiWiki skin */ | /* CSS placed here will affect users of the ShikiWiki skin */ | ||
#toc li, .toc li, | |||
.numtoc #toc li, | |||
.numtoc .toc li { | |||
padding: 0em 0.5em 0em 0.5em; | |||
} | |||
#siteNotice div { | #siteNotice div { | ||
/* position: absolute; | /* position: absolute; | ||
| Line 43: | Line 48: | ||
} | } | ||
*/ | */ | ||
a:hover, | a:hover, | ||
#mw-panel.collapsible-nav div.collapsed h5:hover, | #mw-panel.collapsible-nav div.collapsed h5:hover, | ||
| Line 80: | Line 81: | ||
.editsection a, | .editsection a, | ||
div.linkgroup a, | div.linkgroup a, | ||
span.linkgroup a, | |||
div.vectorTabs a, | div.vectorTabs a, | ||
div.vectorMenu h5 a, | div.vectorMenu h5 a, | ||
| Line 135: | Line 137: | ||
.wikieditor-toolbar-table-preview-content * { | .wikieditor-toolbar-table-preview-content * { | ||
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; | ||
} | } | ||