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

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


/* ここに記述したCSSはすべての外装に反映されます */
/* ここに記述したCSSはすべての外装に反映されます */
60行目: 60行目:
/*font-family: "DejaVu Sans" !important;*/
/*font-family: "DejaVu Sans" !important;*/
font-family: "Droid Sans" !important;
font-family: "Droid Sans" !important;
/*background-color:  rgba(48, 48, 48, 1.0) !important;*/
/*background-color:  #2A2A2A;*/
background-color:  #252525;
}
}


/*.mw-highlight-lang-css {
/*.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;
background-color:  rgba(230, 230, 230, 1.0) !important;
}*/
}


/* mw-highlightクラス内のpreタグの設定 */
/* mw-highlightクラス内のpreタグの設定 */
/*div.mw-highlight pre {
div.mw-highlight pre {
color: #202020 !important;
color: #202020 !important;
background-color: rgba(240, 240, 240, 1.0) !important;
background-color: rgba(240, 240, 240, 1.0) !important;
}*/
}


h4 /* .mw-headline */ {
h4 /* .mw-headline */ {
86行目: 94行目:
width: 100%; /* ヘッダの大きさに下線を調整 */
width: 100%; /* ヘッダの大きさに下線を調整 */
height: 1px; /* アンダーラインの高さ */
height: 1px; /* アンダーラインの高さ */
background-color: rgba(30, 30, 30, 0.5); /* アンダーラインの色 */
background-color: rgba(250, 250, 250, 0.5); /* アンダーラインの色 */
}
}


h5 .mw-headline {
h5 .mw-headline {
font-size: 16px !important;
font-size: 16px !important;
border: solid 1px rgba(30, 30, 30, 0.7);
/*text-decoration: underline;*/
border: solid 1px rgba(250, 250, 250, 0.7);
border-radius: 5px;
border-radius: 5px;
padding: 1px 3px;
padding: 3px 3px;
margin: 5px;
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 {
code {
color: #fefefe;
color: #e0e0e0;
font-weight: bold;
font-weight: bold;
color: #efefef;
/*background-color: #1166A0;*/
/*background-color: #1166A0;*/
background-color: rgba(50, 50, 150, 0.8) !important;
background-color: rgba(50, 50, 150, 0.8) !important;
110行目: 126行目:
/* 表のキャプション */
/* 表のキャプション */
caption {
caption {
color: #202020;
color: #cfcfcf;
font-weight: bold;
font-weight: bold;
border: solid 1px blue;
border: solid 1px blue;
background-color:  rgba(50, 50, 180, 1.0);
}
}


118行目: 135行目:
border-collapse: collapse;
border-collapse: collapse;
border: solid 2px blue; /*表全体を線で囲う*/
border: solid 2px blue; /*表全体を線で囲う*/
background-color: #202020 !important;
text-align: center;
text-align: center;
}
}


th {/*thに対して*/
th {/*thに対して*/
color: #202020;
color: #fefefe;
font-weight: bold;
font-weight: bold;
text-align: center !important;
text-align: center !important;
border: solid 1px blue;
border: solid 1px blue;
background-color: #66CCFF !important;
background-color: #3399CC !important;
}
}


td {/*tdに対して*/
td {/*tdに対して*/
color: #202020;
color: #fefefe;
text-align: left;
text-align: left;
border: solid 1px blue;
border: solid 1px blue;
137行目: 155行目:
/* MediaWiki内のリンク */
/* MediaWiki内のリンク */
a.interwiki {
a.interwiki {
color: #6cafd8 !important;
font-weight: bold;
font-weight: bold;
}
}
142行目: 161行目:
/* MediaWiki外のリンク */
/* MediaWiki外のリンク */
.mw-parser-output a.external {
.mw-parser-output a.external {
color: #DE7231 !important;
font-weight: bold;
font-weight: bold;
}
}
147行目: 167行目:
/* codeタグ内のMediaWiki外のリンク */
/* codeタグ内のMediaWiki外のリンク */
code a.external {
code a.external {
color: #EE803F !important;
font-weight: bold;
font-weight: bold;
color: #DE7231 !important;
}
}


/* MediaWiki外のリンク */
/* MediaWiki外のリンク */
a.external {
a.external {
color: #DE7231 !important;
font-weight: bold;
font-weight: bold;
}
}
158行目: 179行目:
/* テーブル内のMediaWiki外のリンク */
/* テーブル内のMediaWiki外のリンク */
table.wikitable td a {
table.wikitable td a {
color: #DE7231 !important;
font-weight: bold;
font-weight: bold;
}
}


.mw-parser-output a.new:visited {
.mw-parser-output a.new:visited {
color: #FEA261;
font-weight: bold;
font-weight: bold;
}
}
167行目: 190行目:
.catlinks a {
.catlinks a {
font-size: 14px;
font-size: 14px;
color: #DE7231;
font-weight: bold;
font-weight: bold;
font-family: "Droid Sans" !important;
}
}


.catlinks ul {
.catlinks ul {
font-size: 14px;
font-size: 14px;
color: #DE7231;
font-weight: bold;
font-weight: bold;
font-family: "Droid Sans" !important;
}
}


193行目: 220行目:
margin: 0px 0px 3px; /* 外側の余白 : 上0px 下0px, 左右3px */
margin: 0px 0px 3px; /* 外側の余白 : 上0px 下0px, 左右3px */
padding: 0px 3px; /* 内側の余白 : 上下3px, 左右3px */
padding: 0px 3px; /* 内側の余白 : 上下3px, 左右3px */
filter: hue-rotate(180deg) invert(1);
/*display: none !important;*/
/*display: none !important;*/
}
}
206行目: 234行目:
padding: 0px 3px;    /* 内側の余白 : 上下0px, 左右3px */
padding: 0px 3px;    /* 内側の余白 : 上下0px, 左右3px */
/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
filter: hue-rotate(180deg) invert(1);
/*display: none !important;*/
/*display: none !important;*/
}
}
300行目: 329行目:
white-space: nowrap;
white-space: nowrap;
}
}
DIV.amazonsearch P.amazonsearchauthor::before {
DIV.amazonsearch P.amazonsearchauthor::before {
background-color: #bbb;
background-color: #bbb;
310行目: 338行目:
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;
}
}