MediaWiki:Common.css 新しいページはコチラ
提供: yonewiki
| 5行: | 5行: | ||
} | } | ||
pre.de1, | pre.de1, | ||
| + | div.source-cpp, | ||
| + | div.source-cpp ol, | ||
| + | div.source-text, | ||
pre.mw-geshi{ | pre.mw-geshi{ | ||
font-family:'MS Gothic','ヒラギノ角ゴ1等幅','MS ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important;} | font-family:'MS Gothic','ヒラギノ角ゴ1等幅','MS ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important;} | ||
2014年10月14日 (火) 00:00時点における版
/* ここに記述したCSSはすべての外装に反映されます */
body {
font-size:18px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}
pre.de1,
div.source-cpp,
div.source-cpp ol,
div.source-text,
pre.mw-geshi{
font-family:'MS Gothic','ヒラギノ角ゴ1等幅','MS ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important;}
div#mw-content-text{
width: 80%;
/* white-space: pre; CSS 2.0 */
/* white-space: pre-wrap; CSS 2.1 */
/* white-space: pre-line; CSS 3.0 */
/* white-space: -pre-wrap; Opera 4-6 */
/* white-space: -o-pre-wrap; Opera 7 */
/* white-space: -moz-pre-wrap; Mozilla */
/* white-space: -hp-pre-wrap; HP Printers */
word-wrap: break-word; /* IE 5+ */
}
pre{
font-size:1em;
font-family:'ヒラギノ角ゴ1等幅','MS ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
width: 100%;
word-wrap: break-word; /* IE 5+ */
}
pre.css.source-css, /* MediaWiki:*.css, User:*.css */
pre.css.source-text, /* MediaWiki:*.css, User:*.css */
pre.css.source-cpp, /* MediaWiki:*.css, User:*.css */
pre.javascript.source-javascript, /* MediaWiki:*.js, User:*.js */
pre.lua.source-lua, /* Module:* */
div.mw-geshi pre, /* source enclose="pre" */
div.mw-geshi div, /* source enclose="div" */
pre.de1 ,
div.source-text pre,
pre.mw-geshi div,pre,
div.mw-geshi div,pre,
div.mw-geshi div,
.text.source-text .de1,
.text.source-text .de2,
.text.source-text,
#content div.mw-geshi pre,
pre.mw-geshi{
font-family:'MS Gothic','ヒラギノ角ゴ1等幅','MS ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック';
}
pre.de1{
font-family:'MS Gothic','ヒラギノ角ゴ1等幅','MS ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック';
}
pre.mw-content-ltr{
font-size:1em;
font-family:'MS Gothic','ヒラギノ角ゴ1等幅','MS ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
width: 100%;
word-wrap: break-word; /* IE 5+ */
}