Difference between revisions of "Wiki Team/Resources/Remove Sugar Cursors"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "abbr, acronym, .explain { border-bottom: 1px dashed Grey; cursor: help; } div.weblink a, span.weblink a, span.weblink a:hover, #footer a.external:hover, #foote...")
 
(No difference)

Revision as of 10:40, 31 July 2012

abbr, acronym, .explain {

 border-bottom: 1px dashed Grey;      
 cursor: help;      

} div.weblink a, span.weblink a, span.weblink a:hover,

  1. footer a.external:hover,
  2. footer-icons li a:hover,
  3. content a.external:hover,
  4. content a.extiw:hover,

div#f-poweredbyico a:hover, div#f-copyrightico a:hover {

 cursor: pointer;

} html, select, option, input[type="submit"], input[type="radio"], input[type="checkbox"] {

 cursor: default;      

} /* Chrome Windows fails to read this cursor's hotspot p, #content li, pre, textarea, input[type="password"], input[type="search"] {

 cursor: text;

}

  • /

a:hover,

  1. p-personal a:hover,
  2. toc a:hover, .toc a:hover,
  3. mw-panel a:hover,

div.linkgroup a:hover, .catlinks a:hover,

  1. footer a:hover,

.editsection a:hover,

  1. contentSub a:hover, #contentSub2 a:hover {
 border-bottom: 3px solid #333333;
 cursor: pointer; 

} div.vectorTabs li a, div.vectorTabs li a span, div.vectorMenu li a, .wikiEditor-ui-toolbar .group, .wikiEditor-ui-toolbar .group img.tool {

 cursor: pointer;

} div.vectorMenu li a:hover, div.vectorMenu li a:focus, div.vectorTabs li a:hover, div.vectorTabs li a span:hover,

  1. preftoc a:hover,

h1 .editsection, h2 .editsection, h3 .editsection, h4 .editsection, h5 .editsection, h6 .editsection,

  1. mw-panel.collapsible-nav div h5:hover,

.wikiEditor-ui-tabs div a:hover, .wikiEditor-ui-toolbar .tabs span.tab a:hover,

  1. p-logo a:active,
  2. p-logo a:focus,

div.portal.expanded a:focus {

 color: Grey;
 outline: none;       
 cursor: pointer;         

}

  1. 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: default;       

} .wikieditor-toolbar-table-preview-content *,

  1. mw-panel div.portal h5 {
 cursor: default;       

}