Файл: style/css/style.css
Строк: 142
/* Основа */
body, html { margin:0px; padding:0px;
background:#343330; text-align:center; color:#fff; height:100%;
font-family: sans-serif; }
dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre,
form, body, html, p, blockquote { margin:0; padding:0; }
/*
Контейнеры */
#container { margin: 0 auto; text-align:left;
background:#c4a46e; width:351px; }
#main { padding-bottom:0px;}
#name {
font-size:12px; padding:0px 0px 0px 5px; }
#name_2 { font-size:12px;
padding:0px 0px 0px 5px;text-align: center; }
/* Линия */
.line {
background: transparent url(../images/line.png) no-repeat; width:311px;
height:2px; margin:0 auto; padding-top:5px; }
/* Логотип
*/
.logo { background: transparent url(../images/logo.png) no-repeat;
margin: 0 auto; width: 166px; height: 108px; margin-top: 25px;
margin-bottom: 20px; }
/* Верхнее меню*/
.top-back {
background:#ceb386; width: 100%; height: 28px; }
.top { background:
transparent url(../images/top.png) no-repeat top; height: 28px;
}
/*Ссылки*/
a { color: white; text-decoration: none; }
a:active
{ color: #ceb386; }
a:hover { color: green; }
.rem { color:black;
text-align:center; padding-top:25px; font-size:15px; }
.rem a { color:
black; }
.rem a:active { color: #ffffff; }
.rem a:hover { color:
#ffffff; }
.red a { color: red; }
.red a:active { color: #ceb386;
}
.red a:hover { color: #ceb386; }
/* Формы */
#login {
background: transparent url(../images/form.png) no-repeat; width:249px;
height: 33px; border:none; text-align:left; font-size:20px; padding: 0px
0px 0px 5px; }
.password { background: transparent url(../images/form.png)
no-repeat; width:249px; height: 33px; border:none; text-align:left;
font-size:20px; padding: 0px 0px 0px 5px }
/* Кнопки и
чекбоксы*/
input.mybutton { background: transparent
url(../images/login.png) no-repeat; width: 142px; height:33px; border:none;
font-size:18px; }
input.mybutton:hover { background: transparent
url(../images/login_2.png) no-repeat; width: 142px; height:33px;
border:none; }
.button { width: 209px; height:33px; background:
transparent url(../images/reg.png) no-repeat; cursor:pointer; border:none;
font-size:18px; }
.button:hover { width: 209px; height:33px; background:
transparent url(../images/reg_2.png) no-repeat; border:none;
}
.button:focus { width: 209px; height:33px; background: transparent
url(../images/reg.png) no-repeat; border:none; }
/* Копирайт
*/
.copyright { font-size:12px; padding-top:5px; color:#C7C7C7; }
/*
Подвал */
#footer { background:#ceb386; position:relative;
padding-top:5px; ;}
#footer .footer_2 { background: transparent
url(../images/top.png) no-repeat; width: 351px; }
.style_mess_no{color:
red;background: #FFE86C;border-style: dashed;border-width: 1px;text-align:
center;width:auto;
}
.style_mess_yes{color: green;background:
#FFE86C;border-style: dashed;border-width: 1px;text-align:
center;width:auto;
}