2013-12-20 14:42:19 +00:00
|
|
|
@import url("dashboard_ios7.css");
|
|
|
|
|
2013-07-24 05:24:09 +00:00
|
|
|
/*
|
|
|
|
Edit: fhainz
|
|
|
|
*/
|
2014-02-01 11:10:38 +00:00
|
|
|
|
2013-08-01 07:41:53 +00:00
|
|
|
body { background: #e5e5e5;
|
2013-07-24 05:24:09 +00:00
|
|
|
font-family:Helvetica; font-weight:300; font-size:16px; }
|
2013-08-01 07:41:53 +00:00
|
|
|
|
2013-07-24 05:24:09 +00:00
|
|
|
input { font-family:Helvetica; font-weight:300; font-size:16px; }
|
2013-08-01 07:41:53 +00:00
|
|
|
input[type="submit"] { background: transparent; color:#147bff; border:0px; cursor: pointer; }
|
|
|
|
input[type="text"] { background: #fff; 1px solid #cbcbcb; }
|
|
|
|
|
2013-07-24 05:24:09 +00:00
|
|
|
select { font-family:Helvetica; font-weight:300; font-size:16px; }
|
|
|
|
|
2014-02-01 21:28:15 +00:00
|
|
|
#menuScrollArea { }
|
2013-07-24 05:24:09 +00:00
|
|
|
|
|
|
|
#menu { margin: 20px 0 20px 12px; width:200px; left: 20px; }
|
|
|
|
#menu a { color: #151515; }
|
2013-10-19 11:10:12 +00:00
|
|
|
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
|
2013-07-24 05:24:09 +00:00
|
|
|
#hdr { position:absolute; top:20px; left:250px; }
|
|
|
|
|
2014-02-01 21:28:15 +00:00
|
|
|
#content { position:absolute; top:50px; left:250px; bottom:20px; right:20px;
|
|
|
|
}
|
2013-07-24 05:24:09 +00:00
|
|
|
|
2014-02-12 19:11:15 +00:00
|
|
|
#errmsg { background-color: #e5e5e5; color: #151515; text-align: center; font-weight: bold;
|
|
|
|
position:fixed; top:0px; left:0px; z-index: 10; width:100%; padding-top: 2px;
|
2013-08-01 07:41:53 +00:00
|
|
|
}
|
|
|
|
|
2013-07-24 05:24:09 +00:00
|
|
|
.devType { padding-top:20px; }
|
2013-10-01 17:54:56 +00:00
|
|
|
.devType table.block { padding-bottom:20px; }
|
2013-07-24 05:24:09 +00:00
|
|
|
|
|
|
|
a { color: #147bff; text-decoration:none; cursor: pointer; }
|
|
|
|
|
|
|
|
img { border-style: none; }
|
|
|
|
|
2013-10-01 17:54:56 +00:00
|
|
|
.wide { width: 100%; }
|
2013-07-24 05:24:09 +00:00
|
|
|
|
2014-02-01 21:28:15 +00:00
|
|
|
table { border-radius:2px; margin: 0; padding: 0px; border-spacing: 0px; border-collapse:collapse; width: 100%; }
|
2013-07-24 05:24:09 +00:00
|
|
|
|
2013-08-01 07:41:53 +00:00
|
|
|
table.room { width:210px; margin-bottom:15px; }
|
|
|
|
table.room tr { background:#fff; border-bottom: 1px solid #cbcbcb;}
|
|
|
|
table.room tr:last-child { border: 0; }
|
2013-07-24 05:24:09 +00:00
|
|
|
table.room tr.sel { background: #d9d9d9; }
|
2013-08-01 07:41:53 +00:00
|
|
|
table.room td div { height: 36px; }
|
2013-07-24 05:24:09 +00:00
|
|
|
table.room td:hover { background: #d9d9d9; }
|
|
|
|
|
2013-08-01 07:41:53 +00:00
|
|
|
table.roomBlock1 tr { border: 0; }
|
|
|
|
|
2013-10-01 17:54:56 +00:00
|
|
|
table.room a { display: block; padding: 6px 0 6px 50px; }
|
2014-02-01 11:10:38 +00:00
|
|
|
table.block a { width: 100%; height: 100%; }
|
2013-08-01 07:41:53 +00:00
|
|
|
|
2014-02-01 21:28:15 +00:00
|
|
|
table.block { width:100%; background: #fff; }
|
2013-07-24 05:24:09 +00:00
|
|
|
table.block a { color: #151515; }
|
2014-02-01 11:10:38 +00:00
|
|
|
table.block tr { width: 100%; border-bottom: 1px solid #cbcbcb; }
|
2013-08-01 07:41:53 +00:00
|
|
|
table.block tr:last-child { border: 0; }
|
2014-02-01 11:10:38 +00:00
|
|
|
table.block tr.odd { background: #fff;}
|
2013-07-24 05:24:09 +00:00
|
|
|
table.block tr.sel { background: #d9d9d9; }
|
2013-08-01 07:41:53 +00:00
|
|
|
table.block td { padding:3px; }
|
|
|
|
|
2014-02-01 21:28:15 +00:00
|
|
|
/* Bugfix fuer readingsGroup, Spalten Link überall klickbar */
|
|
|
|
table.block table.block, table.fileList table.fileList, table table {
|
2013-11-18 20:40:36 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-08-01 07:41:53 +00:00
|
|
|
table.assoc a { color: #147bff; }
|
2013-07-24 05:24:09 +00:00
|
|
|
|
2014-02-01 21:28:15 +00:00
|
|
|
table.fileList { width:100% }
|
2013-07-24 05:24:09 +00:00
|
|
|
table.fileList td { padding:5px; padding-left: 7px; }
|
|
|
|
table.fileList td:hover { background: #d9d9d9; }
|
2014-02-01 21:28:15 +00:00
|
|
|
table.fileList a { width:100%; height:100%; display:block; }
|
2013-07-24 05:24:09 +00:00
|
|
|
|
2013-08-01 07:41:53 +00:00
|
|
|
table.FileLog td { border: none; }
|
|
|
|
|
|
|
|
table.internals a { color: #147bff }
|
|
|
|
|
|
|
|
table.attributes a { display: inline; }
|
|
|
|
|
2013-07-24 05:24:09 +00:00
|
|
|
#right { position:absolute; top:20px; left:180px; }
|
|
|
|
|
2013-08-01 07:41:53 +00:00
|
|
|
textarea { width: 100%; }
|
|
|
|
|
2013-07-24 05:24:09 +00:00
|
|
|
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; }
|
|
|
|
div.dval a { color: #147bff; }
|
|
|
|
|
|
|
|
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
|
|
|
|
|
|
|
|
a img { border-style:none; }
|
2013-11-14 22:26:02 +00:00
|
|
|
tr.column td { padding:0; vertical-align:top;}
|
2013-07-24 05:24:09 +00:00
|
|
|
|
|
|
|
/* detail-selector & slider */
|
2013-08-08 16:34:49 +00:00
|
|
|
.makeTable { display:inline; float:left; clear:left;
|
|
|
|
margin-top:10px; margin-bottom:20px;}
|
|
|
|
.makeSelect { display:inline; float:left; clear:left; }
|
|
|
|
|
2013-08-01 07:41:53 +00:00
|
|
|
select { margin-left:5px; margin-right:5px; background: #fff; border:0px; }
|
2013-08-08 16:34:49 +00:00
|
|
|
.get,.set,.attr { margin-bottom:5px; float:left; }
|
2013-07-24 05:24:09 +00:00
|
|
|
.slider { float:left; width:250px; height:26px; }
|
2013-08-08 16:34:49 +00:00
|
|
|
.get .slider,.set .slider,.attr .slider {
|
|
|
|
background:#F0F0D8; border-radius:8px; }
|
2013-07-24 05:24:09 +00:00
|
|
|
/* timepicker */
|
|
|
|
.set .set { margin-bottom:2px; margin-top:3px; }
|
2013-08-01 07:41:53 +00:00
|
|
|
|
2013-07-24 05:24:09 +00:00
|
|
|
.changed { color:#fc3e39; }
|
|
|
|
|
|
|
|
.handle { position:relative; cursor:pointer; width:50px;
|
|
|
|
height:20px; line-height:20px;
|
|
|
|
-webkit-user-select:none; -moz-user-select:none; -user-select:none;
|
2013-08-01 07:41:53 +00:00
|
|
|
border:3px solid; color:#1c7efb; text-align:center; }
|
2013-07-24 05:24:09 +00:00
|
|
|
.downText { margin-top:2px; }
|
|
|
|
|
|
|
|
pre { white-space: pre-wrap; }
|
|
|
|
|
2013-08-01 07:41:53 +00:00
|
|
|
/* ============== SVG ============== */
|
|
|
|
|
2013-07-24 05:24:09 +00:00
|
|
|
svg { height:32px; width:32px; fill:#1c7efb; }
|
2013-08-01 07:41:53 +00:00
|
|
|
table.room svg.icon { margin-left: -43px; margin-right:20px; }
|
|
|
|
|
|
|
|
svg.icon { margin-left: 7px; margin-right:20px; }
|
|
|
|
|
|
|
|
g.on { fill:#53d769; }
|
|
|
|
|
|
|
|
table.room svg { height:20px; width:20px; fill:#147bff; }
|
2014-02-09 11:38:28 +00:00
|
|
|
table.room svg.it_raspberry_logo { height: 26px; width: 26px; }
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------- Samsung Remote Control -------------------*/
|
|
|
|
table#TYPE_remotecontrol { width: 250px; }
|
|
|
|
table#TYPE_remotecontrol tr { border: 0; }
|
|
|
|
table#TYPE_remotecontrol td { padding: 5px 7px; }
|
|
|
|
.rc_body { border-style: solid; border-color: black; border-width: 1px; padding: 5px;
|
|
|
|
background: #e5e5e5; font-size:6px;}
|
|
|
|
.rc_button { padding: 5px 7px;}
|
|
|
|
.rc_button img { border-style: solid; border-width: 1px; border-color: transparent; }
|
2014-02-12 19:11:15 +00:00
|
|
|
.rc_button img:active { border-color: gray; }
|