diff options
| author | dabikers' admin <dabikers@protonmail.com> | 2024-01-02 06:15:19 -0600 |
|---|---|---|
| committer | dabikers' admin <dabikers@protonmail.com> | 2024-01-02 06:15:19 -0600 |
| commit | bacf6638b8cea9f4ac4b0a6e3015f1de7cb04a68 (patch) | |
| tree | 8c6a8e7ad4c9d8f486421c759f4085b21faecf19 /css | |
| parent | 6e9a57a84aa868f6a79ee2e23e40efb55bed7df5 (diff) | |
Finish first pass of nopiracy article
Diffstat (limited to 'css')
| -rw-r--r-- | css/acknowledgments.css (renamed from css/acknowledgements.css) | 15 | ||||
| -rw-r--r-- | css/base.css | 1 | ||||
| -rw-r--r-- | css/nopiracy.css | 4 |
3 files changed, 20 insertions, 0 deletions
diff --git a/css/acknowledgements.css b/css/acknowledgments.css index 6e133c0..66643aa 100644 --- a/css/acknowledgements.css +++ b/css/acknowledgments.css | |||
| @@ -6,4 +6,19 @@ | |||
| 6 | #polski { | 6 | #polski { |
| 7 | color: inherit; | 7 | color: inherit; |
| 8 | font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; | 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; | ||
| 9 | } \ No newline at end of file | 24 | } \ 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 { | |||
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | #content { | 42 | #content { |
| 43 | padding: 1vw; | ||
| 43 | margin: 1vw; | 44 | margin: 1vw; |
| 44 | margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ | 45 | margin-bottom: 5vw; /* Not knowing about this was fucking annoying */ |
| 45 | 46 | ||
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 @@ | |||
| 12 | padding: 1vw; | 12 | padding: 1vw; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | #bottom-bar ul { | ||
| 16 | padding: 0; | ||
| 17 | } | ||
| 18 | |||
| 15 | ul { | 19 | ul { |
| 16 | padding-top: 1vw; | 20 | padding-top: 1vw; |
| 17 | padding-bottom: 1vw; | 21 | padding-bottom: 1vw; |
