MediaWiki:Common.css
From Treasura wiki
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 */
