resultView.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. .resultViewComponent {
  2. position: absolute;
  3. top: 10px;
  4. left: 10px;
  5. bottom: 10px;
  6. right: 10px;
  7. background-color: #222;
  8. opacity: 1;
  9. visibility: hidden;
  10. display: none;
  11. color: #f9f9f9;
  12. font-family: Consolas, monaco, monospace;
  13. font-size: 14px;
  14. font-weight: 500; }
  15. .resultViewComponent.active {
  16. visibility: visible;
  17. display: block; }
  18. .resultViewMenuComponent {
  19. font-size: 16px;
  20. font-weight: 500;
  21. line-height: 20px;
  22. flex: 1 100%;
  23. display: flex;
  24. flex-flow: row wrap;
  25. height: 60px;
  26. list-style: none;
  27. margin: 0;
  28. background: #444;
  29. display: -webkit-box;
  30. display: -moz-box;
  31. display: -ms-flexbox;
  32. display: -webkit-flex;
  33. display: flex;
  34. -webkit-flex-flow: row wrap;
  35. flex-flow: row wrap;
  36. justify-content: flex-end; }
  37. .resultViewMenuComponent a {
  38. text-decoration: none;
  39. display: block;
  40. padding: 20px;
  41. color: #f9f9f9;
  42. background: #444; }
  43. .resultViewMenuComponent a.active {
  44. background: #222;
  45. color: #f29766; }
  46. .resultViewMenuComponent a:hover {
  47. background: #222; }
  48. .resultViewMenuComponent a:hover:hover {
  49. color: #c9c9c9;
  50. cursor: pointer;
  51. transition: color 0.3s;
  52. -webkit-transition: color 0.3s;
  53. -moz-transition: color 0.3s; }
  54. .resultViewMenuComponent a:hover:hover.active {
  55. color: #f29766;
  56. transition: color 0;
  57. -webkit-transition: color 0;
  58. -moz-transition: color 0; }
  59. .resultViewContentComponent {
  60. position: absolute;
  61. top: 60px;
  62. left: 0;
  63. bottom: 0;
  64. right: 0; }
  65. .captureListComponent {
  66. position: absolute;
  67. top: 60px;
  68. left: 0;
  69. bottom: 0;
  70. right: 0;
  71. background: #222;
  72. z-index: 9000;
  73. display: none;
  74. visibility: hidden;
  75. overflow-y: visible;
  76. overflow-x: hidden; }
  77. .captureListComponent.active {
  78. display: block;
  79. visibility: visible; }
  80. .captureListComponent ul {
  81. margin: 0px;
  82. padding: 0px;
  83. list-style: none;
  84. display: -webkit-box;
  85. display: -moz-box;
  86. display: -ms-flexbox;
  87. display: -webkit-flex;
  88. display: flex;
  89. -webkit-flex-flow: row wrap;
  90. flex-flow: row wrap;
  91. justify-content: flex-start; }
  92. .captureListComponent ul li {
  93. margin: 10px; }
  94. .captureListComponent ul li img {
  95. width: 288px;
  96. border: 1px solid #222;
  97. background-image: -moz-linear-gradient(45deg, #d9d9d9 25%, transparent 25%), -moz-linear-gradient(-45deg, #d9d9d9 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #d9d9d9 75%), -moz-linear-gradient(-45deg, transparent 75%, #d9d9d9 75%);
  98. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #c9c9c9), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #c9c9c9), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, #c9c9c9)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, #c9c9c9));
  99. -moz-background-size: 50px 50px;
  100. background-size: 50px 50px;
  101. -webkit-background-size: 50px 51px;
  102. background-position: 0 0, 25px 0, 25px -25px, 0px 25px; }
  103. .captureListComponent ul li span {
  104. display: block;
  105. text-align: center; }
  106. .captureListComponent ul li:hover {
  107. cursor: pointer; }
  108. .captureListComponent ul li.active img {
  109. border: 1px solid #f29766; }
  110. .visualStateListComponent {
  111. position: absolute;
  112. top: 0;
  113. left: 0;
  114. bottom: 0;
  115. right: 80%;
  116. overflow-y: visible;
  117. overflow-x: hidden; }
  118. .visualStateListComponent ul {
  119. margin: 0px;
  120. padding: 0px;
  121. list-style: none; }
  122. .visualStateListComponent ul li {
  123. margin: 10px; }
  124. .visualStateListComponent ul li img {
  125. width: 100%;
  126. border: 1px solid #222;
  127. background-image: -moz-linear-gradient(45deg, #d9d9d9 25%, transparent 25%), -moz-linear-gradient(-45deg, #d9d9d9 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #d9d9d9 75%), -moz-linear-gradient(-45deg, transparent 75%, #d9d9d9 75%);
  128. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #c9c9c9), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #c9c9c9), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, #c9c9c9)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, #c9c9c9));
  129. -moz-background-size: 50px 50px;
  130. background-size: 50px 50px;
  131. -webkit-background-size: 50px 51px;
  132. background-position: 0 0, 25px 0, 25px -25px, 0px 25px; }
  133. .visualStateListComponent ul li:hover {
  134. cursor: pointer; }
  135. .visualStateListComponent ul li.active img {
  136. border: 1px solid #f29766; }
  137. .commandListComponent {
  138. position: absolute;
  139. top: 0;
  140. left: 20%;
  141. right: 40%;
  142. bottom: 0; }
  143. .commandListComponent ul {
  144. margin: 0px;
  145. margin-bottom: 5px;
  146. padding: 0px;
  147. list-style: none;
  148. overflow-y: visible;
  149. overflow-x: hidden;
  150. height: 100%; }
  151. .commandListComponent ul li {
  152. padding: 10px; }
  153. .commandListComponent ul li:hover {
  154. color: #c9c9c9;
  155. cursor: pointer;
  156. transition: color 0.3s;
  157. -webkit-transition: color 0.3s;
  158. -moz-transition: color 0.3s; }
  159. .commandListComponent ul li:nth-child(even) {
  160. background: #444;
  161. border: 1px solid #444; }
  162. .commandListComponent ul li:nth-child(odd) {
  163. background: #222;
  164. border: 1px solid #222; }
  165. .commandListComponent ul li .important {
  166. font-weight: 800; }
  167. .commandListComponent ul li .important.deprecated {
  168. color: red; }
  169. .commandListComponent ul li .important.unused {
  170. color: yellow; }
  171. .commandListComponent ul li .important.disabled {
  172. color: gray; }
  173. .commandListComponent ul li .important.redundant {
  174. color: orange; }
  175. .commandListComponent ul li .important.valid {
  176. color: greenyellow; }
  177. .commandListComponent ul li.active {
  178. border: 1px solid #f29766; }
  179. .commandDetailComponent {
  180. position: absolute;
  181. top: 0;
  182. left: 60%;
  183. right: 0;
  184. bottom: 0;
  185. overflow-y: visible;
  186. overflow-x: hidden; }
  187. .jsonGroupComponent {
  188. display: block;
  189. margin: 10px;
  190. padding-bottom: 10px; }
  191. .jsonGroupComponent .jsonGroupComponentTitle {
  192. display: block;
  193. font-size: 16px;
  194. color: #5db0d7;
  195. border-bottom: 1px solid #5db0d7;
  196. padding-bottom: 10px;
  197. margin-bottom: 10px;
  198. text-transform: capitalize; }
  199. .jsonGroupComponent ul {
  200. margin: 0px;
  201. padding: 0px;
  202. list-style: none; }
  203. .jsonGroupComponent ul li:nth-child(even) {
  204. background: #222; }
  205. .jsonGroupComponent ul li:nth-child(odd) {
  206. background: #222; }
  207. .jsonItemComponentKey {
  208. color: #f29766; }
  209. .jsonItemComponentValue {
  210. white-space: pre-wrap; }
  211. .jsonVisualStateItemComponent {
  212. text-align: center; }
  213. .jsonVisualStateItemComponent img {
  214. margin: 10px;
  215. background-image: -moz-linear-gradient(45deg, #d9d9d9 25%, transparent 25%), -moz-linear-gradient(-45deg, #d9d9d9 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #d9d9d9 75%), -moz-linear-gradient(-45deg, transparent 75%, #d9d9d9 75%);
  216. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #c9c9c9), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #c9c9c9), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, #c9c9c9)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, #c9c9c9));
  217. -moz-background-size: 50px 50px;
  218. background-size: 50px 50px;
  219. -webkit-background-size: 50px 51px;
  220. background-position: 0 0, 25px 0, 25px -25px, 0px 25px; }
  221. .jsonVisualStateItemComponent span {
  222. display: block; }
  223. .jsonContentComponent {
  224. position: absolute;
  225. top: 0;
  226. left: 0;
  227. right: 0;
  228. bottom: 0;
  229. overflow-y: visible;
  230. overflow-x: hidden; }
  231. /*# sourceMappingURL=resultView.css.map */