From bacf6638b8cea9f4ac4b0a6e3015f1de7cb04a68 Mon Sep 17 00:00:00 2001 From: dabikers' admin Date: Tue, 2 Jan 2024 06:15:19 -0600 Subject: Finish first pass of nopiracy article --- css/acknowledgments.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 css/acknowledgments.css (limited to 'css/acknowledgments.css') 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 @@ +#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; +} \ No newline at end of file -- cgit v1.2.3