2013-09-02 17:06:51 +03:00
|
|
|
@import url("style-base.css");
|
2013-05-19 17:47:01 +03:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-09-02 17:06:51 +03:00
|
|
|
.frontpage a:hover, .books:hover { background-color: white;}
|
2013-06-28 03:07:32 +03:00
|
|
|
|
|
|
|
#filter ul {
|
|
|
|
font-variant: normal;
|
|
|
|
}
|
|
|
|
|
2013-09-02 17:06:51 +03:00
|
|
|
li, .container {
|
|
|
|
background-color: white;
|
2013-05-19 17:47:01 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
color: black;
|
2013-09-02 17:06:51 +03:00
|
|
|
text-transform: none;
|
2013-05-19 17:47:01 +03:00
|
|
|
border-bottom: 2px dashed gray;
|
|
|
|
font-variant: small-caps;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
}
|
|
|
|
|
2013-09-02 17:06:51 +03:00
|
|
|
.hicon, .footcenter, .submit, .fullclickpopup{
|
2013-07-19 18:59:13 +03:00
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
2013-05-19 17:47:01 +03:00
|
|
|
.frontpage h2 {
|
|
|
|
text-align: center;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
color: black;
|
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frontpage h4 {
|
|
|
|
padding: 5px 0;
|
|
|
|
text-align: center;
|
|
|
|
color: gray;
|
|
|
|
font-size: 13px;
|
|
|
|
text-decoration: overline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download a {
|
2013-07-19 10:56:27 +03:00
|
|
|
background: black;
|
|
|
|
color: white;
|
2013-05-19 17:47:01 +03:00
|
|
|
}
|