📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

編集の要約なし
タグ: 手動差し戻し
編集の要約なし
1行目: 1行目:
/* MediaWiki:Common.css */
/* MediaWiki:Common.css */
/* Default (Vector) スキンの場合 */
/* Fluentスキンの場合 */


/* ここに記述したCSSはすべての外装に反映されます */
/* ここに記述したCSSはすべての外装に反映されます */
57行目: 57行目:
}
}


.mw-body-content {
/* ダークモードの場合のスタイル */
/*font-family: "DejaVu Sans" !important;*/
@media (prefers-color-scheme: dark) {
font-family: "Droid Sans" !important;
.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;
}
 
/*.mw-special-Search, .mw-search-form-wrapper .mw-indicator, .mw-portlet-body, .mw-portlet {*/
/* color: #fefefe;*/
/* background-color: #303030;*/
/*}*/
 
.mw-highlight-lang-css {
background-color:  rgba(230, 230, 230, 1.0) !important;
}
 
/* mw-highlightクラス内のpreタグの設定 */
div.mw-highlight pre {
color: #202020 !important;
    background-color: rgba(240, 240, 240, 1.0) !important;
}
 
h4 /* .mw-headline */ {
/*text-decoration: underline;*/
position: relative;
display: inline-block;
}
 
h4::after /* h4 .mw-headline::after */ {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%; /* ヘッダの大きさに下線を調整 */
height: 1px; /* アンダーラインの高さ */
background-color: rgba(250, 250, 250, 0.5); /* アンダーラインの色 */
}
 
h5 .mw-headline {
/*text-decoration: underline;*/
border: solid 1px rgba(250, 250, 250, 0.7);
  border-radius: 5px;
  padding: 1px 3px;
  margin: 5px;
}
 
/* 通常のpreタグの設定 */
pre {
color: #fefefe !important;
background-color: rgba(25, 25, 25, 1.0) !important;
/*background-color: var(--body-background-color);*/
font-family: "DejaVu Sans Mono" !important;
}
 
code {
color: #e0e0e0;
font-weight: bold;
/*background-color: #1166A0;*/
background-color: rgba(50, 50, 150, 0.8) !important;
border: solid 1px rgba(255, 255, 255, 0.3);
border-radius: 5px;
padding: 1px 5px;  /* 内側の余白 : 上下1px, 左右5px */
}
 
/* 表のキャプション */
caption {
color: #cfcfcf;
font-weight: bold;
border: solid 1px blue;
background-color:  rgba(50, 50, 180, 1.0);
}
 
table {
border-collapse: collapse;
border: solid 2px blue; /*表全体を線で囲う*/
background-color: #202020 !important;
text-align: center;
}
 
table tr[style="background-color:#e0e0e0;"] {
  background-color: #5f5f5f !important;
}
th {/*thに対して*/
color: #fefefe;
font-weight: bold;
text-align: center !important;
border: solid 1px blue;
background-color: #3399CC !important;
}


/*.mw-highlight-lang-css {
td {/*tdに対して*/
background-color: rgba(230, 230, 230, 1.0) !important;
color: #fefefe;
}*/
text-align: left;
border: solid 1px blue;
}
/* MediaWiki内のリンク */
a.interwiki {
color: #FF560A;
font-weight: bold;
}


/* mw-highlightクラス内のpreタグの設定 */
/* MediaWiki外のリンク */
/*div.mw-highlight pre {
.mw-parser-output a.external {
color: #202020 !important;
color: #DE7231;
background-color: rgba(240, 240, 240, 1.0) !important;
font-weight: bold;
}*/
}


h4 /* .mw-headline */ {
/* codeタグ内のMediaWiki外のリンク */
font-size: 18px !important;
code a.external {
/*text-decoration: underline;*/
    color: #EE803F !important;
position: relative;
    font-weight: bold;
display: inline-block;
}
}


h4::after /* h4 .mw-headline::after */ {
/* MediaWiki外のリンク */
content: "";
a.external {
position: absolute;
    color: #DE7231 !important;
bottom: 0;
    font-weight: bold;
left: 0;
}
width: 100%; /* ヘッダの大きさに下線を調整 */
height: 1px; /* アンダーラインの高さ */
background-color: rgba(30, 30, 30, 0.5); /* アンダーラインの色 */
}


h5 .mw-headline {
/* テーブル内のMediaWiki外のリンク */
font-size: 16px !important;
table.wikitable td a {
border: solid 1px rgba(30, 30, 30, 0.7);
    color: #DE7231 !important;
border-radius: 5px;
    font-weight: bold;
padding: 1px 3px;
}
margin: 5px;
}


code {
.mw-parser-output a.new:visited {
color: #fefefe;
color: #FEA261;
font-weight: bold;
font-weight: bold;
color: #efefef;
}
/*background-color: #1166A0;*/
background-color: rgba(50, 50, 150, 0.8) !important;
border: solid 1px rgba(255, 255, 255, 0.3);
border-radius: 5px;
padding: 1px 5px;  /* 内側の余白 : 上下1px, 左右5px */
}


