User:David Brown/common.css

From Sugar Labs
< User:David Brown
Revision as of 17:14, 1 August 2012 by David Brown (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
abbr, acronym, .explain {
  border-bottom: 1px dashed Grey;      
  cursor: help;      
}
div.weblink a,
span.weblink a,
span.weblink a:hover,
#footer a.external:hover,
#footer-icons li a:hover,
#content a.external:hover,
#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,
#p-personal a:hover,
#toc a:hover, .toc a:hover,
#mw-panel a:hover,
div.linkgroup a:hover,
.catlinks a:hover,
#footer a:hover,
.editsection a:hover,
#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,
#preftoc a:hover,
h1 .editsection,
h2 .editsection,
h3 .editsection,
h4 .editsection,
h5 .editsection,
h6 .editsection,
#mw-panel.collapsible-nav div h5:hover,
.wikiEditor-ui-tabs div a:hover,
.wikiEditor-ui-toolbar .tabs span.tab a:hover,
#p-logo a:active,
#p-logo a:focus,
div.portal.expanded a:focus {
  color: Grey;
  outline: none;       
  cursor: 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:hover {
  color: #333333;       
  cursor: default;       
}
.wikieditor-toolbar-table-preview-content *,
#mw-panel div.portal h5 {
  cursor: default;       
}