distribusi-verse: medium-tech web app content management system for the web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
body
|
|
|
|
{
|
|
|
|
font-family: monospace;
|
|
|
|
background-color: #383C4A;
|
|
|
|
color:#E0B0FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#login{
|
|
|
|
width: 30%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
background-color:#383C4A;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#login form {
|
|
|
|
width: 200px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding-left: 15%;
|
|
|
|
padding-right: 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset.required {
|
|
|
|
padding: 6px;
|
|
|
|
border: none;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#login input[type=text], input[type=password]{
|
|
|
|
background-color: #383C4A;
|
|
|
|
color: white;
|
|
|
|
border: 1px solid #E0B0FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#buttons{
|
|
|
|
position: fixed;
|
|
|
|
top: 0.5em;
|
|
|
|
right: 0.5em;
|
|
|
|
display:flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#buttons .logout input{
|
|
|
|
border: none;
|
|
|
|
background: #E0B0FF;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
section#buttons .distribusi input{
|
|
|
|
border: none;
|
|
|
|
background: #fff600;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signin input {
|
|
|
|
border: none;
|
|
|
|
background: #E0B0FF;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signin input:hover {
|
|
|
|
background: #60337F;
|
|
|
|
}
|