MediaWiki:Common.css

From Treasura wiki
Revision as of 15:05, 28 April 2026 by My wiki admin (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎attr-tooltip: .attr-wrap{position:relative;display:inline-block;cursor:help;font-size:1.1em;} .attr-wrap .attr-tip{display:none;position:absolute;left:0;top:1.4em;z-index:999;border:1px solid #aaa;padding:2px;box-shadow:2px 2px 6px rgba(0,0,0,.25);white-space:nowrap;background:#fff;} .attr-wrap:hover .attr-tip{display:block;} →‎end attr-tooltip: ")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* attr-tooltip */
.attr-wrap{position:relative;display:inline-block;cursor:help;font-size:1.1em;}
.attr-wrap .attr-tip{display:none;position:absolute;left:0;top:1.4em;z-index:999;border:1px solid #aaa;padding:2px;box-shadow:2px 2px 6px rgba(0,0,0,.25);white-space:nowrap;background:#fff;}
.attr-wrap:hover .attr-tip{display:block;}
/* end attr-tooltip */