2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
fhem-mirror/fhem/contrib/statistics/2017/css/style.css
markusbloch 0a052fca60 statistics2.cgi: frontend visualisation added
git-svn-id: https://svn.fhem.de/fhem/trunk@14570 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2017-06-25 18:46:46 +00:00

24 lines
951 B
CSS

body { background-color: #FFFFE7;
font-family:Arial, sans-serif; font-size:16px;}
a { color: #278727; }
#logo { position:fixed; top:20px; left:20px;
width:120px; height:132px; background-image:url(../images/fhem.png); }
#menu { position:fixed; top:160px;left:20px; width:130px; }
#right { position:absolute; top:50px; left:160px; bottom:10px; right:10px; }
h2,h3,h4 { color:#52865D; line-height:1.3;
margin-top:1.5em; font-family:Arial,Sans-serif; }
div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
div#dist { padding-top:0.3em; }
table#room { border:1px solid gray; width: 100%; background: #D7FFFF; }
table#room tr.sel { background: #A0FFFF; }
table.block { background: #F8F8E0; }
table.block tr.odd { background: #F0F0D8; }
table.block tr.even { background: #F8F8E0;; }
table.block tr.sel { background: #F0F0D8; }
/*
table { border-radius:8px; }
*/