aboutsummaryrefslogtreecommitdiff
path: root/public/css/tdro.css
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-06-05 23:05:48 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-05 23:12:45 -0400
commit7baf433b53342ab55a32e74f3e3241ed5119032f (patch)
tree2599f315b3eafa2f2256af19ac9c8d4e4d63d18c /public/css/tdro.css
parente2c59edb858a03ac44c2440c2a1d571e785b2301 (diff)
downloadthedroneely.com-7baf433b53342ab55a32e74f3e3241ed5119032f.tar.gz
thedroneely.com-7baf433b53342ab55a32e74f3e3241ed5119032f.tar.bz2
thedroneely.com-7baf433b53342ab55a32e74f3e3241ed5119032f.zip
generators/shortcodes: Footnote and image enhancements
Defensive; hash footnote content and mark ids to ensure no conflicts on side-notes and images. Decouple PHP from image short-codes. Add margin images. Ensure consistency between foot-notes, side-notes, and side-images.
Diffstat (limited to 'public/css/tdro.css')
-rw-r--r--public/css/tdro.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 84f3f09..842814c 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4168,9 +4168,10 @@ input.sidenote-toggle, input.marginnote-toggle { display: none; }
mark { background-color: transparent; color: unset; }
.sidenote-container:hover .sidenote-mark span,
-.sidenote-container:hover .sidenote mark { background-color: #fefe98; color: #000; }
-.sidenote-container:hover .sidenote a { background-color: #fefe98; color: #000; border-color: dodgerblue; }
-
+.sidenote-container:hover .sidenote mark,
+.marginnote-container:hover .marginnote-mark span,
+.marginnote-container:hover .marginnote mark { background-color: #fefe98; color: #000; }
+.sidenote-container:hover .sidenote a, .marginnote-container:hover .marginnote a { background-color: #fefe98; color: #000; border-color: dodgerblue; }
.sideimage > a, .sideimage a:focus { border-bottom: 1px solid transparent !important; background-color: transparent !important; }
@media (max-width: 768px) {