summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/local.css b/local.css
index ce04271c..6d7430b9 100644
--- a/local.css
+++ b/local.css
@@ -88,3 +88,16 @@ summary h1 { display: inline-block }
video.sticky { position: fixed; bottom: 15px; right: 15px; }
+
+ .all > ol { list-style-type: none; padding: 0 }
+ .all > ol > li {
+ display: block;
+ box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
+ padding: 10px;
+ margin-bottom: 10px;
+ border: 1px solid rgb(0 0 0 / 20%);
+ border-radius: 5px; }
+ .all > ol > li video { max-width: 100%;
+ width: 180px;
+ position: absolute;
+ left: 10px; }