/* 表のキャプション */
.catlinks a {
caption {
    font-size: 14px;
color: #202020;
    color: #DE7231;
font-weight: bold;
    font-weight: bold;
border: solid 1px blue;
    font-family: "Droid Sans" !important;
}
}


table {
.catlinks ul {
border-collapse: collapse;
    font-size: 14px;
border: solid 2px blue; /*表全体を線で囲う*/
    color: #DE7231;
text-align: center;
    font-weight: bold;
}
    font-family: "Droid Sans" !important;
}


th {/*thに対して*/
/* カテゴリの変更 */
color: #202020;
.mw-normal-catlinks {
font-weight: bold;
border: solid 1px rgba(250, 250, 250, 0.5);
text-align: center !important;
  border-radius: 5px;
border: solid 1px blue;
  padding: 10px 10px;
background-color: #66CCFF !important;
}
}
}


td {/*tdに対して*/
/* ライトモードの場合のスタイル */
color: #202020;
@media (prefers-color-scheme: light) {
text-align: left;
.mw-body-content {
border: solid 1px blue;
/*font-family: "DejaVu Sans" !important;*/
}
font-family: "Droid Sans" !important;
}


/* MediaWiki内のリンク */
.toc {
a.interwiki {
background: rgba(245, 245, 245, 1.0) !important;
font-weight: bold;
}
}


/* MediaWiki外のリンク */
h4 /* .mw-headline */ {
.mw-parser-output a.external {
/*text-decoration: underline;*/
font-weight: bold;
position: relative;
}
display: inline-block;
}


/* codeタグ内のMediaWiki外のリンク */
h4::after /* h4 .mw-headline::after */ {
code a.external {
content: "";
font-weight: bold;
position: absolute;
color: #DE7231 !important;
bottom: 0;
}
left: 0;
width: 100%; /* ヘッダの大きさに下線を調整 */
height: 1px; /* アンダーラインの高さ */
background-color: rgba(80, 80, 80, 0.5); /* アンダーラインの色 */
}


/* MediaWiki外のリンク */
h5 .mw-headline {
a.external {
/*text-decoration: underline;*/
font-weight: bold;
border: solid 1px rgba(80, 80, 80, 0.7);
}
  border-radius: 5px;
  padding: 1px 3px;
  margin: 5px;
}


/* テーブル内のMediaWiki外のリンク */
/* codeタグ内のMediaWiki外のリンク */
table.wikitable td a {
code a.external {
font-weight: bold;
    color: #FF904F !important;
}
    font-weight: bold;
}


.mw-parser-output a.new:visited {
code {
font-weight: bold;
color: #f0f0f0;
}
background-color: #2277B0;
/*background-color: rgba(200, 200, 200, 0.9) !important;*/
/*font-size: 13px;*/
font-weight: bold;
font-family: "DejaVu Sans Mono" !important;
border: solid 1px rgba(50, 50, 50, 0.3);
border-radius: 5px;
margin: 2px 3px;  /* 外側の余白 : 上下2px, 左右3px */
padding: 1px 3px;  /* 内側の余白 : 上下1px, 左右3px */
}


.catlinks a {
/* 表のキャプション */
font-size: 14px;
caption {
font-weight: bold;
color: #cfcfcf;
}
font-weight: bold;
border: solid 2px #303030;
background-color:  rgba(50, 50, 180, 1.0);
}


.catlinks ul {
table {
font-size: 14px;
border-collapse: collapse;
font-weight: bold;
border: solid 2px #303030; /*表全体を線で囲う*/
}
background-color: #fefefe !important;
text-align: center;
}


/* カテゴリの変更 */
th { /* 表のヘッダ */
.mw-normal-catlinks {
font-weight: bold;
border: solid 1px rgba(250, 250, 250, 0.5);
text-align: center !important;
border-radius: 5px;
border: solid 1px rgba(50, 50, 50, 0.7);
padding: 10px 10px;
background-color: #66CCFF !important;
}
}


td { /* 表の各カラム */
text-align: left;
border: solid 1px rgba(50, 50, 50, 0.7);
}


/* 数式は黒文字で描画するため、ダークモードを使用している場合、見えにくい可能性がある */
/* カテゴリの変更 */
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */
.mw-normal-catlinks {
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
border: solid 1px rgba(180, 180, 180, 0.8);
/*background-color: #EFEFEF !important;*/
  border-radius: 5px;
/*border: solid 1px #5050C0;*/
  padding: 10px 10px;
/*border-radius: 5px;*/
}
font-family: "Latin Modern Math";
font-weight: bold;
margin: 0px 0px 3px; /* 外側の余白 : 上0px 下0px, 左右3px */
padding: 0px 3px; /* 内側の余白 : 上下3px, 左右3px */
/*display: none !important;*/
}
}


