:파이널 판타지 14 직업군/styles.css

최근 편집: 2022년 12월 24일 (토) 10:04
LarodiBot (토론 | 기여)님의 2022년 12월 24일 (토) 10:04 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.title {
  font-weight: bold;
  color:white;
  font-size: 0.7rem;
}

.tank {
  background-color: #3B4EAB;
}

.heal {
  background-color: #487B39;
}

.dps {
  background-color:#7C393A;
}

.limited {
  background-color:DimGrey;
}

.classes {
  background-color:Gainsboro;
  font-size: 0.7rem;
}