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

来自SS唯基
跳到导航 跳到搜索
(修改)
(修改)
标签替换
第1行: 第1行:
/* [[Category:CSS页面]] */
/* [[Category:CSS页面]] */
th.title,th, wikitable mw-collapsible plainrowheaders mw-made-collapsible{
  border-radius: 15px;
}
h2 {
padding-left:10px;
}
td#pica-table-value-Label{
    font-weight:bold;
}
b, .toggleunderline {
    border-bottom:  2px solid #000;
padding-left: 2px;
padding-right: 2px;
}
ul > li.toclevel-1::marker {
content: "";
}
ul > li::marker {
content: "🔹";
}
ul > li.active.tab::marker,li.tab::marker {
content: "";
}
.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;
  width: 30%;
}
.section-galgame th:not(.title) {
  background: #a9ccb2;
  width: 30%;
}
.section-game th:not(.title) {
  background: #6098ff;
  width: 30%;
}
.section-anime-comic th:not(.title) {
  background: #f5b5f2;
  width: 30%;
}
.section-default th:not(.title) {
  background: #FFAF60;
  width: 30%;
}

2022年10月22日 (六) 04:21的版本

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