pre .mwe-math-fallback-image-inline, pre .mwe-math-fallback-image-display {
/* Math ダークモードの場合のスタイル */
/*color: black !important;*/
@media (prefers-color-scheme: dark) {
/*background-color: #EFEFEF !important;*/
 
/*border: solid 1px #5050C0;*/
/* 数式は黒文字で描画するため、ダークモードを使用している場合、見えにくい可能性がある */
/*border-radius: 5px;*/
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */
font-family: "Latin Modern Math";
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
font-weight: bold;
    /*background-color: #EFEFEF !important;*/
margin: 0px 0px 3px; /* 外側の余白 : 上下0px, 左右3px */
  /*border: solid 1px #5050C0;*/
padding: 0px 3px;     /* 内側の余白 : 上下0px, 左右3px */
  /*border-radius: 5px;*/
/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
font-family: "Latin Modern Math";
/*display: none !important;*/
        font-weight: bold;
}
    margin: 0px 0px 3px; /* 外側の余白 : 上0px 下0px, 左右3px */
    padding: 0px 3px; /* 内側の余白 : 上下3px, 左右3px */
    filter: hue-rotate(180deg) invert(1);
    /*display: none !important;*/
}


th .mwe-math-element {
pre .mwe-math-fallback-image-inline, pre .mwe-math-fallback-image-display {
/*border: solid 1px #5050C0;*/
    /*color: black !important;*/
/*border-radius: 5px;*/
  /*background-color: #EFEFEF !important;*/
background-color: inherit;
  /*border: solid 1px #5050C0;*/
font-family: "Latin Modern Math";
  /*border-radius: 5px;*/
font-weight: bold;
    font-family: "Latin Modern Math";
margin: 1px 2px; /* 外側の余白 : 上下0px, 左右2px */
    font-weight: bold;
padding: 3px 3px;   /* 内側の余白 : 上下3px, 左右3px */
    margin: 0px 0px 3px; /* 外側の余白 : 上下0px, 左右3px */
}
    padding: 0px 3px;     /* 内側の余白 : 上下0px, 左右3px */
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
    filter: hue-rotate(180deg) invert(1);
    /*display: none !important;*/
}


td .mwe-math-element {
th .mwe-math-element {
/*border: solid 1px #5050C0;*/
  /*border: solid 1px #5050C0;*/
/*border-radius: 5px;*/
  /*border-radius: 5px;*/
font-family: "Latin Modern Math";
  background-color: inherit;
font-weight: bold;
    font-family: "Latin Modern Math";
margin: 1px 2px; /* 外側の余白 : 上下0px, 左右2px */
    font-weight: bold;
padding: 3px 3px;  /* 内側の余白 : 上下3px, 左右3px */
    margin: 1px 2px; /* 外側の余白 : 上下0px, 左右2px */
}
    padding: 3px 3px;  /* 内側の余白 : 上下3px, 左右3px */
}


/*.mwe-math-mathml-a11y {*/
td .mwe-math-element {
/*   clip: auto !important;*/
  /*border: solid 1px #5050C0;*/
/*   overflow: visible !important;*/
  /*border-radius: 5px;*/
/*    position: static !important;*/
    font-family: "Latin Modern Math";
/*    width: auto !important;*/
    font-weight: bold;
/*   height: auto !important;*/
    margin: 1px 2px; /* 外側の余白 : 上下0px, 左右2px */
/*   opacity: 1 !important;*/
    padding: 3px 3px;  /* 内側の余白 : 上下3px, 左右3px */
/*}*/
}


/*td .mwe-math-mathml-inline, td .mwe-math-mathml-a11y {*/
/*.mwe-math-mathml-a11y {*/
/*    clip: auto !important;*/
/*    clip: auto !important;*/
/*    overflow: visible !important;*/
/*    overflow: visible !important;*/
/*    position: static !important;*/
/*    position: static !important;*/
/*    width: auto !important;*/
/*    width: auto !important;*/
/*    height: auto !important;*/
/*    height: auto !important;*/
/*    opacity: 1 !important;*/
/*    opacity: 1 !important;*/
/*}*/
/*}*/


/*td .mwe-math-mathml-inline, td .mwe-math-mathml-a11y {*/
/*    clip: auto !important;*/
/*    overflow: visible !important;*/
/*    position: static !important;*/
/*    width: auto !important;*/
/*    height: auto !important;*/
/*    opacity: 1 !important;*/
/*}*/
}


mtext {
mtext {
     font-family: Latin Modern Roman !important;
     font-family: Latin Modern Roman !important;
}
}


math {
math {
     font-family: Latin Modern Math !important;
     font-family: Latin Modern Math !important;
}
}


/* Extension:AmazonSearch */
/* Extension:AmazonSearch */
300行目: 422行目:
white-space: nowrap;
white-space: nowrap;
}
}
DIV.amazonsearch P.amazonsearchauthor::before {
DIV.amazonsearch P.amazonsearchauthor::before {
background-color: #bbb;
background-color: #bbb;
310行目: 431行目:
content: "広告";
content: "広告";
}
}
DIV.amazonsearch UL LI A {
DIV.amazonsearch UL LI A {
color: #fff;
color: #fff;
}
}
DIV.amazonsearch UL LI.shoplinkamazon {
DIV.amazonsearch UL LI.shoplinkamazon {
background-color: #f90;
background-color: #f90;
}
}