:연습장:아바투르너마저/2/styles.css

아바투르너마저 (토론 | 기여)님의 2025년 6월 27일 (금) 22:38 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.trickcal-box {
  width: 400px;
  background-color: #2A2C32;
  border-radius: 15px;
  padding: 16px;
  margin: 40px auto;
  color: #eee;
  font-family: "Noto Sans KR", sans-serif;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.trickcal-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.trickcal-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #FFCE54;
  text-align: center;
}

.trickcal-subtitle {
  font-size: 0.9em;
  color: #ccc;
  text-align: center;
  margin-bottom: 10px;
}

.trickcal-ability {
  background-color: #444;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.trickcal-description {
  font-size: 0.92em;
  padding: 10px;
  line-height: 1.5em;
  background-color: #1f1f1f;
  border-radius: 8px;
  margin-bottom: 16px;
}

.trickcal-attrs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.trickcal-attrs .attr {
  background-color: #383b40;
  padding: 8px;
  border-radius: 6px;
  font-size: 0.9em;
  color: #eee;
}

.trickcal-attrs .attr span {
  display: block;
  font-weight: bold;
  color: #999;
  margin-bottom: 3px;
}

.trickcal-voice-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  color: #FFCE54;
}

.trickcal-voices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.trickcal-voices div {
  background-color: #333;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9em;
  color: #ddd;
  border: 1px solid #555;
}