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

編集の要約なし
編集の要約なし
 
(同じ利用者による、間の2版が非表示)
3行目: 3行目:
:root {
:root {
     --ff-body: 'Segoe UI', Arial, sans-serif; /* フォントファミリー */
     --ff-body: 'Segoe UI', Arial, sans-serif; /* フォントファミリー */
     --fs-body: 20px; /* 基本の文字サイズ */
     --fs-body: 18px; /* 基本の文字サイズ */
     --fw-body: normal; /* フォントの太さ */
     --fw-body: normal; /* フォントの太さ */
     --lh-body: 1.8; /* 行の高さ */
     --lh-body: 1.7; /* 行の高さ */
}
}


42行目: 42行目:
/* 本文全体の文字サイズを大きく設定 */
/* 本文全体の文字サイズを大きく設定 */
.mw-body-content {
.mw-body-content {
     font-size: 20px; /* 文字サイズを20pxに設定 */
     font-size: 18px; /* 文字サイズを20pxに設定 */
     line-height: 1.8; /* 行間も調整して読みやすく */
     line-height: 1.7; /* 行間も調整して読みやすく */
}
}


79行目: 79行目:
}
}


span.mw-logo-container{
.mw-logo-container{
 visibility: hidden;
 /*visibility: hidden;*/
  display:none;
}
}


101行目: 102行目:
     width: 7em;
     width: 7em;
     background-color: #f2f2f2;
     background-color: #f2f2f2;
}
/* 未ログインユーザーには「ソースを閲覧」「履歴表示」ボタンを非表示 */
body.ns-0.action-view #ca-viewsource {
  display: none;
}
body.ns-0.action-view #ca-history {
    display: none;
}
}