Downloads containing digiex.css

Downloads
Name Author Game Mode Rating
Jazz Server List + Server...Featured Download Cataphract PT Utility 8 Download file

File preview

html { padding: 0; }
body {
	background-color: white;
	font-family: Arial,sans-serif;
	color: black;
	/* font-size: .9em; - would more reproduce the result
		more accurately*/
	margin: 0;
}
body.sl {
	padding: 8px;
}
body.si {
	font-size: .9em;
	padding: 0;
	background-color: black;
}
span.enf {
	font-weight: bold;
}
/*J2O anchor style (not really recommended since it does not
make a distinction for visited links) */
a {
	font-weight: bold;
	/*color: inherit;
	text-decoration: inherit; - IE...*/
	color: black;
	text-decoration: none;
}
a:hover {
	color: rgb(181,36,0);
}
/* SL */
table.serverList {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid rgb(255,207,66);
	text-align: center;
}
table.serverList td {
	padding: .5em;
}
table.serverList thead,
table.serverList tfoot {
	background-color: rgb(255,251,165);
}
table.serverList tbody {
	background-color: rgb(255,255,206);
}
table.serverList tr.SLHeader td {
	border-bottom: 1px solid rgb(255,207,66);
	font-weight: bold;
}
table.serverList tr.SLMOTDCredits td {
	border-top: 1px solid rgb(255,207,66);
}
table.serverList tr.SLTitle td {
	color: rgb(182, 39, 0);
	font-weight: bold;
}
table.serverList tr.SLMOTDCredits div.credits {
	font-size: small;
}
table.serverList tr.SLError td {
	color: red;
}
table.serverList td.SLgamemode {
	text-transform: capitalize;
}
/* SI 350x175 */
/* Oveflow rendered incorrectly in IE */
div.SIMain {
	border: 1px solid rgb(255,207,66);
	padding: 0;
	width: 338px; /* W3 Box Model */
	top: 5px;
	left: 5px;
	position: absolute;
	background-color: rgb(255,255,206);
	height: 163px;
	overflow: hidden;
}
div.SITitle {
	background-color: rgb(255,251,165);
	padding-left: .15em;
	vertical-align: middle;
	height: 20px;
	display: block;
}
table.SIContent {
	border-spacing: 0;
	border-collapse: collapse;
	height: 143px;
	width: 100%;
}
div.SIExtInfo {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 150px;
	vertical-align: bottom;
	height: 143px; /* w3 box model */
}
div.SIExtInfo table {
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
}
div.SIPlList {
	position: absolute;
	top: 20px;
	left: 0px;
	vertical-align: top;
	padding-left: .45em;
	padding-top: .2em;
	width: 100%;
	width: 179px;
	height: 140px;
	overflow: auto;
}
div.SIError {
	color: red;
	font-weight: bold;
}
div.SIErrorMsg {
	text-align: justify;
	margin: .3em;
	line-height: 1.2em;
}
div.SIErrorMsg ul {
	margin-top: .3em;
	margin-bottom: 0;
}
div.MOTDErrorMsg {
	color: red;
}