defaultCommon.css 5.8 KB

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