MediaWiki:Common.css 新しいページはコチラ
提供: yonewiki
| 1行: | 1行: | ||
/* ここに記述したCSSはすべての外装に反映されます */ | /* ここに記述したCSSはすべての外装に反映されます */ | ||
| + | |||
| + | .disable-auto-tel a[href^="tel:"] { | ||
| + | color: inherit; | ||
| + | text-decoration: none; | ||
| + | pointer-events: none; | ||
| + | } | ||
| + | |||
#red_color { color: red !important; } | #red_color { color: red !important; } | ||
| 5行: | 12行: | ||
div#footer, #mw-head-base, div#content { margin-left: 12em; } | div#footer, #mw-head-base, div#content { margin-left: 12em; } | ||
#left-navigation { margin-left: 2em; } | #left-navigation { margin-left: 2em; } | ||
| + | |||
body { | body { | ||
font-size:18px; | font-size:18px; | ||
2020年7月10日 (金) 00:00時点における版
/* ここに記述したCSSはすべての外装に反映されます */
.disable-auto-tel a[href^="tel:"] {
color: inherit;
text-decoration: none;
pointer-events: none;
}
#red_color { color: red !important; }
div#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { margin-left: 2em; }
body {
font-size:18px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}
pre.de1,
pre.de2,
div.source-cpp,
div.source-text,
pre.mw-geshi{
font-family:'ヒラギノ角ゴ1等幅','MS Gothic','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+ */
}