호텔 소울즈 공략/styles.css

최근 편집: 2020년 1월 4일 (토) 06:19
.호텔소울즈-지도 {
  font-size: 10px;
  max-width: 100%;
  overflow-x: auto;
  display: inline-block;
}

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

.호텔소울즈-지도 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;
}