From 0c8c9ad976879f7c90f9915a60845ccb0cdb337d Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 25 Dec 2013 13:25:16 +0100 Subject: initial commit --- htdocs/webiopi.css | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 htdocs/webiopi.css (limited to 'htdocs/webiopi.css') diff --git a/htdocs/webiopi.css b/htdocs/webiopi.css new file mode 100644 index 0000000..40b1163 --- /dev/null +++ b/htdocs/webiopi.css @@ -0,0 +1,93 @@ +@CHARSET "UTF-8"; + +button { + -webkit-appearance: none; + font-size: 14pt; + font-weight: bold; + color: white; + border: black 3px solid; + width: 40px; + height: 30px; + padding: 0 0 0 0; +} + +input[type="range"] { + -webkit-appearance: slider-horizontal; +} + +.Default { + background-color: Gray; +} + +.Default:active { + background-color: Silver; +} + +.DNC { + background-color: Gray; +} + +.GND { + background-color: Black; +} + +.V33 { + background-color: Orange; +} + +.V50 { + background-color: Red; +} + +.LOW { + background-color: Black; +} + +.HIGH { + background-color: Orange; +} + +.I2C { + background-color: LightBlue; +} + +.SPI { + background-color: Purple; +} + +.UART { + background-color: DarkBlue; +} + +.ONEWIRE { + background-color: Blue; +} + +.FunctionBasic { + width: 60px; + background-color: Gray; +} + +.FunctionSpecial { + width: 60px; + visibility: hidden; +} + +.Description { + font-size: 12pt; + font-weight: bold; + width: 90px; +} + +#update { + position: absolute; + top: 16px; + right: 12px; +} + +#update > a { + font-family: sans-serif; + font-size: 12pt; + font-weight: bold; + color: FireBrick; +} -- cgit v1.2.3