brightstyle.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. body { background:none repeat scroll 0 0 #FFFFFF; color:#333333; font-family: Arial, sans-serif; font-size:11px; margin:0; padding:0; }
  2. a:link, a:visited { color:#309bbd; text-decoration:none; }
  3. a:hover { color:#003366; }
  4. a img { border:medium none; }
  5. div#logo { position: fixed; z-index:12000; top:3px; left:5px; float:left; width:24px;height:24px; background:url("../images/default/fhemicon_bright.png") no-repeat;}
  6. #menu { position: relative; top: 60px; float:left; width: 25%; padding: 0px 20px 120px;}
  7. #console { width:100%; height:100%; position:absolute; overflow-y:auto;}
  8. #hdr { position: fixed; z-index: 1000; float: left; clear: both; height:32px; width: 100%; -webkit-box-sizing: border-box; moz-box-sizing: border-box; box-sizing: border-box; background:black; background-image: linear-gradient(#333333,#222222); }
  9. #content { width:70%; float:right; margin-top:60px; }
  10. #errmsg { background-color: #000000; color: #FFFFFF;
  11. position:fixed; top:0px; left:40px; z-index: 10; }
  12. table { margin: 0; padding: 0; border-spacing: 0px; border-collapse:separate; }
  13. td, th { font-family: Arial, sans-serif; font-size:11px; line-height:13px; vertical-align:middle; }
  14. th { font-weight:bold; font-size:12px; text-align:left; }
  15. div.devType { display:block; padding: 5px 10px 4px; font-weight:bold; font-size: 1.3em; }
  16. div#content > table { width:90%; background-image: linear-gradient(#e5e5e5,#ababab); }
  17. div#content table { border:1px solid lightgray; border-radius:3px; border-spacing:0px;}
  18. div#content table td { border-bottom:1px solid #ddd; border-top: 1px solid #fff; padding:0; margin:0; background:#e5e5e5; background-image: linear-gradient(#e5e5e5,#dbdbdb); }
  19. div#content table td table, div#content table td table td { border:0px none; border-radius: 0px; background: #eee; }
  20. table br { clear:both; }
  21. table.block { padding: 5px 10px 4px; width: 100%; min-width:250px; background: none; border:0px none;}
  22. table.block tr { background:none repeat scroll 0 0 white; }
  23. table.block tr.sel { background: #cac8cf; }
  24. table.block td {border: 0px solid none;}
  25. div#menu table { width:100%; }
  26. table.room { background: #eee; width: 100%; border: 1px solid lightgray; border-radius:3px; border-spacing:0px;}
  27. table.room td { border-top: 1px solid #fff; border-bottom: 1px solid #ddd; padding: 5px 10px 4px; font-weight:bold; font-size:1.2em}
  28. table.room a { color: #455667; text-decoration: none; }
  29. table.room a:hover { color: #1f1f1f; }
  30. table.room tr.sel { background: #cac8cf; }
  31. input { outline:none; border:1px solid white; color: #344556; padding:2px; border-radius:1px;}
  32. input:focus { border: 1px solid red; }
  33. input.maininput { background: lightgray; margin-top:5px; }
  34. div#hdr:before { float:left; color:white; margin:5px 5px 0px 35px; text-shadow: 0px 10px gray;content: "FHEM SERVER"; }
  35. textarea { background-color: #e5e5e5; border: 1px solid #ffffff; color: gray; padding:5px; margin-left: 10px; border-radius:3px; }
  36. /*
  37. next lines are for commandref and faq
  38. */
  39. #left { position:absolute; top:140px; left:60px; width:140px; }
  40. #right { float:left; margin-top:60px; width:800px; }
  41. body>div#left { position:fixed; }
  42. div#block { border:1px solid gray; background: #101010; padding:0.7em; }
  43. div#dist { padding-top:0.3em; }
  44. button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
  45. h2,h3,h4 { color:#777; line-height:1.3; margin-top:1.5em; font-family:Verdana; }
  46. select.attr,input.attr,select.set,input.set { margin-bottom:10px; }
  47. a img { border-style:none; }
  48. .col2 { text-align:center; }
  49. tr.column td { padding:0; vertical-align:top;}
  50. /* detail-selector & slider */
  51. select { border:0px none; margin-left:5px; margin-right:5px; }
  52. .set,.attr { margin-bottom:5px; float:left; }
  53. .slider { margin-left:10px; float:left; width:250px; height:26px; }
  54. .set .slider { background:#101010; border-radius:8px; }
  55. /* timepicker */
  56. .set .set { margin-bottom:2px; margin-top:3px; }
  57. .handle { position:relative; cursor:pointer; width:50px;
  58. height:20px; line-height:20px;
  59. -webkit-user-select:none; -moz-user-select:none; -user-select:none;
  60. border:2px solid; color:#309bbd; text-align:center; }
  61. .downText { margin-top:8px; font-weight:bold; }
  62. svg { height:32px; width:32px; fill:#309bbd; vertical-align:middle; margin:2px 0; }
  63. g.on { fill:red; }
  64. div[id*="Kalender-"] { width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  65. div[id*="disp"] { width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  66. table.block tr.even a[onclick*="Javascript"], table.block tr.odd a[onclick*="Javascript"] { font-weight: bold; cursor: pointer }
  67. div.dval { margin-left:10px; }
  68. .colorpicker_ct .slider { background: url(../jscolor/ct_background.svg); }
  69. .colorpicker_ct_mired .slider { background: url(../jscolor/ct_mired_background.svg); }
  70. .colorpicker_hue .slider { background: url(../jscolor/hue_background.svg); }
  71. .get,.set,.attr { margin-bottom:5px; float:left; }
  72. select.svgSrc { width:100px; }
  73. select.svgColumn { width:50px; }
  74. select.svgRegexp { width:120px; }
  75. /* jQuery-UI mods */
  76. div.ui-dialog { border:3px solid #278727; padding: 0.2em; }
  77. div.ui-dialog div.ui-dialog-titlebar { display:none; }
  78. div.ui-widget-content { background:#FFFFE7; }
  79. .ui-widget { font-family:Arial,sans-serif!important; }
  80. .ui-button-text { font-weight:normal!important; color:#555!important; }
  81. #fwmenu {
  82. position: absolute; z-index:1005;
  83. text-align:left; max-width:600px;
  84. font-weight: normal; font-size: 100%;
  85. background:#FFFFE7; border:1px solid #278727;
  86. }
  87. #fwmenu li a { color:#278727; }
  88. div#svgmarker {
  89. position: absolute; z-index:1005; padding: 6px 10px;
  90. text-align:left; max-width:600px;
  91. color:#278727; background:#FFFFE7;
  92. border:2px solid #278727; border-radius:4px;
  93. }
  94. div.detLink { display:inline-block; margin-right:0.5em; }
  95. svg.zw_nr .zwBox { stroke:#333333; stroke-width:2px; fill:#eeeeee; }
  96. svg.zw_nr .zwDongle { stroke:red; stroke-width:2px; fill:#eeeeee; }
  97. svg.zw_nr .zwMargin { stroke:#333333; stroke-width:1px; fill:none; }
  98. svg.zw_nr .zwLine { stroke:#333333; stroke-width:1px; }
  99. svg.zw_nr .zwArrowHead { fill:#333333; stroke-width:1px; }
  100. svg.zw_nr { height:auto; width:auto; margin:0; }