View file public_html/admin/style.css

File size: 1.39Kb
body{
	margin:0;
	padding:0;
	background : #fff;
	font:70%  Arial,Verdana, Tahoma, sans-serif;
	color:#555;
	line-height:150%;
	text-align:left;
}
a{
	text-decoration:none;
	color:#057fac;
}
a:hover{
	text-decoration:none;
	color:#f00;
}
h1{
	font-size:140%;
	margin:0 20px;
	line-height:80px;	
}
h2{
	font-size:120%;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:center;
}

form{
	margin:0;
	padding:0;
}

table{
	border:#666 solid 1px;
	color:#000;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

th{
	border:#333 solid 1px;
	background-color:#666;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}

td{
	font-size:14px;
	font-weight:normal;
	border:#666 solid 1px;
	padding-left:5px;
	padding-right:5px;
}

tr:hover{
	background: #ccc;
}

#mainmenu input{
	height:25px;
	background: url(images/mmenu.png) repeat-x #00f;
	color: #ff0;
	font-weight:bold;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	border: 0px;
}

#mainmenu input:hover{
	color: #0f0;
}

#dopmenu input{
	height:25px;
	background: url(images/dmenu.png) repeat-x #00f;
	color: #ff0;
	font-weight:bold;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	border: 0px;
}

#dopmenu input:hover{
	color: #fff;
}