📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
ページの作成:「→ここに記述した全てのCSSはモバイル版サイトの利用者に影響します: .mw-category-group { →font-family: "DejaVu Sans" !important;: font-family: 'Droid Sans', "Droid Serif"; } .mw-body-content { →font-family: "DejaVu Sans" !important;: font-family: "Droid Sans", "Droid Serif"; } .firstHeading { font-family: "Droid Sans", "Droid Serif"; text-align: center; border: solid 3px rgb(80, 80, 80); border-radius: 5px; padding:…」 |
編集の要約なし |
||
| (同じ利用者による、間の11版が非表示) | |||
| 2行目: | 2行目: | ||
.mw-category-group { | .mw-category-group { | ||
font-family: 'Noto Sans', "Noto Serif" !important; | |||
font-family: ' | |||
} | } | ||
.mw-body-content { | .mw-body-content { | ||
font-family: "Noto Sans", "Noto Serif" !important; | |||
line-height: 1.8 !important; | |||
} | } | ||
.firstHeading { | .firstHeading { | ||
font-family: " | font-family: "Noto Sans", "Noto Serif" !important; | ||
text-align: center; | text-align: center; | ||
border: solid 3px rgb(80, 80, 80); | border: solid 3px rgb(80, 80, 80); | ||
| 18行目: | 17行目: | ||
padding: 3px 3px; | padding: 3px 3px; | ||
margin: 5px; | margin: 5px; | ||
} | |||
h2 /* .mw-headline */ { | |||
/*text-decoration: underline;*/ | |||
font-family: "Noto Sans", "Noto Serif" !important; | |||
} | } | ||
| 47行目: | 51行目: | ||
code a.external { | code a.external { | ||
color: #FF904F !important; | color: #FF904F !important; | ||
} | } | ||
| 53行目: | 56行目: | ||
color: #f0f0f0; | color: #f0f0f0; | ||
background-color: #2277B0; | background-color: #2277B0; | ||
font-family: "Noto Sans" !important; | |||
font-family: " | |||
border: solid 1px rgba(50, 50, 50, 0.3); | border: solid 1px rgba(50, 50, 50, 0.3); | ||
border-radius: | border-radius: 1px; | ||
margin: | margin: 0px 3px !important; /* 外側の余白 : 上下2px, 左右3px */ | ||
padding: | padding: 0px 3px !important; /* 内側の余白 : 上下1px, 左右3px */ | ||
} | } | ||