MediaWiki:Gadget-dropDisplay.css
Jump to navigation
Jump to search
After saving, you may need to bypass your browser's cache to see the changes. For further information, see Wikipedia:Bypass your cache.
- In most Windows and Linux browsers: Hold down Ctrl and press F5.
- In Safari: Hold down ⇧ Shift and click the Reload button.
- In Chrome and Firefox for Mac: Hold down both ⌘ Cmd+⇧ Shift and press R.
/* Vertical align of the table headers */
table.item-drops.filterable th {
line-height: 2.3em;
}
/* Show/hide members item column and (m) tag after name */
table.item-drops.filterable.rsw-dropsline-hidemembers tr.members-item,
table.item-drops.filterable.rsw-dropsline-hidememcol tr .members-column {
display: none;
}
table.item-drops.filterable tr td.item-col sub[title="Members only"] {
display: none;
}
table.item-drops.filterable.rsw-dropsline-hidememcol tr td.item-col sub[title="Members only"] {
display: initial;
}
/* Show/hide GE and Alch column */
table.item-drops.filterable.rsw-dropsline-hidege tr .ge-column {
display: none;
}
table.item-drops.filterable.rsw-dropsline-hidealch tr .alch-column {
display: none;
}
.skin-minerva #rsw-drops-overlay2 .rsw-drop-display-popup2 .oo-ui-popupWidget-body {
padding-left: 1em;
}
#rsw-drops-overlay2 {
font-size: 0.8em;
}
#rsw-drops-overlay2 .oo-ui-popupWidget-head > .oo-ui-labelElement-label {
font-size: 1.1em;
font-weight: bold;
}
.drop-disp-btn.btn-first .rsw-drop-display-button2 {
float: left;
margin-right: 1em;
}