「テンプレート:MainPage/Social/styles.css」の版間の差分
提供: いろり鯖 / Hytale日本鯖Wiki
その他の操作
KabanFriends (トーク | 投稿記録) 編集の要約なし |
KabanFriends (トーク | 投稿記録) 編集の要約なし |
||
| 20行目: | 20行目: | ||
.irori-mainpage-social-button img { | .irori-mainpage-social-button img { | ||
transition: transform 250ms ease; | transition: transform 250ms ease; | ||
width: | width: 95%; | ||
height: | height: 95%; | ||
} | } | ||
2026年1月10日 (土) 05:15時点における版
.irori-mainpage-social-button {
overflow: hidden;
padding: 0;
border: 0;
}
.irori-mainpage-social-button a {
display: flex;
height: 100%;
justify-content: center;
align-items: center;
padding: 0 var( --space-md );
background: transparent;
color: #fff;
font-weight: var( --font-weight-medium );
text-decoration: none;
padding: 0;
}
.irori-mainpage-social-button img {
transition: transform 250ms ease;
width: 95%;
height: 95%;
}
.irori-mainpage-social-button:hover img {
transform: scale( 1.1 );
}
#social-discord {
background: #5865f2;
}
#social-x {
background: #0F1419;
}