2008-08-08 10:46:25 +00:00
|
|
|
body { color: black; background: #FFFFE7; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table { -moz-border-radius:8px; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.room { border:thin solid; width: 100%; background: #D7FFFF; }
|
|
|
|
table.room tr.sel { background: #A0FFFF; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.at { border:thin solid; width: 100%; background: #FFFFC0; }
|
|
|
|
table.at tr.odd { background: #FFFFD7; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2009-01-02 09:32:08 +00:00
|
|
|
table.watchdog { border:thin solid; width: 100%; background: #FFFFC0; }
|
|
|
|
table.watchdog tr.odd { background: #FFFFD7; }
|
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.notify { border:thin solid; width: 100%; background: #D7D7A0; }
|
|
|
|
table.notify tr.odd { background: #FFFFC0; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.FileLog { border:thin solid; width: 100%; background: #FFC0C0; }
|
|
|
|
table.FileLog tr.odd { background: #FFD7D7; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table._internal_ { border:thin solid; width: 100%; background: #C0C0C0; }
|
|
|
|
table._internal_ tr.odd { background: #D7D7D7; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.FS20 { border:thin solid; width: 100%; background: #C0FFFF; }
|
|
|
|
table.FS20 tr.odd { background: #D7FFFF; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.FHT { border:thin solid; width: 100%; background: #FFC0C0; }
|
|
|
|
table.FHT tr.odd { background: #FFD7D7; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.KS300 { border:thin solid; width: 100%; background: #C0FFC0; }
|
|
|
|
table.KS300 tr.odd { background: #A7FFA7; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2009-01-02 09:32:08 +00:00
|
|
|
table.HMS { border:thin solid; width: 100%; background: #C0FFC0; }
|
|
|
|
table.HMS tr.odd { background: #A7FFA7; }
|
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.FHZ { border:thin solid; width: 100%; background: #C0C0C0; }
|
|
|
|
table.FHZ tr.odd { background: #D7D7D7; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-09-06 08:33:55 +00:00
|
|
|
table.CUL { border:thin solid; width: 100%; background: #C0C0C0; }
|
|
|
|
table.CUL tr.odd { background: #D7D7D7; }
|
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.EM { border:thin solid; width: 100%; background: #E0E0E0; }
|
|
|
|
table.EM tr.odd { background: #F0F0F0; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-09-06 08:33:55 +00:00
|
|
|
table.CUL_EM { border:thin solid; width: 100%; background: #E0E0E0; }
|
|
|
|
table.CUL_EM tr.odd { background: #F0F0F0; }
|
|
|
|
|
|
|
|
table.CUL_WS { border:thin solid; width: 100%; background: #FFC0C0; }
|
|
|
|
table.CUL_WS tr.odd { background: #FFD7D7; }
|
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
table.FHEMWEB { border:thin solid; width: 100%; background: #E0E0E0; }
|
|
|
|
table.FHEMWEB tr.odd { background: #F0F0F0; }
|
2008-07-11 07:35:12 +00:00
|
|
|
|
2008-07-24 07:39:15 +00:00
|
|
|
#hdr { position:absolute; top:10px; left:10px; }
|
|
|
|
#left { position:absolute; top:50px; left:10px; width:130px; }
|
|
|
|
#right { position:absolute; top:50px; left:160px;
|
2008-10-12 15:07:46 +00:00
|
|
|
right:10px; overflow:auto; }
|