View file public_html/style/design.css

File size: 1.77Kb
body {
    background: #858585;
/*background: #d0cece;*/
color: #000000;
max-width: 600px;
margin: auto;
font-size: 14px;
font-family: Tahoma;
}

.title {
    
color: #000000; background: #cbef5c url(style/design/gendasdf.gif) repeat-x; 

border-top: 1px dashed #8bbd40; 

border-bottom: 1px dashed #8bbd40; 

padding: 3px; margin-bottom: 1px;margin-top: 1px; 

font-weight:bold;
    
}

.foot {
    
color: #000000; background: #cbef5c url(style/design/gendasdf.gif) repeat-x; 

border-top: 1px dashed #8bbd40; 

border-bottom: 1px dashed #8bbd40; 

padding: 3px; margin-bottom: 1px;margin-top: 1px; 

font-weight:bold;
    
}

.link {
	background-color: #FFF;
	color: #0cb5e2;
	padding: 15px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

.line {
	background: #4d75a3 url('design/line.jpg') repeat-x;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	height: 10px;
}

input[type~="text"],  
input[type~="password"], textarea, select{
	background-color: #FFF;
	border: 1px solid #0cb5e2;
	color: #4d75a3;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	border-radius: 2px; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input[type="submit"] {
    cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	color: #FFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	padding: 6px 12px;
    font-size: 13px;
    border-radius: 3px;
	line-height: 20px;
}