update
This commit is contained in:
parent
468a838bee
commit
b0a2e7b5f0
File diff suppressed because it is too large
Load Diff
|
|
@ -5,12 +5,57 @@
|
|||
#orbit-bar .orbit-bar-title a{
|
||||
color: #333!important;
|
||||
}
|
||||
.fa-classic, .fa-regular, .fa-solid, .far, .fas ,.fa{
|
||||
font-family: var(--fa-style-family, "FontAwesome");
|
||||
}
|
||||
#orbit-bar .orbit-bar-inner > label:focus, #orbit-bar .orbit-bar-inner > label.focus{
|
||||
.orbit-bar-search-sign-language{
|
||||
display: block
|
||||
}
|
||||
}
|
||||
|
||||
.login-btn:focus {
|
||||
outline: 0.3125em auto -webkit-focus-ring-color !important;
|
||||
transition: all 0.2s ease-in-out!important;
|
||||
}
|
||||
.orbit-bar-inner{
|
||||
li.active {
|
||||
@media(min-width:768px){
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
label[for="open-orbit-login"] {
|
||||
@media(max-width:768px){
|
||||
display: none!important;
|
||||
}
|
||||
}
|
||||
[accesskey="U"],[accesskey="W"]{
|
||||
@media(max-width:768px){
|
||||
color: #666!important;
|
||||
}
|
||||
}
|
||||
.orbit-bar-inner{
|
||||
[accesskey="U"]{
|
||||
height: 40px;
|
||||
display: inline-block!important;
|
||||
line-height: 40px;
|
||||
float: left;
|
||||
@media(min-width:769px){
|
||||
color: #fff!important;
|
||||
}
|
||||
}
|
||||
[accesskey="W"]{
|
||||
height: 40px;
|
||||
display: inline-block!important;
|
||||
line-height: 40px;
|
||||
float: left;
|
||||
color: #fff!important;
|
||||
@media(min-width:769px){
|
||||
color: #fff!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.orbit-bar-search-sign-language{
|
||||
@media(max-width:767px){
|
||||
position: absolute !important;
|
||||
|
|
|
|||
|
|
@ -533,6 +533,7 @@
|
|||
}
|
||||
li{
|
||||
list-style: none;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
.index-archive-15{
|
||||
|
|
|
|||
|
|
@ -19,18 +19,18 @@
|
|||
.i-member-pic-wrap{
|
||||
overflow: hidden;
|
||||
}
|
||||
.i-member-item{
|
||||
&:hover{
|
||||
img{
|
||||
transform: scale(1.1) !important;
|
||||
-webkit-transition: .3s ease-out;
|
||||
-moz-transition: .3s ease-out;
|
||||
-ms-transition: .3s ease-out;
|
||||
-o-transition: .3s ease-out;
|
||||
transition: .3s ease-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
// .i-member-item{
|
||||
// &:hover{
|
||||
// img{
|
||||
// transform: scale(1.1) !important;
|
||||
// -webkit-transition: .3s ease-out;
|
||||
// -moz-transition: .3s ease-out;
|
||||
// -ms-transition: .3s ease-out;
|
||||
// -o-transition: .3s ease-out;
|
||||
// transition: .3s ease-out;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// Index 1
|
||||
.index-member-1 {
|
||||
.i-member__status-title {
|
||||
|
|
|
|||
Loading…
Reference in New Issue