303 lines
4.5 KiB
CSS
Executable File
303 lines
4.5 KiB
CSS
Executable File
body {
|
|
font-family: 'Poppins', 'Verdana', 'Sans';
|
|
font-size: 18px;
|
|
padding: .8em;
|
|
overflow: hidden;
|
|
color: #222;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
/* Login form */
|
|
|
|
#logo {
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-bottom: 4em;
|
|
width: 62%;
|
|
}
|
|
button,
|
|
input {
|
|
font-size: 1em;
|
|
background-color: transparent;
|
|
color: black;
|
|
}
|
|
select {
|
|
font-size: 1em;
|
|
background-color: #8d8d8d;
|
|
}
|
|
option {
|
|
color: white;
|
|
}
|
|
#fields {
|
|
max-width: 13em;
|
|
margin-left: 3.32em;
|
|
}
|
|
#inputs > div {
|
|
margin-top: 1em;
|
|
}
|
|
#inputs > div > * {
|
|
display: block;
|
|
}
|
|
#inputs label {
|
|
color: rgb(155, 155, 155);
|
|
font-size: .8em;
|
|
}
|
|
input[type='text'],
|
|
input[type='password'] {
|
|
width: 100%;
|
|
border: none;
|
|
border-bottom: 1px solid #c9c9c9;
|
|
font-size: 1em;
|
|
color: #333;
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
padding-left: .3em;
|
|
max-width: auto;
|
|
}
|
|
input[type='text']:focus,
|
|
input[type='password']:focus {
|
|
border-bottom: 1px solid black;
|
|
}
|
|
#optionsSection {
|
|
margin-top: 1em;
|
|
font-size: .8em;
|
|
margin-bottom: 2.5em;
|
|
}
|
|
#logout {
|
|
float: right;
|
|
margin-top: -4.3em;
|
|
margin-left: .4em;
|
|
padding: .4em;
|
|
}
|
|
#logout:hover {
|
|
border-radius: 25px;
|
|
background-color: #f0f0f0;
|
|
cursor: pointer;
|
|
}
|
|
#submit {
|
|
margin-top: 1em;
|
|
}
|
|
#clean {
|
|
margin-top: 1.3em;
|
|
font-size: .8em;
|
|
text-align: center;
|
|
}
|
|
#submit,
|
|
#cleanDiv {
|
|
text-align: center;
|
|
}
|
|
#cleanDiv {
|
|
margin-top: 10px;
|
|
}
|
|
#clean:hover {
|
|
text-decoration: underline;
|
|
text-decoration-color: #44f;
|
|
}
|
|
button {
|
|
color: #FFF;
|
|
background-color: black;
|
|
padding: 1em;
|
|
padding-right: 4.5em;
|
|
padding-left: 4.5em;
|
|
border: none;
|
|
border-radius: 25px;
|
|
font-size: .9em;
|
|
}
|
|
button:hover {
|
|
background-color: #3d3f42;
|
|
cursor: pointer;
|
|
}
|
|
select {
|
|
color: white;
|
|
}
|
|
|
|
/* Branch */
|
|
|
|
#branchOptions {
|
|
margin-top: 2em;
|
|
}
|
|
#branchLogo {
|
|
cursor: pointer;
|
|
padding-top: .4em;
|
|
padding-left: .4em;
|
|
padding-right: .4em;
|
|
}
|
|
#branch {
|
|
border: none;
|
|
cursor: pointer;
|
|
float: right;
|
|
}
|
|
#branchSelector {
|
|
float: right;
|
|
margin-top: .7em;
|
|
width: 107px;
|
|
display: none;
|
|
padding-left: .3em;
|
|
padding-right: .8em;
|
|
max-width: 133px;
|
|
}
|
|
#branchButton {
|
|
float: left;
|
|
border-radius: 25px;
|
|
color: black;
|
|
box-shadow: 0 0 .25em rgba(1,1,1,.6);
|
|
background-color: #8d8d8d;
|
|
}
|
|
#branchButton:hover {
|
|
box-shadow: none;
|
|
}
|
|
#branchButton.master {
|
|
background-color: #c20000;
|
|
}
|
|
#branchButton.test {
|
|
background-color: #b1a32b;
|
|
}
|
|
#branchButton.dev {
|
|
background-color: #31a527;
|
|
}
|
|
select.master {
|
|
background-color: #c20000;
|
|
}
|
|
select.test {
|
|
background-color: #b1a32b;
|
|
}
|
|
select.dev {
|
|
background-color: #31a527;
|
|
}
|
|
|
|
/* Datasource */
|
|
|
|
#datasourceOptions {
|
|
margin-top: 2em;
|
|
margin-left: 17.3em;
|
|
}
|
|
#datasourceLogo {
|
|
cursor: pointer;
|
|
padding-top: .4em;
|
|
padding-left: .4em;
|
|
padding-right: .4em;
|
|
}
|
|
#datasourceLogo.on {
|
|
cursor: pointer;
|
|
padding-top: .4em;
|
|
padding-left: .4em;
|
|
padding-right: .4em;
|
|
margin-left: 7em;
|
|
}
|
|
#datasource {
|
|
border: none;
|
|
cursor: pointer;
|
|
margin-right: 1.5em;
|
|
float: left;
|
|
}
|
|
#datasourceSelector {
|
|
float: right;
|
|
display: none;
|
|
padding-right: .8em;
|
|
margin-right: .5em;
|
|
margin-top: -1.91em;
|
|
max-width: 133px;
|
|
}
|
|
#datasourceButton {
|
|
float: right;
|
|
border-radius: 25px;
|
|
color: black;
|
|
box-shadow: 0 0 .25em rgba(1,1,1,.6);
|
|
background-color: #8d8d8d;
|
|
}
|
|
#datasourceButton:hover {
|
|
box-shadow: none;
|
|
}
|
|
#datasourceButton.production {
|
|
background-color: #c20000;
|
|
}
|
|
#datasourceButton.test {
|
|
background-color: #b1a32b;
|
|
}
|
|
#datasourceButton.dev {
|
|
background-color: #31a527;
|
|
}
|
|
select.production {
|
|
background-color: #c20000;
|
|
}
|
|
select.test {
|
|
background-color: #b1a32b;
|
|
}
|
|
select.dev {
|
|
background-color: #31a527;
|
|
}
|
|
|
|
/* Message */
|
|
|
|
#message {
|
|
z-index: 2;
|
|
position: absolute;
|
|
top: 1.8em;
|
|
left: 11.8em;
|
|
width: 20em;
|
|
padding: .5em;
|
|
margin-left: -8.25em;
|
|
margin-top: 2em;
|
|
background-color: #EBB;
|
|
color: #644;
|
|
text-align: center;
|
|
font-size: .8em;
|
|
display: none;
|
|
border-radius: 5px;
|
|
box-shadow: 0 0 .4em rgba(1,1,1,.6);
|
|
}
|
|
#message.error {
|
|
border-color: black;
|
|
background-color: #ffcdd2;
|
|
color: #bf0000;
|
|
}
|
|
#message.notice {
|
|
border-color: black;
|
|
background-color: #d0cdff;
|
|
color: #0d00bf;
|
|
}
|
|
|
|
/* Spinner */
|
|
|
|
#background {
|
|
z-index: 1;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: black;
|
|
opacity: .7;
|
|
filter: alpha(opacity=50);
|
|
top: 0;
|
|
left: 0;
|
|
display: none;
|
|
}
|
|
#spinner {
|
|
z-index: 2;
|
|
position: absolute;
|
|
padding: 1em;
|
|
width: 10em;
|
|
height: 5em;
|
|
margin-top: -4em;
|
|
margin-left: -6.1em;
|
|
top: 50%;
|
|
left: 50%;
|
|
background-color: white;
|
|
display: none;
|
|
text-align: center;
|
|
border: 1px solid black;
|
|
border-radius: 25px;
|
|
}
|
|
#spinner * {
|
|
vertical-align: middle;
|
|
}
|
|
#spinner img {
|
|
width: 2.5em;
|
|
height: 2.5em;
|
|
margin-top: .5em;
|
|
}
|
|
#loading-message {
|
|
font-size: .9em;
|
|
} |