メニューを切り替える
Toggle preferences menu
個人設定を切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

テンプレート:ボタン/styles.css

提供:U-Stella Wiki
< テンプレート:ボタン
2025年3月28日 (金) 17:35時点におけるU-Stella (トーク | 投稿記録)による版 (ページの作成:「.button-link a { display: inline-block; padding: 0.4em 1.2em; background-color: #3b82f6; color: #fff !important; border-radius: 0.4em; text-decoration: none; font-weight: bold; transition: 0.2s ease-in-out; } .button-link a:hover { background-color: #2563eb; }」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
.button-link a {
  display: inline-block;
  padding: 0.4em 1.2em;
  background-color: #3b82f6;
  color: #fff !important;
  border-radius: 0.4em;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}
.button-link a:hover {
  background-color: #2563eb;
}