MediaWiki:Common.css:修订间差异

无编辑摘要
无编辑摘要
 
(未显示同一用户的8个中间版本)
第2行: 第2行:
body {
body {
     background-color:#efeff1;
     background-color:#efeff1;
    font-family: 'NunitoSans', system-ui,sans-serif;
}
}
body::before {
body::before {
第39行: 第40行:


h2 {
h2 {
     font-family: "Linux Libertine", Georgia, Times, serif, NospzGothicMoe, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     font-family: 'Fredoka', 'Yuanyou', Times, serif;
     font-weight: 800;
     font-weight: 800;
}
}
 
h2#mw-previewheader {
    font-family: 'Fredoka', 'Yuanyou', Times, serif;
    font-weight: 800;
}
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 .mw-headline {
    font-family: 'Fredoka', 'Yuanyou', Times, serif;
    font-weight: 800;
}
h1 {
    font-family: 'FirstCoffee','ResourceHanRoundedHC', system-ui,sans-serif, Times, serif;
    font-weight: 400;
}
h1#firstHeading {
    font-family: 'FirstCoffee' ,'ResourceHanRoundedHC', sans-serif, Times, serif;
    font-weight: 400;
}
.mw-code{
font-family: '3270' ,'WenQuanBit16', system-ui,sans-serif;
background-color: #1F1F1F;
color: #50F72D;
border: 2px solid #1F88D9;
}
/*侧边栏*/
/*侧边栏*/
#mw-panel {
#mw-panel {
第167行: 第189行:
     margin: 40px 0 0 0;
     margin: 40px 0 0 0;
}
}
 
.tabber__tabs{
 
flex-wrap: wrap;
}
/** Template stylings **/
/** Template stylings **/
/* [[Template:SimpleNavbox]] */
/* [[Template:SimpleNavbox]] */
第400行: 第423行:
@font-face {
@font-face {
     font-family: 'Mojangles'; /* 自定义字体的名称 */
     font-family: 'Mojangles'; /* 自定义字体的名称 */
     src: url('https://www.neuro-book.com/mediawiki/images/0/00/Mojangles.ttf') format('truetype');
     src: url('https://www.neurosama.info/mediawiki/images/0/00/Mojangles.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans';
    src: url('https://www.neurosama.info/mediawiki/images/9/91/NunitoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0000-007F; /* 英文字母和数字 */
}
@font-face {
    font-family: 'HarmonyOSSansSC';
    src: url('https://www.neurosama.info/mediawiki/images/d/de/HarmonyOS_SansSC_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOSSansTC';
    src: url('https://www.neurosama.info/mediawiki/images/5/56/HarmonyOS_SansTC_Regular.ttf') format('truetype');
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Yuanyou';
    src: url('https://www.neurosama.info/mediawiki/images/2/27/Yuanyou.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fredoka';
    src: url('https://www.neurosama.info/mediawiki/images/a/a5/Fredoka-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FirstCoffee';
    src: url('https://www.neurosama.info/mediawiki/images/d/d4/First_Coffee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ResourceHanRoundedHC';
    src: url('https://www.neurosama.info/mediawiki/images/9/96/ResourceHanRoundedHC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ResourceHanRoundedJ';
    src: url('https://www.neurosama.info/mediawiki/images/0/0f/ResourceHanRoundedJ-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ResourceHanRoundedK';
    src: url('https://www.neurosama.info/mediawiki/images/c/c2/ResourceHanRoundedK-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '3270';
    src: url('https://www.neurosama.info/mediawiki/images/5/50/3270-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WenQuanBit16';
    src: url('https://www.neurosama.info/mediawiki/images/b/ba/WenQuanBitmapSong16px.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-bit{
    font-family: 'Mojangles' ,'WenQuanBit16', Times, serif;
}
.font-neuro{
    font-family: 'FirstCoffee','ResourceHanRoundedHC','ResourceHanRoundedJ','ResourceHanRoundedK', Times, serif;
}
.font-neuro-web-title{
    font-family: 'Fredoka', 'Yuanyou', Times, serif;
}
.font-neuro-web-body{
    font-family: 'NunitoSans', 'HarmonyOSSansSC', 'HarmonyOSSansTC',system-ui,sans-seriff;
}
}
/*色表格*/
/*色表格*/