「テンプレート:P:ATStatus/style.css」の版間の差分
表示
Astro Sola (トーク | 投稿記録) 細編集の要約なし |
Astro Sola (トーク | 投稿記録) 細編集の要約なし |
||
| (同じ利用者による、間の2版が非表示) | |||
| 7行目: | 7行目: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
} | } | ||
.origin-status { | .origin-status { | ||
border-left: 2px solid # | border-left: 2px solid #00b8b8; | ||
} | } | ||
| 21行目: | 20行目: | ||
height: 24px; | height: 24px; | ||
width: auto; | width: auto; | ||
} | } | ||
2024年11月15日 (金) 00:09時点における最新版
.canon-status-box {
margin: 8px 0;
padding: 4px 8px;
}
.canon-status-container {
display: flex;
align-items: center;
}
.origin-status {
border-left: 2px solid #00b8b8;
}
.parallax-status {
border-left: 2px solid #808080;
}
.status-image img {
height: 24px;
width: auto;
}