application.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. .h2 {
  2. margin: 0px !important;
  3. margin-bottom: 4px !important;
  4. float: none !important;
  5. font-weight: bold;
  6. font-size: 1.5em;
  7. }
  8. div#wait {
  9. width: 100%;
  10. height: 100%;
  11. position: absolute;
  12. background-color: #aaaaaa;
  13. opacity: 0.5;
  14. z-index: 100;
  15. }
  16. div#menu-buttons-small-devices {
  17. display: none;
  18. }
  19. div#container {
  20. padding-left: 10px;
  21. width: 60%;
  22. height: 98%;
  23. }
  24. div#container-header {
  25. width: 100%;
  26. }
  27. div#container-overview {
  28. width: 15%;
  29. height: 98%;
  30. }
  31. div#container-stats {
  32. width: 80px;
  33. }
  34. div#sidebar {
  35. min-width: 171px;
  36. width: 15%;
  37. height: 98%;
  38. padding-top: 10px;
  39. padding-left: 2%;
  40. margin: 0px 20px;
  41. }
  42. div#sidebar * {
  43. margin-bottom: 8px;
  44. }
  45. div#sidebar > div {
  46. border-style: solid;
  47. border-width: 1px;
  48. margin-bottom: 12px;
  49. width: 100%;
  50. }
  51. div#sidebar .slider {
  52. width: 80%;
  53. margin: 4px auto;
  54. }
  55. div#volume-information {
  56. width: 86%;
  57. text-align: center;
  58. position: relative;
  59. height: 120px;
  60. }
  61. div#progress {
  62. height: 80px;
  63. }
  64. .bold {
  65. font-weight: bold;
  66. }
  67. .float-left {
  68. float: left;
  69. }
  70. .float-right {
  71. float: right;
  72. }
  73. .center {
  74. text-align: center;
  75. }
  76. .hidden {
  77. display: none !important;
  78. border: none !important;
  79. }
  80. .small-width {
  81. width: 80px;
  82. }
  83. #frame-play {
  84. background: url('images/play.png') no-repeat;
  85. background-size: 100%;
  86. }
  87. #frame-pause {
  88. background: url('images/pause.png') no-repeat;
  89. background-size: 100%;
  90. }
  91. .frame-button {
  92. cursor:pointer;
  93. border: none;
  94. width: 50px;
  95. height: 50px;
  96. }
  97. .margin-top {
  98. margin-top: 8px;
  99. }
  100. div#popup {
  101. position: absolute;
  102. width: 100px;
  103. height: 100px;
  104. background: red;
  105. left: 49%;
  106. top: 120px;
  107. z-index: 100;
  108. text-align: center;
  109. }
  110. div#navigation-plane-container {
  111. width: 100px;
  112. height: 100px;
  113. border-style: solid;
  114. border-width: 1px;
  115. background-color: #b6b6b6;
  116. }
  117. div#navigation-slider-container {
  118. width: 20px;
  119. height: 100px;
  120. border-style: solid;
  121. border-width: 1px;
  122. background-color: #b6b6b6;
  123. }
  124. div#navigation-plane {
  125. width: 30px;
  126. height: 30px;
  127. background-color: #b6b6b6;
  128. margin: 0px !important;
  129. }
  130. div#navigation-slider {
  131. width: 100%;
  132. height: 10px;
  133. background-color: #b6b6b6;
  134. margin: 0px !important;
  135. }
  136. .green-background {
  137. background: #bedb39;
  138. }
  139. a.disabled {
  140. opacity: 0.5;
  141. pointer-events: none;
  142. cursor: default;
  143. }
  144. .white {
  145. background-color: #ffffff !important;
  146. }
  147. .red {
  148. background-color: #ff0000 !important;
  149. }
  150. .front-red {
  151. color: #ff0000;
  152. }
  153. .front-green {
  154. color: #00ff00;
  155. }
  156. .front-blue {
  157. color: #0000ff;
  158. }
  159. div#bottom-controls-container {
  160. position: fixed;
  161. z-index: 100;
  162. left: 22%;
  163. bottom: 0px;
  164. height: 10%;
  165. min-height: 120px;
  166. width: 60%;
  167. background-color: #aaaaaa;
  168. text-align: center;
  169. }
  170. input#hide-bottom-controls-container {
  171. position: absolute;
  172. top: 20px;
  173. right: 2%;
  174. width: 60px;
  175. height: 60px;
  176. }
  177. div#bottom-controls * {
  178. max-width: 400px;
  179. margin: 0px auto;
  180. }
  181. .complete-width {
  182. width: 100%;
  183. }
  184. .axis-width {
  185. width: 17%;
  186. min-width: 20px;
  187. margin-left: 3%;
  188. }
  189. div#zoom-container {
  190. overflow: hidden;
  191. }
  192. div#axis-container {
  193. width: 28%;
  194. height: 248px;
  195. }
  196. div#axis-container > div {
  197. margin-bottom: 0px;
  198. height: 120px;
  199. line-height: 120px;
  200. }
  201. div#zoom-navigation {
  202. width: 70%;
  203. margin: 0px auto;
  204. }
  205. div#zoom-navigation > div {
  206. width: 100%;
  207. overflow: hidden;
  208. }
  209. div.zoom-button-holder {
  210. margin-top: 15px;
  211. }
  212. div#transfer {
  213. max-width: 265px;
  214. margin: 0 auto;
  215. width: 95%;
  216. }
  217. input#toggle-transfer {
  218. margin-bottom : 5px;
  219. }
  220. div#transfer-function-holder {
  221. height: 20px;
  222. background-image: url("images/background.png");
  223. margin: 0 auto;
  224. max-width: 255px;
  225. width: 95%;
  226. }
  227. canvas#transfer-function,
  228. canvas#opacity-function {
  229. width: 100%;
  230. height: 20px;
  231. }
  232. div#transfer-span-holder {
  233. margin-top: 10px;
  234. width: 100%;
  235. height: 20px;
  236. margin-bottom: 0px;
  237. text-align: left;
  238. }
  239. span.transfer {
  240. border: solid 1px #cccccc;
  241. height: 15px;
  242. width: 18px;
  243. margin-bottom: 0px;
  244. display: inline-block;
  245. position: absolute;
  246. }
  247. div#opacity-plot-container {
  248. width: 400px;
  249. }
  250. div#opacity-plot-container * {
  251. float: left;
  252. }
  253. div#opacity-plot {
  254. margin: 0px;
  255. }
  256. canvas#opacity {
  257. width: 100%;
  258. height: 50px;
  259. }
  260. div#opacity-buttons {
  261. margin-left: 10px;
  262. }
  263. /* smartphones etc */
  264. @media (max-width: 640px) {
  265. div#container-stats {
  266. display: none;
  267. }
  268. div#menu-buttons-small-devices {
  269. display: block;
  270. width: 17%;
  271. margin: auto 0px;
  272. }
  273. div#overlay-small-devices {
  274. position: absolute;
  275. top: 0px;
  276. left: 0px;
  277. z-index: 1000;
  278. width: 40%;
  279. display: none;
  280. background-color: white;
  281. border: 1px solid black;
  282. }
  283. div#content-small-devices {
  284. width: 85%;
  285. }
  286. input#hide-content-small-devices {
  287. position: fixed;
  288. top: 50%;
  289. right: 62%;
  290. }
  291. div#content-small-devices * {
  292. margin-bottom: 4px;
  293. }
  294. div#progress {
  295. /*display: none;*/
  296. }
  297. div.h2 {
  298. margin: 0px auto;
  299. text-align: center;
  300. }
  301. div#volume-information {
  302. max-height: 73px;
  303. }
  304. div#resolution-link-holder {
  305. display: none;
  306. }
  307. div#container {
  308. width: 81%;
  309. }
  310. div#sidebar {
  311. display: none;
  312. }
  313. div#navigation-slider-container {
  314. margin-right: 9px;
  315. }
  316. div#container-overview {
  317. display: none;
  318. }
  319. div#bottom-controls-container {
  320. position: fixed;
  321. left: 40%;
  322. width: 50%;
  323. }
  324. div#bottom-controls * {
  325. max-width: 200px;
  326. margin: 0px auto;
  327. }
  328. input#hide-bottom-controls-container {
  329. position: absolute;
  330. bottom: 8px;
  331. left: 40%;
  332. top: auto;
  333. width: 60px;
  334. height: 20px;
  335. }
  336. }
  337. @media (min-width: 1850px) {
  338. div#axis-container {
  339. width: 40%;
  340. }
  341. div#zoom-navigation {
  342. width: 40%;
  343. }
  344. input#hide-bottom-controls-container {
  345. right: 3%;
  346. width: 70px;
  347. height: 70px;
  348. }
  349. }