diff options
| author | dabikers' admin <dabikers@protonmail.com> | 2024-01-02 06:39:49 -0600 |
|---|---|---|
| committer | dabikers' admin <dabikers@protonmail.com> | 2024-01-02 06:39:49 -0600 |
| commit | 3f3e5d7348b77b08488cc8dd65c47ecd3b63c1ac (patch) | |
| tree | 32ca588950d4281ddde7c7833b169ce3743c1f98 /css | |
| parent | bacf6638b8cea9f4ac4b0a6e3015f1de7cb04a68 (diff) | |
We do a little fixing <div>s
Diffstat (limited to 'css')
| -rw-r--r-- | css/acknowledgments.css | 7 | ||||
| -rw-r--r-- | css/base.css | 18 | ||||
| -rw-r--r-- | css/nopiracy.css | 11 |
3 files changed, 15 insertions, 21 deletions
diff --git a/css/acknowledgments.css b/css/acknowledgments.css index 66643aa..fe73584 100644 --- a/css/acknowledgments.css +++ b/css/acknowledgments.css | |||
| @@ -15,10 +15,3 @@ | |||
| 15 | a:hover.italicize { | 15 | a:hover.italicize { |
| 16 | font-style: italic; | 16 | font-style: italic; |
| 17 | } | 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 | ||
diff --git a/css/base.css b/css/base.css index c3ed70c..15597d2 100644 --- a/css/base.css +++ b/css/base.css | |||
| @@ -27,11 +27,18 @@ | |||
| 27 | margin: 0; | 27 | margin: 0; |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | ul li { | 30 | li { |
| 31 | list-style-type: '- '; | 31 | list-style-type: '- '; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | #vertcontain { | 34 | ul { |
| 35 | padding-top: 1vw; | ||
| 36 | padding-bottom: 1vw; | ||
| 37 | padding-left: 2vw; | ||
| 38 | padding-right: 2vw; | ||
| 39 | } /* Looks good for the links */ | ||
| 40 | |||
| 41 | .vertcontain { | ||
| 35 | display: flex; | 42 | display: flex; |
| 36 | flex-flow: column nowrap; | 43 | flex-flow: column nowrap; |
| 37 | 44 | ||
| @@ -106,7 +113,8 @@ ul li { | |||
| 106 | font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; | 113 | font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; |
| 107 | text-align: center; | 114 | text-align: center; |
| 108 | 115 | ||
| 109 | overflow: auto; /* Idk why this is "overflowing" but this should be a good enough fix fow now */ | 116 | /* overflow: auto; Idk why this is "overflowing" but this should be a good enough fix fow now */ |
| 117 | overflow: hidden; | ||
| 110 | } | 118 | } |
| 111 | 119 | ||
| 112 | #bottom-flex { | 120 | #bottom-flex { |
| @@ -129,6 +137,10 @@ ul li { | |||
| 129 | content: "]"; | 137 | content: "]"; |
| 130 | } | 138 | } |
| 131 | 139 | ||
| 140 | #bottom-bar ul { | ||
| 141 | padding: 0; | ||
| 142 | } | ||
| 143 | |||
| 132 | #bottom-bar li { | 144 | #bottom-bar li { |
| 133 | display: inline; | 145 | display: inline; |
| 134 | float: none; | 146 | float: none; |
diff --git a/css/nopiracy.css b/css/nopiracy.css index 1791b4d..58db5c8 100644 --- a/css/nopiracy.css +++ b/css/nopiracy.css | |||
| @@ -12,17 +12,6 @@ | |||
| 12 | padding: 1vw; | 12 | padding: 1vw; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | #bottom-bar ul { | ||
| 16 | padding: 0; | ||
| 17 | } | ||
| 18 | |||
| 19 | ul { | ||
| 20 | padding-top: 1vw; | ||
| 21 | padding-bottom: 1vw; | ||
| 22 | padding-left: 2vw; | ||
| 23 | padding-right: 2vw; | ||
| 24 | } | ||
| 25 | |||
| 26 | blockquote { | 15 | blockquote { |
| 27 | padding: 1vw; | 16 | padding: 1vw; |
| 28 | } \ No newline at end of file | 17 | } \ No newline at end of file |
