호텔 소울즈 공략/styles.css

최근 편집: 2020년 1월 4일 (토) 06:20
낙엽1124 (토론 | 기여)님의 2020년 1월 4일 (토) 06:20 판 (미로 글자 가운데 정렬)
.호텔소울즈-지도 {
  font-size: 10px;
  max-width: 100%;
  overflow-x: auto;
  display: inline-block;
}

.호텔소울즈-지도 td {
  border: none;
  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;
}

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

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