WikiBuilder
329
个编辑
无编辑摘要 |
小无编辑摘要 |
||
第98行: | 第98行: | ||
/* CT */ | /* CT */ | ||
.storySim.type_ChapterTitle .SimChild{ | .storySim.type_ChapterTitle .SimChild{ | ||
padding:1em; | padding:1em; | ||
color:#888888; | color:#888888; | ||
text-shadow:1px 1px black; | text-shadow:1px 1px black; | ||
} | |||
.storySim.type_ChapterTitle .SimChild .onlyTitle, | |||
.storySim.type_ChapterTitle .SimChild .Title{ | |||
font-size:200%; | |||
} | |||
.storySim.type_ChapterTitle .SimChild .subTitle{ | |||
font-size:180%; | |||
} | } | ||
第122行: | 第128行: | ||
.storySim.type_FullscreenImportant > .SimChild::before, | .storySim.type_FullscreenImportant > .SimChild::before, | ||
.storySim.type_ChapterTitle > . | .storySim.type_ChapterTitle > .onlyTitle::before{ | ||
content: "- "; | content: "- "; | ||
} | } | ||
.storySim.type_FullscreenImportant > .SimChild::after, | .storySim.type_FullscreenImportant > .SimChild::after, | ||
.storySim.type_ChapterTitle > . | .storySim.type_ChapterTitle > .onlyTitle::after{ | ||
content: " -"; | content: " -"; | ||
} | } |