「MediaWiki:Common.css」の版間の差分
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
Masahiko Tsuji (トーク | 投稿記録) 編集の要約なし |
||
10行目: | 10行目: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
#bodyContent { | |||
# | line-height: 1.5; | ||
} | } |
2023年2月23日 (木) 08:42時点における版
/* ここに記述したCSSはすべての外装に反映されます */ a:visited { color: #1A0DAB; } a { text-decoration: underline; } a:hover { text-decoration: none; } #bodyContent { line-height: 1.5; }