帮助:Test/styles.css:修订间差异

跳到导航 跳到搜索
删除525字节 、​ 2022年10月22日 (星期六)
修改
(修改)
(修改)
第1行: 第1行:
/* [[Category:CSS页面]] */
/* [[Category:CSS页面]] */
.section-doujin th.title {
  background: #b8b800;
}
.section-galgame th.title {
  background: #53b06b;
}
.section-game th.title {
  background: #2163db;
}
.section-anime-comic th.title {
  background: #c441be;
}
.section-default th.title {
  background: #d67e27;
}


.section-doujin th:not(.title),.section-doujin td:not(.title) {
.section-doujin td:not(.title) {
   background: #e8df31;
   color: #e8df31;
  width: 30%;
}
}


.section-galgame th:not(.title),.section-galgame td:not(.title) {
.section-galgame td:not(.title) {
   background: #a9ccb2;
   color: #a9ccb2;
  width: 30%;
}
}


.section-game th:not(.title),.section-game td:not(.title) {
.section-game td:not(.title) {
   background: #6098ff;
   color: #6098ff;
  width: 30%;
}
}


.section-anime-comic th:not(.title) ,.section-comic td:not(.title){
.section-comic td:not(.title){
   background: #f5b5f2;
   color: #f5b5f2;
  width: 30%;
}
}


.section-default th:not(.title),.section-default td:not(.title) {
.section-default td:not(.title) {
   background: #FFAF60;
   color: #FFAF60;
  width: 30%;
}
}


15,360

个编辑

导航菜单