123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- @font-face {
- font-family: 'Material Icons';
- font-style: normal;
- font-weight: 400;
- src: url(/lib/mdc/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
- src: local('Material Icons'),
- local('MaterialIcons-Regular'),
- url(/lib/mdc/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
- url(/lib/mdc/iconfont/MaterialIcons-Regular.woff) format('woff'),
- url(/lib/mdc/iconfont/MaterialIcons-Regular.ttf) format('truetype');
- }
- .material-icons {
- font-family: 'Material Icons';
- font-weight: normal;
- font-style: normal;
- font-size: 24px; /* Preferred icon size */
- display: inline-block;
- line-height: 1;
- text-transform: none;
- letter-spacing: normal;
- word-wrap: normal;
- white-space: nowrap;
- direction: ltr;
- /* Support for all WebKit browsers. */
- -webkit-font-smoothing: antialiased;
- /* Support for Safari and Chrome. */
- text-rendering: optimizeLegibility;
- /* Support for Firefox. */
- -moz-osx-font-smoothing: grayscale;
- /* Support for IE. */
- font-feature-settings: 'liga';
- }
- /*
- .mdc-persistent-drawer--open {
- width: 300px;
-
- }
- .mdc-persistent-drawer__drawer {
- width: 300px;
- }
- */
- .mdc-theme--accent {
- color: #2E7D32;
- }
- :root {
- --mdc-theme-primary: #3f51b5;
- --mdc-theme-secondary: #c62828;
- }
- body {
- background-color: rgb(255, 255, 255);
- /* Prevent selection of HTML divs */
- user-select: none;
- -moz-user-select: -moz-none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- margin: 0px;
- }
- /*
- h1, h2, h3, h4, h5, h6 {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- }
- table {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- }
- form {
- margin: 2em;
- }
- label {
- font-size: 18px;
- }
- */
- /*
- input {
- font-size: inherit;
- padding: 5px;
- }
- */
- #vwf-root {
- position:absolute;
- z-index:-1;
- }
- #vwf-root>div, #vwf-root>canvas {
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .vwf-err {
- border: 2px solid red;
- font: 14px Arial;
- background: #FFFFDD;
- color: #880000;
- padding: 8px;
- width: 300px;
- }
- .overlay {
- position:absolute;
- top:30%;
- width:99%;
- pointer-events:none;
- }
- /*
- .overlay p {
- padding:0px;
- margin:0px;
- }
- */
- .overlay a:link {
- color:#888888;
- }
- .overlay a:visited {
- color:#888888;
- }
- .overlay a:hover {
- color:#CCCCCC;
- }
- .loading {
- margin:auto auto;
- color:#FFF;
- width:600px;
- height:400px;
- background:#050505;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- -khtml-border-radius: 20px;
- border-radius: 20px;
- font:18px Arial;
- /*visibility: hidden;*/
- }
- /*
- .loadText {
- }
- */
- .requirements {
- margin-left: 100px;
- }
- .req {
- font-size:14px;
- position:relative;
- left:20px;
- }
- /*
- h1, h2, h3, h4, h5, h6, body, legend, label {
- text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
- }
- */
- #incompatibleBrowser {
- visibility: hidden;
- position: absolute;
- left: 0px;
- top: 0px;
- width:100%;
- height:100%;
- text-align:center;
- z-index: 1000;
- }
- .guiwindow {
- position: absolute;
- border: 0;
- right: 0px;
- bottom: 70px;
- cursor: pointer;
- min-width: 50px;
- min-height: 30px;
- padding-right: 2%;
- padding-top: 4%;
- position: absolute;
- transition: background-color .05s ease;
- -webkit-transition: background-color .05s ease;
- z-index: 9999;
- }
- .loader {
- z-index: 10;
- position: absolute;
- top: 0px;
- }
- .visible {
- visibility: visible;
- }
- .not-visible {
- visibility: hidden;
- }
- #hello {
- color: rgb(95, 95, 95)
- }
- .dragdropArea {
- width: 400px;
- height: 200px;
- border-width: medium;
- border: rgb(3, 81, 137);
- border-style: dotted;
- }
- .drag {
- border: 5px solid rgba(195, 0, 0, 0.751);
- }
- a.link-in-text {
- outline: none;
- text-decoration: none;
- color: inherit;
- border-bottom: 1px solid;
- }
- a.link-in-text:link {
- border-bottom: 1px solid;
- }
- a.link-in-text:visited {
- border-bottom: 1px solid;
- }
- a.link-in-text:focus {
- border-bottom: 2px solid;
-
- }
- a.link-in-text:hover {
- border-bottom: 2px solid;
- }
- a.link-in-text:active {
-
- border-bottom: 1px solid;
- }
- .unselectable {
- -moz-user-select: text;
- -khtml-user-select: text;
- -webkit-user-select: text;
- -ms-user-select: text;
- user-select: text;
- }
|