Dropper/src/dropper/static/css/main.css

86 lines
1.3 KiB
CSS

video {
width: 520px;
height: auto;
}
/* IDs */
#bg {
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
z-index: -999;
}
#bg img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: -999;
}
#serverMessages,
#toUploadFiles {
width: 100%;
}
#noteArea {
background-color: "#32383e" !important;
color: "#fff";
}
/* Classes */
.scroller {
scrollbar-color: #00000084 #ffffff64;
scrollbar-width: thin;
}
.controls-secondary > button,
.controls-secondary > input,
.controls-secondary > .col > button,
.controls-secondary > .col > a {
width: 100%;
margin-bottom: 0.5em;
margin-bottom: 0.5em;
}
.server-file-card {
width: 100%;
height: auto;
background-color: #ffffff77;
color: #000000;
padding: 0em .5em;
}
.server-file-card > img {
width: 2.5em;
height: 2.5em;
}
.server-icon-image {
width: 2.5em;
height: 2.5em;
}
.server-image {
max-width: 24em;
}
/* Theme colors */
.menu-item:hover,
.edit-icons:hover {
cursor: pointer;
background-color: #ffffff77;
}
.errorTxt { color: rgb(170, 18, 18); }
.warningTxt { color: rgb(255, 168, 0); }
.successTxt { color: rgb(136, 204, 39); }