/* 头像样式 */
.uma-nav-name {
display: inline-block;
width: 8.5em;
margin: 2px 0;
white-space: nowrap;
position: relative;
}
.uma-nav-name-free .uma-nav-name{
width: auto;
padding-right: .5em;
}
.uma-nav-name:hover .uma-sprite.uma-sprite-bordered {
transform: scale(1.2);
box-shadow: 0 5.5px 4px 0 rgba(0,0,0,0.22),0 4px 6px 0 rgba(0,0,0,0.22);
z-index: 999;
}
.uma-nav-name .uma-sprite.uma-sprite-bordered {
vertical-align: middle;
margin-right: .33em;
border-width: initial;
transition: transform 0.1s ease-in-out, box-shadow 0.16s ease-in-out;
}
/* 在宽度较小时将部分group以竖排显示 */
@media screen and (max-width: 750px) {
.nomobile.navbox-group-rw-vertical {
writing-mode: vertical-rl;
width: 1em;
padding: 1em .2em;
line-height: 100%;
}
.nomobile .navbox-group-rw-hide {
display: none;
}
}
@media screen and (min-width: 750px) {
.nomobile.navbox-group-rw-vertical {
writing-mode: inherit;
}
.nomobile .navbox-group-rw-hide {
display: inline-block;
}
}
.mobileonly .navbox-group-rw-hide {
display: inline-block;
}
/* [[Category:赛马娘 Pretty Derby模板CSS]] */