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

編集の要約なし
編集の要約なし
150行目: 150行目:
/* シンタックスハイライトのベースとなる背景色と文字色 */
/* シンタックスハイライトのベースとなる背景色と文字色 */
.mw-highlight {
.mw-highlight > pre {
background-color: #1e1e1e !important;
background-color: #1e1e1e !important;
color: #d4d4d4 !important;
color: #d4d4d4 !important;
159行目: 159行目:
/* 各種要素の色設定 */
/* 各種要素の色設定 */
.mw-highlight .keyword { color: #569cd6 !important; }    /* キーワード */
.mw-highlight > pre .keyword { color: #569cd6 !important; }    /* キーワード */
.mw-highlight .string { color: #ce9178 !important; }      /* 文字列 */
.mw-highlight > pre .string { color: #ce9178 !important; }      /* 文字列 */
.mw-highlight .comment { color: #6a9955 !important; }    /* コメント */
.mw-highlight > pre .comment { color: #6a9955 !important; }    /* コメント */
.mw-highlight .function { color: #dcdcaa !important; }    /* 関数 */
.mw-highlight > pre .function { color: #dcdcaa !important; }    /* 関数 */
.mw-highlight .variable { color: #9cdcfe !important; }    /* 変数 */
.mw-highlight > pre .variable { color: #9cdcfe !important; }    /* 変数 */
.mw-highlight .number { color: #b5cea8 !important; }      /* 数値 */
.mw-highlight > pre .number { color: #b5cea8 !important; }      /* 数値 */
.mw-highlight .operator { color: #d4d4d4 !important; }    /* 演算子 */
.mw-highlight > pre .operator { color: #d4d4d4 !important; }    /* 演算子 */
.mw-highlight .class { color: #4ec9b0 !important; }      /* クラス */
.mw-highlight > pre .class { color: #4ec9b0 !important; }      /* クラス */


.firstHeading {
.firstHeading {