コンテンツにスキップ

テンプレート:P:ATStatus/style.css

提供: ApolaTrajectoryWiki
2024年11月14日 (木) 23:47時点におけるAstro Sola (トーク | 投稿記録)による版
.canon-status-box {
  margin: 10px 0;
  background: #1a1a1a;
  border-radius: 4px;
  padding: 8px;
  color: #ffffff;
}

.status-container {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
  align-items: center;
}

.status-image img {
  width: 120px;
  height: auto;
}

.status-info {
  font-size: 0.9em;
  line-height: 1.4;
  opacity: 0.8;
}

.status-notes {
  margin-top: 4px;
  font-size: 0.9em;
}