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

編集の要約なし
編集の要約なし
327行目: 327行目:
pre {
pre {
color: #202020 !important;
color: #202020 !important;
     background-color: rgb(245, 245, 245) !important;
     background-color: rgb(245, 245, 245);
    border: solid 1px rgb(150, 150, 250);
  border-radius: 5px;
}
}
333行目: 335行目:
.mw-highlight > pre {
.mw-highlight > pre {
color: #202020 !important;
color: #202020 !important;
     background-color: rgb(245, 245, 245) !important;
     background-color: rgb(245, 245, 245);
     border: solid 3px rgb(150, 150, 150);
     border: solid 3px rgb(150, 150, 150);
   border-radius: 5px;
   border-radius: 5px;
  /*padding: 1px 3px;*/
  /*margin: 5px;*/
}
}
}
}