Jump to content

User:EpochFail/aps review.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#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;
}