123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722 |
- @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
- html,
- body {
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- overflow: hidden;
- font-family: "acumin-pro-condensed";
- }
- #waitDiv {
- position: absolute;
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- background: black;
- opacity: 0.8;
- top:0px;
- left:0px;
- z-index: 10;
- flex-direction: column;
- }
- #logo-part {
- width: 20vw;
- display: grid;
- grid-template-rows: 100%;
- grid-template-columns: 100%;
- align-items: center;
- }
- #waitLogo {
- grid-column: 1;
- grid-row: 1;
- margin: auto;
- width: 40%;
- height: 40%;
- }
- #waitSpinner {
- grid-column: 1;
- grid-row: 1;
- -webkit-animation: spin1 0.5s infinite linear;
- -moz-animation: spin1 0.5s infinite linear;
- -o-animation: spin1 0.5s infinite linear;
- -ms-animation: spin1 0.5s infinite linear;
- animation: spin1 0.5s infinite linear;
- -webkit-transform-origin: 50% 50%;
- -moz-transform-origin: 50% 50%;
- -o-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- }
- @-webkit-keyframes spin1 {
- 0% { -webkit-transform: rotate(0deg);}
- 100% { -webkit-transform: rotate(360deg);}
- }
- @-moz-keyframes spin1 {
- 0% { -moz-transform: rotate(0deg);}
- 100% { -moz-transform: rotate(360deg);}
- }
- @-o-keyframes spin1 {
- 0% { -o-transform: rotate(0deg);}
- 100% { -o-transform: rotate(360deg);}
- }
- @-ms-keyframes spin1 {
- 0% { -ms-transform: rotate(0deg);}
- 100% { -ms-transform: rotate(360deg);}
- }
- @keyframes spin1 {
- 0% { transform: rotate(0deg);}
- 100% { transform: rotate(360deg);}
- }
- #waitTitle {
- text-align: center;
- font-size: 38px;
- color: #BB464B;
- }
- .wrapper {
- height: calc(100% - 55px - 35px); /* navbar top and bottom*/
- width: calc(100%);
- display: -ms-flexbox;
- display: flex;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .wrapper .gutter {
- background-color: #f7f7f7;
- background-repeat: no-repeat;
- background-position: 50%;
- }
- .wrapper .gutter.light {
- background-color: #f7f7f7;
- }
- .wrapper .gutter.dark {
- background-color: #333;
- }
- .wrapper .gutter:hover {
- cursor: ew-resize;
- }
- .wrapper .gutter.gutter-vertical {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=");
- }
- .wrapper .gutter.gutter-horizontal {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
- }
- .pbt-fade {
- opacity:0.5
- }
- .pbt-darken {
- opacity:1
- }
- .pbt-back-highlight {
- background-color:#CDC8F9;
- }
- .pbt-margin-decor-on {
- background-color: #364249;
- width:5px;
- }
- .pbt-back-highlight-dark {
- background-color:#364249;
- }
- .pbt-margin-decor-on-dark {
- background-color: #CDC8F9;
- width:5px;
- }
- #exampleList {
- display: none;
- position: absolute;
- top: 55px;
- right: 0;
- width: 400px;
- height: calc(100% - 90px); /* 55px + 35px */
- overflow-y: auto;
- background-color: white;
- }
- #exampleList #exampleBanner {
- text-align: center;
- padding: 10px 0;
- }
- #exampleList #exampleBanner.languageJS {
- background-color: #3f3461;
- }
- #exampleList #exampleBanner.languageTS {
- background-color: #bb464b;
- }
- #exampleList #exampleBanner h1 {
- width: 100%;
- text-align: center;
- font-weight: 700;
- color: white;
- font-size: 25px;
- line-height: 36px;
- }
- #exampleList #exampleBanner h1 img {
- float: right;
- width: 36px;
- margin-right: 10px;
- margin-left: -45px;
- filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%);
- }
- #exampleList .horizontalSeparator {
- width: 80%;
- height: 0;
- display: block;
- margin: 0 auto 20px auto;
- }
- #exampleList #filterBar {
- width: 80%;
- margin-left: 10%;
- }
- #exampleList #filterBarClear {
- display: none;
- height: 10px;
- margin-left: -19px;
- cursor: pointer;
- }
- #exampleList #noResultsContainer p {
- width: 100%;
- text-align: center;
- font-weight: 300;
- }
- #exampleList .categoryContainer p {
- margin-left: 5px;
- font-size: 20px;
- font-weight: 200;
- word-wrap: break-word;
- }
- #exampleList .categoryContainer .itemLine {
- cursor: pointer;
- background-color: #ebebeb;
- height: 120px;
- overflow: hidden;
- clear: both;
- margin: 5px;
- margin-bottom: 10px;
- }
- #exampleList .categoryContainer .itemLine img {
- display: inline-block;
- max-height: 100%;
- max-width: 120px;
- border: 0;
- }
- #exampleList .categoryContainer .itemLine .itemContent {
- display: inline-block;
- width: calc(100% - 125px);
- height: 100%;
- vertical-align: top;
- padding: 5px;
- box-sizing: border-box;
- }
- #exampleList .categoryContainer .itemLine .itemContent .itemContentLink {
- height: 100%;
- }
- #exampleList .categoryContainer .itemLine .itemContent .itemContentLink h3 {
- margin: 0;
- font-size: 18px;
- margin-bottom: 5px;
- text-decoration: none;
- }
- #exampleList .categoryContainer .itemLine .itemContent .itemContentLink p {
- margin: 0;
- font-size: 15px;
- margin-bottom: 3px;
- }
- #exampleList .categoryContainer .itemLine .itemContent .itemLineDocLink {
- position: relative;
- bottom: 20px;
- font-size: 15px;
- text-decoration: underline;
- color: #BB464B;
- }
- #exampleList .categoryContainer .itemLine .itemContent .itemLinePGLink {
- display: none;
- position: relative;
- float: right;
- bottom: 20px;
- text-align: right;
- font-size: 15px;
- text-decoration: underline;
- color: #BB464B;
- }
- .wrapper #jsEditor {
- padding-top: 5px;
- }
- .wrapper #jsEditor.light {
- background-color: white;
- }
- .wrapper #jsEditor.dark {
- background-color: #1e1e1e;
- }
- .wrapper #canvasZone {
- height: 100%;
- }
- #renderCanvas {
- width: 100%;
- height: 100%;
- touch-action: none;
- display: block;
- font-size: 0;
- }
- .fpsLabel {
- position: absolute;
- top: 80px;
- right: 0;
- width: 60px;
- padding: 2px 8px 5px 0px;
- z-index:10;
- background-color: #3f3461;
- color:white;
- font-size: 18px;
- text-align: right;
- cursor: default;
- pointer-events: none;
- user-select: none;
- }
- .fpsLabel.languageJS {
- background-color: #3f3461;
- }
- .fpsLabel.languageTS {
- background-color: #bb464b;
- }
- .navbar {
- height: 55px;
- line-height: 55px;
- width: 100%;
- font-weight: 400;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- position: relative;
- z-index:5;
- }
- .navbar a {
- text-decoration: none;
- color: inherit;
- }
- .navbar .categoryTitle {
- display: inline-block;
- width: 410px;
- vertical-align: top;
- background-color: #201936;
- padding-right: 20px;
- }
- .navbar .logo {
- vertical-align: top;
- height: 55px;
- float: left;
- }
- .navbar .version {
- float: right;
- vertical-align: top;
- height: 55px;
- margin-right: 20px;
- font-size: 20px;
- color: #d5d2ca;
- }
- .navbar .versionSub {
- font-size: 20px;
- color: #fff;
- font-weight: bold;
- }
- .languageJS {
- background-color: #3f3461;
- }
- .languageTS {
- background-color: #bb464b;
- }
- .navbar .category {
- display: inline-block;
- vertical-align: top;
- height: 55px;
- color: white;
- }
- .navbar .category.right {
- position: absolute;
- right: 0;
- top: 0;
- }
- .navbar .category .buttonJStoTS {
- display: inline-block;
- vertical-align: top;
- width: 140px;
- height: 55px;
- border-top-left-radius: 14px;
- margin-left: -15px;
- padding-right: 4px;
- font-size: 18px;
- text-align: center;
- cursor: pointer;
- }
- .navbar .category .buttonJStoTS.floatLeft {
- float: left;
- }
- .button {
- cursor: pointer;
- display: inline-block;
- width: 55px;
- height: 100%;
- vertical-align: top;
- line-height: 100%;
- text-align: center;
- }
- .button img {
- height: 100%;
- width: 100%;
- }
- .buttonSpaceKiller {
- display: none;
- width: 0;
- margin-left: -20px;
- }
- .languageJS .button img {
- filter: invert(57%) sepia(80%) saturate(2031%) hue-rotate(215deg) brightness(101%) contrast(101%);
- }
- .languageTS .button img {
- filter: invert(64%) sepia(78%) saturate(940%) hue-rotate(323deg) brightness(105%) contrast(103%);
- }
- .button i {
- margin-left: 10px;
- }
- .button:hover {
- cursor: pointer;
- background-color: white;
- }
- .languageJS .button:hover img {
- filter: invert(17%) sepia(61%) saturate(651%) hue-rotate(214deg) brightness(91%) contrast(84%);
- }
- .languageTS .button:hover img {
- filter: invert(34%) sepia(21%) saturate(3832%) hue-rotate(324deg) brightness(88%) contrast(82%);
- }
- .navbar .select {
- position: relative;
- }
- .navbar .select .subSelect {
- position: relative;
- }
- .navbar .select .toDisplay {
- font-family: "acumin-pro-extra-condensed";
- position: absolute;
- z-index: 10;
- right: 0;
- top: 55px;
- width: 190px;
- display: none;
- text-transform: uppercase;
- background-color: #201936;
- }
- .navbar .select .toDisplay.languageJS {
- background-color: #3f3461;
- }
- .navbar .select .toDisplay.languageJS .option {
- background-color: #9379e6;
- }
- .navbar .select .toDisplay.languageTS {
- background-color: #bb464b;
- }
- .navbar .select .toDisplay.languageTS .option {
- background-color: #e0684b;
- }
- .navbar .select .toDisplay.currentVersionDisplay {
- width: auto;
- }
- .navbar .select .subSelect .toDisplaySub {
- position: absolute;
- z-index: 10;
- left: 100%;
- top: 0;
- min-width: 100%;
- display: none;
- }
- .navbar .select .subSelect .toDisplaySub .option {
- background-color: white;
- }
- .navbar .select .subSelect .toDisplaySub.languageJS .option {
- color: #9379e6
- }
- .navbar .select .subSelect .toDisplaySub.languageJS .option:hover {
- color: white;
- background-color: #9379e6;
- }
- .navbar .select .subSelect .toDisplaySub.languageJS .option.selected {
- color: white;
- background-color: #bfabff;
- }
- .navbar .select .subSelect .toDisplaySub.languageTS .option {
- color: #e0684b;
- }
- .navbar .select .subSelect .toDisplaySub.languageTS .option:hover {
- color: white;
- background-color: #e0684b;
- }
- .navbar .select .subSelect .toDisplaySub.languageTS .option.selected {
- color: white;
- background-color: #ff7656;
- }
- .navbar .select .toDisplay .option {
- font-size: 20px;
- height: 35px;
- line-height: 35px;
- padding: 1px 5px 1px 15px;
- text-align: left;
- }
- .navbar .select .toDisplay .option.light {
- background-color: white;
- color: #E0684B;
- }
- .navbar .select .toDisplay .option.light:hover {
- cursor: pointer;
- background-color: #d9d9d9;
- }
- .navbar .select .toDisplayBig.dark {
- background-color: #333;
- color:white;
- }
- .navbar .select .toDisplayBig {
- border: 1px solid #E0684B;
- border-radius: 5px;
- position: absolute;
- z-index: 10;
- top: 32px;
- width:550px;
- max-height:390px;
- overflow-y: auto;
- right:0;
- position:absolute;
- font-size:0.8em;
- display: none;
-
- }
- .navbar .select .toDisplayBig ul {
- column-count: 3;
- padding:0;
- margin:0;
- list-style: none;
- }
- .navbar .select .toDisplayBig ul li {
- padding:0 5px 0 5px;
- }
- .navbar .select .toDisplayBig ul li:hover {
- cursor: pointer;
- }
- .navbar .select .toDisplayBig ul li.light:hover {
- background-color: #d9d9d9;
- }
- .navbar .select .toDisplayBig ul li.dark:hover {
- background-color: #555;
- }
- .navbar .select .toDisplayBig a {
- text-decoration: none;
- }
- .navbar .select .toDisplayBig a.dark {
- color: white;
- }
- .navbar .select .toDisplayBig a.light {
- color: #E0684B;
- }
- .navbar .check:after {
- font-family: 'FontAwesome', sans-serif;
- content: "\00a0 \00a0 \00a0 \f14a";
- }
- .navbar .check.uncheck {
- background-color: #8290aa;
- }
- .navbar .check.uncheck:after {
- font-family: 'FontAwesome', sans-serif;
- content: "\00a0 \00a0 \00a0 \f096";
- }
- #qrCodeImage div {
- width: 256px;
- height: 256px;
- }
- #errorZone {
- display:none;
- position: absolute;
- width: 50%;
- left: 25%;
- bottom: 45px;
- background-color: #C73228;
- padding:20px;
- border-radius: 5px;
- color:white;
- }
- #errorZone button {
- position:absolute;
- top : 3px;
- right: 10px;
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- -webkit-appearance: none;
- color: #000;
- text-shadow: 0 1px 0 #fff;
- opacity: .4;
- font-size: 1.8em;
- }
- /* Navbar bottom */
- .navbarBottom {
- position:relative;
- height:35px;
- width:100%;
- line-height:35px;
- background-color: #201936;
- }
- .navbarBottom #statusBar {
- line-height:35px;
- color: #E74C3C;
- font-size: 14px;
- padding-left:20px;
- }
- .navbarBottom .links {
- position:absolute;
- right: 0;
- height:35px;
- line-height: 35px;
- padding-right:20px;
- }
- .navbarBottom .links .link{
- display: inline-block;
- line-height: 35px;
- font-size: 16px;
- color: white;
- }
- .navbarBottom .links .link:hover{
- background-color:#3F3461;
- }
- .navbarBottom .links .link a{
- text-decoration: none;
- line-height: 35px;
- padding: 6px 15px;
- font-size: 16px;
- color: white;
- }
- /* Save form & co */
- .save-layer {
- display: none;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(120, 120, 120, .5);
- text-align: center;
- }
- .save-layer .save-form {
- position: absolute;
- top: 80px;
- left: calc(50% - 205px);
- width: 410px;
- height: 370px;
- padding-top: 15px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- color: white;
- font-size: 14px;
- }
- .save-layer .save-form .separator {
- width: 350px;
- border-bottom: 1px solid #999;
- margin: auto;
- margin-bottom: 10px;
- }
- .save-layer .save-form input,
- .save-layer .save-form textarea {
- display:block;
- width: 350px;
- margin:auto;
- margin-bottom: 20px;
- padding:5px;
- }
- .save-layer .save-form .save-form-buttons div {
- cursor: pointer;
- display: inline-block;
- width: 100px;
- }
- .save-layer .save-form .save-form-buttons div:hover {
- font-weight: bold;
- }
- /* Media queries */
- @media (min-width: 1270px) {
- .navBar1280 { display: block; }
- .navBar1024 { display: none; }
- .navBarMobile { display: none; }
- #qrCodeImage {
- height:auto;
- padding: 20px;
- padding-bottom: 10px;
- }
- .navbar .select .toDisplayBig ul {
- column-count: 3;
- }
- }
- @media (max-width: 1270px) and (min-width: 1025px) {
- .navBar1280 { display: none; }
- .navBar1024 { display: block; }
- .navBarMobile { display: none; }
- #qrCodeImage {
- height:auto;
- padding: 20px;
- padding-bottom: 10px;
- }
- .navbar .categoryTitle {
- width: 315px;
- }
- .navbar .select .toDisplayBig ul {
- column-count: 2;
- }
- .navbar .category .buttonJStoTS {
- width: 70px;
- }
- }
|