「利用者:GuoPC/common.css」の版間の差分

提供: 萌えっ娘百科事典
移動先: 案内検索
 
(同じ利用者による、間の8版が非表示)
1行目: 1行目:
[lang="ja"],
+
/* Customized fonts */
html[lang="ja"] body, input, textarea {
+
[lang="ja"], html[lang="ja"] body {font-family: "Kozuka Gothic Pro", "Source Han Sans VF", sans-serif;}
font-family:
+
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {font-family: "Kozuka Mincho Pro", "Source Han Serif VF", serif !important;}
"Source Han Sans", "Source Han Sans JP", "Noto Sans CJK", "Noto Sans CJK JP", "Noto Sans", "Noto Sans JP",  
+
.mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {font-family: "Sarasa Term", "Sarasa Term J", monospace;}
"Yu Gothic", Meiryo, "MS PGothic", "MS Gothic", "Hiragino Kaku Gothic", sans-serif !important;
 
}
 
  
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
+
/* Colored special links */
font-family:
+
.mw-disambig {color: #F80;}
"Source Han Serif", "Source Han Serif JP", "Noto Serif CJK", "Noto Serif CJK JP", "Noto Serif", "Noto Serif JP",
+
.mw-redirect {color: #90A;}
"Yu Mincho", "MS PMincho", "MS Mincho", "Hiragino Mincho Pro W3", serif !important;
+
.extiw {color: #072;}
}
+
.external {color: steelblue;}
  
.mw-edit-font-monospace, .ace_editor, .ace_editor *, pre, code {
+
/* IPE CodeMirror related */
font-family: "Sarasa Term", "Sarasa Term J", Consolas, monospace !important;
+
.CodeMirror-gutter.CodeMirror-linenumbers, .CodeMirror-lines {font-family: "Sarasa Term", "Sarasa Term J", monospace;}
 +
 
 +
/* Other */
 +
.backToTop {
 +
background: #0808;
 +
color: #FFF;
 +
font-size: 12px;
 +
line-height: 1.2em;
 +
position: fixed;
 +
bottom: 100px;
 +
right: 0;
 +
padding: 5px;
 +
width: 15px;
 +
border-radius: 3px 0 0 3px;
 
}
 
}

2022年5月15日 (日) 11:49時点における最新版

/* Customized fonts */
[lang="ja"], html[lang="ja"] body {font-family: "Kozuka Gothic Pro", "Source Han Sans VF", sans-serif;}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {font-family: "Kozuka Mincho Pro", "Source Han Serif VF", serif !important;}
.mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {font-family: "Sarasa Term", "Sarasa Term J", monospace;}

/* Colored special links */
.mw-disambig {color: #F80;}
.mw-redirect {color: #90A;}
.extiw {color: #072;}
.external {color: steelblue;}

/* IPE CodeMirror related */
.CodeMirror-gutter.CodeMirror-linenumbers, .CodeMirror-lines {font-family: "Sarasa Term", "Sarasa Term J", monospace;}

/* Other */
.backToTop {
	background: #0808;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2em;
	position: fixed;
	bottom: 100px;
	right: 0;
	padding: 5px;
	width: 15px;
	border-radius: 3px 0 0 3px;
}