Difference between revisions of "MediaWiki:Gadget-QuickPresets/defaultconf.css"
Jump to navigation
Jump to search
(Created page with ".addstatement { width: 100%; display: inline-block; font-weight: bold; } .addstatement a { font-weight: normal; color: darkblue; } .disabled { filter: graysca...") |
m (Podehaye moved page MediaWiki:Quickpresets.css to MediaWiki:Gadget-QuickPresets/defaultconf.css) |
Latest revision as of 02:20, 3 January 2020
.addstatement {
width: 100%;
display: inline-block;
font-weight: bold;
}
.addstatement a {
font-weight: normal;
color: darkblue;
}
.disabled {
filter: grayscale(0.3) opacity(.7);
}
fieldset#quickpresets {
width: 100%;
position: relative;
}
#quickpresets legend {
color:blue;font-weight:bold;
}
.quickpresetsinput {
float: right;
}
.compact {
display: inline-block;
}
.qpconfiglink {
position: absolute;
right: -0.5ex;
background: #fff;
font-size: 150%;
}