summaryrefslogtreecommitdiff
path: root/static/style.css
blob: dec99824dc155002d0807993f1c3cc659c1d3415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
div#header {
    font-size: 150%;
}

div#search {
    text-align: center;
}

div#search span.preSearchField {
    font-style: italic;
}

div#content div#navigation {
    text-align: center;
}

div#footer {
    left: 0px;
    right: 0px;
}

div.book {
}

div.book img.frontpage {
    width: 260px;
    height: 390px;
    border: 1px solid gray;
    float: left;
}

div.book div.c_matches,
div.book div.description {
    margin-left: 260px;
    padding-left: 5px;
}



div.book div.toolbar {
    background-color: white;
    border: 1px solid black;
}