SS同盟手册.css:修订间差异

跳到导航 跳到搜索
无编辑摘要
(修改)
第21行: 第21行:
h2 {
h2 {
display:inline-block;
display:inline-block;
width:6em;
min-height:2em;
min-height:2em;
text-align:center;
text-align:center;
第29行: 第28行:
border-radius:5px;
border-radius:5px;
}
}
h2:hover {
 
padding:1em;
/* 编辑按钮右置、半透明 */
height:250px;
.mw-editsection {
overflow:auto;
float: right;
transition:height 0.36s cubic-bezier(0.51, 0, 0.31, 1.23) 0.4s;
font-size: 13px;
opacity: 0;
transition: opacity 0.5s;
}
.mw-editsection:hover {
opacity: 1;
}
}