Downloads containing normal.css

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

File preview

/* Internet Explorer sucks */

body {
	background-color: rgb(255,247,222);
	color: #293894;
	padding: 0em 0.1em 0.2em 0.5em;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
h1#header {
	font-size: 20pt;
}
#serverlist {
	width: 100%;
  margin: 0.7em auto;
}
#serverlist td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 10pt;
	padding-top: 0.4em;
}
tr.head {
	color: black;
	margin-bottom: 3px;
}
tr.head td {
	border-bottom: 2px solid black !important;
	padding: 1px 2px 1px 2px !important;
	background-color: white;
	font-size: 11pt !important;
	color: black;
}
td.servername {
	width: 25%;
	text-align: left;
}
td.type {
	text-transform: capitalize;
	width:14%;
	text-align: center;
}
td.players {
	text-align: center;
	width: 12%;
}
td.version {
	text-align: center;
	width: 10%;
}
td.extra, td.extrade {
	border-right: 0px solid black !important;
	width: 6%;
	padding-left: 4px;
}
td.extrade {
	color: gray;
}
td.ip {
	text-align: center;
	width: 15%;
}
td.uptime {
	text-align: center;
	word-spacing: 3px;
}
#div1 {
  width: 85%;
  margin:0px 0px;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	color: red;
}
hr {
	width: 85%;
	color: #00AEA5;
	margin-left: 0px;
	text-align: left;
	height: 2px;
}
#div2 {
	width: 85%;
}
#div3 {
	width: 37%;
	position: relative;
	margin: 0px auto 0px 0px;
	height: 3.3em;
}
#div4 {
/* Internet explorer and netscape
interpret the width in different ways.
IE takes into consideration the margin,
Netscape doesn't. This value is for IE. */
	width: 100%;
	height: auto;
	position: relative;
	margin: -3.3em 0px 0px 40%;
}
#div2>#div4 {
	/* width value for Netscape
	(using the famous child selector
	workaround) */
	width: 60%;
}
#pllist {
	width: 100%;
}
#pllist td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 0.4em;
	font-size: 10pt;
}
td.colors {
	width: 37%;
	padding-left: 7px;
	padding-right: 10px;
	text-align: left;
	word-spacing: 3px;
}
td.name {
	text-align: left;
	padding-left: 7px;
	padding-right: 10px;
}
td.num {
	text-align: center;
	width: 6%;
}
td.char {
	width: 12%;
	text-align: center;
}
#levelname {
	width: 100%;
	font-size: 10pt;
}
td.levelname {
	padding-top: 0.4em;
	text-align: center;
}
#levelname .head {
	text-align: center;
}
p.error {
	color: red;
	font-weight: bold;
}
#unresp {
	list-style: lower-latin inside none;
}