2022-01-05 13:42:24 +01:00
|
|
|
body
|
|
|
|
{
|
|
|
|
font-family: monospace;
|
2022-01-05 18:14:45 +01:00
|
|
|
background-color: #383C4A;
|
2022-01-05 13:42:24 +01:00
|
|
|
color:#E0B0FF;
|
|
|
|
}
|
|
|
|
|
2022-01-07 16:55:40 +01:00
|
|
|
div#login{
|
2022-01-05 13:42:24 +01:00
|
|
|
width: 30%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-01-05 18:14:45 +01:00
|
|
|
background-color:#383C4A;
|
2022-01-05 13:42:24 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-01-07 16:55:40 +01:00
|
|
|
div#login form {
|
2022-01-05 13:42:24 +01:00
|
|
|
width: 200px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding-left: 15%;
|
|
|
|
padding-right: 15%;
|
|
|
|
}
|
|
|
|
|
2022-01-07 16:55:40 +01:00
|
|
|
div#login input[type=text], input[type=password]{
|
2022-01-05 18:14:45 +01:00
|
|
|
background-color: #383C4A;
|
2022-01-05 13:42:24 +01:00
|
|
|
color: white;
|
|
|
|
border: 1px solid #E0B0FF;
|
|
|
|
}
|
|
|
|
|
2022-01-07 16:55:40 +01:00
|
|
|
div#upload form {
|
|
|
|
padding-right: 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.workflow{
|
|
|
|
margin-top: 1em;
|
|
|
|
padding: 0.5em;
|
|
|
|
width: 25em;
|
|
|
|
border: 3px solid #E0B0FF;
|
|
|
|
background-color:#383C4A;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div#buttons{
|
2022-01-05 13:42:24 +01:00
|
|
|
position: fixed;
|
|
|
|
top: 0.5em;
|
|
|
|
right: 0.5em;
|
|
|
|
display:flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2022-01-07 16:55:40 +01:00
|
|
|
div#buttons .logout input{
|
2022-01-05 15:10:18 +01:00
|
|
|
border: none;
|
|
|
|
background: #E0B0FF;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
2022-01-07 16:55:40 +01:00
|
|
|
div#buttons .distribusi input{
|
2022-01-05 15:10:18 +01:00
|
|
|
border: none;
|
|
|
|
background: #fff600;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
2022-01-07 16:55:40 +01:00
|
|
|
fieldset.required {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button input {
|
2022-01-05 13:42:24 +01:00
|
|
|
border: none;
|
|
|
|
background: #E0B0FF;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
2022-01-07 16:55:40 +01:00
|
|
|
.button input:hover {
|
2022-01-05 13:42:24 +01:00
|
|
|
background: #60337F;
|
|
|
|
}
|
2022-01-07 18:09:29 +01:00
|
|
|
|
|
|
|
/* unvisited link */
|
|
|
|
a:link {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* visited link */
|
|
|
|
a:visited {
|
|
|
|
color: #fff600;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* mouse over link */
|
|
|
|
a:hover {
|
|
|
|
color: #60337F;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* selected link */
|
|
|
|
a:active {
|
|
|
|
color: white;
|
|
|
|
}
|