connect-platform
Version:
A platform to build backened code mostly in a visual manner.
1 lines • 2.96 kB
CSS
html{height:100%;overflow:hidden}*{padding:0;margin:0}body,html{min-height:100%;height:100%;font-family:Futura,Nunito,sans-serif;background-image:-webkit-gradient(linear,left top,left bottom,from(#424242),to(#363636));background-image:linear-gradient(#424242,#363636);background-size:100vw 100vh;background-attachment:fixed;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}::-webkit-scrollbar{width:6px;height:6px;cursor:pointer}::-webkit-scrollbar-thumb{background:rgba(25,25,25,.5);border-radius:6px;border:1px solid hsla(0,0%,39.2%,.5);-webkit-transition:background .15s,border-color .15s;transition:background .15s,border-color .15s}::-webkit-scrollbar-thumb:hover{background:#191919;border-color:#646464}::-webkit-scrollbar-button,::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-corner{background:transparent}h1{font-weight:100}small{opacity:.5}a.link{color:#448aff;text-decoration:none}a.full.button,button{display:inline-block;min-width:128px;background:none;color:#fff;padding:2px 12px 3px;border:1px solid #fff;border-radius:32px;font-size:14px;font-family:inherit;margin:8px 0;cursor:pointer;outline:none;opacity:.5;-webkit-transition:opacity .1s,background .1s,color .1s;transition:opacity .1s,background .1s,color .1s}a.full.button.danger,button.danger{color:#ff1744;border-color:#ff1744}a.full.button:hover,button:hover{opacity:1}a.button{text-decoration:none}.overlay .inner button{opacity:1}.overlay .inner button:hover{background:#fff;color:#000}.overlay .inner button.danger:hover{background:#ff1744}.hl-green{color:#76ff03}.hl,.hl-blue{color:#448aff}.hl-teal{color:#00bfa5}.hl-red{color:#ff1744}.hl-gray{color:#757575}.hl-white{color:#fff}.horizontal-spacer{display:inline-block;width:64px;height:4px}ace-editor{font-family:PT Mono,monospace;font-size:13px;font-weight:700;background-color:transparent}ace-editor .ace_gutter{margin-left:-16px;padding-right:8px;border-right:1px dashed hsla(0,0%,100%,.25);background:none;color:hsla(0,0%,100%,.25);opacity:.5;-webkit-transition:opacity .15s;transition:opacity .15s}ace-editor .ace_gutter:hover{opacity:1}ace-editor .ace_gutter-active-line{border-right:2px solid #448aff}ace-editor .ace_marker-layer .ace_active-line{background-color:rgba(0,0,0,.1)}ace-editor .ace_marker-layer .ace_selection{background:hsla(0,0%,100%,.1)}ace-editor .ace_marker-layer .ace_bracket{margin:1px 0 0 1px;background:hsla(0,0%,100%,.15)}ace-editor .ace_keyword,ace-editor .ace_type{color:#c6ff00}ace-editor .ace_string{color:#00bfa5}ace-editor .ace_operator,ace-editor .ace_paren{color:#4a90e2}ace-editor .ace_identifier,ace-editor .ace_support{color:#e0e0e0}ace-editor .ace_numeric{color:#f5a623}ace-editor .ace_language{color:#c0ca33}ace-editor .ace_hidden-cursors{opacity:0}