:로오히 캐릭터 프로필/styles.css

최근 편집: 2020년 7월 24일 (금) 21:51
사샤나즈 (토론 | 기여)님의 2020년 7월 24일 (금) 21:51 판 (영문 이름)
.로오히-캐릭터-프로필 th, .로오히-캐릭터-프로필 td {
  border: 0px;
}

.로오히-캐릭터-프로필 {
  max-width: max-content;
  min-width: 300px;
  width: 100%;
  font-size: 0.9rem;
  border-spacing: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
  border-top: 2px solid rgba(0, 0, 0, 0);
}

.로오히-캐릭터-프로필 tr td {
  border-bottom: 2.5px solid;
  border-left: none;
  border-right: none;
  text-align: left;
}

.로오히-캐릭터-프로필 tr th {
  border-bottom: 2.5px solid;
  border-left: none;
  border-right: none;
  background: GOLDENROD;
  text-align: left;
}

.로오히-캐릭터-프로필 .name {
  border-bottom: none;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.로오히-캐릭터-프로필 .english-name {
  font-size: .8em;
}

.로오히-캐릭터-프로필 .CV {
  text-align: right;
  font-size: 0.75rem;
  border-bottom: none;
}

.로오히-캐릭터-프로필 .half {
  background: linear-gradient(70deg, rgba(218,165,32,1) 53%, rgba(0, 0, 0, 0) 53%);
}