mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
6f307b3012
stylesheetPrefix, menuEntries added, Extend devStateIcon, js setting of attr values in detail screen, live slider update in detail and room view git-svn-id: https://svn.fhem.de/fhem/trunk@2786 2b470e98-0d58-463d-a4d8-8e2adae1ed80
54 lines
2.2 KiB
CSS
54 lines
2.2 KiB
CSS
body { background-color: #FFFFE7;
|
|
font-family:Arial, sans-serif; font-size:16px;}
|
|
input { font-family:Arial, sans-serif; font-size:16px; }
|
|
select { font-family:Arial, sans-serif; font-size:16px; }
|
|
|
|
#logo { margin-top:10px; margin-left:20px; width:120px; height:132px;
|
|
background-image:url(../icons/fhemicon.png); }
|
|
#menu { margin-top:10px; margin-left:20px; width:140px; }
|
|
#menuScrollArea { width: 175px; left:0px; top:0px; height:100%;
|
|
position:fixed; overflow-x:hidden; overflow-y:auto; }
|
|
|
|
#hdr { position:absolute; top:10px; left:180px; }
|
|
#content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
|
|
|
|
#connect_err { background-color: #000000; color: #FFFFFF;
|
|
position:absolute; top:0px; left:40px; z-index: 10; }
|
|
.devType { padding-top:20px; }
|
|
a { color: #278727; }
|
|
img { border-style: none; }
|
|
|
|
.wide { width:100%; }
|
|
|
|
table.block { border:1px solid gray; background: #F8F8E0; }
|
|
table.block tr.odd { background: #F0F0D8; }
|
|
table.block tr.sel { background: #F0F0D8; }
|
|
table { border-radius:8px; }
|
|
|
|
table#room { border:1px solid gray; width: 100%; background: #D7FFFF; }
|
|
table#room tr.sel { background: #A0FFFF; }
|
|
|
|
#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; }
|
|
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
|
|
|
|
a img { border-style:none; }
|
|
|
|
/* detail-selector & slider */
|
|
select { margin-left:5px; margin-right:5px; }
|
|
.set,.attr { margin-bottom:5px; float:left; }
|
|
.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;
|
|
height:20px; line-height:20px;
|
|
-webkit-user-select:none; -moz-user-select:none; -user-select:none;
|
|
border:3px solid; color:#278727; text-align:center; }
|
|
.downText { margin-top:2px; }
|