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

編集の要約なし
編集の要約なし
81行目: 81行目:
/* 通常のpreタグの設定 */
/* 通常のpreタグの設定 */
pre {
pre {
  /*color: #202020 !important;*/
  color: #f0f0f0 !important;
  color: #f0f0f0 !important;
  background: linear-gradient(to right, rgb(80, 80, 80), rgb(63, 63, 63)) !important;
  background: linear-gradient(to right, rgb(80, 80, 80), rgb(63, 63, 63)) !important;
91行目: 90行目:
/* mw-highlightクラス内のpreタグの設定 */
/* mw-highlightクラス内のpreタグの設定 */
.mw-highlight > pre {
.mw-highlight > pre {
/*color: #202020 !important;*/
color: #f0f0f0 !important;
color: #f0f0f0 !important;
     /*background: linear-gradient(to right, rgb(240, 240, 240), white) !important;*/
     background: linear-gradient(to right, rgb(10, 10, 10), rgb(20, 20, 20)) !important;
    background: linear-gradient(to right, black, rgb(10, 10, 10)) !important;
     border: solid 3px rgb(100, 150, 100);
     border: solid 3px rgb(100, 150, 100);
   border-radius: 5px;
   border-radius: 5px;