MediaWiki:Common.css 新しいページはコチラ
提供: yonewiki
| 1行: | 1行: | ||
/* ここに記述したCSSはすべての外装に反映されます */ | /* ここに記述したCSSはすべての外装に反映されます */ | ||
| + | |||
| + | .disable-auto-tel a[href^="tel:"] { | ||
| + | color: inherit; | ||
| + | text-decoration: none; | ||
| + | pointer-events: none; | ||
| + | } | ||
| + | |||
| + | #mw-page-base{ | ||
| + | height: 5.67em !important; | ||
| + | } | ||
| + | |||
| + | #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; } | ||
| + | |||
| + | div#mw-content-text { | ||
| + | font-size:1.13em ; | ||
| + | font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important; | ||
| + | font-weight: 500 !important; | ||
| + | } | ||
| + | |||
body { | body { | ||
| − | + | font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif; | |
| − | font-family:'ヒラギノ角ゴ Pro | + | font-weight: 500 !important; |
} | } | ||
| + | |||
| + | div#mw-panel div.portal div.body ul li{ | ||
| + | font-size:0.9em !important; | ||
| + | font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important; | ||
| + | font-weight:500 !important; | ||
| + | } | ||
| + | |||
| + | @media (max-width: 991px) | ||
| + | div#mw-panel div.portal div.body ul li{ | ||
| + | font-size:1.0em !important; | ||
| + | } | ||
| + | |||
| + | #footer{ | ||
| + | font-size:1.13em !important; | ||
| + | font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important; | ||
| + | font-weight:500 !important; | ||
| + | } | ||
| + | |||
| + | #p-personal li{ | ||
| + | font-size:0.9em !important; | ||
| + | font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important; | ||
| + | font-weight:500 !important; | ||
| + | } | ||
| + | |||
| + | #firstHeading{ | ||
| + | font-size: 2em; | ||
| + | font-weight: 500; | ||
| + | } | ||
| + | |||
| + | input{ | ||
| + | font-size: 18px !important; | ||
| + | } | ||
| + | |||
| + | textarea{ | ||
| + | font-size: 17px !important; | ||
| + | } | ||
| + | |||
| + | #p-search form, | ||
| + | div#left-navigation, | ||
| + | div#right-navigation{ | ||
| + | font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important; | ||
| + | font-size:1.13em !important; | ||
| + | } | ||
| + | |||
| + | |||
| + | #toc, .toc, | ||
| + | mw-warning{ | ||
| + | font-size:1.02em !important; | ||
| + | font-weight:500 !important; | ||
| + | } | ||
| + | |||
| + | div#mw-panel.noprint collapsible-nav, | ||
| + | div#mw-jump, | ||
| + | div#my-head{ | ||
| + | font-size:1.13em !important; | ||
| + | font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','MS Gothic','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important; | ||
| + | font-weight:500 !important; | ||
| + | } | ||
| + | |||
| + | pre.de1, | ||
| + | pre.de2, | ||
| + | div.source-cpp, | ||
| + | div.source-text, | ||
| + | pre.mw-geshi{ | ||
| + | font-size:1em; | ||
| + | font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS Gothic','MS ゴシック','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important; | ||
| + | font-weight:500 !important; | ||
| + | } | ||
| + | |||
div#mw-content-text{ | div#mw-content-text{ | ||
width: 80%; | width: 80%; | ||
| 15行: | 107行: | ||
word-wrap: break-word; /* IE 5+ */ | word-wrap: break-word; /* IE 5+ */ | ||
} | } | ||
| − | pre { | + | pre{ |
| − | font-size:1em; | + | font-size:1em; |
| − | font-family:'ヒラギノ角ゴ Pro | + | font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important; |
width: 100%; | width: 100%; | ||
word-wrap: break-word; /* IE 5+ */ | word-wrap: break-word; /* IE 5+ */ | ||
| + | font-weight:500 !important; | ||
} | } | ||
| − | div | + | pre.css.source-css, /* MediaWiki:*.css, User:*.css */ |
| − | font-family:'MS ゴシック','ヒラギノ角ゴ Pro | + | 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, | ||
| + | div#p-navigation.portal first persistent, | ||
| + | div#p-tb.portal first persistent, | ||
| + | pre.mw-geshi{ | ||
| + | font-size:1em; | ||
| + | font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','MS Gothic','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important; | ||
| + | font-weight:500 !important; | ||
} | } | ||
| − | + | pre.de1{ | |
| − | + | font-size:1em; | |
| − | pre. | + | font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','MS Gothic','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important; |
| − | font-size:1em; | + | font-weight:500 !important; |
| − | font-family:'ヒラギノ角ゴ Pro | + | } |
| + | pre.mw-content-ltr{ | ||
| + | font-size: 1em; | ||
width: 100%; | width: 100%; | ||
word-wrap: break-word; /* IE 5+ */ | word-wrap: break-word; /* IE 5+ */ | ||
| + | font-weight:500 !important; | ||
| + | /* | ||
| + | font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','MS Gothic','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important; | ||
| + | */ | ||
} | } | ||
2020年9月1日 (火) 00:00時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */
.disable-auto-tel a[href^="tel:"] {
color: inherit;
text-decoration: none;
pointer-events: none;
}
#mw-page-base{
height: 5.67em !important;
}
#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; }
div#mw-content-text {
font-size:1.13em ;
font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important;
font-weight: 500 !important;
}
body {
font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
font-weight: 500 !important;
}
div#mw-panel div.portal div.body ul li{
font-size:0.9em !important;
font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important;
font-weight:500 !important;
}
@media (max-width: 991px)
div#mw-panel div.portal div.body ul li{
font-size:1.0em !important;
}
#footer{
font-size:1.13em !important;
font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important;
font-weight:500 !important;
}
#p-personal li{
font-size:0.9em !important;
font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important;
font-weight:500 !important;
}
#firstHeading{
font-size: 2em;
font-weight: 500;
}
input{
font-size: 18px !important;
}
textarea{
font-size: 17px !important;
}
#p-search form,
div#left-navigation,
div#right-navigation{
font-family:'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ StdN','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important;
font-size:1.13em !important;
}
#toc, .toc,
mw-warning{
font-size:1.02em !important;
font-weight:500 !important;
}
div#mw-panel.noprint collapsible-nav,
div#mw-jump,
div#my-head{
font-size:1.13em !important;
font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','MS Gothic','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important;
font-weight:500 !important;
}
pre.de1,
pre.de2,
div.source-cpp,
div.source-text,
pre.mw-geshi{
font-size:1em;
font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS Gothic','MS ゴシック','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important;
font-weight:500 !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:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important;
width: 100%;
word-wrap: break-word; /* IE 5+ */
font-weight:500 !important;
}
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,
div#p-navigation.portal first persistent,
div#p-tb.portal first persistent,
pre.mw-geshi{
font-size:1em;
font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','MS Gothic','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important;
font-weight:500 !important;
}
pre.de1{
font-size:1em;
font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','MS Gothic','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック' !important;
font-weight:500 !important;
}
pre.mw-content-ltr{
font-size: 1em;
width: 100%;
word-wrap: break-word; /* IE 5+ */
font-weight:500 !important;
/*
font-family:'Consolas','ヒラギノ角ゴ Std等幅','MS ゴシック','MS Gothic','ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ Std','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif !important;
*/
}