2011-09-24 13:20:14 +00:00
|
|
|
body { background-color: #FFFFE7;
|
2013-02-22 17:41:29 +00:00
|
|
|
font-family:Arial, sans-serif; font-size:18px;
|
2011-09-24 13:20:14 +00:00
|
|
|
}
|
2013-02-22 17:41:29 +00:00
|
|
|
textarea { font-family:Arial, sans-serif; font-size:18px}
|
|
|
|
input { font-family:Arial, sans-serif; font-size:18px}
|
|
|
|
select { font-family:Arial, sans-serif; font-size:18px}
|
2011-11-26 11:19:39 +00:00
|
|
|
#logo { position:absolute; top:10px; left:10px;
|
2012-11-15 09:44:08 +00:00
|
|
|
width:120px; height:132px; background-image:url(../icons/fhemicon.png); }
|
|
|
|
#menu { position:absolute; top:152px;left:10px; width:140px; }
|
|
|
|
#hdr { position:absolute; top:10px; left:160px; }
|
|
|
|
#content { position:absolute; top:50px; left:160px; bottom:20px; right:10px; }
|
2012-11-26 17:21:24 +00:00
|
|
|
#connect_err { background-color: #000000; color: #FFFFFF; position:absolute; top:0px; left:40px; z-index: 10; }
|
2011-07-15 08:59:31 +00:00
|
|
|
|
2011-10-01 10:57:31 +00:00
|
|
|
.devType { padding-top:20px; }
|
2011-06-25 13:47:04 +00:00
|
|
|
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; }
|
2011-07-15 08:59:31 +00:00
|
|
|
table { -moz-border-radius:8px; border-radius:8px; }
|
2011-06-25 13:47:04 +00:00
|
|
|
|
2011-10-02 12:26:43 +00:00
|
|
|
.col1, .col2, .col3 { padding: 8px; }
|
2011-10-05 08:43:56 +00:00
|
|
|
.dname, .dval { padding: 8px; font-size: 14px; }
|
2011-06-25 13:47:04 +00:00
|
|
|
|
2011-09-24 13:20:14 +00:00
|
|
|
table#room { border:1px solid gray; width: 100%; background: #D7FFFF; }
|
|
|
|
table#room tr.sel { background: #A0FFFF; }
|
2012-04-22 10:26:04 +00:00
|
|
|
|
2013-02-22 17:41:29 +00:00
|
|
|
div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
|
|
|
|
div.dist { padding-top:0.3em; }
|
|
|
|
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
|
|
|
|
|
2013-01-27 17:00:49 +00:00
|
|
|
/* detail-selector & slider */
|
|
|
|
select { margin-left:5px; margin-right:5px; }
|
2012-04-22 10:26:04 +00:00
|
|
|
.set,.attr { margin-bottom:5px; float:left; }
|
2013-01-27 17:00:49 +00:00
|
|
|
.slider { float:left; width:250px; height:26px; }
|
|
|
|
.set .slider { background:#F0F0D8; border-radius:8px; }
|
|
|
|
/* timepicker */
|
|
|
|
.set .set { margin-bottom:2px; margin-top:3px; }
|
|
|
|
.changed { color:red; }
|
|
|
|
|
|
|
|
.handle { position:relative; cursor:pointer; width:50px;
|
2013-02-22 17:41:29 +00:00
|
|
|
height:20px; line-height:20px;
|
|
|
|
-webkit-user-select:none; -moz-user-select:none; -user-select:none;
|
2013-01-27 17:00:49 +00:00
|
|
|
border:3px solid; color:#278727; text-align:center; }
|
|
|
|
.downText { margin-top:2px; }
|