1
0
Fork 0
This commit is contained in:
Chenx221 2022-09-10 22:44:38 +08:00
parent 8d12957271
commit 14b5f49810
2 changed files with 24 additions and 11 deletions

BIN
disk_bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -37,14 +37,16 @@
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12); box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12);
} }
/* files */ /* files */
#listing .item{ #listing .item,.action{
transition: 0.4s;
border-radius: 1rem !important;; border-radius: 1rem !important;;
background: rgba(255,255,255,0.9);
} }
#listing .item:hover{ #listing .item:hover,.action:hover{
background-color: rgb(248,249,250); background-color: rgba(248,249,250,0.85);
} }
#listing .item[aria-selected="true"]{ #listing .item[aria-selected="true"]{
background-color: #0d6efd !important; background-color: rgba(13, 110, 253,0.95) !important;
color: white !important; color: white !important;
} }
#listing .item[aria-selected="true"] .material-icons{ #listing .item[aria-selected="true"] .material-icons{
@ -71,16 +73,17 @@
background-color: rgba(0,0,0,0.01); background-color: rgba(0,0,0,0.01);
} }
.dashboard .wrapper .router-link-active li{ .dashboard .wrapper .router-link-active li{
background-color: rgb(10,88,202) !important; background-color: rgba(10,88,202,0.5) !important;
} }
.dashboard #nav ul li{ .dashboard #nav ul li{
background-color: rgb(13,110,253); transition: 0.5s;
background-color: rgba(13,110,253,0.5);
} }
.dashboard #nav ul li:hover{ .dashboard #nav ul li:hover{
background-color: #0b5ed7; background-color: rgba(11, 94, 215,0.5);
} }
.dashboard .wrapper .router-link-active:hover{ .dashboard .wrapper .router-link-active:hover{
background-color: rgb(11,94,215); background-color: rgba(11,94,215,0.5);
} }
.dashboard #nav ul li{ .dashboard #nav ul li{
padding: 1.5em; padding: 1.5em;
@ -89,11 +92,21 @@
color: white !important;; color: white !important;;
/*! font-size: 13px; */ /*! font-size: 13px; */
} }
.overlay{
/*! filter: brightness(50%); */
}
/* share */ /* share */
.share__box__info .button--flat{ .share__box__info .button--flat{
border-radius: 8px; border-radius: 8px;
} }
/* beauty */
header{
background-color: rgba(0,0,0,0);
}
body{
background: black;
}
.column .card{
background-color: rgba(255, 255, 255, 0.8);
}