55 lines
549 B
CSS
55 lines
549 B
CSS
@charset "utf-8";
|
|
|
|
/* CSS Document */
|
|
|
|
.verh {
|
|
background-image: url(img02.jpg);
|
|
height: 98px;
|
|
}
|
|
|
|
.verh2 {
|
|
height: 59px;
|
|
background-image: url(img03.gif);
|
|
}
|
|
|
|
.nazvanie {
|
|
color: navy;
|
|
font-size: 23;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nav {
|
|
color: white;
|
|
}
|
|
|
|
.boka {
|
|
width: 15%;
|
|
}
|
|
|
|
.zagolovok {
|
|
color: dimgrey;
|
|
font-weight: bold;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.text {
|
|
color: grey;
|
|
}
|
|
|
|
.left {
|
|
width: 15%;
|
|
}
|
|
|
|
.copy {
|
|
font-size: 12px;
|
|
color: white;
|
|
}
|
|
|
|
.kartinka {
|
|
height: 122;
|
|
}
|
|
|
|
a {
|
|
color: DodgerBlue;
|
|
}
|