Файл: design/style.css
Строк: 44
body {
font-family: Arial, Tahoma;
font-size: 12px;
background-color:
#fff;
color: #666;
padding: 0px;
margin: auto;
width:
400px;
}
a:link, a:active, a:visited {
color: #676184;
text-decoration:
none;
}
a:hover {
color: #3b7a96;
text-decoration: none;
}
.title
{
color: #fff;
text-shadow: 0px 1px 1px #688bb0;
background-image:
url(images/menu.png);
background-color: #54A2E0;
padding: 3px 2px 3px
4px;
margin: 1px 0px 1px 0px;
}
.title a {
color: #fff;
}
.menu
{
border-top: 1px solid #e6e5e6;
border-bottom: 1px solid #e6e5e6;
border-right: 1px solid #e6e5e6;
border-left: 1px solid
#e6e5e6;
padding: 2px;
margin: 2px 0px 2px 0px;
}
.errors {
border:
1px solid #d8d8d8;
background: #e1e9ea;
padding: 2px 2px 0px
2px;
margin-right: 1px 0px 1px 0px;
}
input[type="text"]
{
color:#666;
font-size:12px;
font-family:tahoma, verdana, arial,
sans-serif, Lucida
Sans;
background-color:#e2eaee;
padding:2px;
border:1px solid
#dbdbdb;
margin:2px 0px 2px 0px;
}
input[type="password"]
{
color:#666;
font-size:12px;
font-family:tahoma, verdana, arial,
sans-serif, Lucida
Sans;
background-color:#e2eaee;
padding:2px;
border:1px solid
#dbdbdb;
margin:2px 0px 2px 0px;
}
input[type="submit"]:hover
{
border:1px solid #688bb0;
text-shadow: 1px 0px 0px #688bb0;
}