模板:歌手/styles.css:修订间差异
外观
< 模板:歌手
小无编辑摘要 |
小 修改 |
||
| 第20行: | 第20行: | ||
.pos_behind { | .pos_behind { | ||
background-color: # | background-color: #e9f9fe; | ||
font-size: 120%; | font-size: 120%; | ||
text-align: center; | text-align: center; | ||
| 第27行: | 第27行: | ||
.staff_behind > th { | .staff_behind > th { | ||
border: 2px solid # | border: 2px solid #e9f9fe; | ||
background-color: # | background-color: #e9f9fe; | ||
color: white; | color: white; | ||
text-align: center; | text-align: center; | ||
| 第35行: | 第35行: | ||
.staff_behind > td { | .staff_behind > td { | ||
border: 2px solid # | border: 2px solid #e9f9fe; | ||
text-align: center; | text-align: center; | ||
} | } | ||
2022年10月3日 (一) 04:54的版本
.song-tab {
border-radius: 7px;
border: 4px solid #08a0cc;
float: right;
width: 30%;
margin: 0;
}
tr:first-child > th {
background-color: #77ddfa;
color: white;
font-size: 140%;
}
.pos_singer {
background-color: #e9f9fe;
font-size: 120%;
text-align: center;
}
.pos_behind {
background-color: #e9f9fe;
font-size: 120%;
text-align: center;
color: white;
}
.staff_behind > th {
border: 2px solid #e9f9fe;
background-color: #e9f9fe;
color: white;
text-align: center;
width: 30%;
}
.staff_behind > td {
border: 2px solid #e9f9fe;
text-align: center;
}
.singer_info > th {
border: 2px solid #e9f9fe;
background-color: #e9f9fe;
text-align: center;
width: 30%;
}
.singer_info > td {
border: 2px solid #e9f9fe;
text-align: center;
}