:로오히 영웅 상세/styles.css

최근 편집: 2022년 4월 23일 (토) 22:48
.로오히-영웅-상세 th,
.로오히-영웅-상세 td {
  border-left: none;
  border-right: none;
  border-top: none;
}

.로오히-영웅-상세 th {
  border-bottom: none;
}

/*스킬*/
.로오히-스킬-이름 {
  font-weight: bold;
  margin-bottom: .7rem;
}
.로오히-스킬-시스템 {
  font-size: .7rem;
}
.로오히-스킬-효과 {
  font-size: .8rem;
  margin-bottom: .8rem;
}
.로오히-스킬-설명 table {
  font-size: .8rem;
}
.로오히-스킬-설명 caption {
  white-space: nowrap;
  text-align: left;
}
.로오히-스킬-설명 th, .로오히-스킬-설명 td {
  padding: 0 .5rem;
  border: 0;
}

/*-------------------*/
.로오히-영웅-소개 {
  background-color: #e0e0e0;
}

.로오히-영웅-소개 p:last-child {
  margin-bottom: 0;
}

.로오히-영웅-이명 {
  display: inline-block;
}

/*th*/
.로오히-어둠속성-영웅-상세 th {
  background-color: #d990d9;
}

.로오히-어둠속성-영웅-상세 .로오히-스킬-이름 {
  color: purple;
}

.로오히-불속성-영웅-상세 th {
  background-color: #f9b4b4;
}

.로오히-불속성-영웅-상세 .로오히-스킬-이름 {
  color: #a42b2b;
}

.로오히-물속성-영웅-상세 th {
  background: #c5e0ff;
}

.로오히-물속성-영웅-상세 .로오히-스킬-이름 {
  color: #4e4eaa;
}

.로오히-대지속성-영웅-상세 th {
  background-color: #87d987;
}

.로오히-대지속성-영웅-상세 .로오히-스킬-이름 {
  color: green;
}

.로오히-빛속성-영웅-상세 th {
  background-color: #dbdb77;
}

.로오히-빛속성-영웅-상세 .로오히-스킬-이름 {
  color: #5b5b00;
}