Файл: public_html/style/style.css
Строк: 83
body {
color: #000;
font-size: 13px;
max-width : 340px;
margin :
auto;
font-family: "Arial";
background-position:
center;
background: #c1c1c1 url(img/bg.png);
}
a:link, a:active, a:visited
{
color: #a31919;
text-decoration: none;
}
a:hover, a:focus {
color:
#A15B05;
text-shadow: 0px 0px 1px #D1D1D1;
}
img {
vertical-align:
middle;
border-style: none;
}
.logo {
background: #a80420
url(img/bv.png)repeat-x top
left;
text-align:left;
height:90px;
margin-bottom: 0px;border-bottom:
1px solid #760116;
}
.link a{
background: #fff url(img/zxb1.png)
repeat-x bottom left;
text-decoration: none;
color:
#a31919;
text-shadow: 0px 1px 1px #fff;
border-bottom: 1px solid
#e0e0df;
box-shadow: 0 1px 4px rgba(180,180,180,0.3);
padding:
10px;
display: block;
}
.title {
background: #202020 url(img/b1.png)
repeat-x top left;
border-top: 1px solid #b7b7b7;
padding:
12px;
font-weight: bold;
}
.title a {color: #fff;}
h1, h2 {
padding:
0px;
margin: 0px;
font-size: 12px;
font-weight: lighter;
}
.error
{
background: #ab100d;
color: #fff;
padding: 8px;
}
.navig
{
background: #a90530;
color: #f5f5f5;
padding: 1px;
text-align:
center;
}
.navig a {
background: #a70310;
color: #fff;
padding: 8px
15% 8px 15%;
border: 1px solid #900000;
display: inline-block;
margin:
0px 2px 0px 2px;
}
.prev {
background: #a70310;
color: #ddd;
padding:
8px 15% 8px 15%;
border: 1px solid #900000;
display:
inline-block;
margin: 0px 2px 0px 2px;
}
.info {
background: #c0c1c0
url(img/div3.png) repeat-x top left;
padding: 8px;
margin-bottom:
0px;
border-right: 1px solid #D2D2D2;
border-left: 1px solid
#D2D2D2;
}
input[type~="text"],
input[type~="password"], input[type~="select"],
textarea {
border: 1px solid #BCBCBC;
font-family : Tahoma;
color:
#686868;
background: #fff url(img/zxb1.png)repeat-x top left;
padding:
7px;
margin:1px;
border-radius:
3px;
width:80%;
}
input[type~="text"]:hover,
input[type~="file"]:hover, input[type~="file"]:focus,
input[type~="text"]:focus,
input[type~="password"]:hover,
input[type~="password"]:focus, textarea:hover, textarea:focus,
select:hover, select:focus {
background: #fff url(img/txt.png)repeat-x top
left;
border: 1px solid #BCBCBC;
border-radius:
3px;
}
input[type="submit"] {
border-radius: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #fcf4cf
url(img/inpz.png)repeat-x top left;
color: #fff;
padding: 7px;
border: 1px
solid #a31338;
text-shadow: 0 1px 0 #6f6f6f;
box-shadow: inset 0px 1px 0px
#F7EAD7;
}
input[type="submit"]:hover {
border-radius: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background:
#a31338;
color: #fff;
padding: 7px;
text-shadow: 0 1px 0
#6f6f6f;
-webkit-box-shadow:0 0 1px 0 #fff;
box-shadow: 0px 1px 0px
#fff;
-moz-box-shadow: 0px 1px 3px #d6d6d6;
}