diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-30 20:19:40 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-30 20:19:40 +0000 |
commit | 113da86766fdb3ebb765c3b62558d8f6012c112d (patch) | |
tree | 143b0dee191ccd502b8abe6d631e2dab5497c5f5 /html/Ocean.std-theme | |
parent | b49531de991ef063860e821b6abf8e13f2045c26 (diff) |
improved synopsis drawer: on click, not hover
Diffstat (limited to 'html/Ocean.std-theme')
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 48 | ||||
-rw-r--r-- | html/Ocean.std-theme/synopsis.png | bin | 0 -> 8584 bytes |
2 files changed, 23 insertions, 25 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index 2376ab51..fdcd367b 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -270,49 +270,47 @@ div#style-menu-holder { #synopsis { position: fixed; - right: -21.5em; + right: 0; font-size: 90%; - width: 22em; height: 80%; - top: 5em; + top: 10%; padding: 0; - background-color: #fff2b2; } -#synopsis:hover { - right: 0; - background: none; +#synopsis .caption { + text-align: right; + float: left; + width: 29px; + color: rgba(255,255,255,0); + height: 110px; + margin: 0; + font-size: 1px; + padding: 0; +} + +#synopsis p.caption.collapser, +#synopsis p.caption.expander { + background: url(synopsis.png) no-repeat 0 -8px; } -#synopsis .caption, #synopsis ul, #synopsis ul li.src { - background-color: #fff2b2; + background-color: #f9f8db; white-space: nowrap; } -#synopsis > * { - margin: 0 0 0 8px; - border-left: 1px solid rgb(196,69,29); -} - -#synopsis .caption { - border-top: 1px solid rgb(196,69,29); - padding-top: 0.5em; - padding-bottom: 0.5em; - text-align: center; -} - -#synopsis ul { +#synopsis ul.collapser, +#synopsis ul.expander { + background-image: none; list-style: none; + width: 22em; height: 100%; overflow: auto; - border-bottom: 1px solid rgb(196,69,29); - padding-left: 0.5em; + padding: 0.5em; + margin: 0; } #synopsis ul ul { - border: none; overflow: hidden; } diff --git a/html/Ocean.std-theme/synopsis.png b/html/Ocean.std-theme/synopsis.png Binary files differnew file mode 100644 index 00000000..0a52b209 --- /dev/null +++ b/html/Ocean.std-theme/synopsis.png |