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

최근 편집: 2020년 7월 18일 (토) 04:29
사샤나즈 (토론 | 기여)님의 2020년 7월 18일 (토) 04:29 판 (글씨 크기 복구 및 border-bottom 수정. 2px는 정상값이 아니라서 그냥 기본값을 쓰도록 해봤는데 꽤 이쁘네요. 글씨 크기는 일단 지금 크기가 너무 작고 스킬 이름과 설명 간에 크기 차이가 사라져서 덜 이쁘기에 돌렸습니다만 혹시 다른 의견 있으시면 토론 열어주실 수 있을까요?)
.로오히-영웅-상세 tr th,
.로오히-영웅-상세 tr td{
  border-left: none;
  border-right: none;
  border-top: none;
}

/*스킬*/
.로오히-스킬-이름 {
  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;
}

/*-------------------*/
.로오히-영웅-소개 {
  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;
}