传奇殿堂/styles.css:修订间差异

跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第21行: 第21行:
/*移除信息栏中目录的边框*/
/*移除信息栏中目录的边框*/
.tochidden, .toctoggle {
.tochidden, .toctoggle {
transition: 6s;
 
}
}
.toc {
.toc {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s;
border: transparent;
border: transparent;
background-color: rgba(161, 212, 218, 0.5);
background-color: rgba(161, 212, 218, 0.5);
    transition: 6s;
}
}
.toc:hover {
.toc:hover {
max-height: 666px;
border: transparent;
border: transparent;
background-color: rgba(161, 212, 218, 0.0);
background-color: rgba(161, 212, 218, 0.0);