LLWiki正在建设中,欢迎加入我们

“User:Bob1301/common.css”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
(撤销Bob1301讨论)的版本32006)
标签撤销
 
(未显示2个用户的5个中间版本)
第15行: 第15行:
}
}


span[lang=zh] {
[lang=zh], .Lyrics_translated {
font-family: Source Han Sans;
font-family: Source Han Sans;
}
}


.mw-editfont-monospace {
span[lang=ja] {
font-family: monospace;
}

[lang=ja] {
font-family: 'Gen Jyuu Gothic', 'Source Han Sans', 'Source Han Sans JP', 'Noto Sans CJK JP', 'Noto Sans JP', 'Rounded Mplus 1c', BlinkMacSystemFont, -apple-system, 'Meiryo', 'Yu Gothic', sans-serif;
font-family: 'Gen Jyuu Gothic', 'Source Han Sans', 'Source Han Sans JP', 'Noto Sans CJK JP', 'Noto Sans JP', 'Rounded Mplus 1c', BlinkMacSystemFont, -apple-system, 'Meiryo', 'Yu Gothic', sans-serif;
}
}
span[lang=en] {
[lang=en] {
font-family: 'Gen Jyuu Gothic', 'Source Han Sans', 'Source Han Sans JP', 'Noto Sans CJK JP', 'Noto Sans JP', 'Rounded Mplus 1c', BlinkMacSystemFont, -apple-system, 'Meiryo', 'Yu Gothic', sans-serif;
font-family: 'Gen Jyuu Gothic', 'Source Han Sans', 'Source Han Sans JP', 'Noto Sans CJK JP', 'Noto Sans JP', 'Rounded Mplus 1c', BlinkMacSystemFont, -apple-system, 'Meiryo', 'Yu Gothic', sans-serif;
}

/* Bhsd的编辑工具 */
.inspector {
float: right;
width: 50%;
position: sticky;
top: 7px;
margin-top: 7px;
height: calc(100vh - 7px) !important;
box-sizing: border-box;
padding-left: 1em;
}
.inspector .CodeMirror {
border: 1px solid;
height: calc(100% - 46px);
}
.inspector .cm-mw-pagename {
cursor: pointer;
}
.inspector > div:last-child {
text-align: center;
position: absolute;
bottom: 0;
right: 0;
width: 100%;
z-index: 1000001;
}
.inspector .oo-ui-buttonWidget {
margin: 0.5em;
}
.inspector .oo-ui-buttonWidget:first-child {
margin-left: 1.5em;
}
}

2021年8月24日 (二) 14:19的最新版本

#mw-content-text {
	font-family: Source Han Sans, sans-serif;
}
 
.Lyrics_line {
	font-family: sans-serif;
}
 
.skin-vector .ace_editor {
	font-family: monospace;
}
 
.video-link, code, pre, .template-code, .template-pre {
	font-family: monospace;
}

[lang=zh], .Lyrics_translated {
        font-family: Source Han Sans;
} 

.mw-editfont-monospace {
	font-family: monospace;
}

[lang=ja] {
	font-family: 'Gen Jyuu Gothic', 'Source Han Sans', 'Source Han Sans JP', 'Noto Sans CJK JP', 'Noto Sans JP', 'Rounded Mplus 1c', BlinkMacSystemFont, -apple-system, 'Meiryo', 'Yu Gothic', sans-serif;
}
 
[lang=en] {
	font-family: 'Gen Jyuu Gothic', 'Source Han Sans', 'Source Han Sans JP', 'Noto Sans CJK JP', 'Noto Sans JP', 'Rounded Mplus 1c', BlinkMacSystemFont, -apple-system, 'Meiryo', 'Yu Gothic', sans-serif;
}