View file ä󿪫¬/ajax/upload/styles.css

File size: 866B
body 
{
font: 12px Tahoma, "Trebuchet MS", sans-serif; 
background-color: #fff; 
}


h1   
{
font-size: 150%; 
font-weight: 600; 
color: #2F4F4F; 
}


#upload{
	margin: 10px 30px; 
	padding: 10px;
	font-weight: bold; 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #f2f2f2;
	color: #3366cc;
	border: 2px solid #ccc;
	width: 150px;
	cursor: pointer !important;
	-moz-border-radius: 5px; -webkit-border-radius:5px;
}
.darkbg{
	background: #ddd !important;
}
#status{
	font-family: Arial; 
	padding: 5px;
}
ul#files{ list-style: none; padding: 0; margin: 0; }
ul#files li{ padding: 10px; margin-bottom: 2px; width: 150px; float: left; margin-right: 10px;}
ul#files li img{ max-width: 160px; max-height: 150px; }
.success{}
.error{ background: #f0c6c3; border: 1px solid #cc6622; }