MediaWiki:Common.css
From Funtoo Linux
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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ /* Note boxes from dokuwiki's note plugin */ .note, .important, .warning, .tip { margin-top: 0.25em; margin-bottom: 0.25em; margin-left: auto; margin-right: auto; width: 70% !important; min-height: 40px; clear: both; text-align: justify; vertical-align: middle; border-collapse: collapse; padding: 15px 20px 15px 80px; background-position: 20px 50%; background-repeat: no-repeat; -moz-border-radius: 15px; -khtml-border-radius: 15px; border-radius: 15px; line-height: 1.2em; } .note { border: 1px solid #99D; background-color: #eef; background-image: url(/images/3rdparty/note.png); } .important { border: 1px solid #ffd300; background-color: #ffc; background-image: url(/images/3rdparty/important.png); } .warning { border: 1px solid #d99; background-color: #fdd; background-image: url(/images/3rdparty/warning.png); } .tip { border: 1px solid #9d9; background-color: #dfd; background-image: url(/images/3rdparty/tip.png); }