「MediaWiki:Common.css」の版間の差分

編集の要約なし
編集の要約なし
編集の要約なし
1行目: 1行目:
/* ここに書いたCSSはすべての外装に反映されます */
/* ここに書いたCSSはすべての外装に反映されます */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face{
    font-family: "rounded-mplus-1c";
    src: url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1c-regular.eot?20180601");
    src: url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1c-regular.eot?#iefix&20180601") format("embedded-opentype"), url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1c-regular.woff?20180601") format("woff"), url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1c-regular.ttf?20180601") format("truetype");
    font-weight: normal;
}
@font-face{
    font-family: "rounded-mplus-1c";
    src: url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1c-bold.eot?20180601");
    src: url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1c-bold.eot?#iefix&20180601") format("embedded-opentype"), url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1c-bold.woff?20180601") format("woff"), url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1c-bold.ttf?20180601") format("truetype");
    font-weight: bold;
}
@font-face{
    font-family: "rounded-mplus-1m";
    src: url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1m-regular.eot?20180601");
    src: url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1m-regular.eot?#iefix&20180601") format("embedded-opentype"), url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1m-regular.woff?20180601") format("woff"), url("https://www.haijin-boys.com/weblog/assets/fonts/rounded-mplus-1m-regular.ttf?20180601") format("truetype");
    font-weight: normal;
}
html,
html,
body {
body {
     color: #333;
     color: #333;
     font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "rounded-mplus-1c", YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
     font-family: "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
     word-break: break-word;
     word-break: break-word;
}
}
105行目: 87行目:
.mw-headline {
.mw-headline {
     /* font-family: inherit; */
     /* font-family: inherit; */
     font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "rounded-mplus-1c", YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
     font-family: "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
     font-size: 100% !important;
     font-size: 100% !important;
     margin-top: 10px;
     margin-top: 10px;
118行目: 100行目:
.mw-code,
.mw-code,
.mw-geshi pre {
.mw-geshi pre {
     font-family: "rounded-mplus-1m", "rounded-mplus-1c", Monaco, "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", Courier, "Hiragino Sans", "Yu Gothic UI", monospace !important;
     font-family: "Menlo", "Consolas", "monaco", "monospace", "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}
}
.mw-code,
.mw-code,
スポンサーリンク