更改

跳到导航 跳到搜索
添加511字节 、 2023年10月29日 (日) 12:50
无编辑摘要
第1行: 第1行:  
/* 这里设置了Google Font */
 
/* 这里设置了Google Font */
   −
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&display=swap');
+
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&family=Noto+Serif+JP:wght@400;600&family=Noto+Serif:wght@400;600&display=swap');
    
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 
body {
 
body {
   font-family: 'Noto Serif SC', serif;
+
   font-family: 'Noto Serif SC','Noto Serif JP', 'Noto Serif', serif;
 
}
 
}
   第11行: 第11行:  
#content h1,  
 
#content h1,  
 
#content h2 {
 
#content h2 {
   font-family: 'Noto Serif SC', serif;
+
   font-family: 'Noto Serif SC','Noto Serif JP', 'Noto Serif', serif;
 
}
 
}
   第35行: 第35行:  
.content .thumbcaption {
 
.content .thumbcaption {
 
     text-align: center;
 
     text-align: center;
}
  −
  −
.content .p {
  −
    text-align: justify;
   
}
 
}
   第50行: 第46行:     
a:visited {  
 
a:visited {  
   color:#9ca5aa;  
+
   color:#4e66d4;  
 
}  
 
}  
   第58行: 第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;  
 
}  
 
}  
   第91行: 第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;
 
}
 
}
   第109行: 第113行:  
.mw-body-content p {
 
.mw-body-content p {
 
     margin: 1em 0;
 
     margin: 1em 0;
 +
    text-align: justify;
 
}
 
}
   第176行: 第181行:  
     border: 1px solid #eaeaea;
 
     border: 1px solid #eaeaea;
 
}
 
}
 +
 +
    
/* 反白用样式 */
 
/* 反白用样式 */
第187行: 第194行:  
.hidetext:hover {
 
.hidetext:hover {
 
     color: #ffffff;
 
     color: #ffffff;
 +
}
 +
 +
.hidetext a {
 +
    color: #ff9dae;
 +
    transition: all 0.5s;
 +
}
 +
 +
.hidetext:hover a {
 +
    color: #4e66d4;
 +
}
 +
 +
.hidetext a.new {
 +
    color: #ff9dae;
 +
    transition: all 0.5s;
 +
}
 +
 +
.hidetext:hover a.new {
 +
    color: #ff4b6a;
 +
}
 +
 +
.hidetext a:visited {
 +
  color:#ff9dae;
 +
}
 +
 +
.hidetext:hover a:visited {
 +
  color:#4e66d4;
 
}
 
}

导航菜单