User:Certes/DisamAssist.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.
.disamassist-box {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid;
	overflow: hidden;
	height: 153px;
	position: relative;
}

.disamassist-mainbox {
	border-color: #0000ff;
	background: #b2b2ff;
}

.disamassist-pendingeditbox {
	border-color: #00f0ff;
	background: #c5fcff;
}

.disamassist-errorbox {
	border-color: #ff0000;
	background: #ffb2b2;
}

.disamassist-errorbutton {
	float: right;
}

.disamassist-pagetitleline {
	font-weight: bold;
}

.disamassist-editcounter {
	font-size: xx-small;
	float: right;
}

.disamassist-subtitle {
	font-size: x-small;
}

.disamassist-button {
	padding: 0px 1px;
	font-size: small;
}

.disamassist-allbuttons {
	clear: both;
	position: absolute;
	width: inherit;
	bottom: 1px;
}

.disamassist-leftbuttons {
	float: left;
}

.disamassist-rightbuttons {
	float: right;
}

.disamassist-optionmarker {
	color: #0000ff !important;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
}

.disamassist-curroptionmarker {
	font-weight: bold;
}

.disamassist-inclink {
	color: #ff0000;
	font-weight: bold;
}

.disamassist-context {
	font-family: monospace;
}