コンテンツにスキップ

「テンプレート:天体/style.css」の版間の差分

提供: ApolaTrajectoryWiki
編集の要約なし
編集の要約なし
タグ: 手動差し戻し
 
(同じ利用者による、間の12版が非表示)
1行目: 1行目:
#PlanetInfo{
#CelestialBodyInfo{
clear: right;
  clear: right;
float: right;
  float: right;
margin: 0px 10px;
  margin-left: 10px;
  width: 320px;
}
}
#PlanetInfo table{
#CelestialBodyInfo table{
width:300px;
  width: 320px;
padding-left:10px;
  color: #ffffff;
  border-collapse: collapse;
  background-color: #2a2a2a;
}
}
 
.Left{
table,th,td{
  text-align: left;
color:#ffffff;
  padding: 0.2em 0.4em;
border-collapse: collapse;
}
border:1px solid;
.Center{
border-color:#ffffff;
  text-align: center;
background-color:#2a2a2a;
}
padding:5px 0px;
.T{
  background-color: #4a4a4a;
}
#CelestialBodyInfo dl {
  margin-left: 0;
}
}
 
#CelestialBodyInfo dt {
.Left{
  font-size: 15px;
text-align:left;
  text-align: center;
padding-left:10px;
}
#CelestialBodyInfo dt:first-child {
  font-size: 20px;
}
}

2025年3月17日 (月) 16:15時点における最新版

#CelestialBodyInfo{
  clear: right;
  float: right;
  margin-left: 10px;
  width: 320px;
}
#CelestialBodyInfo table{
  width: 320px;
  color: #ffffff;
  border-collapse: collapse;
  background-color: #2a2a2a;
}
.Left{
  text-align: left;
  padding: 0.2em 0.4em;
}
.Center{
  text-align: center;
}
.T{
  background-color: #4a4a4a;
}
#CelestialBodyInfo dl {
  margin-left: 0;
}
#CelestialBodyInfo dt {
  font-size: 15px;
  text-align: center;
}
#CelestialBodyInfo dt:first-child {
  font-size: 20px;
}