X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=style%2Ftricorder.css;h=99696f6f34a9b88d88942ac322832086c5cc9bfd;hp=843d225b3cd2a90ca86806d690504c49d782e391;hb=bdfbab86ab3c17a41ab88de60a69427738661392;hpb=33a80b5e4b34ab6ab27677a1841014321dd076da diff --git a/style/tricorder.css b/style/tricorder.css index 843d225..99696f6 100644 --- a/style/tricorder.css +++ b/style/tricorder.css @@ -141,6 +141,14 @@ a:hover, a:active { color: #FFCF00; } background-color: #C09070; color: #000000; } +#navSound { + background-color: #E7ADE7; + color: #000000; +} +#navDev { + background-color: #A09090; + color: #000000; +} #navOther { background-color: #6000CF; color: #000000; @@ -179,7 +187,7 @@ a:hover, a:active { color: #FFCF00; } width: auto; padding: 1px; min-height: 20em; - overflow: none; + overflow: hidden; border: none; } @@ -222,12 +230,18 @@ a:hover, a:active { color: #FFCF00; } section { display: none; background-color: rgba(0,0,0,0.8); + height: 100%; } section.active { display: block; } +section > p:first-child { + margin-top: 0; + padding-top: 1em; +} + .posVal, .gravVal { text-align: right; } @@ -244,6 +258,10 @@ section.active { font-size: .667em; } +#soundavail { + height: 100%; +} + @media screen and (min-width: 500px) { body { font-size: 24px;