MediaWiki:Vector.css
From ISXOgre\Aion
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 affect users of the Vector skin */ .js-messagebox { background-color: #FCFCFC; border: 1px solid #CCCCCC; font-size: 0.8em; margin: 1em 5%; padding: 0.5em 2.5%; } .js-messagebox .js-messagebox-group { border-bottom: 1px solid #DDDDDD; margin: 1px; padding: 0.5em 2.5%; } .js-messagebox .js-messagebox-group:last-child { border-bottom: thin none rgba(0, 0, 0, 0); } .mw-collapsible-toggle { float: right; } li .mw-collapsible-toggle { float: none; } .mw-collapsible-toggle-li { list-style: none outside none; } .suggestions { border: medium none; left: 0; margin: -1px -1px 0 0; overflow: hidden; padding: 0; position: absolute; top: 0; width: 0; z-index: 1099; } html > body .suggestions { margin: -1px 0 0; } .suggestions-special { background-color: #FFFFFF; border: 1px solid #AAAAAA; cursor: pointer; display: none; font-size: 0.8em; line-height: 1.25em; margin: -2px 0 0; padding: 0.25em; position: relative; } .suggestions-results { background-color: #FFFFFF; border: 1px solid #AAAAAA; cursor: pointer; font-size: 0.8em; margin: 0; padding: 0; } .suggestions-result { color: #000000; line-height: 1.5em; margin: 0; padding: 0.01em 0.25em; text-align: left; } .suggestions-result-current { background-color: #4C59A6; color: #FFFFFF; } .suggestions-special .special-label { color: #808080; font-size: 0.8em; text-align: left; } .suggestions-special .special-query { color: #000000; font-style: italic; text-align: left; } .suggestions-special .special-hover { background-color: #C0C0C0; } .suggestions-result-current .special-label, .suggestions-result-current .special-query { color: #FFFFFF; } .autoellipsis-matched, .highlight { font-weight: bold; }