:주기율표/styles.css

최근 편집: 2020년 6월 27일 (토) 23:27
*, a, a:visited, a.new {
  color: #222;
  border-color: #222;
  text-align: center;
}

.table {
  overflow-x: auto;
  max-width: 100%;
  display: inline-block;
  font-size: 0.75rem;
}

.first {
  background: #fdfdfd;
}

.No, .Nm, .Ko {
  text-align: center;
}

.No {
  font-size: 0.55rem;
  line-height: 0.9rem;
}

.Nm {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 0.9rem;
}

.Ko {
  font-size: 0.55rem;
  line-height: 0.7rem;
}

.알금 {
  background: TOMATO;
}

.알토 {
  background: GOLD;
}

.비활 {
  background: PALETURQUOISE;
}

.비금 {
  background: YELLOWGREEN;
}

.준금 {
  background: LIGHTSKYBLUE;
}

.전이 {
  background: LIGHTSALMON;
}

.미분 {
  background: #888;
}

.전후 {
  background: LIGHTCORAL;
}

.란타 {
  background: LIGHTSTEELBLUE;
}

.악티 {
  background: THISTLE;
}