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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
441行目: 441行目:
     backdrop-filter: blur(8px);
     backdrop-filter: blur(8px);
     z-index: -1;
     z-index: -1;
}
/* 数式は黒文字で描画するため、ダークモードを使用している場合、見えにくい可能性がある */
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
/*background-color: #EFEFEF !important;*/
/*border: solid 1px #5050C0;*/
/*border-radius: 5px;*/
/*font-family: "Latin Modern Math";*/
font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif !important;
/*font-weight: bold;*/
/* 外側の余白 : 上0px 下0px, 左右3px */
/*margin: 0px 0px 3px;*/
/* 内側の余白 : 上下3px, 左右3px */
/*padding: 0px 3px;*/
/*display: none !important;*/
}
pre .mwe-math-fallback-image-inline, pre .mwe-math-fallback-image-display {
/*color: black !important;*/
/*background-color: #EFEFEF !important;*/
/*border: solid 1px #5050C0;*/
/*border-radius: 5px;*/
/*font-family: "Latin Modern Math";*/
font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif !important;
/*font-weight: bold;*/
/* 外側の余白 : 上0px 下0px, 左右3px */
/*margin: 0px 0px 3px;*/
/* 内側の余白 : 上下3px, 左右3px */
/*padding: 0px 3px;*/
/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
/*display: none !important;*/
}
th .mwe-math-element {
/*border: solid 1px #5050C0;*/
/*border-radius: 5px;*/
background-color: inherit;
/*font-family: "Latin Modern Math";*/
font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif !important;
/*font-weight: bold;*/
/* 外側の余白 : 上0px 下0px, 左右3px */
/*margin: 0px 0px 3px;*/
/* 内側の余白 : 上下3px, 左右3px */
/*padding: 0px 3px;*/
}
td .mwe-math-element {
/*border: solid 1px #5050C0;*/
/*border-radius: 5px;*/
/*font-family: "Latin Modern Math";*/
font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif !important;
/*font-weight: bold;*/
/* 外側の余白 : 上下0px, 左右2px */
/*margin: 1px 2px;*/
/* 内側の余白 : 上下3px, 左右3px */
/*padding: 3px 3px;*/
}
/* texやmboxで表示される日本語文字用 */
.mwe-math-element .texhtml {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em !important; /* 文字サイズを調整 */
  display: inline-block; /* インラインブロック要素として表示 */
  vertical-align: middle; /* 垂直方向の位置調整 */
  margin: 0 0.2em; /* 前後の余白調整 */
}
}


案内メニュー