「テンプレート:P:ATStatus/style.css」の版間の差分
表示
Astro Sola (トーク | 投稿記録) 細編集の要約なし |
Astro Sola (トーク | 投稿記録) 細編集の要約なし |
||
| 2行目: | 2行目: | ||
margin: 8px 0; | margin: 8px 0; | ||
padding: 4px 8px; | padding: 4px 8px; | ||
font-size: 0.85em; | |||
color: #666; | |||
display: flex; | |||
gap: 12px; | |||
} | } | ||
| 21行目: | 25行目: | ||
height: 24px; | height: 24px; | ||
width: auto; | width: auto; | ||
} | } | ||
2024年11月15日 (金) 00:00時点における版
.canon-status-box {
margin: 8px 0;
padding: 4px 8px;
font-size: 0.85em;
color: #666;
display: flex;
gap: 12px;
}
.canon-status-container {
display: flex;
align-items: center;
gap: 12px;
}
.origin-status {
border-left: 2px solid #00cccc;
}
.parallax-status {
border-left: 2px solid #808080;
}
.status-image img {
height: 24px;
width: auto;
}
.status-notes {
margin-top: 4px;
font-style: italic;
}