-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.css
1 lines (1 loc) · 2.98 KB
/
global.css
1
.sk-cube-grid{width:40px;height:40px;margin:100px auto}.sk-cube-grid .sk-cube{width:33%;height:33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:0.2s;animation-delay:0.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:0.4s;animation-delay:0.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:0.1s;animation-delay:0.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:0.2s;animation-delay:0.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:0.1s;animation-delay:0.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:0.2s;animation-delay:0.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}35%{-webkit-transform:scale3D(0, 0, 1);transform:scale3D(0, 0, 1)}}@keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}35%{-webkit-transform:scale3D(0, 0, 1);transform:scale3D(0, 0, 1)}}html{color:#FEFEFE;font-family:Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:14px;overflow:hidden}body{padding:0;margin:0;background-color:#000}body .loading{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);margin:0}p,h1,h2,h3,h4{text-rendering:optimizeLegibility;font-feature-settings:"kern" 1;font-kerning:normal;-webkit-font-feature-settings:"kern";-moz-font-feature-settings:"kern";-moz-font-feature-settings:"kern=1";text-shadow:1px 1px 2px rgba(0,0,0,0.5)}button{margin:12px 0px;display:block;font-family:Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:16px;padding:6px 12px;background-color:#2196F3;color:#FEFEFE;border-radius:4px;border:solid 1px #0960a5;text-shadow:0 -1px 0 rgba(0,0,0,0.4);outline:none;cursor:pointer}button:disabled,button:disabled:active,button:disabled:hover{background-color:rgba(189,189,189,0.2);border-color:rgba(189,189,189,0.2)}button:hover{background-color:#0960a5}button:active{background-color:#064475}button.text{border-radius:0px;border:0px;font-size:14px;margin:0;padding:0}button.inline{display:inline}a,button.text,a:visited{color:#2196F3;background-color:transparent;text-decoration:none;transition:color .1s ease-in}a:hover,button.text:hover,a:visited:hover{background-color:transparent;color:#0960a5}a.invert,button.text.invert,a:visited.invert{color:#FEFEFE}a.invert:visited,button.text.invert:visited,a:visited.invert:visited{color:#FEFEFE}a.invert:hover,button.text.invert:hover,a:visited.invert:hover{color:#0960a5}.warning,.error{font-style:italic;font-weight:600}.warning a,.error a{color:#FEFEFE}.warning{color:#2196F3}.error{color:#F44336}.primary{color:#2196F3}span.cm-def{color:white !important}.CodeMirror,.CodeMirror-gutters,.CodeMirror-gutter-background{background:#1E1E1E !important}