更改

跳到导航 跳到搜索
添加871字节 、 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;
 
}
 
}
   第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;
 
}
 
}
    
td {
 
td {
 
     padding: 0 5px;
 
     padding: 0 5px;
 +
}
 +
 +
blockquote {
 +
    margin: 0 1em;
 +
    padding: 0 1em;
 +
    border-left: #ff9dae 4px solid;
 
}
 
}
   第99行: 第113行:  
.mw-body-content p {
 
.mw-body-content p {
 
     margin: 1em 0;
 
     margin: 1em 0;
 +
    text-align: justify;
 
}
 
}
   第132行: 第147行:     
/* 这里规定了分Tab的模块的样式 */
 
/* 这里规定了分Tab的模块的样式 */
 +
 +
html .thumbimage {
 +
    border: none;
 +
}
    
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
 
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
第139行: 第158行:  
.tabs-tabbox > .tabs-input+ .tabs-input+ .tabs-label {
 
.tabs-tabbox > .tabs-input+ .tabs-input+ .tabs-label {
 
     margin: 0 0 0 0;
 
     margin: 0 0 0 0;
 +
}
 +
 +
.tabs-label {
 +
    padding: 0 8px;
 
}
 
}
   第157行: 第180行:  
     border-radius: 0;
 
     border-radius: 0;
 
     border: 1px solid #eaeaea;
 
     border: 1px solid #eaeaea;
 +
}
 +
 +
 +
 +
/* 反白用样式 */
 +
 +
.hidetext {
 +
    color: #ff9dae;
 +
    background: #ff9dae;
 +
    transition: all 0.5s;
 +
}
 +
 +
.hidetext:hover {
 +
    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;
 
}
 
}

导航菜单