Файл: style/style.css
Строк: 118
body {
color: #333;
font: 13px tahoma;
margin: 0 auto;
padding:
0;
background-color: #333;
max-width: 640px;
}
.div {
background: #ececec;
padding: 10px;
}
a:link, a:visited {
color:
#3775d0;
text-decoration: underline;
}
a:active, a:hover, a:focus
{
color: #a40000;
}
input, textarea {
box-sizing: border-box;
margin-top: 5px;
margin-bottom: 5px;
padding: 8px;
border: solid
1px #446CB3;
border-radius: 0px;
}
input[type=submit] {
color:
#fff;
border: #a61c00;
padding: 9px;
background: #446CB3;
-webkit-appearance: none;
}
input[type=submit]:hover {
transition :
all 0.5s ease;
background: #4183D7;
}
img {
vertical-align:
middle;
border: none;
}
ul {
list-style: none;
}
p {
margin: 0 0 .8em;
}
.navig {
padding: 10px;
background:
#663399;
color: #fff;
text-decoration: none;
margin-left:
5px;
}
.navig:hover {
background: #9A12B3;
}
.head{
background:
#dedede;
padding: 3px;
text-align: center;
}
.mz, .menu {
background: #fff;
margin-bottom: 5px;
padding: 10px;
padding-left:
25px;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
}
.title {
color:
#fff;
padding: 10px;
background: #663399;;
text-align:
center;
}
.title a, .foot a { color: #fff; }
h1 {
font-size:
14px;
color: #FFFFFF;
}
h2 {
font-size: 13px;
color:
#FFFFFF;
}
h3 {
font-size: 12px;
color: #FFFFFF;
}
.list
{
background-color: #fff;
border-bottom: 2px solid #cbcdcb;
border-right: 1px solid #cbcdcb;
padding: 15px;
font-size: 13;
margin-left: 9px;
margin-right: 9px;
margin-bottom: 5px;
color:
#797979;
}
.list2 {
background-color: #fff;
border-bottom: 2px
solid #cbcdcb;
border-left: 1px solid #cbcdcb;
padding: 15px;
font-size: 13;
margin-left: 9px;
margin-right: 9px;
margin-bottom:
5px;
color: #797979;
}
.mz a:link, .mz a:visited, .mz a:hover
{
color: black;
}
.news {
background: #F2F2F2;
padding: 12px;
color: rgb(103, 103, 103);
display: block;
}
.cat {
background:
#F2F2F2;
padding: 12px;
color: rgb(103, 103, 103);
display:
block;
text-align: center;
}
.copy {
background:
url(a2.png)repeat-x top;
color: #FFFFFF;
padding: 17px;
font-size:
13px;
border-top: 1px solid rgb(94, 94, 94);
border-bottom: 1px solid
#000000;
text-shadow: 1px 1px 1px rgb(3, 3, 3);
font-weight:
bold;
}
.copy a:link, .copy a:visited {
color: #767676;
font-size: 13px;
}
.title2 {
background: url(a2.png)repeat-x top;
color: #FFFFFF;
padding: 17px;
font-size: 13px;
border-top: 1px
solid rgb(194, 81, 81);
border-bottom: 1px solid #834141;
text-shadow: 1px 1px 1px rgb(65, 0, 0);
font-weight: bold;
}
.title2
a:link, .title2 a:visited {
color: #767676;
font-size:
13px;
}
.link a {
background: #fff;
margin-bottom: 1px;
text-decoration: none;
padding: 10px;
padding-left: 25px;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
display:block;
}
.link
a:hover {
background: #fafafa;
}
.foot{
background: url(a2.png)repeat-x
top;
color: #002E5A;
padding: 13px;
font-size: 17px;
text-align: center;
border-top: 1px solid rgb(189, 222, 255);
border-bottom: 1px solid #1A76C3;
text-shadow: 1px 1px 1px rgb(48, 0,
76);
font-weight: bold;
border-radius: 0px 0px 0px
6px;
}
.foot:hover{
background: rgb(149, 194,
255);
}
.foot a:link, .foot a:visited, .foot a:focus
{
color: #FFFFFF;
text-decoration: none;
}
table {
box-shadow:
rgba(0, 0, 0, 0.2) 0 1px 2px;
background: #fff;
width: 100%;
margin-bottom: 5px;
border-collapse: collapse;
}
table td {
padding: 5px;
border-right: 1px solid #e6e6e6;
}
table td:last-child
{
border-right-style: none;
}
table tr {
border-bottom: 1px solid
#e6e6e6;
}