style.css 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. body { border:0; background-color: #FFFFE7;
  2. font-family:Arial, sans-serif; font-size:16px;}
  3. input { font-family:Arial, sans-serif; font-size:16px; }
  4. select { font-family:Arial, sans-serif; font-size:16px; }
  5. #logo { margin-top:10px; margin-left:20px; width:120px; height:132px;
  6. background-image:url(fhemicon.png); }
  7. #menu { margin-top:10px; margin-left:20px; width:140px; }
  8. #menuScrollArea { width: 175px; left:0px; top:0px; height:100%;
  9. position:fixed; overflow-x:hidden; overflow-y:auto; }
  10. #hdr { position:absolute; top:10px; left:180px; }
  11. #content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
  12. /*#rightcontent { position:absolute; top:0px; left:0px; bottom:20px; right:10px; }*/
  13. #connect_err { background-color: #000000; color: #FFFFFF;
  14. position:absolute; top:0px; left:40px; z-index: 10; }
  15. .devType { padding-top:20px; }
  16. a { color: #278727; }
  17. img { border-style: none; }
  18. .wide { width:100%; }
  19. table.block { border:1px solid gray; background: #F8F8E0; }
  20. table.block tr.odd { background: #F0F0D8; }
  21. table.block tr.sel { background: #F0F0D8; }
  22. table { border-radius:8px; }
  23. table.room { border:1px solid gray; width: 100%; background: #D7FFFF; }
  24. table.room tr.sel { background: #A0FFFF; }
  25. #right { position:absolute; top:0px; left:180px; width:80%; height:100%; }
  26. h2,h3,h4 { color:#52865D; line-height:1.3;
  27. margin-top:1.5em; font-family:Arial,Sans-serif; }
  28. div.dist { padding-top:0.3em; }
  29. button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
  30. a img { border-style:none; }
  31. .col2 { text-align:center; }
  32. /* detail-selector & slider */
  33. .makeTable { display:inline; float:left; clear:left;
  34. margin-top:10px; margin-bottom:20px;}
  35. .makeSelect { display:inline; float:left; clear:left; }
  36. select { margin-left:5px; margin-right:5px; }
  37. .get,.set,.attr { margin-bottom:5px; float:left; }
  38. .slider { float:left; width:250px; height:26px; }
  39. /* detail only */
  40. .makeSelect .slider {background:#F0F0D8; border-radius:8px;}
  41. /* timepicker */
  42. .set .set { margin-bottom:2px; margin-top:3px; }
  43. .handle { position:relative; cursor:pointer; width:50px;
  44. height:20px; line-height:20px;
  45. -webkit-user-select:none; -moz-user-select:none; -user-select:none;
  46. border:3px solid; color:#278727; text-align:center; }
  47. .downText { margin-top:2px; }
  48. pre { white-space: pre-wrap; }
  49. #svg { height:32px; width:32px; fill:#278727; }
  50. #svg.on,svg.FS20_on { fill:orange; }
  51. /* next lines are for remotecontrol */
  52. .rc_body { border-style: solid; border-color: gray; border-width: 2px; padding: 5px;
  53. background: #C8C8B0; font-size:6px;}
  54. .rc_button { padding: 5px 7px;}
  55. .rc_button img { border-style: solid; border-width: 1px; border-color: transparent; }
  56. .rc_button img:active { border-color: gray; }
  57. .changed { color:red; }