Riguz留言 | 贡献
无编辑摘要
Riguz留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示同一用户的18个中间版本)
第1行: 第1行:
.fixed-600 img {
/* MediaWiki:Common.css */
     width: 600px;
 
     height: auto;
html, body {
    font-family: "Times New Roman", "SimSun", "STSong",
                "Source Han Serif CN", "Noto Serif CJK SC", serif;
    font-size: 17px;
    line-height: 1.75;
}
 
/* 标题用稍粗的衬线,更有分量感 */
h1, h2, h3, h4, h5, h6 {
     font-family: "Cambria", "Georgia", "Times New Roman",
                "Source Han Serif CN", "Noto Serif CJK SC",
                "SimSun", serif;
    font-weight: 600;
     line-height: 1.3;
}
}


.fixed-400 img {
/* 代码块保持等宽,形成衬线/等宽的古典技术文档对比 */
     width: 400px;
code, pre, .mw-code, .mw-highlight pre {
     height: auto;
     font-family: "JetBrains Mono", "Fira Code", "Consolas",
                "Monaco", "Menlo", "Liberation Mono", monospace;
     font-size: 0.9em;
}
}


.fixed-200 img {
/* 侧边栏、导航等 UI 元素用无衬线,区分内容区 */
     width: 200px;
#mw-panel, #p-personal, #left-navigation, #right-navigation,
     height: auto;
.vector-menu, .mw-ui-button, .mw-ui-input {
     font-family: "Inter", "Segoe UI", "Noto Sans SC",
                "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
     font-size: 14px;
}
}


q {
/* 引用块:更复古的视觉 */
display: block;
blockquote {
padding: 20px;
    font-family: "Georgia", "Cambria", "Source Han Serif CN", serif;
color: grey;
    font-style: italic;
font-size: large;
    border-left: 3px solid #8b7355; /* 铜褐色,有年代感 */
    background: #faf8f3;
    padding: 0.5em 1em;
    margin: 1em 0;
}
}


.MathJax {
/* 数学公式周围的文字字号微调,让公式和正文更协调 */
padding-left: 5px;
.mwe-math-element {
    padding-right: 5px;
     font-size: 1.05em;
     border-bottom: 1px dashed #ff00003b;
    color: #9c27b0;
}
}

2026年7月26日 (日) 01:32的最新版本

/* MediaWiki:Common.css */

html, body {
    font-family: "Times New Roman", "SimSun", "STSong", 
                 "Source Han Serif CN", "Noto Serif CJK SC", serif;
    font-size: 17px;
    line-height: 1.75;
}

/* 标题用稍粗的衬线,更有分量感 */
h1, h2, h3, h4, h5, h6 {
    font-family: "Cambria", "Georgia", "Times New Roman", 
                 "Source Han Serif CN", "Noto Serif CJK SC", 
                 "SimSun", serif;
    font-weight: 600;
    line-height: 1.3;
}

/* 代码块保持等宽,形成衬线/等宽的古典技术文档对比 */
code, pre, .mw-code, .mw-highlight pre {
    font-family: "JetBrains Mono", "Fira Code", "Consolas", 
                 "Monaco", "Menlo", "Liberation Mono", monospace;
    font-size: 0.9em;
}

/* 侧边栏、导航等 UI 元素用无衬线,区分内容区 */
#mw-panel, #p-personal, #left-navigation, #right-navigation,
.vector-menu, .mw-ui-button, .mw-ui-input {
    font-family: "Inter", "Segoe UI", "Noto Sans SC", 
                 "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 14px;
}

/* 引用块:更复古的视觉 */
blockquote {
    font-family: "Georgia", "Cambria", "Source Han Serif CN", serif;
    font-style: italic;
    border-left: 3px solid #8b7355;  /* 铜褐色,有年代感 */
    background: #faf8f3;
    padding: 0.5em 1em;
    margin: 1em 0;
}

/* 数学公式周围的文字字号微调,让公式和正文更协调 */
.mwe-math-element {
    font-size: 1.05em;
}