darkstyle.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. @import url("darkCommon.css");
  2. /* Author: Till */
  3. body { background-color: #444444; background-image:url(../images/default/fhemicon_dark.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:140px; height:150px; }
  5. #menu { position:absolute; top:170px;left:20px; width:140px; }
  6. #console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
  7. #hdr { position:absolute; top:10px; left:180px; }
  8. #content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
  9. a { color: #CCCCCC; text-decoration: none;}
  10. a:hover { color: #ffffff; }
  11. .wide { width:100%; }
  12. table.block { border:1px solid #ffffff; width: 100%;
  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 {min-width:1000px; 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 {
  48. padding-top:5px; padding-right:5px; padding-left:8px;
  49. vertical-align:top;
  50. }
  51. /* detail-selector & slider */
  52. .makeTable { display:inline; float:left; clear:left;
  53. margin-top:10px; margin-bottom:20px;}
  54. .makeSelect { display:inline; float:left; clear:left; vertical-align:middle; }
  55. select { margin-left:5px; margin-right:5px; }
  56. .get,.set,.attr { margin-bottom:5px; float:left; }
  57. .slider { margin-left:10px; float:left; width:250px; height:26px; }
  58. .get .slider,.set .slider,.attr .slider {
  59. background:#101010; border-radius:8px; }
  60. /* timepicker */
  61. .set .set { margin-bottom:2px; margin-top:3px; }
  62. .slider { margin-left:10px; float:left; width:250px; height:26px;
  63. border-style:solid; border-width:2px; border-color:#555555 }
  64. .handle { position:relative; cursor:pointer; width:50px;
  65. height:20px; line-height:20px;
  66. -webkit-user-select:none; -moz-user-select:none; -user-select:none;
  67. border:2px solid; color:white; text-align:center; }
  68. .downText,.makeSelect select { margin:0.7em; }
  69. /* sortable Widget */
  70. ul.sortable-src, ul.sortable-dest {
  71. min-width: 130px; min-height:1.8em;
  72. list-style-type: none; border: 2px solid white;
  73. vertical-align:middle; border-radius: 3px;
  74. margin: 3px; background: #aaa; padding: 2px;
  75. }
  76. ul.sortable-src li, ul.sortable-dest li {
  77. color: black!important; font-size: 0.8em;
  78. line-height: 1.6em; vertical-align:middle;
  79. text-align:left; border-radius: 3px;
  80. margin: 3px; padding: 2px; padding-left:4px;
  81. min-width: 120px;
  82. }
  83. ul.sortable-dest { background: #101010; }
  84. span.sort-item-delete-link {
  85. float:right; margin:0px;
  86. vertical-align:middle; margin-left:3px;
  87. padding:0px;
  88. }
  89. .ui-state-highlight { height: 1.1em; line-height: 1.1em; }
  90. svg { height:32px; width:32px; vertical-align:middle; margin:2px 0; }
  91. svg:not([fill]) { fill:#fff; }
  92. svg.on,svg.FS20_on { fill:orange!important; }
  93. g.on { fill:red; }
  94. /* next lines are for remotecontrol */
  95. .rc_body { border-style: solid; border-color: gray; border-width: 2px;
  96. padding: 5px; background: #101010; font-size:6px;}
  97. .rc_button { padding: 5px 7px;}
  98. .rc_button img { border-style: solid; border-width: 1px;
  99. border-color: transparent; }
  100. .rc_button img:active { border-color: gray; }
  101. .changed a, .changed { color:red!important; }
  102. .colorpicker_ct .slider { background: url(../jscolor/ct_background.svg); }
  103. .colorpicker_ct_mired .slider { background: url(../jscolor/ct_mired_background.svg); }
  104. .colorpicker_hue .slider { background: url(../jscolor/hue_background.svg); }
  105. .get,.set,.attr { margin-bottom:5px; float:left; }
  106. select.svgSrc { width:100px; }
  107. select.svgColumn { width:50px; }
  108. select.svgRegexp { width:120px; }
  109. /* jQuery-UI mods */
  110. #fwmenu {
  111. position: absolute; z-index:1005;
  112. text-align:left; max-width:600px;
  113. font-weight: normal; font-size: 100%;
  114. background:black; border:1px solid white;
  115. }
  116. #fwmenu li a { color:white; }
  117. div#svgmarker {
  118. position: absolute; z-index:1005; padding: 6px 10px;
  119. text-align:left; max-width:600px;
  120. color:white; background:black;
  121. border:2px solid white; border-radius:4px;
  122. }
  123. body.commandref div#menuScrollArea { position:fixed; }