summaryrefslogtreecommitdiffstats
path: root/cmd/gobtex/style.css
blob: 7a686f5bd57e817e27e41dfa4175d81112400632 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.title {
    font-weight: bold
}

li {
    margin: 1em 0;
    padding: 0
}

.journal {
    font-style: italic
}

pre {
    background-color: rgb(247, 247, 247);
    tab-size: 4;
    -moz-tab-size: 4;
    white-space: pre-wrap;
    display: none;
    padding: 1em;
}

pre.visible {
    display: block;
}

body {
    width: 1000px;
    margin: auto;
    font-family: sans-serif
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.entrylink {
    color: #c60f0f;
    display: none;
    padding: 0 4px;
}

.entrylink:hover {
    color: white;
    background-color: #c60f0f;
    text-decoration: none;
}

li:hover .entrylink {
    display: inline;
}

a {
    text-decoration: none;
    color: rgb(64, 120, 192);
}

a:hover {
    text-decoration: underline;
}