123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828 |
- html, body {
- margin: 0;
- padding: 0;
- height: 100%;
- width: 100%;
- font-family: 'Prompt', sans-serif;
- min-width: 1200px;
- }
- a{
- text-decoration: none;
- }
- a:hover,a:visited,a:link{
- text-decoration: none;
- }
- #main {
- position: relative;
- z-index: 99;
- height: 100%;
- width: 100%;
- /* background: #ffffff; */
- background-color: rgba(245, 245, 245, 1);
- overflow: hidden;
- }
- /*.hidden {
- display: none;
- }*/
- #blocklyDiv {
- border: 10;
- margin: 0;
- width: 100%;
- height: 480px !important;
- min-height: 100%;
- outline: none;
- z-index: 400;
- }
- #parametersdiv {
- display: none;
- }
- #statusdiv {
- display: none;
- }
- #languageMenu {
- /*display:none;*/
- margin-top: 20;
- }
- /* style for resizable render pane */
- .ui-icon { width: 46px; height: 46px; background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
- .ui-resizable { position: absolute;}
- .ui-resizable-handle { position: absolute;font-size: 1px;z-index: 99999; display: block;}
- .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
- .ui-resizable-n { cursor: n-resize; height: 37px; width: 100%; top: -5px; left: 0px; }
- .ui-resizable-s { cursor: s-resize; height: 20px; width: 100%; bottom: -17px; left: 0px; }
- .ui-resizable-e { cursor: e-resize; width: 37px; right: -5px; top: 0px; height: 100%; }
- .ui-resizable-w { cursor: w-resize; width: 20px; left: -17px; top: 0px; height: 100%; }
- .ui-resizable-se { cursor: se-resize; width: 19px; height: 19px; right: 1px; bottom: 1px; }
- .ui-resizable-sw { cursor: sw-resize; width: 30px; height: 30px; left: -20px; bottom: -20px; }
- .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
- .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
- .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
- .ui-widget-content {
- background: #cedc98;
- border: 1px solid #DDDDDD;
- color: #333333;
- }
- /*.resizableDivWrapper{
- position: relative;
- width: 40%;
- height: 100%;
- float: right;
- }*/
- .resizableDiv {
- position: absolute;
- z-index: 300;
- top: 0px !important;
- right: 12px;
- width: 36%;
- height: 100%;
- }
- #renderDiv {
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 150px;
- overflow: hidden;
- box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.34);
- }
- #renderDiv>div{
- height: 99%;
- }
- .vbut {
- padding: 3px;
- width: 34px;
- height: 34px;
- }
- #paneContainer {
- position: absolute;
- width: 100%;
- height: 130px;
- bottom: 0;
- overflow: hidden;
- background-color: #fff;
- box-shadow: 3px 5px 8px #ccc;
- padding: 15px;
- box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.24);
- }
- /*.changeable {
- display: inline-block;
- text-align: center;
- }*/
- #renderButton, #abortButton {
- position: absolute;
- left: 5px;
- top: 3px;
- width: 102px;
- height: 52px;
- margin: 0 auto;
- white-space: normal;
- padding: 2px 6px;
- }
- #abortButton {
- text-shadow: none;
- }
- /*#abortButton {
- position: absolute;
- left: 15px;
- top: 1px;
- padding: 5px;
- display: none;
- }*/
- #render-ongoing {
- position: absolute;
- left: 120px;
- top: 15px;
- display: none;
- font-size: 18px;
- }
- #error-message {
- position: absolute;
- left: 15px;
- top: 50%;
- font-size: 14px;
- overflow: auto;
- transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -moz-transform: translateY(-50%);
- }
- #resolution_radio {
- width: 300px;
- }
- .btn-over-blockly {
- position: absolute;
- top: -8px;
- left: 40%;
- z-index: 299;
- }
- .proj-input {
- max-width: 30%;
- }
- #viewMenu {
- /* position: relative;
- vertical-align: middle;
- margin: 5px 0;
- z-index: 500;*/
- -webkit-appearance: menulist-button;
- height: 34px;
- padding:0px;
- }
- #viewReset {
- position: relative;
- z-index: 500;
- }
- /*#axesButton {
- position:absolute;
- bottom: 0px;
- right: 3px;
- z-index: 500;
- }*/
- /*#cameraButton {
- position:absolute;
- bottom: 0px;
- right: 53px;
- z-index: 500;
- }*/
- #picButton {
- position: absolute;
- bottom: 0px;
- left: 2px;
- z-index: 500;
- }
- #rPicButton {
- position: absolute;
- bottom: 0px;
- left: 100px;
- z-index: 500;
- }
- /*.defaultColor {
- position:relative;
- z-index: 500;
- }*/
- .sp-replacer {
- border-color:#ccc;
- padding:0px;
- }
- .sp-preview {
- border: 1px solid #555;
- margin:4px;
- width: 24px;
- height: 24px;
- }
- .giant-yes {
- width:125px;
- white-space: normal;
- height: 52px;
- display: inline-block;
- text-align: center;
- padding: 2px 6px;
- /* padding-left: 45px;
- padding-right: 45px;*/
- }
- .confirm-yes {
- width:80px;
- white-space: normal;
- display: inline-block;
- }
- .save-message {
- position:relative;
- top:3px;
- display:inline-block;
- padding-right:15px;
- font-size: 18px;
- }
- .content {
- margin: 0;
- padding: 20px;
- position: absolute;
- top: 0px;
- direction: ltr;
- width: 100%;
- height:100%;
- overflow: auto;
- }
- /* override bootstrap css */
- .tab-content {
- position: relative;
- }
- .tab-content>.tab-pane {
- display: block;
- visibility: hidden;
- }
- .tab-content>.active {
- display: block;
- visibility: visible;
- background-color: #fff;
- }
- .dropdown-toggle {
- font-size: 16px;
- }
- .btn-big {
- font-size: 16px;
- font-weight: bold;
- margin: 0px;
- color: #666;
- border: none;
- background-color: transparent;
- background-image: none;
- outline: none;
- background-repeat:no-repeat;
- height: 50px;
- border-radius: 0px;
- box-shadow: none;
- -webkit-box-shadow: none;
- padding: 0px 12px;
- }
- .navbar-brand {
- font-size: 20px;
- }
- .navbar-collapse.collapse {
- display: block!important;
- }
- .navbar-nav>li, .navbar-nav{
- float: left !important;
- }
- .navbar-nav{
- float: right !important;
- }
- .navbar-right {
- margin-right: 0px !important;
- }
- .navbar-narrow {
- min-height: 35px;
- margin-bottom: 0px;
- height: 35px !important;
- line-height: 1;
- }
- .navbar-right {
- float: right!important;
- }
- .nav-pills>li.active>a {
- background-color:#ededed;
- color:#111;
- }
- .nav-pills>li.active>a:hover,
- .nav-pills>li.active>a:focus {
- background-color:#ededed;
- color:#111;
- }
- body .modal-md {
- width: 70%;
- left: 15%;
- }
- #projectView {
- display:block;
- overflow-y: scroll;
- margin: 0 auto;
- height: 92%;
- width:90%;
- left:1%;
- }
- .proj-to-download {
- font-weight: bold;
- }
- .proj-header {
- margin-left: 8px;
- margin-right: 10%;
- padding: 4px;
- font-size: 24px;
- }
- .table-striped>tbody>tr:nth-of-type(odd) {
- background-color: #f6f6ff;
- }
- .table>tbody>tr>td {
- vertical-align : middle;
- }
- #projTable td > * {
- vertical-align : middle;
- }
- /* Sortable tables */
- table.sortable thead {
- background-color:#eee;
- color:#666666;
- font-weight: bold;
- cursor: default;
- }
- table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
- content: " \25B4\25BE"
- }
- th {
- border: solid 1px #d0d0d0;
- }
- .vc {
- margin-top:15px;
- }
- .vcenter {
- vertical-align: top;
- margin-top: 0;
- margin-right: 5%;
- float: right;
- }
- .spacey {
- vertical-align: top;
- margin-top: 0;
- margin-left:30px;
- }
- .search {
- vertical-align: top;
- height:33px;
- border-radius:15px;
- margin-left:30px;
- text-indent:5px;
- background-image: url('../imgs/mag.jpg');
- background-repeat: no-repeat;
- background-position: 96% 50%;
- }
- input.search:focus {
- outline-width: 0;
- }
- .noselect {
- -webkit-touch-callout: none; /* iOS Safari */
- -webkit-user-select: none; /* Chrome/Safari/Opera */
- -khtml-user-select: none; /* Konqueror */
- -moz-user-select: none; /* Firefox */
- -ms-user-select: none; /* Internet Explorer/Edge */
- user-select: none; /* Non-prefixed version, currently
- not supported by any browser */
- }
- .form-error-message {
- display: inline-block;
- padding: 3px;
- margin-left: 5px;
- white-space: nowrap;
- background-color: #b04444;
- color: white;
- }
- .error-message {
- display: table;
- margin: 0 auto;
- padding: 3px;
- background-color: #b04444;
- color: white;
- text-align: left;
- margin-top: 10px;
- }
- .form-error {
- display: inline-block;
- position: absolute;
- }
- .mycl {
- display: inline-block;
- margin-right:20px;
- float: left;
- clear: left;
- width: 30%;
- text-align: left;
- }
- .reginput {
- display: inline-block;
- float: left;
- }
- .password {
- -webkit-text-security:disc;
- text-security:disc;
- }
- /* Sprited icons. */
- .icon21 {
- height: 21px;
- width: 21px;
- background-image: url(../icons.png);
- }
- .trash {
- background-position: 0px 0px;
- }
- /* scrollbar on long variable dropdown lists */
- .goog-menu-vertical {
- overflow-y: scroll;
- max-height: 350px;
- }
- /* added to make submenus work with bootstrap 3 */
- .dropdown-menu>li
- { position:relative;
- -webkit-user-select: none; /* Chrome/Safari */
- -moz-user-select: none; /* Firefox */
- -ms-user-select: none; /* IE10+ */
- /* Rules below not implemented in browsers yet */
- -o-user-select: none;
- user-select: none;
- cursor:pointer;
- }
- .dropdown-menu .sub-menu {
- left: 100%;
- position: absolute;
- top: 0;
- display:none;
- margin-top: -1px;
- border-top-left-radius:0;
- border-bottom-left-radius:0;
- border-left-color:#fff;
- box-shadow:none;
- }
- .right-caret:after
- { content:"";
- border-bottom: 5px solid transparent;
- border-top: 5px solid transparent;
- border-left: 5px solid gray;
- display: inline-block;
- height: 0;
- opacity: 0.8;
- vertical-align: middle;
- width: 0;
- margin-left:5px;
- margin-bottom:2px;
- }
- .left-caret:after
- { content:"";
- border-bottom: 5px solid transparent;
- border-top: 5px solid transparent;
- border-right: 5px solid gray;
- display: inline-block;
- height: 0;
- opacity: 0.8;
- vertical-align: middle;
- width: 0;
- margin-left:5px;
- margin-bottom:2px;
- }
- /* change padding on bootstrap container-fluid to move icon farther left */
- /*.container-fluid {
- padding-right: 15px;
- padding-left: 5px;
- margin-right: auto;
- margin-left: auto;
- }*/
- /* I CHANGED */
- @media (min-width: 979px) {
- .navbar-nav > .dropdown:hover > ul.dropdown-menu {
- display: block;
- }
- a.dropdown-toggle: hover {
- background-color: #4B6DB4;
- }
- }
- #top-navigation-bar {
- /*remove navbar-default*/
- height: 60px;
- margin-bottom: 0px;
- background-color: #3C78D8;
- border-radius: 0;
- }
- a.dropdown-toggle {
- color: white;
- }
- /*.navbar-nav > .dropdown:hover {
- background-color: #4B6DB4 !important;
- }*/
- .nav > li > a:hover{
- background-color:#4B6DB4;
- }
- #displayBlocks, #displayCode{
- position: absolute;
- left: 148px;
- top: 24.5px;
- height: 36px;
- width: 60px;
- text-align: center;
- line-height: 36px;
- border-radius: 6px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- z-index: 500;
- background-color: white;
- border: 1px solid lightgrey;
- border-bottom: 0;
- color:#bb5b06;
- }
- #displayCode{
- transform: translateX(60px);
- border-bottom: 1px solid lightgrey;
- color:#333;
- }
- #undoButton, #redoButton, #trashButton {
- position: absolute;
- left: 42%;
- top:28px;
- z-index: 100;
- height: 56px;
- width: 50px;
- border-radius: 50px;
- box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
- }
- #undoButton{
- transform: translateX(0px);
- }
- #redoButton{
- transform: translateX(60px);
- }
- #trashButton{
- transform: translateX(120px);
- }
- .btn:focus,
- .btn:active:focus,
- .btn.active:focus,
- .btn.focus,
- .btn:active.focus,
- .btn.active.focus {
- outline: none;
- /*box-shadow: none;
- background-image: none;
- -webkit-box-shadow: none;*/
- }
- #playButton {
- position: relative;
- top: 10px;
- width: 40px;
- margin-left: 16px;
- height: 28px;
- }
- /* I CHANGED */
- .navbar-center{
- height: 60px;
- }
- .nav, .navbar-nav{
- height: 100%;
- }
- /*.mar-top5{
- margin-top:8px;
- }
- .mar-top5>img{
- height: 40px;
- width: 160px;
- filter: invert(1);
- }*/
- /*project name*/
- .project-name-wrapper{
- position: relative;
- display: inline-block;
- margin-left: 40px;
- width: 200px;
- margin-top:10px;
- }
- .project-name-input{
- height: 34px;
- width: 200px;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.42857143;
- color: white;
- background-color: rgba(0, 0, 0, 0);
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 4px;
- transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
- /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
- border: none;
- border-radius: 0;
- }
- .project-name-input:focus,
- .project-name-input:active:focus,
- .project-name-input:active {
- outline: none;
- border-bottom: 1px solid white;
- }
- .pro-name-edit{
- position: absolute;
- right: 0;
- height: 30px;
- width: 30px;
- top:3px;
- }
- #project-name::placeholder {
- color: white;
- }
- .blocklySvg{
- width: 58%;
- box-shadow: 3px 5px 18px rgba(0, 0, 0, 0.24);
- /*box-shadow: 3px 5px 8px #A9A9A9;*/
- }
- .blocklyZoom{
- transform:translate(760,200) !important;
- z-index: 100;
- }
- .blocklyToolboxDiv{
- left:0 !important;
- background-color: #6DA5E1;
- }
- .blocklyToolboxDiv div{
- background-color: #6DA5E1 !important;
- }
- .blocklyScrollbarHorizontal{
- display: none;
- }
- /*#renderButton, #zInButton, #zOutButton,
- #cameraButton {
- border-radius: 50%;
- height: 50px;
- width: 50px;
- box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
- }
- #zInButton, #zOutButton, #cameraButton {
- min-width: 40px;
- height: 40px;
- width: 40px;
- }*/
- .btn-default {
- border: none;
- box-shadow: inset 0 0 0 rgba(255,255,255,.15), 0 0 0 rgba(0,0,0,.075);
- }
- .btn {
- border-radius: 0;
- background: white;
- }
- #zResetButton {
- padding: 4px;
- }
- #viewerButtons {
- font-size: 0;
- }
- .sp-replacer {
- width: 34px;
- height: 34px;
- }
- #viewMenu {
- border-radius: 0;
- margin: 0;
- }
- #global {
- font-size: 40px;
- margin-top: -10px;
- }
- .dropdown-toggle {
- padding: 0;
- }
- #editView{
- position: relative;
- padding: 60px 20px 100px 20px;
- box-sizing: content-box;
- background-color: rgba(245, 245, 245, 1);
- }
- #blocklyContainer{
- background-color: rgba(245, 245, 245, 1);
- }
- #viewerButtons {
- height: 35px;
- bottom: 93px;
- /* border: 1px solid #ccc; */
- z-index: 500;
- /* overflow: auto; */
- }
- #viewerDefaults {
- padding-top: 10px;
- height: 35px;
- bottom: 59px;
- z-index: 400;
- }
- #viewerButtons, #viewerDefaults {
-
- }
- #renderButton, #abortButton {
- position: absolute;
- left: 30px;
- top: 15px;
- width: 60px;
- height: 60px;
- margin: 0 auto;
- white-space: normal;
- padding: 2px 6px;
- border-radius: 50%
- }
- .has-error {
- width: 100%;
- }
- #renderPane {
- position: absolute;
- height: 60px;
- width: 300px;
- bottom: 0px;
- overflow: auto;
- }
- .paneButtonWrapper{
- margin-left: 25%;
- height: auto;
- background-color: #fff;
- }
- .navbar-nav>li>a{
- padding-bottom: 23px;
- }
- .navbar-nav a.first-link{
- padding-bottom: 9px;
- }
- @font-face {
- font-family: "GT Walsheim Pro Trial";
- src: url("./font/GT-Walsheim-Pro-Trial-Black.otf");
- }
- .mar-top5{
- margin-top:16px;
- font-family: "GT Walsheim Pro Trial";
- color: #fff;
- font-size: 28px;
- }
- .btn-danger{
- font-size: 14px;
- }
|