defaultCommon.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. @import url("dashboard_style.css");
  2. textarea, .ui-dialog.ui-widget textarea { font-family:Courier; }
  3. body { font-family:Arial, sans-serif; background-color: #FFFFE7; }
  4. input { font-family:Arial, sans-serif; font-size:16px;}
  5. select { font-family:Arial, sans-serif; font-size:16px;}
  6. #console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
  7. #errmsg { background-color: #000000; color: #FFFFFF;
  8. position:fixed; top:0px; left:40px; z-index: 10; }
  9. .devType { padding-top:20px; }
  10. a { color:#278727; }
  11. img { border-style:none; }
  12. .wide { width:100%; }
  13. table.readings td:nth-child(2) { word-break: break-all; }
  14. table.block { border:1px solid gray; background: #F8F8E0; }
  15. table.block tr.odd { background: #F0F0D8; }
  16. table.block tr.sel { background: #F0F0D8; }
  17. table { border-radius:8px; }
  18. table.room { border:1px solid gray; width: 100%; background: #D7FFFF; }
  19. table.room tr.sel { background: #A0FFFF; }
  20. tr.column > td { padding:0; vertical-align:top;}
  21. .changed a, .changed { color:red; }
  22. .fhemlog { color:#278727; }
  23. .col2 { text-align:center; }
  24. /* Documentation */
  25. h2,h3,h4 { color:#52865D; line-height:1.3;
  26. margin-top:1.5em; font-family:Arial,Sans-serif; }
  27. div.dist { padding-top:0.3em; }
  28. button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
  29. div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
  30. #right { position:absolute; top:20px; left:180px; bottom:5px; right: 5px; }
  31. /* Widgets */
  32. .makeTable { display:inline; float:left; clear:left; /*detail-selector,slider*/
  33. margin-top:10px; margin-bottom:20px;}
  34. .makeSelect { display:inline; float:left; clear:left; }
  35. select { margin-left:5px; margin-right:5px; }
  36. .slider { float:left; width:250px; height:26px; }
  37. .colorpicker_ct .slider { background: url(../jscolor/ct_background.svg); }
  38. .colorpicker_ct_mired .slider { background: url(../jscolor/ct_mired_background.svg); }
  39. .colorpicker_hue .slider { background: url(../jscolor/hue_background.svg); }
  40. .get,.set,.attr { margin-bottom:5px; float:left; }
  41. select.svgSrc { width:100px; }
  42. select.svgColumn { width:50px; }
  43. select.svgRegexp { width:120px; }
  44. /* sortable Widget */
  45. ul.sortable-src, ul.sortable-dest {
  46. min-width: 130px; min-height:1.8em;
  47. list-style-type: none;border: 2px solid black;
  48. vertical-align:middle; border-radius: 3px; margin: 3px;
  49. background: #eee; padding: 2px;
  50. }
  51. ul.sortable-src li, ul.sortable-dest li {
  52. color: black!important;font-size: 0.8em;
  53. line-height: 1.6em; vertical-align:middle;
  54. text-align:left; border-radius:3px;
  55. margin: 3px; padding: 2px; padding-left:4px;
  56. min-width: 120px;
  57. }
  58. ul.sortable-dest { background: #278727; }
  59. span.sort-item-delete-link {
  60. float:right; margin:0px;
  61. vertical-align:middle;
  62. margin-left:3px; padding:0px;
  63. }
  64. .ui-state-highlight { height: 1.1em; line-height: 1.1em; }
  65. .handle { position:relative; cursor:pointer; width:50px;
  66. height:20px; line-height:20px;
  67. -webkit-user-select:none; -moz-user-select:none; -user-select:none;
  68. border:3px solid; color:#278727; text-align:center; }
  69. .downText { margin-top:2px; }
  70. .set .set { margin-bottom:2px; margin-top:3px; } /* timepicker */
  71. pre { white-space: pre-wrap; }
  72. svg { height:32px; width:32px; vertical-align:middle; margin:2px 0;}
  73. svg:not([fill]):not(.jssvg) { fill:#278727; }
  74. svg.on,svg.FS20_on { fill:orange!important; }
  75. /* next lines are for remotecontrol */
  76. .rc_body { border-style:solid; border-color:gray;
  77. border-width:2px; padding:5px;
  78. background:#C8C8B0; font-size:6px;}
  79. .rc_button { padding: 5px 7px;}
  80. .rc_button img { border-style:solid; border-width:1px;
  81. border-color:transparent; }
  82. .rc_button img:active { border-color: gray; }
  83. /* jQuery-UI mods */
  84. div.ui-dialog { border:3px solid #278727; padding:0; }
  85. div.ui-dialog-titlebar { padding:0!important; border:none; background:#F0F0D8; }
  86. button.ui-dialog-titlebar-close { display:none; }
  87. div.ui-widget-content { background:#FFFFE7; }
  88. div.ui-widget-content a {color:#278727!important;}
  89. .ui-widget { font-family:Arial,sans-serif!important; }
  90. .ui-button-text { font-weight:normal!important; color:#555!important; }
  91. /* UZSU */
  92. .ui-button-text-only.ui-state-active { background:#F0F0D8; }
  93. #fwmenu {
  94. position: absolute; z-index:1005;
  95. text-align:left; max-width:600px;
  96. font-weight: normal; font-size: 100%;
  97. background:#FFFFE7; border:1px solid #278727;
  98. }
  99. #fwmenu li a { color:#278727; }
  100. div#svgmarker {
  101. position: absolute; z-index:1005; padding: 6px 10px;
  102. text-align:left; max-width:600px;
  103. color:#278727; background:#FFFFE7;
  104. border:2px solid #278727; border-radius:4px;
  105. }
  106. div.detLink { display:inline-block; margin-right:0.5em; }
  107. select [value^=l0] { color: red; }
  108. select [value^=l1] { color: green; }
  109. select [value^=l2] { color: blue; }
  110. select [value^=l3] { color: pink; }
  111. select [value^=l4] { color: brown; }
  112. select [value^=l5] { color: black; }
  113. select [value^=l6] { color: olive; }
  114. select [value^=l7] { color: gray; }
  115. select [value^=l8] { color: yellow; }
  116. svg.zw_nr .zwBox { stroke:#278727; stroke-width:2px; fill:#F0F0D8; }
  117. svg.zw_nr .zwDongle { stroke:red; stroke-width:2px; fill:#F0F0D8; }
  118. svg.zw_nr .zwMargin { stroke:#278727; stroke-width:1px; fill:none; }
  119. svg.zw_nr .zwLine { stroke:#278727; stroke-width:1px; }
  120. svg.zw_nr .zwArrowHead { fill:#278727; stroke-width:1px; }
  121. svg.zw_nr { height:auto; width:auto; margin:0; }