編集の要約なし タグ: 手動差し戻し |
編集の要約なし |
||
46行目: | 46行目: | ||
.mw-editsection { | .mw-editsection { | ||
display: none !important; | display: none !important; | ||
} | |||
/*デフォルトフォントをgoogle fontに変更 | |||
body { | |||
font-family: "Noto Sans", "Roboto", sans-serif; | |||
} | } |
2025年3月29日 (土) 17:56時点における版
/* ここに記述したCSSはすべての外装に反映されます */ .copy-btn { float: right; margin-bottom: 5px; cursor: pointer; background-color: #4287f5; color: #fff; border: none; border-radius: 3px; padding: 3px 6px; } /* 絵文字のフォント指定 */ #mw-panel, #mw-panel .portal h3, #mw-panel .portal .body { font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif; } body { font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif; } /* サイドバーの絵文字表示CSS */ #mw-panel .portal .body ul li::before { content: attr(data-emoji); margin-right: 6px; font-size: 1.1em; } /* ユーステラFANBOXボタンのスタイル */ .fanbox-button { display: inline-block; background-color: #ff6289; color: white; padding: 0.5em 1.2em; border-radius: 999px; text-decoration: none; font-weight: bold; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); transition: background-color 0.2s ease; } .fanbox-button:hover { background-color: #e8577a; } /* セクション編集リンク(鉛筆)を非表示にする */ .mw-editsection { display: none !important; } /*デフォルトフォントをgoogle fontに変更 body { font-family: "Noto Sans", "Roboto", sans-serif; }