MediaWiki:Gadget-aWa-lang.css

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • 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.

.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;
}