View file chomik/style.css

File size: 982B
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1C1C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a {
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

li {
	list-style: none;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url(point.gif) no-repeat left center;
	margin-left:-30px;
}

.inputuploader {
	background: url(input-1.jpg) repeat-x 0;
	border: 1px solid #000000;
	width: 100%;
	height: 22px;
	padding-left: 3px;
	padding-top: 2px;
	color: #FFFFFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 0px;
}

.fileinputs {
	text-align:left;
	width:430px;
	}