diff options
Diffstat (limited to 'css/acknowledgments.css')
| -rw-r--r-- | css/acknowledgments.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/css/acknowledgments.css b/css/acknowledgments.css new file mode 100644 index 0000000..66643aa --- /dev/null +++ b/css/acknowledgments.css | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | #schizo { | ||
| 2 | color: inherit; | ||
| 3 | font-family: 'schizoid_personalityregular', 'Courier New', Courier, monospace; | ||
| 4 | } | ||
| 5 | |||
| 6 | #polski { | ||
| 7 | color: inherit; | ||
| 8 | font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; | ||
| 9 | } | ||
| 10 | |||
| 11 | .nostyle { | ||
| 12 | list-style-type: none; | ||
| 13 | } | ||
| 14 | |||
| 15 | a:hover.italicize { | ||
| 16 | font-style: italic; | ||
| 17 | } | ||
| 18 | |||
| 19 | ul { | ||
| 20 | padding-top: 1vw; | ||
| 21 | padding-bottom: 1vw; | ||
| 22 | padding-left: 2vw; | ||
| 23 | padding-right: 2vw; | ||
| 24 | } \ No newline at end of file | ||
