User:EpochFail/aps review.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:EpochFail/aps review and an accompanying .js page at User:EpochFail/aps review.js. |
#firstHeading div.toggle{
background: url(http://bits.wikimedia.org/w/extensions-1.17/Vector/modules/images/closed-ltr.png);
background-repeat: no-repeat;
background-position: left center;
font-size: .6em;
float: right;
margin-right: 25px;
padding: 0px 8px 0px 18px;
cursor: pointer;
color: #00c;
}
#firstHeading div.open{
background: url(http://bits.wikimedia.org/w/extensions-1.17/Vector/modules/images/open.png);
background-repeat: no-repeat;
background-position: left center;
}
#firstHeading div.toggle span{
color: #D6C900;
font-weight: bold;
font-size: 1.2em;
}
div.aps_review_form p.status{
background: #FFE17B;
height: 1.5em;
-moz-border-radius: .2em .8em .2em .8em;
border-radius: .2em .8em .2em .8em;
display: table;
margin: .5em auto;
padding: .2em 6em;
text-align: center;
}
form.aps_review{
font-size: .8em;
border-bottom: 1px solid #888;
}
form.aps_review table{
width: 90%;
margin: 0px auto;
}
form.aps_review table th,
form.aps_review table td{
border-bottom: 1px dashed gray;
text-align: center;
}
form.aps_review table th{
text-align: right;
}
form.aps_review table tr.top th{
border-bottom: 1px dashed black;
text-align: center;
}
form.aps_review p.fine_print{
font-size: .8em;
}
form.aps_review .controls{
text-align: center;
}
form.aps_review .controls input{
padding: .5em 3em;
}