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/acknowledgements.css | 9 --------- css/acknowledgments.css | 24 ++++++++++++++++++++++++ css/base.css | 1 + css/nopiracy.css | 4 ++++ 4 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 css/acknowledgements.css create mode 100644 css/acknowledgments.css (limited to 'css') diff --git a/css/acknowledgements.css b/css/acknowledgements.css deleted file mode 100644 index 6e133c0..0000000 --- a/css/acknowledgements.css +++ /dev/null @@ -1,9 +0,0 @@ -#schizo { - color: inherit; - font-family: 'schizoid_personalityregular', 'Courier New', Courier, monospace; -} - -#polski { - color: inherit; - font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; -} \ No newline at end of file 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 diff --git a/css/base.css b/css/base.css index ab41a2f..c3ed70c 100644 --- a/css/base.css +++ b/css/base.css @@ -40,6 +40,7 @@ ul li { } #content { + padding: 1vw; margin: 1vw; margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ diff --git a/css/nopiracy.css b/css/nopiracy.css index 6c1b09a..1791b4d 100644 --- a/css/nopiracy.css +++ b/css/nopiracy.css @@ -12,6 +12,10 @@ padding: 1vw; } +#bottom-bar ul { + padding: 0; +} + ul { padding-top: 1vw; padding-bottom: 1vw; -- cgit v1.2.3