Файл: templates/themes/index.css
Строк: 72
@charset "utf-8";
body
{
color: #959595;
font-size:
13px;
font-family: Verdana, Geneva, Arial, Helvetica,
sans-serif;
background: #b0b0b0;
padding: 0px;
margin: 0
auto;
max-width: 460px;
}
a:hover {
color: #000;
text-decoration: none;
}
a
{
color: #00b2d9; text-decoration:
none;
}
.logo
{
color: #00b4eb;
background: #ccc
url('images/head.gif') repeat-x;
border-bottom:1px solid
#b7b5b5;
}
img{
vertical-align: middle;
}
.enterrega {
color:
#FFFFFF;
font-weight: bold;
background: #58b707 url('images/enter.gif')
repeat-x;
border-top: 1px solid #bff97c;
border-bottom: 1px solid
#02738c;
padding: 8px;
border-radius: 0 0 8px 8px;
}
.header
{
color: #fff;
text-shadow: 0 1px 1px #000;
font-weight:
bold;
background: #0083a0 url('images/header.gif') repeat-x;
border-top:
1px solid #3ac9e8;
border-bottom: 1px solid #02738c;
padding:
8px;
border-radius: 8px 8px 0 0;
margin: 8px 0 0 0;
}
.header
a{color: #fff;
text-shadow: 0 1px 1px #000; font-weight:bold;}
.header
img{
margin: -22px 15px 0 0;
}
.auth {
text-align: center;
border-top: 1px solid #fff;
border-radius: 0 0 8px 8px;
border-bottom:
1px solid #bbdf8f;
background: #d8f8b2 url('images/txt2.gif') repeat-x;
}
.auth a{
color:#74ac32;
display: table-cell;
width: 1%;
padding:
11px;
border-radius: 0 0 8px 8px;
font-weight:bold;
background:
#d8f8b2 url('images/txt2.gif') repeat-x;
}
.home {
background:
#ebebeb url('images/main.gif') repeat-x;
font-weight: bold;
border-top:
1px solid #fff;
border-bottom: 1px solid #dcdbdb;
padding:
8px;
}
input[type="submit"]:active {
background-image:
-webkit-linear-gradient(bottom, #eb5d10 0%, #eb5d10
100%);
background-image: -moz-linear-gradient(bottom, #eb5d10 0%, #eb5d10
100%);
background-image: -o-linear-gradient(bottom, #eb5d10 0%, #eb5d10
100%);
box-shadow: inset 0 1px 4px #495c9b;
-moz-box-shadow: inset 0 1px
3px #495c9b;
position: relative;
}
input[type="submit"]
{
color: #fff;
text-shadow: 0 1px 1px #000;
font-weight:bold;
background: #0083a0 url('images/header.gif') repeat-x;
border-radius: 8px;
border:1px solid #02738c;
padding:
8px;
}
input[type="submit"]:hover {
background:#58b707
url(img/enter.gif) repeat-x;
border:1px solid #02738c;
padding:
8px;
}
input[type~="text"],
input[type~="password"], input[type~="file"], input,
select, textarea
{
border: 1px solid #dcdbdb;
padding: 8px;
width:
130px;
margin:5px; border-radius:8px;
background: #ebebeb
url('images/main.gif') repeat-x;
}
.error {
font-family:
Tahoma;
color: #fff;
text-shadow: 0 1px 1px #b95353;
background-color:
#f47272;
padding: 10px;
text-align: center;
}