海岸航空远控NewUI
海岸航空远控NewUI by Wangs-official
Details
AuthorWangs-official
LicenseMIT
Categoryfly.medium5va.org
Created
Updated
Size2.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
不需要贡献
Source code
/* ==UserStyle==
@name 海岸航空远控NewUI
@version 20230715.12.13
@namespace ?
==/UserStyle== */
@-moz-document domain("fly.medium5va.org") {
body {
font-size: 0.875rem;
font-weight: 400;
font-family: "Lato";
color: black;
background-color: rgb(110, 100, 100);
background-image: url(https://s3.bmp.ovh/imgs/2023/10/02/dfb798c46da2a938.png);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
/*导航栏UI*/
#Dispo_NavBar {
background-color:#fff;
box-shadow: 0px 0px 0px #ffffff;
margin-bottom: 10px;
}
#Dispo_NavBar a {
text-decoration: none;
color: #000;
font-weight: 500;
}
#Dispo_NavBar a:hover {
text-decoration: none;
color: goldenrod;
font-weight: 500;
}
#Dispo_NavBar a:active {
text-decoration: none;
color: lightgoldenrodyellow;
font-weight: 500;
}
#Dispo_NavBar .dropdown-menu {
background-color: rgba(255, 255, 255, .9);
}
#Dispo_NavBar .dropdown-menu a:hover {
background-color: transparent;
color: goldenrod;
}
#Dispo_NavBar .dropdown-item {
font-size: 0.875rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
text-align:center;
}
/* SideBar Style */
#Dispo_SideBar .offcanvas {
background-color: rgba(211, 211, 211, 0.85);
min-width: 250px;
width: auto;
height: 96vh;
}
#Dispo_SideBar .offcanvas .dropdown-menu {
background-color: transparent;
}
#Dispo_SideBar .dropdown-menu a:hover {
background-color: transparent;
color: #0000a2;
}
#Dispo_SideBar .dropdown-item {
font-size: 0.875rem;
}
/*部分块的UI*/
.card .card-header{
background-color:white;
}
.m-1 {
margin: .25rem!important;
color: black!important;
}
.card {
background-color: white;
border-color: black;
opacity:0.8;
}
.nav-pills .nav-link{
color: black;
background-color: white !important;
}
#footer .card {
background-color: white;
}
.col-lg {
padding-top:40px;
padding-left:30px;
padding-right:30px;
padding-bottom:40px;
flex: 1 0 0%;
}
.m-0{
color:white;
}
.input-group{
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
}
}