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

跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第8行: 第8行:
border:0;
border:0;
}
}
/** 无序列表前置样式 **/
ul {
list-style: none;
}
ul > li::before {
content: "⭐";
}
#toc ul > li::before {
    content: "";
    display: none;
}
ul > li.gallerybox::before {
    content: "";
    display: none;
}
   
   
h3:hover,h4:hover,h3:focus,h4:focus{
h3:hover,h4:hover,h3:focus,h4:focus{