X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=style%2Ftricorder.css;h=d60e7aa7c8da09f99984633578cb6b30dde02f33;hp=b6d1b76542f0819b5f497578bd7cecc43b181a2d;hb=9adf799b4ff4fae3049fac6e03c54340065ae2de;hpb=39b2fdefdf54cda6ae2ccc572ab8b8a88417c5f1 diff --git a/style/tricorder.css b/style/tricorder.css index b6d1b76..d60e7aa 100644 --- a/style/tricorder.css +++ b/style/tricorder.css @@ -237,6 +237,23 @@ section.active { display: block; } +section > p:first-child { + margin-top: 0; + padding-top: 1em; +} + +button { + font: inherit; + border: none; + color: #000000; + background-color: #C09070; + border-radius: 3000px; +} + +button:disabled { + background-color: #402858; +} + .posVal, .gravVal { text-align: right; } @@ -257,6 +274,31 @@ section.active { height: 100%; } +#envFlashAvail { + margin-top: .5em; + padding: .5em 3px 0; + border-top: 2px solid #A09090; +} + +.envButton { + font-size: 200%; + margin-top: .25em; +} + +#envFlashOn { + margin-right: 3px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + padding-left: .5em; +} + +#envFlashOff { + margin-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; + padding-right: .5em; +} + @media screen and (min-width: 500px) { body { font-size: 24px;