summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-29 20:00:34 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-29 20:00:34 -0500
commitb6e3715c4feb77cec8b2855443c43721b49131e1 (patch)
tree0a7bd9bd4a044c0338c95006ad0224f807daf642 /local.css
parent4c11b7504f0081c139c57050bc9abd417364d271 (diff)
downloademacsconf-wiki-b6e3715c4feb77cec8b2855443c43721b49131e1.tar.xz
emacsconf-wiki-b6e3715c4feb77cec8b2855443c43721b49131e1.zip
style in local.css
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; }