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