帮助:Test/styles.css

来自SS唯基
攸萨讨论 | 贡献2022年10月22日 (六) 02:54的版本 (修改)
跳到导航 跳到搜索
/* [[Category:CSS页面]] */
th.title,th, wikitable mw-collapsible plainrowheaders mw-made-collapsible{
  border-radius: 15px;
}
h2 {

	padding-left:10px;

}

b, .toggleunderline {
    padding-bottom: 2px;
    border-bottom:  2px solid #000;
	padding-left: 2px;
	padding-right: 2px;
}

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%;
}