:주기율표/styles.css

최근 편집: 2020년 7월 4일 (토) 11:31
table.주기율표,
table.주기율표 a,
table.주기율표 a:visited,
table.주기율표 a.new {
  color: #222;
  border-color: #222;
  text-align: center;
}

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

table.주기율표 th, 
table.주기율표 td {
  border: none;
}

table.주기율표 .first {
  background: #fdfdfd;
}

table.주기율표 .No, .Nm, .Ko {
  text-align: center;
}

table.주기율표 .No {
  font-size: 0.55rem;
  line-height: 0.9rem;
}

table.주기율표 .Nm {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 0.9rem;
}

table.주기율표 .Ko {
  font-size: 0.55rem;
  line-height: 0.7rem;
}

table.주기율표 .알금 {
  background: TOMATO;
}

table.주기율표 .알토 {
  background: GOLD;
}

table.주기율표 .비활 {
  background: PALETURQUOISE;
}

table.주기율표 .비금 {
  background: YELLOWGREEN;
}

table.주기율표 .준금 {
  background: LIGHTSKYBLUE;
}

table.주기율표 .전이 {
  background: LIGHTSALMON;
}

table.주기율표 .미분 {
  background: #888;
}

table.주기율표 .전후 {
  background: LIGHTCORAL;
}

table.주기율표 .란타 {
  background: LIGHTSTEELBLUE;
}

table.주기율표 .악티 {
  background: THISTLE;
}