ios7style.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. @import url("ios7Common.css");
  2. /*
  3. Edit: fhainz
  4. */
  5. body { background: #e5e5e5;
  6. font-family:Helvetica; font-weight:300; font-size:16px; }
  7. input { font-family:Helvetica; font-weight:300; font-size:16px; }
  8. input[type="submit"] { background: transparent; color:#147bff; border:0px; cursor: pointer; }
  9. input[type="text"] { background: #fff; 1px solid #cbcbcb; }
  10. select { font-family:Helvetica; font-weight:300; font-size:16px; }
  11. #menuScrollArea { }
  12. #menu { margin: 20px 0 20px 12px; width:200px; left: 20px; }
  13. #menu a { color: #151515; }
  14. #console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
  15. #errmsg { background-color: #e5e5e5; color: #151515; text-align: center; font-weight: bold;
  16. position:fixed; top:0px; left:0px; z-index: 10; width:100%; padding-top: 2px;
  17. }
  18. .maininput { font-family: monospace; outline: none; }
  19. #hdr { position:absolute; top:20px; left:250px; }
  20. /* hdr alternate */
  21. /* to reactive old hdr delete the last 2 chars --> */
  22. #hdr {
  23. background: none repeat scroll 0 0 #e5e5e5;
  24. left: 0;
  25. padding: 10px 250px;
  26. position: fixed;
  27. top: 0;
  28. width: 100%;
  29. z-index: 99;
  30. }
  31. .room.roomBlock1 {
  32. padding: 10px;
  33. position: fixed;
  34. top: 5px;
  35. z-index: 999;
  36. }
  37. .room.roomBlock2 {
  38. margin-top: 30px;
  39. }
  40. .maininput {
  41. width: 74%;
  42. padding-right: 20px;
  43. }
  44. #errmsg {
  45. top:0px;
  46. left:0px;
  47. z-index: 99999;
  48. padding: 17px;
  49. }
  50. /*hdr alternate end */
  51. #content { position:absolute; top:50px; left:250px; bottom:20px; right:20px;
  52. }
  53. .devType { padding-top:20px; }
  54. .devType table.block { padding-bottom:20px; }
  55. a { color: #147bff; text-decoration:none; cursor: pointer; }
  56. img { border-style: none; }
  57. .wide { width: 100%; }
  58. table { border-radius:2px; margin: 0; padding: 0px; border-spacing: 0px; border-collapse:collapse; width: 100%; }
  59. table.room { width:210px; margin-bottom:10px; }
  60. table.room tr { background:#fff; border-bottom: 1px solid #cbcbcb;}
  61. table.room tr:last-child { border: 0; }
  62. table.room tr.sel { background: #d9d9d9; }
  63. table.room td div { height: 36px; }
  64. table.room td:hover { background: #d9d9d9; }
  65. table.roomBlock1 tr { border: 0; }
  66. table.room a { display: block; padding: 6px 0 6px 50px; }
  67. table.block a { width: 100%; height: 100%; }
  68. table.block { width:100%; background: #fff; }
  69. table.block a { color: #151515; }
  70. table.block tr { width: 100%; border-bottom: 1px solid #cbcbcb; }
  71. table.block tr:last-child { border: 0; }
  72. table.block tr.odd { background: #fff;}
  73. table.block tr.sel { background: #d9d9d9; }
  74. table.block td { padding:3px; }
  75. table.readings tr td:nth-child(3) { min-width: 150px; }
  76. /* Bugfix fuer readingsGroup, Spalten Link überall klickbar */
  77. table.block table.block, table.fileList table.fileList, table table {
  78. width: 100%;
  79. }
  80. table.assoc a { color: #147bff; }
  81. table.fileList { width:100% }
  82. table.fileList td { padding:5px; padding-left: 7px; }
  83. table.fileList td:hover { background: #d9d9d9; }
  84. table.fileList a { width:100%; height:100%; display:block; }
  85. table.FileLog td { border: none; }
  86. table.internals a { color: #147bff }
  87. table.attributes a { display: inline; }
  88. #right { position:absolute; top:20px; left:180px; }
  89. textarea { width: 100%; }
  90. h2,h3,h4 { color:#52865D; line-height:1.3;
  91. margin-top:1.5em; font-family:Arial,Sans-serif; }
  92. div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
  93. div.dist { padding-top:0.3em; }
  94. div.dval a { color: #147bff; }
  95. button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
  96. a img { border-style:none; }
  97. tr.column td { padding:0; vertical-align:top;}
  98. /* detail-selector & slider */
  99. .makeTable { display:inline; float:left; clear:left;
  100. margin-top:10px; margin-bottom:20px;}
  101. .makeSelect { display:inline; float:left; clear:left; }
  102. select { margin-left:5px; margin-right:5px; background: #fff; border:0px; }
  103. .get,.set,.attr { margin-bottom:5px; float:left; }
  104. .slider { float:left; width:250px; height:26px; }
  105. .get .slider,.set .slider,.attr .slider {
  106. background:#F0F0D8; border-radius:8px; }
  107. /* timepicker */
  108. .set .set { margin-bottom:2px; margin-top:3px; }
  109. /* sortable Widget */
  110. ul.sortable-src, ul.sortable-dest {
  111. min-width: 130px; min-height:1.8em;
  112. list-style-type: none; border: 2px solid black;
  113. vertical-align:middle; border-radius: 3px;
  114. margin: 3px; background: #aaa;
  115. padding: 2px;
  116. }
  117. ul.sortable-src li, ul.sortable-dest li {
  118. color: black!important; font-size: 0.8em;
  119. line-height: 1.6em; vertical-align:middle;
  120. text-align:left; border-radius:3px;
  121. margin: 3px; padding: 2px;
  122. padding-left:4px; min-width: 120px;
  123. }
  124. ul.sortable-dest { background: #147bff; }
  125. span.sort-item-delete-link {
  126. float:right; margin:0px;vertical-align:middle;
  127. margin-left:3px; padding:0px;
  128. }
  129. .ui-state-highlight { height: 1.1em; line-height: 1.1em; }
  130. /* save button */
  131. .changed a, .changed { color:#fc3e39!important; }
  132. #saveCheck { position: absolute; top: 10px; right: 10px; padding: 0; }
  133. .handle { position:relative; cursor:pointer; width:50px;
  134. height:20px; line-height:20px;
  135. -webkit-user-select:none; -moz-user-select:none; -user-select:none;
  136. border:3px solid; color:#1c7efb; text-align:center; }
  137. .downText { margin-top:2px; }
  138. pre { white-space: pre-wrap; }
  139. /* ============== SVG ============== */
  140. svg { height:32px; width:32px; fill:#1c7efb; vertical-align:middle; margin:2px 0; }
  141. table.room svg.icon { margin-left: -43px; margin-right:20px; }
  142. svg.icon { margin-left: 7px; margin-right:20px; }
  143. g.on { fill:#53d769; }
  144. table.room svg { height:20px; width:20px; fill:#147bff; }
  145. table.room svg.it_raspberry_logo { height: 26px; width: 26px; }
  146. /*-------------- Samsung Remote Control -------------------*/
  147. table#TYPE_remotecontrol { width: 250px; }
  148. table#TYPE_remotecontrol tr { border: 0; }
  149. table#TYPE_remotecontrol td { padding: 5px 7px; }
  150. .rc_body { border-style: solid; border-color: black; border-width: 1px; padding: 5px;
  151. background: #e5e5e5; font-size:6px;}
  152. .rc_button { padding: 5px 7px;}
  153. .rc_button img { border-style: solid; border-width: 1px; border-color: transparent; }
  154. .rc_button img:active { border-color: gray; }