Mercurial > web
comparison css/style.css @ 104:c6457452675f default tip
why are you gay?
author | Paper <paper@tflc.us> |
---|---|
date | Wed, 08 Jan 2025 19:56:20 -0500 |
parents | e83a48ef3bf4 |
children |
comparison
equal
deleted
inserted
replaced
103:a8449f9a55d4 | 104:c6457452675f |
---|---|
188 height: 33vh; | 188 height: 33vh; |
189 display: block; | 189 display: block; |
190 object-fit: contain; | 190 object-fit: contain; |
191 } | 191 } |
192 | 192 |
193 .blips-list, | |
193 .plugs-list { | 194 .plugs-list { |
194 display: flex; | 195 display: flex; |
195 width: 100%; | 196 width: 100%; |
196 | 197 |
197 flex-wrap: wrap; | 198 flex-wrap: wrap; |
199 | 200 |
200 /* column-gap: 4px; */ | 201 /* column-gap: 4px; */ |
201 row-gap: 0.5em; | 202 row-gap: 0.5em; |
202 } | 203 } |
203 | 204 |
205 .blips-list-item, | |
204 .plugs-list-item { | 206 .plugs-list-item { |
205 display: block; | 207 display: block; |
206 | 208 |
209 opacity: 80%; | |
210 image-rendering: pixelated; | |
211 } | |
212 | |
213 .blips-list-item:hover, | |
214 .plugs-list-item:hover { | |
215 opacity: 100%; | |
216 } | |
217 | |
218 .plugs-list-item { | |
207 width: 88px; | 219 width: 88px; |
208 height: 31px; | 220 height: 31px; |
209 | 221 } |
210 opacity: 80%; | 222 |
211 image-rendering: pixelated; | 223 .blips-list-item { |
212 } | 224 width: 80px; |
213 | 225 height: 15px; |
214 .plugs-list-item:hover { | |
215 opacity: 100%; | |
216 } | 226 } |
217 | 227 |
218 .code-block { | 228 .code-block { |
219 overflow-x: scroll; | 229 overflow-x: scroll; |
220 background-color: rgba(0, 0, 0, 0.6); | 230 background-color: rgba(0, 0, 0, 0.6); |