X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=style%2Ftricorder.css;h=b6d1b76542f0819b5f497578bd7cecc43b181a2d;hp=0c730618552b2f9de2b45b3f5c60fcc6e169c851;hb=39b2fdefdf54cda6ae2ccc572ab8b8a88417c5f1;hpb=d9387df27c6cba7af91f17c52661254b2710acd7 diff --git a/style/tricorder.css b/style/tricorder.css index 0c73061..b6d1b76 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; @@ -222,6 +230,7 @@ a:hover, a:active { color: #FFCF00; } section { display: none; background-color: rgba(0,0,0,0.8); + height: 100%; } section.active { @@ -244,6 +253,10 @@ section.active { font-size: .667em; } +#soundavail { + height: 100%; +} + @media screen and (min-width: 500px) { body { font-size: 24px;