模板:Infobox:修订间差异

来自东方活动维基
无编辑摘要
无编辑摘要
第1行: 第1行:
 
.infobox {
{| style="float:right;border:1px solid black"
    background: #eee;
!colspan="2" | Fantastic Page
    border: 1px solid #aaa;
|-
    float: right;
!colspan="2" | [[File:Example image.svg|260px]]
    margin: 0 0 1em 1em;
|-
    padding: 1em;
! Info
    width: 400px;
| Stuff
}
|-
.infobox-title {
! More Info
    font-size: 2em;
| More Stuff
    text-align: center;
|-
}
! And Info
.infobox-image {
| Again Stuff
    text-align: center;
|}
}
.infobox-table th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox-table td {
    vertical-align: top;
}

2024年6月13日 (四) 01:38的版本

.infobox {

   background: #eee;
   border: 1px solid #aaa;
   float: right;
   margin: 0 0 1em 1em;
   padding: 1em;
   width: 400px;

} .infobox-title {

   font-size: 2em;
   text-align: center;

} .infobox-image {

   text-align: center;

} .infobox-table th {

   text-align: right;
   vertical-align: top;
   width: 120px;

} .infobox-table td {

   vertical-align: top;

}