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

최근 편집: 2020년 7월 17일 (금) 16:23
.로오히-영웅-상세 {
  font-size: 0.93em;
}

.로오히-영웅-상세 tr th,
.로오히-영웅-상세 tr td{
  font-size: 0.87em;
  border-bottom: 2px;
  border-left: none;
  border-right: none;
  border-top: none;
}

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

/*-------------------*/
.로오히-영웅-소개 {
  font-style: italic;
  background-color: rgba(100, 100, 100, 0.3);
}

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

/*th*/
.로오히-물속성-영웅-상세 .로오히-스킬-설명 tr  th {
  background: linear-gradient(70deg, rgba(141,225,255,0.5) 0%, rgba(138,157,255,0.5) 91%, rgba(0,0,0,0) 91%);
}

.로오히-물속성-영웅-상세 tr th {
  background: linear-gradient(70deg, rgba(141,225,255,0.5) 0%, rgba(138,157,255,0.5) 100%);
}

.로오히-물속성-영웅-상세 .로오히-스킬-이름 {
  font-weight: bold;
  color: #000169;
}