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

跳到导航 跳到搜索
删除975字节 、​ 2023年8月14日 (星期一)
无编辑摘要
(修改)
无编辑摘要
标签手工回退
 
(未显示2个用户的227个中间版本)
第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) {
  background: #e8df31;
  width: 30%;
}
 
.section-galgame th:not(.title),.section-galgame td:not(.title) {
  background: #a9ccb2;
  width: 30%;
}
 
.section-game th:not(.title),.section-game td:not(.title) {
  background: #6098ff;
  width: 30%;
}
 
.section-anime-comic th:not(.title) ,.section-comic td:not(.title){
  background: #f5b5f2;
  width: 30%;
}
 
.section-default th:not(.title),.section-default td:not(.title) {
  background: #FFAF60;
  width: 30%;
}
 
 
/*粗体相关*/
 
ul > li> b{
    border-bottom:  2px solid #000;
padding-left: 2px;
padding-right: 2px;
margin-left: 0;
}
 
b{
 
    border-bottom:  2px solid #000;
    margin-left: 10px;
padding-left: 2px;
padding-right: 2px;
}
15,321

个编辑

导航菜单