From fe67e1acafc82ae671c3350eaf5fc001ae4d5f8a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 5 Jan 2023 19:52:08 -0400 Subject: remove unused vertical-square CSS --- src/static/site2.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/static/site2.css b/src/static/site2.css index b5ae3ef9..41f1082f 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -1029,17 +1029,6 @@ html[data-url-key="localized.home"] .carousel-container { height: 100%; } -.vertical-square { - position: relative; - height: 100%; -} - -.vertical-square::after { - content: ""; - display: block; - padding-right: 100%; -} - /* Info card */ #info-card-container { -- cgit 1.3.0-6-gf8a5 From 6079f214f8ba5f95433f501c5408c3b9911ad23e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 5 Jan 2023 19:52:22 -0400 Subject: remove image-inner-area --- src/static/site2.css | 7 ------- src/upd8.js | 1 - 2 files changed, 8 deletions(-) diff --git a/src/static/site2.css b/src/static/site2.css index 41f1082f..62b43ff3 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -709,13 +709,6 @@ li > ul { height: 100%; } -.image-inner-area { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; -} - .image-text-area { position: absolute; top: 0; diff --git a/src/upd8.js b/src/upd8.js index fad3c7d8..51b098fd 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -703,7 +703,6 @@ function img({ function wrap(input, hide = false) { let wrapped = input; - wrapped = html.tag('div', {class: 'image-inner-area'}, wrapped); wrapped = html.tag('div', {class: 'image-container'}, wrapped); if (reveal) { -- cgit 1.3.0-6-gf8a5 From 8a875d610d16085132104b429c52aa39a6c7dad3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 5 Jan 2023 19:53:45 -0400 Subject: remove unused img alt CSS --- src/static/site2.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/static/site2.css b/src/static/site2.css index 62b43ff3..0f408c61 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -730,12 +730,6 @@ li > ul { img { object-fit: cover; - /* these unfortunately dont take effect while loading, so... - text-align: center; - line-height: 2em; - text-shadow: 0 0 5px black; - font-style: oblique; - */ } .reveal { -- cgit 1.3.0-6-gf8a5 From 4088eabda9c6ca8a047b6849ca109fbc27d2acfa Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 5 Jan 2023 20:24:51 -0400 Subject: remove unused p img layouting rule --- src/static/site2.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/static/site2.css b/src/static/site2.css index 0f408c61..287bbd66 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -631,11 +631,6 @@ blockquote { padding-right: 12%; } -p img { - max-width: 100%; - height: auto; -} - dl dt { padding-left: 40px; max-width: 600px; -- cgit 1.3.0-6-gf8a5