2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +00:00

24 lines
951 B
CSS
Raw Normal View History

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; }
*/