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

103 lines
1.5 KiB
CSS
Raw Normal View History

2020-02-22 04:31:22 +00:00
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 */
2022-10-09 01:40:50 +00:00
.list-group {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: inherit;
padding-left: 0;
margin-bottom: 0;
}
2020-02-22 04:31:22 +00:00
.scroller {
2021-02-14 01:17:11 +00:00
scrollbar-color: #00000084 #ffffff64;
scrollbar-width: thin;
2020-02-22 04:31:22 +00:00
}
2022-10-09 00:20:05 +00:00
.card-title-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
2020-02-22 04:31:22 +00:00
.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 {
2022-10-09 00:20:05 +00:00
display: flex;
2020-02-22 04:31:22 +00:00
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;
}
2022-10-09 00:20:05 +00:00
/* Theme colors */
.menu-item {
width: 2em;
height: auto;
2020-02-22 04:31:22 +00:00
}
.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); }