コンテンツにスキップ

テンプレート:戦闘/style.css

提供: ApolaTrajectoryWiki
#BattleInfo{
  clear: right;
  float: right;
  margin-left: 10px;
  width: 480px;
}
#BattleInfo table{
  width: 480px;
  color: #ffffff;
  border-collapse: collapse;
  background-color: #2a2a2a;
  border: 1px solid #4a4a4a;
}
.Left{
  text-align: left;
  padding: 0.2em 0.4em;
}
.Center{
  text-align: center;
}
.T{
  background-color: #4a4a4a;
}
.BattleSide{
  text-align: left;
  background-color: #3a3a3a;
  padding: 0.2em 0.4em;
}
.SideContent{
  text-align: left;
  padding: 0.4em 0.6em;
  vertical-align: top;
  border-top: 1px solid #4a4a4a;
}
/* 縦の境界線 - 白い破線 */
.SideContent:nth-child(2),
.BattleSide:nth-child(2) {
  border-left: 1px dashed #ffffff;
}
.SideContent:nth-child(2):last-child,
.BattleSide:nth-child(2):last-child {
  border-right: none;
}
.SideContent:nth-child(3),
.BattleSide:nth-child(3) {
  border-left: 1px dashed #ffffff;
}
#BattleInfo dl {
  margin-left: 0;
}
#BattleInfo dt {
  font-size: 15px;
  text-align: center;
}
#BattleInfo dt:first-child {
  font-size: 20px;
}