「テンプレート:天体/style.css」の版間の差分
表示
Astro Sola (トーク | 投稿記録) 細編集の要約なし |
Astro Sola (トーク | 投稿記録) 細編集の要約なし |
||
| 6行目: | 6行目: | ||
#PlanetInfo table{ | #PlanetInfo table{ | ||
width:300px; | width:300px; | ||
padding-left:10px; | |||
} | } | ||
2024年7月15日 (月) 11:46時点における版
#PlanetInfo{
clear: right;
float: right;
margin: 0px 10px;
}
#PlanetInfo table{
width:300px;
padding-left:10px;
}
table,th,td{
color:#ffffff;
border-collapse: collapse;
border:1px solid;
border-color:#ffffff;
background-color:#2a2a2a;
padding:5px 0px;
}
.Left{
text-align:left;
padding-left:10px;
}