模板:歌手/styles.css:修订间差异

来自SS唯基
跳到导航 跳到搜索
(建立内容为“.song_tab { border-radius: 7px; border: 4px solid #08a0cc; float: right; width: 30%; margin: 0; } .tab tr:first-child > th { background-color: #77ddf…”的新页面)
 
无编辑摘要
第7行: 第7行:
}
}


.tab tr:first-child > th {
.song_tab tr:first-child > th {
   background-color: #77ddfa;
   background-color: #77ddfa;
   color: white;
   color: white;

2022年10月3日 (一) 03:55的版本

.song_tab {
  border-radius: 7px;
  border: 4px solid #08a0cc;
  float: right;
  width: 30%;
  margin: 0;
}

.song_tab 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: #000000;
  font-size: 120%;
  text-align: center;
  color: white;
}

.staff_behind > th {
  border: 2px solid #000000;
  background-color: #000000;
  color: white;
  text-align: center;
  width: 30%;
}

.staff_behind > td {
  border: 2px solid #000000;
  background-color: #000000;
  color: white;
  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;
}