defaultfloorplanstyle.css 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. body { background-color: #F0F0F0;
  2. font-family:Arial, sans-serif;
  3. font-size:9px;
  4. background-repeat:no-repeat; }
  5. body[id~=Media] { background-color: #A5A5A5;
  6. font-family:Arial, sans-serif;
  7. font-size:9px;
  8. background-image:url(../icons/Media.bak);
  9. background-repeat:no-repeat; }
  10. #logo { position:absolute; top: 10px; left: 10px;
  11. width:64px; height:67px; background-image:url(../icons/fhem_smallscreen); }
  12. #backimg {position:absolute; top:15px; left:190px;}
  13. #menu { position:absolute; top:120px; left:20px; min-width:60px; }
  14. #menu.floorplan { position:absolute; top:120px; left:20px; min-width:80px; font-size:14px; line-height:22px; }
  15. #fpmenu.fp_arrange { position:absolute; bottom:20px; left:20px; min-width:310px; font-size:9px; border:1px solid gray;}
  16. #startcontent {position:absolute; top:20px; left:180px; text-align:left; font-size: 16px; }
  17. table a:hover {font-weight:bold;}
  18. #hdr { position:absolute; top:10px; left:180px; border:1px solid gray; }
  19. #content { position:absolute; top:50px; left:180px; bottom:10px; right:10px; text-align:center}
  20. #errmsg { background-color: #000000; color: #FFFFFF; position:absolute; top:0px; left:40px; z-index: 10; }
  21. a { color: #278727; }
  22. img { border-style: none; }
  23. table { -moz-border-radius:8px; border-radius:8px; }
  24. .fp_Grundriss {border:0px solid gray;}
  25. .devicename {font-size: 11px; text-align:center; }
  26. .devicestate {text-align:center; }
  27. .devicecommands {font-size:14px; text-align:center; }
  28. .devicetimestamp{font-size:10px; text-align:center; }
  29. #sz_Rollo.devicename {font-size:14px;}
  30. #sz_Rollo.devicecommands {font-size:12px; text-align:center; }
  31. #ez_Aussensensor.devicestate {color:green; font-size:30px; }
  32. #HomeStatus.devicestate {color:green; font-size:30px; }
  33. table.dummy {min-width:100px; }
  34. table.FHT {min-width:100px; }
  35. #wakeup.devicestate {color:green; font-size:11px; }
  36. #ez_FHT.devicestate {color:green; font-size:30px; }
  37. #Home.fp_Grundriss {font-size:14px; width:100px; }
  38. #Home.fp_Media {font-size:14px; text-align:left; }
  39. #Media {font-size:14px; }
  40. #Grundriss {font-size:14px; text-align:left; }
  41. .fp_tempvalue {color:red; font-size:20px; }
  42. .fp_humvalue {color:blue; font-size:20px; }
  43. h2,h3,h4 { color:#52865D; line-height:1.3;
  44. margin-top:1.5em; font-family:Arial,Sans-serif; }
  45. /* detail-selector & slider */
  46. select { margin-left:5px; margin-right:5px; }
  47. .set,.attr { margin-bottom:5px; float:left; }
  48. .slider { float:left; width:140px; height:26px; border:2px solid; color:grey; }
  49. .set .slider { background:#F0F0D8; border-radius:8px; }
  50. /* timepicker */
  51. .set .set { margin-bottom:2px; margin-top:3px; }
  52. .handle { position:relative; cursor:pointer; width:50px;
  53. height:20px; line-height:20px; user-select:none;
  54. border:3px solid; color:#278727; text-align:center; }
  55. .downText { margin-top:2px; }
  56. /* next lines are for openautomation-svg */
  57. svg { height:32px; width:32px; fill:#fff; vertical-align:middle; margin:2px 0; }
  58. g.on { fill:red; }
  59. /* next lines are for remotecontrol */
  60. .rc_body { border-style: solid; border-color: gray; border-width: 2px;
  61. padding: 5px; background: #C8C8B0; font-size:6px;}
  62. .rc_button { padding: 5px 7px;}
  63. .rc_button img { border-style: solid; border-width: 1px; border-color: transparent; }
  64. .rc_button img:active { border-color: gray; }