mirror of
https://github.com/ookangzheng/blahdns.git
synced 2025-12-15 13:45:37 +07:00
123 lines
3.1 KiB
CSS
Executable File
123 lines
3.1 KiB
CSS
Executable File
.bmc-button img {
|
|
width: 27px !important;
|
|
margin-bottom: 1px !important;
|
|
box-shadow: none !important;
|
|
border: none !important;
|
|
vertical-align: middle !important;
|
|
}
|
|
.bmc-button {
|
|
line-height: 36px !important;
|
|
height:37px !important;
|
|
text-decoration: none !important;
|
|
display:inline-flex !important;
|
|
color:#ffffff !important;
|
|
background-color:#FF813F !important;
|
|
border-radius: 3px !important;
|
|
border: 1px solid transparent !important;
|
|
padding: 0px 9px !important;
|
|
font-size: 17px !important;
|
|
letter-spacing:-0.08px !important;
|
|
;
|
|
box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
|
|
-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
|
|
margin: 0 auto !important;
|
|
font-family:'Lato', sans-serif !important;
|
|
-webkit-box-sizing: border-box !important;
|
|
box-sizing: border-box !important;
|
|
-o-transition: 0.3s all linear !important;
|
|
-webkit-transition: 0.3s all linear !important;
|
|
-moz-transition: 0.3s all linear !important;
|
|
-ms-transition: 0.3s all linear !important;
|
|
transition: 0.3s all linear !important;
|
|
}
|
|
.bmc-button:hover, .bmc-button:active, .bmc-button:focus {
|
|
-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
|
|
text-decoration: none !important;
|
|
box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
|
|
opacity: 0.85 !important;
|
|
color:#ffffff !important;
|
|
}
|
|
.myPadding {
|
|
padding-top:1%;
|
|
padding-left:10%;
|
|
padding-right:10%;
|
|
max-width: 1920px;
|
|
}
|
|
textarea {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
.w3-theme-l5 {
|
|
color:#000 !important;
|
|
background-color:#f0f0f0 !important
|
|
}
|
|
.w3-theme-l4 {
|
|
color:#000 !important;
|
|
background-color:#cccccc !important
|
|
}
|
|
.w3-theme-l3 {
|
|
color:#fff !important;
|
|
background-color:#999999 !important
|
|
}
|
|
.w3-theme-l2 {
|
|
color:#fff !important;
|
|
background-color:#666666 !important
|
|
}
|
|
.w3-theme-l1 {
|
|
color:#fff !important;
|
|
background-color:#333333 !important
|
|
}
|
|
.w3-theme-d1 {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-theme-d2 {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-theme-d3 {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-theme-d4 {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-theme-d5 {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-theme-light {
|
|
color:#000 !important;
|
|
background-color:#f0f0f0 !important
|
|
}
|
|
.w3-theme-dark {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-theme-action {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-theme {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-text-theme {
|
|
color:#000000 !important
|
|
}
|
|
.w3-border-theme {
|
|
border-color:#000000 !important
|
|
}
|
|
.w3-hover-theme:hover {
|
|
color:#fff !important;
|
|
background-color:#000000 !important
|
|
}
|
|
.w3-hover-text-theme:hover {
|
|
color:#000000 !important
|
|
}
|
|
.w3-hover-border-theme:hover {
|
|
border-color:#000000 !important
|
|
} |