Custom CSS |
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700;800&display=swap");
#app {
background-position: right;
/* background-image: url(https://source.unsplash.com/random/1920x1080?nature)!important; */
background-image: url(https://random.imagecdn.app/v1/image?width=1920&height=1080&category=landscape&format=image)!important;
}
#app #sortable,
#app main {
padding: 20px;
}
#config-buttons {
bottom: 50%;
transform: translate(40px, 50%);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: rgba(255, 255, 255, 0.1) -1px 1px 1px 0, rgba(255, 255, 255, 0.1) 0 -1px 1px 0,
rgba(0, 0, 0, 0.1) -1px 0 20px 5px;
background-color: rgba(40, 40, 40, 0.25);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
transition: all 0.25s ease-in-out;
transition-property: transform;
}
#config-buttons:hover {
transform: translate(0, 50%);
}
#config-buttons a {
background: none;
}
#config-buttons a svg {
transition: all 0.1s ease-in-out;
color: rgba(255, 255, 255, 0.5);
}
#config-buttons a:hover svg {
transform: scale(1.1);
color: rgba(255, 255, 255, 0.95);
}
.black {
color: white !important;
}
.item-container .tooltip {
margin: auto;
width: 330px;
margin-bottom: 10px;
border-radius: 13.5px;
padding: 15px;
}
.item-container .tooltip.active {
opacity: 0.8;
color: rgba(255, 255, 255, 1);
}
.item {
box-shadow: rgba(0, 0, 0, 0.05) -1px -1px 5px 0, rgba(0, 0, 0, 0.15) 0px 20px 25px -5px,
rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
border-radius: 12px;
background-image: none;
border: none;
outline: none;
height: 100px;
width: 300px;
margin: 1.25rem;
padding: 1rem 55px 1rem 1rem;
transition: all 0.25s ease-in-out;
transition-property: transform, box-shadow, background-color;
background-color: rgba(133, 133, 133, 0.4) !important;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
z-index: 2;
}
.item:after {
height: 100px;
opacity: 0.2;
}
.item:hover {
transform: scale(1.1);
background-color: rgba(133, 133, 133, 0.4) !important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 60px 40px -7px !important;
}
.item .svg-inline--fa {
height: 100px;
vertical-align: middle;
opacity: 0.2;
}
.item-container .item-edit {
z-index: 2;
}
.searchform {
padding: none;
margin: 10px auto;
background: none;
border-radius: 0;
box-shadow: none;
border-top: none;
border-bottom: none;
z-index: 1;
}
.searchform .input-container {
background: rgba(255,255,255,0.4);
border-radius: 5px;
backdrop-filter: blur(10px);
box-shadow: rgb(0 0 0 / 5%) -1px -1px 5px 0, rgb(0 0 0 / 15%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px !important;
overflow: hidden;
position: relative;
display: flex;
}
.searchform button{
font-size: 1rem !important;
letter-spacing: 1px;
font-family: "Raleway", sans-serif;
}
#switchuser {
padding: 0 0 0 10px;
flex-direction: row;
border: 0;
line-height: normal;
z-index: 4;
}
#switchuser img {
display: none;
}
#switchuser .btn{
margin: 0 0 0 10px;
border-top-right-radius: 9px;
}
div.create {
justify-content: center;
}
div.create .input {
width: auto;
}
textarea.form-control {
max-width: 850px;
}
@media only screen and (max-width: 750px) {
.item {
padding-top: 2rem;
padding-bottom: 2rem;
}
#config-buttons {
display: none;
}
}
.details * {
color: white !important;
}
.details {
padding: 0 0.5rem;
}
.app-icon {
filter: drop-shadow(1px 1px 2px rgba(10, 0, 20, 0.1));
}
.livestats-container {
margin-top: 0.5rem;
}
.livestats-container .livestats .title {
margin-bottom: 3px;
}
.livestats-container .livestats li {
padding-right: 1rem;
}
.livestats-container strong {
font-weight: 500 !important;
padding: 0 2px;
}
.details > .title {
font-weight: 800;
font-size: 1.3rem !important;
letter-spacing: 1px;
font-family: "Raleway", sans-serif;
text-shadow: rgba(10, 0, 60, 0.25) 1px 0 5px;
text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 2px rgba(10, 0, 60, 0.25);
transition: all 0.25s ease-in-out;
}
.item:hover .details > .title {
text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 5px rgba(10, 0, 60, 0.2);
}
pre {
max-height: 400px;
}
|
|