index.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. @font-face {
  2. font-family: 'Material Icons';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: url(/lib/mdc/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  6. src: local('Material Icons'),
  7. local('MaterialIcons-Regular'),
  8. url(/lib/mdc/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
  9. url(/lib/mdc/iconfont/MaterialIcons-Regular.woff) format('woff'),
  10. url(/lib/mdc/iconfont/MaterialIcons-Regular.ttf) format('truetype');
  11. }
  12. .material-icons {
  13. font-family: 'Material Icons';
  14. font-weight: normal;
  15. font-style: normal;
  16. font-size: 24px; /* Preferred icon size */
  17. display: inline-block;
  18. line-height: 1;
  19. text-transform: none;
  20. letter-spacing: normal;
  21. word-wrap: normal;
  22. white-space: nowrap;
  23. direction: ltr;
  24. /* Support for all WebKit browsers. */
  25. -webkit-font-smoothing: antialiased;
  26. /* Support for Safari and Chrome. */
  27. text-rendering: optimizeLegibility;
  28. /* Support for Firefox. */
  29. -moz-osx-font-smoothing: grayscale;
  30. /* Support for IE. */
  31. font-feature-settings: 'liga';
  32. }
  33. /*
  34. .mdc-persistent-drawer--open {
  35. width: 300px;
  36. }
  37. .mdc-persistent-drawer__drawer {
  38. width: 300px;
  39. }
  40. */
  41. .mdc-theme--accent {
  42. color: #2E7D32;
  43. }
  44. :root {
  45. --mdc-theme-primary: #3f51b5;
  46. --mdc-theme-secondary: #c62828;
  47. }
  48. body {
  49. background-color: rgb(255, 255, 255);
  50. /* Prevent selection of HTML divs */
  51. user-select: none;
  52. -moz-user-select: -moz-none;
  53. -khtml-user-select: none;
  54. -webkit-user-select: none;
  55. margin: 0px;
  56. }
  57. /*
  58. h1, h2, h3, h4, h5, h6 {
  59. font-family: Verdana, Arial, Helvetica, sans-serif;
  60. }
  61. table {
  62. font-family: Verdana, Arial, Helvetica, sans-serif;
  63. }
  64. form {
  65. margin: 2em;
  66. }
  67. label {
  68. font-size: 18px;
  69. }
  70. */
  71. /*
  72. input {
  73. font-size: inherit;
  74. padding: 5px;
  75. }
  76. */
  77. #vwf-root {
  78. position:absolute;
  79. z-index:-1;
  80. }
  81. #vwf-root>div, #vwf-root>canvas {
  82. margin-left: auto;
  83. margin-right: auto;
  84. display: block;
  85. }
  86. .vwf-err {
  87. border: 2px solid red;
  88. font: 14px Arial;
  89. background: #FFFFDD;
  90. color: #880000;
  91. padding: 8px;
  92. width: 300px;
  93. }
  94. .overlay {
  95. position:absolute;
  96. top:30%;
  97. width:99%;
  98. pointer-events:none;
  99. }
  100. /*
  101. .overlay p {
  102. padding:0px;
  103. margin:0px;
  104. }
  105. */
  106. .overlay a:link {
  107. color:#888888;
  108. }
  109. .overlay a:visited {
  110. color:#888888;
  111. }
  112. .overlay a:hover {
  113. color:#CCCCCC;
  114. }
  115. .loading {
  116. margin:auto auto;
  117. color:#FFF;
  118. width:600px;
  119. height:400px;
  120. background:#050505;
  121. -moz-border-radius: 20px;
  122. -webkit-border-radius: 20px;
  123. -khtml-border-radius: 20px;
  124. border-radius: 20px;
  125. font:18px Arial;
  126. /*visibility: hidden;*/
  127. }
  128. /*
  129. .loadText {
  130. }
  131. */
  132. .requirements {
  133. margin-left: 100px;
  134. }
  135. .req {
  136. font-size:14px;
  137. position:relative;
  138. left:20px;
  139. }
  140. /*
  141. h1, h2, h3, h4, h5, h6, body, legend, label {
  142. text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
  143. }
  144. */
  145. #incompatibleBrowser {
  146. visibility: hidden;
  147. position: absolute;
  148. left: 0px;
  149. top: 0px;
  150. width:100%;
  151. height:100%;
  152. text-align:center;
  153. z-index: 1000;
  154. }
  155. .guiwindow {
  156. position: absolute;
  157. border: 0;
  158. right: 0px;
  159. bottom: 70px;
  160. cursor: pointer;
  161. min-width: 50px;
  162. min-height: 30px;
  163. padding-right: 2%;
  164. padding-top: 4%;
  165. position: absolute;
  166. transition: background-color .05s ease;
  167. -webkit-transition: background-color .05s ease;
  168. z-index: 9999;
  169. }
  170. .loader {
  171. z-index: 10;
  172. position: absolute;
  173. top: 0px;
  174. }
  175. .visible {
  176. visibility: visible;
  177. }
  178. .not-visible {
  179. visibility: hidden;
  180. }
  181. #hello {
  182. color: rgb(95, 95, 95)
  183. }
  184. .dragdropArea {
  185. width: 400px;
  186. height: 200px;
  187. border-width: medium;
  188. border: rgb(3, 81, 137);
  189. border-style: dotted;
  190. }
  191. .drag {
  192. border: 5px solid rgba(195, 0, 0, 0.751);
  193. }
  194. a.link-in-text {
  195. outline: none;
  196. text-decoration: none;
  197. color: inherit;
  198. border-bottom: 1px solid;
  199. }
  200. a.link-in-text:link {
  201. border-bottom: 1px solid;
  202. }
  203. a.link-in-text:visited {
  204. border-bottom: 1px solid;
  205. }
  206. a.link-in-text:focus {
  207. border-bottom: 2px solid;
  208. }
  209. a.link-in-text:hover {
  210. border-bottom: 2px solid;
  211. }
  212. a.link-in-text:active {
  213. border-bottom: 1px solid;
  214. }
  215. .unselectable {
  216. -moz-user-select: text;
  217. -khtml-user-select: text;
  218. -webkit-user-select: text;
  219. -ms-user-select: text;
  220. user-select: text;
  221. }