stream.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. /*
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. */
  15. #content #stream
  16. {
  17. }
  18. #content #stream #form
  19. {
  20. float: top;
  21. }
  22. #content #stream #form label
  23. {
  24. cursor: pointer;
  25. display: inline;
  26. margin-top: 5px;
  27. }
  28. #content #stream #form input,
  29. #content #stream #form select,
  30. #content #stream #form textarea
  31. {
  32. margin-bottom: 2px;
  33. width: 100%;
  34. }
  35. #content #stream #form textarea
  36. {
  37. height: 125px;
  38. }
  39. #content #stream #form #start
  40. {
  41. float: left;
  42. width: 45%;
  43. }
  44. #content #stream #form #rows
  45. {
  46. float: right;
  47. width: 45%;
  48. }
  49. #content #stream #form input[type=checkbox]
  50. {
  51. margin-bottom: 0;
  52. margin-left: 5px;
  53. margin-right: 0px;
  54. width: 10px;
  55. height: 10px;
  56. display: inline;
  57. }
  58. #content #stream #form fieldset
  59. {
  60. border: 1px solid #fff;
  61. border-top: 1px solid #c0c0c0;
  62. margin-bottom: 5px;
  63. }
  64. #content #stream #form fieldset.common
  65. {
  66. margin-top: 10px;
  67. }
  68. #content #stream #form fieldset legend
  69. {
  70. display: block;
  71. margin-left: 10px;
  72. padding: 0px 5px;
  73. }
  74. #content #stream #form fieldset legend label
  75. {
  76. margin-top: 0;
  77. }
  78. #content #stream #form button
  79. {
  80. margin-right: 10px;
  81. }
  82. #content #stream #form fieldset .fieldset
  83. {
  84. border-bottom: 1px solid #f0f0f0;
  85. margin-bottom: 5px;
  86. padding-bottom: 10px;
  87. }
  88. #content #stream #result
  89. {
  90. float: bottom;
  91. }
  92. #content #stream #result #response
  93. {
  94. }
  95. /************************/
  96. #content #stream #result #explanation
  97. {
  98. border-top: 1px solid #f0f0f0;
  99. border-bottom: 1px solid #f0f0f0;
  100. border-left: 1px solid #f0f0f0;
  101. border-right: 1px solid #f0f0f0;
  102. }
  103. #content #stream #result #explanation .loader
  104. {
  105. background-position: 0 50%;
  106. padding-left: 21px;
  107. }
  108. #content #stream #result #explanation #error
  109. {
  110. background-color: #f00;
  111. background-image: url( ../../img/ico/construction.png );
  112. background-position: 10px 12px;
  113. color: #fff;
  114. font-weight: bold;
  115. margin-bottom: 20px;
  116. padding: 10px;
  117. padding-left: 35px;
  118. }
  119. #content #stream #result #explanation #error .msg
  120. {
  121. font-style: italic;
  122. font-weight: normal;
  123. margin-top: 10px;
  124. }
  125. #content #stream #result #explanation .content
  126. {
  127. padding-left: 0;
  128. padding-right: 0;
  129. }
  130. #content #stream #result #explanation .content.show
  131. {
  132. background-image: url( ../../img/div.gif );
  133. background-repeat: repeat-y;
  134. background-position: 31% 0;
  135. }
  136. #content #stream #result #explanation #legend
  137. {
  138. border: 1px solid #f0f0f0;
  139. padding: 10px;
  140. /*position: absolute;
  141. right: 0;
  142. bottom: 0;*/
  143. }
  144. #content #stream #result #explanation #legend li
  145. {
  146. padding-left: 15px;
  147. position: relative;
  148. -webkit-box-sizing: border-box;
  149. }
  150. #content #stream #result #explanation #legend li svg
  151. {
  152. position: absolute;
  153. left: 0;
  154. top: 2px;
  155. }
  156. #content #stream #result #explanation #explanation-content
  157. {
  158. min-height: 50px;
  159. width: 100%
  160. }
  161. #content #stream #result #explanation #explanation-content .node circle
  162. {
  163. color: #c48f00;
  164. stroke: #c48f00;
  165. fill: #c48f00;
  166. }
  167. #content #stream #result #explanation #explanation-content .link
  168. {
  169. fill: none;
  170. stroke: #e0e0e0;
  171. stroke-width: 1.5px;
  172. }
  173. #content #stream #result #explanation #legend .datastore circle,
  174. #content #stream #result #explanation #explanation-content .node.datastore circle
  175. {
  176. stroke: #3800c4;
  177. fill: #3800c4;
  178. }
  179. #content #stream #result #explanation #legend .stream-source circle,
  180. #content #stream #result #explanation #explanation-content .node.stream-source circle
  181. {
  182. stroke: #21a9ec;
  183. fill: #21a9ec;
  184. }
  185. #content #stream #result #explanation #legend .stream-decorator circle,
  186. #content #stream #result #explanation #explanation-content .node.stream-decorator circle
  187. {
  188. stroke: #cb21ec;
  189. fill: #cb21ec;
  190. }
  191. #content #stream #result #explanation #legend .graph-source circle,
  192. #content #stream #result #explanation #explanation-content .node.graph-source circle
  193. {
  194. stroke: #21eca9;
  195. fill: #21eca9;
  196. }