CSS外部ファイルログ

CSS外部ファイルの変更した点を記録

スキンを変更した際、デザインが崩れるコトを防ぐため、下記の内容をCSSの外部ファイルに保存して下さい。

部員紹介のページ

#jikosyoukai table{
text-align: center;
  line-height: 25px;
  background-color: #ccc;
  border: solid 2px #999;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 500px;
}

#jikosyoukai th{
  background-color: #ccc;
  border-bottom: solid 2px #999;
}

#jikosyoukai td{
  line-height: 25px;
  background-color: #eee;
}

日程表

#calendar table{
  background-color: #999;
  text-align: center;
  width: 400px;
}

#calendar td{
  background-color: #eee;
  font-weight: bold;
}

#calendar td.red {
  color: #f00;
  width: 30px;
}

#calendar td.blue {
color: #00f;
width: 30px;
}


最終更新:2006年05月25日 09:47