模板:活动简介右侧栏/styles.css:修订间差异

来自SS唯基
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第20行: 第20行:


.section-doujin th:not(.title) {
.section-doujin th:not(.title) {
   background: #b8b800;
   background: #e8df31;
}
}


.section-galgame th:not(.title) {
.section-galgame th:not(.title) {
   background: #53b06b;
   background: #a9ccb2;
}
}


.section-game th:not(.title) {
.section-game th:not(.title) {
   background: #2163db;
   background: #6098ff;
}
}


.section-anime-comic th:not(.title) {
.section-anime-comic th:not(.title) {
   background: #c441be;
   background: #f5b5f2;
}
}


.section-default th:not(.title) {
.section-default th:not(.title) {
   background: #d67e27;
   background: #FFAF60;
}
}

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

.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) {
  background: #e8df31;
}

.section-galgame th:not(.title) {
  background: #a9ccb2;
}

.section-game th:not(.title) {
  background: #6098ff;
}

.section-anime-comic th:not(.title) {
  background: #f5b5f2;
}

.section-default th:not(.title) {
  background: #FFAF60;
}