diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-04-01 02:39:22 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-04-28 04:22:28 -0400 |
| commit | a6bc43627e3d884c2e9ad559cc67b4d6353dc12e (patch) | |
| tree | 7830b79d17efab06f951e8aa875cdde4be6e53b1 /docs/docs.css | |
| parent | d5e7b073574b501c3382d6af2deba947dc39fa12 (diff) | |
enable auto increment, flesh out type documentation, normalize hotkeys
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/docs/docs.css b/docs/docs.css index 3b9a5329..1f369767 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -18,15 +18,16 @@ background: #6e6e6e !important; color: #fff !important; } -a { +a, a code { color: #d73726; } -a:visited { +a:visited, a:visited code { color: #990000; } -a:hover { + +a:hover, a:hover code { color: #ff8080; } @@ -91,49 +92,45 @@ color: #ccc; color: #fff; } -#light-slider { +#image-slider { background-color: #000; } -#light-slider li, #light-slider img { - list-style: none; -} - .lslide { margin: 0px !important; text-align: center; } -.cS-hidden { +.hiddenc { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; } -ol#taped li#currentline { +ol#inline-slides-text li#currentline { background-color: #6e6e6e; color: #fff; font-weight: bold; } -ol#taped li { +ol#inline-slides-text li { list-style-position: inside; } @media screen and (max-width: 1020px) { - .inline-slides { + div[class^="inline-slides"] { flex-wrap: wrap; } } -.inline-slides { +div[class^="inline-slides"] { display: flex; align-items: center; justify-content: space-between; } -.inline-slides > #light-slider-container { +div[class^="inline-slides"] > div[id^="image-slider-container"]{ margin-left: 10px; flex-shrink: 1; } |
