2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-02 01:40:34 +00:00
fhem-mirror/fhem/webfrontend/pgm2/style.css
2010-03-13 11:22:49 +00:00

21 lines
649 B
CSS

body { background-color: #FFFFE7;}
#left { position:absolute; top:20px; left:20px; width:140px; }
#hdr { position:absolute; top:10px; left:180px; }
#right { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
a { color: #278727; }
table.block { border:1px solid gray; width: 100%; background: #F8F8E0; }
table.block tr.odd { background: #F0F0D8; }
table.block tr.sel { background: #F0F0D8; }
table { -moz-border-radius:8px; }
table#room { background: #D7FFFF; }
table#room tr.sel { background: #A0FFFF; }
/* Customize specific devices */
/*
table#FS20 { background: #FF8080; }
table#FS20 tr.odd { background: #E08080; }
*/