「MediaWiki:Common.css」の版間の差分
提供: MochiuWiki : SUSE, EC, PCB
📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
|
|
| (同じ利用者による、間の154版が非表示) |
| 1行目: |
1行目: |
| @media (prefers-color-scheme: dark) {
| |
| /* コードブロック全体の背景と基本文字色 */
| |
| .mw-highlight pre {
| |
| background-color: #1e1e1e !important;
| |
| color: #d4d4d4 !important;
| |
| }
| |
|
| |
|
| /* Python特有の要素 */
| |
| .mw-highlight .k { color: #569cd6 !important; } /* キーワード (def, print など) */
| |
| .mw-highlight .nf { color: #4ec9b0 !important; } /* 関数名 (dinner_menu) */
| |
| .mw-highlight .s { color: #ce9178 !important; } /* 文字列 */
| |
| .mw-highlight .c1 { color: #6a9955 !important; } /* コメント */
| |
| .mw-highlight .p { color: #d4d4d4 !important; } /* 括弧や句読点 */
| |
| .mw-highlight .n { color: #9cdcfe !important; } /* 変数名 */
| |
| .mw-highlight .o { color: #d4d4d4 !important; } /* 演算子 */
| |
|
| |
| /* 行番号がある場合 */
| |
| .mw-highlight .linenos {
| |
| background-color: #2d2d2d !important;
| |
| color: #858585 !important;
| |
| border-right: 1px solid #404040 !important;
| |
| }
| |
| }
| |
2025年12月19日 (金) 18:42時点における最新版