MediaWiki:Gadget-aWa.css
Jump to navigation
Jump to search
Note: You may have to bypass your browser’s cache to see the changes. In addition, after saving a sitewide CSS file such as MediaWiki:Common.css, it will take 5-10 minutes before the changes take effect, even if you clear your cache.
- Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
- Konqueror and Chrome: click Reload or press F5;
- Opera: clear the cache in Tools → Preferences;
- Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
- This stylesheet lacks a documentation subpage. Please create it.
- This script is a part of the
aWa
gadget (edit definitions) - Useful links: subpage list • links • redirects
.kephir-awa-dialog {
font-size: 10pt;
width: 36em;
position: fixed;
right: 1em;
top: 3em;
border: 1px solid #3c3;
background: #efe;
padding: 0.1em 0.5em;
z-index: 12;
}
.kephir-awa-dialog .irrelevant {
opacity: 0.5;
}
.kephir-awa-dialog .reminders {
font-size: smaller;
border-top: 2px groove silver;
border-bottom: 2px groove silver;
padding: 0.5em 0 0.5em 1.5em;
margin: 1.5em 0;
}
.kephir-awa-dialog .main-statusbar {
margin-top: 1.5em;
border-top: 2px groove silver;
}
.kephir-awa-dialog .main-statusbar:empty {
display: none;
}
.kephir-awa-dialog .queue {
max-height: 25em;
overflow-y: auto;
margin-left: 0;
padding-left: 2em;
}
.kephir-awa-dialog.archiving-in-progress .hide-when-archiving {
display: none;
}
.kephir-awa-dialog .active-mode {
font-weight: bold;
}
.kephir-awa-backlinks {
font-size: smaller;
}
.kephir-awa-dialog fieldset.collapsed > :not(legend) {
display: none;
}