diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-29 20:00:34 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-29 20:00:34 -0500 |
commit | b6e3715c4feb77cec8b2855443c43721b49131e1 (patch) | |
tree | 0a7bd9bd4a044c0338c95006ad0224f807daf642 | |
parent | 4c11b7504f0081c139c57050bc9abd417364d271 (diff) | |
download | emacsconf-wiki-b6e3715c4feb77cec8b2855443c43721b49131e1.tar.xz emacsconf-wiki-b6e3715c4feb77cec8b2855443c43721b49131e1.zip |
style in local.css
Diffstat (limited to '')
-rw-r--r-- | local.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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; } |