minecraft_manager/static/minecraft_manager/css/external.css

76 lines
1.0 KiB
CSS

#bg {
width:100%;
min-height:100%;
height:auto!important;
position:fixed;
top:0;
left:0;
overflow:hidden;
border:0;
z-index:-9;
float:left;
}
#form {
background: rgba(0, 0, 0, .75);
display: block;
width: 75%;
padding: 1em 5em;
border-radius: 1em;
top: 50%;
left: 50%;
}
.dataTables_wrapper {
width: 95%;
}
#appFormOld {
margin: auto;
display: block;
width: 40%;
height: 98%;
border-radius: 1em;
}
#viewMap {
float: right;
border: 0px;
margin: 5px 5px 0 0;
position: absolute;
top: 0px;
right: 21px;
}
#goMap {
float: right;
border: 0px;
margin: 5px 5px 0 0;
position: absolute;
top: 0px;
right: 0px;
}
#display {
color: white;
background: rgba(0,0,0,.5);
border-radius: 1em;
padding: 1em;
}
#display input {
color: black;
}
.sub {
margin-left: 1em;
}
.rule {
margin-bottom: .5em;
}
.errorlist {
color: #D8000C;
background-color: #FFD2D2;
}