MediaWiki:Gadget-aWa.css
Jump to navigation
Jump to search
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.
.kephir-awa-dialog {
font-size: 10pt;
width: 36em;
position: fixed;
right: 1em;
top: 3em;
border: 1px solid var(--wikt-palette-green-7,#3c3);
background: var(--wikt-palette-palegreen, #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 var(--wikt-palette-lightgrey, silver);
border-bottom: 2px groove var(--wikt-palette-lightgrey, 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 var(--wikt-palette-lightgrey, 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;
}