View file styles/default/style.css

File size: 1.09Kb
body {
	background: #eee url(body.gif);
	color: #444;
	max-width: 350px;
	margin: 0 auto;
	padding: 2px;
	font-size: 11px;
	font-family: Arial;
}
a:link, a:active, a:visited {
	color: #1088A6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.logo {
	background: #0D9FC4 url(logo.gif) repeat-x top;
	height: 50px;
}
.tp {
	background: #545454 url(tp.gif) repeat-x top;
	padding: 2px 3px 2px 8px;
	color: #eee;
	margin: 1px 0 1px 0;
}
.tp a {
	color: #fff;
}
.tptext {
	background: #545454;
	padding: 0 4px 0 4px;
}
.s2 {
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	padding: 1px 3px 1px 3px;
	margin: 0 0 1px 0;
}
.s3 {
	background: #DAF3F9 url(s3.gif) repeat-x top;
	padding: 1px 3px 1px 3px;
	margin: 1px 0 1px 0;
	border: 1px solid #AAD6E1;
}
.button {
	background: #E5E5E5; 
	padding: 0px 2px 0px; 
}
hr { 
	margin-top : 3px; 
	margin-bottom : 3px; 
	border-top : 1px dotted #c6c6c6; 
	border-right-style : none; 
	border-bottom-style : none; 
	border-left-style : none; 
}
textarea {
	width: 99%;
	font-size: 9pt;
	padding: 0;
}