MediaWiki:Common.css
ナビゲーションに移動
検索に移動
注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。
- Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
- Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
- Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
- Opera: Ctrl-F5を押してください
/* ここに記述したCSSはすべての外装に反映されます */
.mw-body-content {
font-family: "DejaVu Sans" !important;
/*font-family: "Droid Sans" !important;*/
/*background-color: rgba(48, 48, 48, 1.0) !important;*/
background-color: #2A2A2A !important;
}
.mw-content-ltr {
font-size:15px;
}
.mw-editfont-monospace {
font-size:14px;
/*font-family: 'Noto Sans JP', sans-serif !important;*/
font-family: monospace !important;
}
.mw-highlight-lang-css {
background-color: rgba(230, 230, 230, 1.0) !important;
}
/* 数式は黒文字で描画するため、ダークモードを使用している場合、見えにくい可能性がある */
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
filter: hue-rotate(180deg) invert(1);
color: #ff0000 !important;
font-weight: bold;
background-color: #00F0FF !important;
border: solid 1px blue; /* 線で囲う */
font-family: "Latin Modern Math";
}
.mwe-math-fallback-image-inline pre, .mwe-math-fallback-image-display pre {
/*filter: hue-rotate(180deg) invert(1);*/
/*background-color: #C0C0C0 !important;*/
/*font-family: "Latin Modern Math";*/
}
pre {
color: #202020 !important;
background-color: rgba(230, 230, 230, 1.0) !important;
}
caption {
color: #cfcfcf;
font-weight: bold;
border: solid 1px blue !important;
/*background-color: rgba(30, 170, 30, 1.0) !important;*/
background-color: rgba(50, 50, 180, 1.0) !important;
}
table {
border-collapse: collapse;
border: solid 2px blue;/*表全体を線で囲う*/
background-color: #fefefe !important;
}
th {/*thに対して*/
color: #202020;
font-weight: bold;
text-align: center !important;
border: dashed 1px blue;
background-color: #66CCFF !important;
}
td {/*tdに対して*/
color: #3f3f3f;
text-align: left;
border: dashed 1px blue;
}
/* self links */
a.interwiki {
color: #FF560A;
font-weight: bold;
}
/* External Links */
.mw-parser-output a.external {
color: #DE7231;
font-weight: bold;
}
a.external {
color: #DE7231 !important;
font-weight: bold;
}
.mw-parser-output a.new:visited {
color: #DE7231;
font-weight: bold;
}
code {
font-weight: bold;
background-color: #1177AA;
}
/* Extension:AmazonSearch */
DIV.amazonsearch {
clear: both;
width: 100%;
min-height: 180px;
margin: 0 auto;
padding: 0.5em;
border: 1px solid #444;
overflow: hidden;
}
DIV.amazonsearch IMG.amazonsearchimg {
float: left;
margin: 0.1em 1em 0.1em 0.1em;
}
DIV.amazonsearch P.amazonsearchname {
margin: 0;
font-size: 90%;
text-indent: 0;
}
DIV.amazonsearch P.amazonsearchauthor {
margin: 0;
font-size: 80%;
text-indent: 0;
}
DIV.amazonsearch UL {
margin: 0;
}
DIV.amazonsearch UL LI {
display: inline-block;
text-align: center;
list-style: none;
font-size: 90%;
width: 12em;
margin: 0.2em;
padding: 0.2em 0.5em 0.2em 0.5em;
border-radius: 0.5em;
white-space: nowrap;
}
DIV.amazonsearch P.amazonsearchauthor::before {
background-color: #bbb;
border-radius: 10%;
color: #fff;
font-size: smaller;
padding: 0 0.5em 0 0.5em;
margin-right: 0.5em;
content: "広告";
}
DIV.amazonsearch UL LI A {
color: #fff;
}
DIV.amazonsearch UL LI.shoplinkamazon {
background-color: #f90;
}