호텔 소울즈 공략/styles.css

최근 편집: 2020년 10월 29일 (목) 15:32
낙엽1124 (토론 | 기여)님의 2020년 10월 29일 (목) 15:32 판 (border-collapse: collapse;)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.호텔소울즈-지도 {
  font-size: 10px;
  max-width: 100%;
  overflow-x: auto;
  display: inline-block;
  border-collapse: collapse;
}

.호텔소울즈-지도 td {
  border: none;
  width: 3em;
  min-width: 3em;
  height: 3em;
  padding: 0;
  text-align: center;
}

.호텔소울즈-지도 tr:nth-child(2) td,
.호텔소울즈-지도 tr:last-child td {
  height: 1em;
}

.호텔소울즈-지도 td:first-child,
.호텔소울즈-지도 td:last-child {
  width: 1em;
  min-width: 1em;
}

.호텔소울즈-지도 td sup {
  top: 0;
}

.호텔소울즈-지도 .호텔소울즈-지도--벽 {
  background-color: black;
}