User:Kephir/gadgets/rater.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
This user script seems to have a documentation page at User:Kephir/gadgets/rater and an accompanying .js page at User:Kephir/gadgets/rater.js. |
.kephir-rater {
position: absolute !important; /* jQuery hack */
top: 10%;
left: 20%;
width: 60%;
font-size: 11pt;
background: white;
border: 2px solid #060;
padding: 1em 1em 3em 1em;
overflow: hidden;
z-index: 20; /* required for monobook */
}
.kephir-rater h2 {
margin: -11pt -11pt 11pt -11pt;
padding: 1em 1em 0.25em 1em;
background: #def;
color: black;
border: none;
}
.kephir-rater .bottom {
background: #def;
padding: 5pt 11pt 5pt 11pt;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.kephir-rater .save-button {
float: right;
}
.kephir-rater .status-line {
float: left;
}
.kephir-rater .bottom br {
clear: both;
}
.kephir-rater .wikiproject-name {
font-weight: bold;
}
.kephir-rater form.new-template {
padding: 1em 0;
}
.kephir-rater form.new-custom-param {
display: inline;
}
.kephir-rater form.new-template .name {
width: 30em;
}
.kephir-rater .delete-template {
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Trash_Can.svg/16px-Trash_Can.svg.png);
width: 16px;
height: 16px;
padding: 0;
margin: 0;
overflow: hidden;
text-indent: 20px;
display: inline-block;
margin-right: -16px;
position: relative;
left: -1.2em;
}
.kephir-rater .params {
display: inline;
padding: 0;
margin: 0;
}
.kephir-rater .params .obsolete {
color: #666;
background: inherit;
border-bottom: 1px dotted #666;
}
.kephir-rater .p-groups,
.kephir-rater .p-groups + *,
.kephir-rater .p-groups + * + * {
font-size: smaller;
margin: 0;
padding: 0 0 0 2.2em;
}
.kephir-rater .p-groups > dd {
padding: 0;
margin: 0;
}
.kephir-rater .p-groups > dt {
display: run-in;
}
.kephir-rater .p-groups > dt::after {
content: ': ';
}
.kephir-rater .params li:last-child::after {
content: none;
}
.kephir-rater .params li::after {
content: ', ';
}
.kephir-rater .params li {
display: inline;
margin: 0;
padding: 0;
}
.kephir-rater .template-list {
margin: 0;
padding: 0;
display: block;
}
.kephir-rater .template-list > li {
margin: 0 0 0 2em;
padding: 0;
display: block;
}
.kephir-rater .hide-absent .absent {
display: none;
}
.kephir-rater .dropped {
text-decoration: line-through;
opacity: 0.7;
}
.kephir-rater .tabs {
background: #efe;
margin: -11pt -11pt 11pt -11pt;
padding: 0;
border-bottom: 1px solid #99f;
}
.kephir-rater .tabs > li {
display: inline;
border-right: 1px solid #99f;
padding: 0 1em;
margin: 0;
}
.kephir-rater .template-entry {
padding-bottom: 0.4em;
margin-bottom: 0.6em;
border-bottom: 1px solid #ddd;
}
.kephir-rater .fallback {
background: #ddd;
}
.kephir-rater .notes {
font-size: x-small;
}