跳至內容

「Template:剧情模板/styles.css」:修訂間差異

增加 451 位元組 、​ 2023年12月22日 (星期五)
無編輯摘要
無編輯摘要
SSF對話 | 貢獻
無編輯摘要
第12行: 第12行:
background-color: unset !important;
background-color: unset !important;
}
}
/*
.rotable.storyTable > tbody > tr > td.storySim{}
.rotable.storyTable > tbody > tr > td.storySim > .textShow{
padding:1em;
font-style:italic;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow{
margin:1em;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow > tbody > tr > th{
   background-color: unset;
   border: 0;
   vertical-align: text-top;
   color: #00aaff;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow > tbody > tr > td{
   text-align:left;
   border: 0;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow .thought{
   font-style: italic;
   font-size: 90%;
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow .addLine{
   height:1em;
}
*/


/* _Name */
/* _Name */
第54行: 第27行:
.storySim .changedName{border-bottom:1px dashed black;}
.storySim .changedName{border-bottom:1px dashed black;}


/* Novel */
/* _Color */
.storySim .Colored{
text-shadow:0 0 2px black;
}
 
.storySim .Colored.color_yellow{
color:#ffcc00 !important;
text-shadow:unset;
}
 
.storySim .Colored.color_cyan{
color:#00dddd !important;
text-shadow:0 0 0.5px #00aaaa;
}
 
/* _Size */
 
/* N+C+D */
.storySim.type_Novel{padding-left: 2em;padding-right: 2em;padding-top: 1em;text-align: left;}
.storySim.type_Novel{padding-left: 2em;padding-right: 2em;padding-top: 1em;text-align: left;}
.storySim.type_Novel > .SimChild{padding-bottom: 2em;}
.storySim.type_Novel > .SimChild{padding-bottom: 2em;}
第60行: 第50行:


.storySim.type_Chat > .SimChild,
.storySim.type_Chat > .SimChild,
.storySim.type_Dialogue > .SimChild{width:100%;}
.storySim.type_Dialogue > .SimChild{
width:100%;
padding-top:2em;
padding-bottom:2em;
}


.storySim.type_Chat > .SimChild th,
.storySim.type_Chat > .SimChild th,
第80行: 第74行:
.storySim.type_Dialogue > .SimChild td{
.storySim.type_Dialogue > .SimChild td{
text-align:left;
text-align:left;
}
.storySim.type_Dialogue > .SimChild td.thinking{
font-style: italic;
   font-size: 90%;
}
.storySim.type_Dialogue > .SimChild td.thinking::before{
content: "(";
   font-size: 90%;
}
.storySim.type_Dialogue > .SimChild td.thinking::after{
content: ")";
   font-size: 90%;
}
.storySim.type_CgDialog .thinking{font-style: italic;}
/* CT */
.storySim.type_ChapterTitle .SimChild{
font-size:200%;
padding:1em;
color:#888888;
text-shadow:1px 1px black;
}
}


第89行: 第105行:
.storySim.type_Fullscreen .SimChild div{
.storySim.type_Fullscreen .SimChild div{
padding-bottom:1em;
padding-bottom:1em;
}
/* FullscreenImportant */
.storySim.type_FullscreenImportant > .SimChild{
   font-size: 160%;
   padding: 2em;
   color: #666666;
   text-shadow: 0 0 1px black;
}
.storySim.type_FullscreenImportant > .SimChild::before,
.storySim.type_ChapterTitle > .SimChild::before{
content: "- ";
}
.storySim.type_FullscreenImportant > .SimChild::after,
.storySim.type_ChapterTitle > .SimChild::after{
content: " -";
}
}
WikiBuilder
321

次編輯