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

来自SS唯基
跳到导航 跳到搜索
(修改)
无编辑摘要
标签手工回退
 
(未显示2个用户的302个中间版本)
第1行: 第1行:
/* [[Category:CSS页面]] */
/* [[Category:CSS页面]] */
th.title,th, wikitable mw-collapsible plainrowheaders mw-made-collapsible{
/* 此处用于测试样式,使用后务必清空 */
  border-radius: 15px;
}
h2 {
 
padding-left:10px;
 
}
 
b, .toggleunderline {
text-decoration-style: wavy;
}
 
ul > li::marker {
content: "🔹";
}
 
ul > li.active.tab::marker,li.tab::marker {
content: "";
}
 
tr.pica-table-label {
  border-radius: 15px;
}
 
.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%;
}

2023年8月14日 (一) 07:43的最新版本

/* [[Category:CSS页面]] */
/* 此处用于测试样式,使用后务必清空 */