Просмотр файла scrin/style.css

Размер файла: 780B
body {  
font: 13px Tahoma, Arial;
background: #FFF;
margin:1px auto;
padding:2px;
color:#000000;
text-align:center;
max-width:480px;
border: 2px solid #a2c9ff;	
}
a {
color: #006699; text-decoration: none;
}
a:hover { color: #666666;
text-decoration: underline;
}
.do_button, input, textarea {
color: #000;
background: #ebffc1;
font-size: 12px;
border: 1px solid #2D2D2D;
margin: 2px 0;
padding: 2px 4px;
}
div.head {
background: #ebffc1;       
border-top: 2px solid #d7ef95;
border-bottom: 2px solid #d7ef95;
padding: 3px 2px 4px 6px;
margin: 4px 0;
text-align: center;
}
div.foot {
background: #ebffc1;       
border-top: 2px solid #d7ef95;
border-bottom: 2px solid #d7ef95;
padding: 3px 2px 4px 6px;
margin: 4px 0;
text-align: center;
}