更改

跳到导航 跳到搜索
添加239字节 、 2023年10月29日 (日) 12:50
无编辑摘要
第46行: 第46行:     
a:visited {  
 
a:visited {  
   color:#9ca5aa;  
+
   color:#4e66d4;  
 
}  
 
}  
   第54行: 第54行:     
.mw-parser-output a.extiw, .mw-parser-output a:visited {  
 
.mw-parser-output a.extiw, .mw-parser-output a:visited {  
   color:#9ca5aa;  
+
   color:#4e66d4;  
 
}  
 
}  
   第87行: 第87行:  
.mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {
 
.mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {
 
     margin: 0.5em 0;
 
     margin: 0.5em 0;
 +
}
 +
 +
 +
 +
.content table {
 +
    overflow: auto;
 +
    overflow-y: auto;
 +
    overflow-x: auto;
 
}
 
}
   第173行: 第181行:  
     border: 1px solid #eaeaea;
 
     border: 1px solid #eaeaea;
 
}
 
}
 +
 +
    
/* 反白用样式 */
 
/* 反白用样式 */
第188行: 第198行:  
.hidetext a {
 
.hidetext a {
 
     color: #ff9dae;
 
     color: #ff9dae;
 +
    transition: all 0.5s;
 
}
 
}
   −
.hidetext a:hover {
+
.hidetext:hover a {
     color: unset;
+
     color: #4e66d4;
 
}
 
}
    
.hidetext a.new {
 
.hidetext a.new {
 
     color: #ff9dae;
 
     color: #ff9dae;
 +
    transition: all 0.5s;
 +
}
 +
 +
.hidetext:hover a.new {
 +
    color: #ff4b6a;
 
}
 
}
   −
.hidetext a.new:hover {
+
.hidetext a:visited {
    color: unset;
+
  color:#ff9dae;
 +
}
 +
 
 +
.hidetext:hover a:visited {  
 +
  color:#4e66d4;  
 
}
 
}

导航菜单