模板:歌手/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…”的新页面)
 
(分类)
 
(未显示2个用户的14个中间版本)
第1行: 第1行:
.song_tab {
/*
[[Category:CSS页面]] */
 
.song-tab {
   border-radius: 7px;
   border-radius: 7px;
   border: 4px solid #08a0cc;
   border: 4px solid #08a0cc;
   float: right;
   float: right;
   width: 30%;
   width: 360px;
   margin: 0;
   margin: 0;
}
}


.tab tr:first-child > th {
.song {
   background-color: #77ddfa;
   background-color: #77ddfa;
   color: white;
   color: white;
第14行: 第17行:


.pos_singer {
.pos_singer {
   background-color: #e9f9fe;
   background-color: #e9f5fe;
   font-size: 120%;
   font-size: 120%;
   text-align: center;
   text-align: center;
}
}


.pos_behind {
.singer_pic {
   background-color: #000000;
   overflow: hidden; /*隐藏超出边框部分  */
   font-size: 120%;
  display: flex;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
}
.singer_info > th {
  border: 2px solid #e9f9fe;
   background-color: #e9f9fe;
   text-align: center;
   text-align: center;
   color: white;
   width: 30%;
}
}


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


.staff_behind > td {
.pos_behind {
  border: 2px solid #000000;
   background-color: #e9f5fe;
   background-color: #000000;
   font-size: 120%;
   color: white;
   text-align: center;
   text-align: center;
}
}


.singer_info > th {
.staff_behind > th {
   border: 2px solid #e9f9fe;
   border: 2px solid #e9f9fe;
   background-color: #e9f9fe;
   background-color: #e9f9fe;
第48行: 第56行:
}
}


.singer_info > td {
.staff_behind > td {
   border: 2px solid #e9f9fe;
   border: 2px solid #e9f9fe;
   text-align: center;
   text-align: center;
}
}

2023年1月30日 (一) 11:33的最新版本

/* 
[[Category:CSS页面]] */

.song-tab {
  border-radius: 7px;
  border: 4px solid #08a0cc;
  float: right;
  width: 360px;
  margin: 0;
}

.song {
  background-color: #77ddfa;
  color: white;
  font-size: 140%;
}

.pos_singer {
  background-color: #e9f5fe;
  font-size: 120%;
  text-align: center;
}

.singer_pic {
  overflow: hidden; /*隐藏超出边框部分  */
  display: flex;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
}
.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;
}

.pos_behind {
  background-color: #e9f5fe;
  font-size: 120%;
  text-align: center;
}

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

.staff_behind > td {
  border: 2px solid #e9f9fe;
  text-align: center;
}