打开主菜单

少前百科GFwiki β

更改

MediaWiki:Common.css

添加671字节2021年5月22日 (六) 01:49
spinebox控制
flex-flow: row wrap;
max-width: 920px;
min-width: 304px400px;
display: block;
}
.spinebox select.chibi-costume-switcher {
position: absolute;
top: 5px;
right: 5px;
width: 120px;
height: 24px;
background-color: #222;
color: #eaeaea;
font-family: 'Linux Libertine','Georgia','Times',serif;
border: none;
border-bottom: 1px solid #eaeaea;
cursor: pointer;
opacity: 0.5;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
}
 
.spinebox select.chibi-costume-switcher:hover {
opacity: 1;
}
 
.spinebox select.chibi-costume-switcher:focus-visible {
outline: none;
}
 
#TDollChibiAnimation {
height:400px;
}
/* Quote 样式 (配合模板使用) */
table.cquote {
24,691
个编辑