Repository URL to install this package:
|
Version:
3.0.1.40031-bionic ▾
|
@import "open-sans.css";
* {
-webkit-box-sizing: border-box;
}
html {
-webkit-touch-callout: none;
-webkit-user-select: none;
cursor: default;
}
body {
background: #1a1a1a url(../images/background.png);
color: white;
overflow: hidden;
}
body, input, textarea, button, select {
font: 14px/16px "Open Sans", sans-serif;
margin: 0;
padding: 0;
}
a {
cursor: default;
color: #15c6fa;
text-decoration: none;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
small {
font-size: 80%;
}
input[type="password"],
input[type="text"] {
background-color: white;
border: 1px #bbb solid;
height: 24px;
padding: 0 5px;
vertical-align: middle;
}
input[type="password"]:disabled,
input[type="text"]:disabled {
background-color: #bbb;
}
input[type="password"]:focus,
input[type="text"]:focus {
outline: 0;
border-color: #15c6fa;
}
input[type="checkbox"] {
margin-right: 0.5em;
color: #15c6fa;
text-align: center;
}
input[type="radio"] {
margin-right: 0.5em;
}
input[type="checkbox"],
input[type="radio"] {
vertical-align: middle;
}
select {
height: 24px;
margin: 0;
color: #111;
vertical-align: middle;
}
.button {
border: 0;
margin: 0;
background-color: #bbb;
display: inline-block;
padding: 0 20px;
color: #111;
font-weight: bold;
text-decoration: none;
line-height: 24px;
vertical-align: middle;
-webkit-transition: background-color 0.2s ease-in-out;
}
.button:not(:disabled):active,
.button:not(:disabled):focus,
.button:not(:disabled):hover {
outline: 0;
}
.button:disabled {
color: #909090;
}
.error {
color: tomato;
}
.stretch {
position: absolute;
top: 25px;
right: 20px;
bottom: 16px;
left: 20px;
}
.hidden {
display: none !important;
}
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}
.section-header {
font-size: 110%;
line-height: 16px;
font-weight: bold;
margin-bottom: 8px;
}
.section {
border: 1px #3b3b3b solid;
padding: 12px 16px 16px 16px;
margin-bottom: 16px;
}
.separated {
border-top: 1px #3b3b3b solid;
padding-top: 16px;
}
/* Commit */
.commit {
position: absolute;
right: 0;
bottom: 0;
text-align: right;
}
.commit .button {
margin-left: 4px;
}
/* Watermark */
#watermark {
position: absolute;
bottom: 10px;
left: 20px;
height: 32px;
}
/* auth pref*/
#pref {
top: 25px;
}
/* Overlay */
#overlay {
background: no-repeat center 40%;
position: absolute;
right: 0;
left: 0;
top: 25px;
bottom: 0;
text-align: center;
font-weight: bold;
}
#overlay-message {
position: absolute;
top: 50%;
left: 0;
right: 0;
}
#overlay-message p {
margin-bottom: 16px;
}
#overlay .button {
margin: 0 8px;
}
#overlay.loading {
background-color: #15c6fa;
background-image: url(../images/loading.gif);
background-size: 88px 64px;
color: #3b3b3b;
}
#overlay.loading .button {
background-color: #3b3b3b;
color: #15c6fa;
}
#overlay.loading .button:not(:disabled):hover {
color: white;
}
#overlay.loading .button:disabled {
color: #666;
}
#overlay.loading .okay.button {
display: none;
}
#overlay.error {
background-color: #ffe973;
background-image: url(../images/error.png);
background-size: 64px 64px;
color: #c81400;
}
#overlay.error .button {
background-color: #c81400;
color: #ffe973;
}
#overlay.error .button:not(:disabled):hover {
color: white;
}
#overlay.error .button:disabled {
color: #ff8173;
}
#overlay.error .cancel.button {
display: none;
}
/* AppBar */
.app-bar {
height: 25px;
text-align: center;
font-size: 13px;
line-height: 25px;
color: white;
background-color: #212d3b;
z-index: 1;
vertical-align: middle;
}
.app-bar .icon {
height: 12px;
vertical-align: middle;
}
.app-bar .title {
margin-left: 3px;
vertical-align: middle;
}
.window-title {
line-height: 25px;
}
.app-bar .minimize,
.app-bar .close {
position: fixed;
top: 0px;
width: 40px;
height: 25px;
background: no-repeat center;
background-size: 11px;
}
.app-bar .minimize:hover,
.app-bar .close:hover {
background-color: #263342;
}
.app-bar .minimize {
background-image: url(../images/minimize.png);
right: 40px;
}
.app-bar .close {
background-image: url(../images/close.png);
right: 0px;
}
/* Spinner */
.spinner {
margin: 0 auto;
width: 40px;
height: 40px;
position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
width: 12px;
height: 12px;
background-color: white;
border-radius: 100%;
position: absolute;
-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
animation: bouncedelay 1.2s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.spinner .spinner-container {
position: absolute;
width: 100%;
height: 100%;
}
.container2 {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.container3 {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.container2 .circle1 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.container3 .circle1 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.container1 .circle2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.container2 .circle2 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.container3 .circle2 {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.container1 .circle3 {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.container2 .circle3 {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.container3 .circle3 {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.container1 .circle4 {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.container2 .circle4 {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.container3 .circle4 {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
0%, 80%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 40% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}