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:
}
}
*/
*/
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,
#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;       
}
#footer a.external:hover,
#footer-icons li a:hover,
#content a.external:hover,
#content a.extiw:hover,
#f-poweredbyico a:hover,
#f-copyrightico a:hover  {
  cursor: url(http://wiki-devel.sugarlabs.org/images/8/85/Web.cur), pointer;
}
#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;     
}
}