darksmallscreenstyle.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. @import url("darkCommon.css");
  2. /* Author: Bernd auf Basis der Vorlage von Till*/
  3. body { background-color: #444444; background-image:url(../images/default/fhemicon_darksmall.png); background-repeat:no-repeat; color: #CCCCCC; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
  4. #logo { position:absolute; top:10px; left:20px; width:78px; visibility:hidden; }
  5. #menu { position:absolute; top: 2px; left:65px; }
  6. #hdr { position:absolute; top:40px; left:65px; }
  7. #content { position:absolute; top:75px; left: 0px; right: 0px;}
  8. #errmsg { left:0px; }
  9. a { color: #CCCCCC; text-decoration: none;}
  10. a:hover { color: #ffffff; }
  11. .wide { width:100%; }
  12. table.block { border:1px solid #ffffff; width: 300px;
  13. background: #333333; box-shadow:5px 5px 5px #000;}
  14. table.block tr.odd { background: #111111; }
  15. table.block tr.sel { background: red; }
  16. table { border-radius:8px; border-spacing: 0px;
  17. padding-bottom: 6px; padding-top: 6px; }
  18. table.room { background: #111111; width: 140px; border:1px solid #CCCCCC; box-shadow:5px 5px 5px #000;}
  19. table.room a { color: #CCCCCC; text-decoration: none; }
  20. table.room a:hover { color: #ffffff; }
  21. table.room tr.sel { background: red; }
  22. th {color:red; text-align: left; padding-left: 10px; font-weight: bold;}
  23. td {padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px;}
  24. input {outline:none; background-color: #111111;
  25. border: 1px solid #ffffff; color: #cccccc; padding:5px;
  26. margin-left: 10px; border-radius:8px; box-shadow: 5px 5px 5px #000000;}
  27. input:focus {border: 1px solid red;}
  28. input:disabled {color: #808080; }
  29. input[type="submit"] { background-color: #353535; border-style:outset; border-width:2px }
  30. textarea {background-color: #111111;
  31. border: 1px solid #ffffff; color: #cccccc;
  32. padding:5px; margin-left: 10px;
  33. border-radius:8px; box-shadow: 5px 5px 5px #000000;}
  34. /*
  35. next lines are for commandref and faq
  36. */
  37. #left { position:absolute; top:140px; left:60px; width:140px; }
  38. #right { position:absolute; top:20px; left:200px; bottom:20px;
  39. right:10px; }
  40. body>div#left { position:fixed; }
  41. div#block { border:1px solid gray; background: #101010; padding:0.7em; }
  42. div#dist { padding-top:0.3em; }
  43. button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
  44. h2,h3,h4 { color:#EEE; line-height:1.3; margin-top:1.5em; font-family:Verdana; }
  45. a img { border-style:none; }
  46. .col2 { text-align:center; }
  47. tr.column td { padding:0; vertical-align:top;}
  48. /* detail-selector & slider */
  49. .makeTable { display:inline; float:left; clear:left;
  50. margin-top:10px; margin-bottom:20px;}
  51. .makeSelect { display:inline; float:left; clear:left; vertical-align:middle; }
  52. select { margin-left:5px; margin-right:5px; }
  53. .get,.set,.attr { margin-bottom:5px; float:left; }
  54. .slider { float:right; width:300px; height:26px; }
  55. .get .slider,.set .slider,.attr .slider {
  56. background:#101010; border-radius:8px; }
  57. /* timepicker */
  58. .set .set { margin-bottom:2px; margin-top:3px; }
  59. .slider { margin-left:10px; float:left; width:250px; height:26px;
  60. border-style:solid; border-width:2px; border-color:#555555 }
  61. .handle { position:relative; cursor:pointer; width:50px;
  62. height:20px; line-height:20px;
  63. -webkit-user-select:none; -moz-user-select:none; -user-select:none;
  64. border:2px solid; color:white; text-align:center; }
  65. .downText,.makeSelect select { margin:0.7em; }
  66. svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; }
  67. svg:not([fill]) { fill:#fff; }
  68. g.on { fill:red; }
  69. /* next lines are for remotecontrol */
  70. .rc_body { border-style: solid; border-color: gray; border-width: 2px;
  71. padding: 5px; background: #101010; font-size:6px;}
  72. .rc_button { padding: 5px 7px;}
  73. .rc_button img { border-style: solid; border-width: 1px;
  74. border-color: transparent; }
  75. .rc_button img:active { border-color: gray; }
  76. .changed a, .changed { color:red; }
  77. div.dname, div.dval {
  78. width: 152px;
  79. white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  80. font-size:16px;
  81. }
  82. div.tiny { font-size:10px; }
  83. /* Portrait mode */
  84. @media all and (orientation:portrait) {
  85. /*table.block select, table.block input { width: 0px; display: none; } */
  86. table.block tr td:nth-child(n+3) { width: 0px; display: none; }
  87. }
  88. /* Landscape mode */
  89. @media all and (orientation:landscape) {
  90. table.block{ width: 600px; }
  91. table.block input { text-align: center; }
  92. table.block tr td:nth-child(3) { text-align: center; }
  93. table.block div.slider { width: 108px; text-align: center; }
  94. table.block slider { float: none; }
  95. table.block select { text-align: center; }
  96. }
  97. /* commandref */
  98. body.commandref ul { -webkit-padding-start:0; }
  99. body.commandref div#menuScrollArea div#menu a { margin-left:10px; }
  100. body.commandref table.class_device { word-break:break-all; }
  101. body.commandref div#right { top:48px; left:5px; right:5px; }
  102. body.commandref div#menuScrollArea {
  103. top:0px; left:10px; right:10px; height:48px;
  104. position:fixed; z-index:30; background-color:inherit;
  105. }
  106. body.commandref div#menu { top:15px; left:40px; }
  107. body.commandref div#menu a { margin-left:20px; }
  108. body.commandref div#menu br { display:none; }
  109. body.commandref div#menu h3 { display:none; }