2011-10-01 10:57:31 +00:00
|
|
|
body { background-color: #FFFFE7;
|
|
|
|
font-family:Arial, sans-serif; font-size:16px;}
|
2011-09-24 13:20:14 +00:00
|
|
|
input { font-family:Arial, sans-serif; font-size:16px; }
|
|
|
|
select { font-family:Arial, sans-serif; font-size:16px; }
|
2011-10-01 10:57:31 +00:00
|
|
|
|
2011-11-26 11:19:39 +00:00
|
|
|
#logo { position:fixed; top:10px; left:20px;
|
|
|
|
width:100px; height:105px; background-image:url(fhem.png); }
|
|
|
|
#menu { position:fixed; top:120px;left:20px; width:140px; }
|
2010-05-15 12:26:16 +00:00
|
|
|
#hdr { position:absolute; top:10px; left:180px; }
|
|
|
|
#content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
|
2011-07-15 08:59:31 +00:00
|
|
|
|
2011-10-01 10:57:31 +00:00
|
|
|
.devType { padding-top:20px; }
|
2010-03-13 11:22:49 +00:00
|
|
|
a { color: #278727; }
|
2011-09-24 13:20:14 +00:00
|
|
|
img { border-style: none; }
|
2010-03-13 11:22:49 +00:00
|
|
|
|
2011-09-24 13:20:14 +00:00
|
|
|
.wide { width:100%; }
|
|
|
|
|
|
|
|
table.block { border:1px solid gray; background: #F8F8E0; }
|
2010-03-13 11:22:49 +00:00
|
|
|
table.block tr.odd { background: #F0F0D8; }
|
|
|
|
table.block tr.sel { background: #F0F0D8; }
|
2011-07-15 08:59:31 +00:00
|
|
|
table { -moz-border-radius:8px; border-radius:8px; }
|
2010-03-13 11:22:49 +00:00
|
|
|
|
2011-09-24 13:20:14 +00:00
|
|
|
table#room { border:1px solid gray; width: 100%; background: #D7FFFF; }
|
2010-03-13 11:22:49 +00:00
|
|
|
table#room tr.sel { background: #A0FFFF; }
|
2011-11-26 11:19:39 +00:00
|
|
|
|
|
|
|
#right { position:absolute; top:20px; left:180px; bottom:20px; 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; }
|
|
|
|
|
2012-02-25 19:16:35 +00:00
|
|
|
select.attr,input.attr,select.set,input.set { margin-bottom:5px; }
|
2012-02-26 07:23:21 +00:00
|
|
|
a img { border-style:none; }
|