From 01893c83f829e4902a5bd288fd58ad35d4ffa4f2 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 29 Mar 2020 18:23:32 -0400 Subject: testing a new javascript slideshow and updated type system guide, needs tweaks still --- docs/docs.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs/docs.css') diff --git a/docs/docs.css b/docs/docs.css index 6009a104..d44e85a3 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -91,3 +91,24 @@ color: #ccc; color: #fff; } + +#light-slider li, #light-slider img { + list-style: none; + margin-left: 0px; +} + +.cS-hidden { + height: 1px; + opacity: 0; + filter: alpha(opacity=0); + overflow: hidden; +} + +ol#taped li#currentline { + background-color: #6e6e6e; + color: #fff; + font-weight: bold; +} +ol#taped li { + list-style-position: inside; +} \ No newline at end of file -- cgit v1.3.1