X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=share%2Fstyle.css;h=3f2cf592852fd1b9141267495c8ba8ef6a8d27cb;hb=8a3753760230b270c8f4615891cba2586a661d21;hp=094a4aefa9039d32f869b579cff7d04029413a0c;hpb=76ee2cd1a7ba2141b5913ac6484b377fb3de3618;p=collection4.git diff --git a/share/style.css b/share/style.css index 094a4ae..3f2cf59 100644 --- a/share/style.css +++ b/share/style.css @@ -47,6 +47,13 @@ a:hover vertical-align: top; } +#layout-middle-center h1, +#layout-middle-center h2, +#layout-middle-center h3 +{ + clear: both; +} + #logo-canvas { display: block; @@ -153,3 +160,64 @@ a:hover border-bottom: 1px solid silver; background-color: rgb(252,252,252); } + +.graph-img +{ + position: relative; + float: left; + clear: both; +} + +div.graph-img div.graph-buttons +{ + display: none; +} + +div.graph-img:hover div.graph-buttons +{ + display: block; +} + +.graph-img .graph-buttons.navigation +{ + position: absolute; + right: 5px; + bottom: 5px; +} + +.graph-img .graph-buttons.presets +{ + position: absolute; + right: 5px; + top: 5px; +} + +.graph-buttons .graph-button +{ + width: 1em; + height: 1em; + border: 1px solid gray; + text-align: center; + background-color: rgba(255,255,255,.8); + color: gray; + cursor: pointer; +} + +.graph-buttons div.graph-button:hover +{ + border: 1px solid black; + background-color: white; + color: black; +} + +.graph-buttons.navigation .graph-button +{ + float: left; + margin-left: 1px; +} + +.graph-buttons.presets .graph-button +{ + margin-bottom: 1px; +} +