generate csv output for AAA_ukupno
[koha-bibliografija] / html / style.css
1 h1, h2 {
2         font-family: Trebuchet MS, sans-serif;
3         font-weight: normal;
4         color: #336699;
5 }
6 h1 {
7         font-size: 140%;
8 }
9
10 h2 {
11         font-size: 120%;
12 }
13
14 li {
15         margin-top: 10px;
16 }
17
18 li.toc {
19         margin-top: 0px;
20 }
21
22 li a {
23         color: #707070;
24 }
25
26 .title {
27         font-weight: bold;
28 }
29
30 .crosbi {
31         font-size: 80%;
32         color: #707070;
33 }
34
35 td {
36         text-align: center;
37 }