summaryrefslogtreecommitdiff
path: root/css/acknowledgments.css
blob: 66643aaad589b5f1b1a6596d130501d293c6fe3d (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
#schizo {
    color: inherit;
    font-family: 'schizoid_personalityregular', 'Courier New', Courier, monospace;
}

#polski {
    color: inherit;
    font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace;
}

.nostyle {
    list-style-type: none;
}

a:hover.italicize {
    font-style: italic;
}

ul {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
}