Template:剧情模板/styles.css:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第5行: | 第5行: | ||
} | } | ||
.rotable.storyTable .storyWarning{ | .rotable.storyTable .storyWarning{ | ||
background-color: | background-color:red; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
第12行: | 第12行: | ||
background-color: unset !important; | background-color: unset !important; | ||
} | } | ||
/* | |||
.rotable.storyTable > tbody > tr > td.storySim{} | .rotable.storyTable > tbody > tr > td.storySim{} | ||
.rotable.storyTable > tbody > tr > td.storySim > .textShow{ | .rotable.storyTable > tbody > tr > td.storySim > .textShow{ | ||
第37行: | 第37行: | ||
.rotable.storyTable > tbody > tr > td.storySim > .talkShow .addLine{ | .rotable.storyTable > tbody > tr > td.storySim > .talkShow .addLine{ | ||
height:1em; | height:1em; | ||
} | |||
*/ | |||
/* _Name */ | |||
.storySim .name{color: #00aaff;} | |||
.storySim .changedName:not(:hover) span:nth-child(1), | |||
.storySim .changedName:hover span:nth-child(2){ | |||
display:inline; | |||
} | |||
.storySim .changedName:not(:hover) span:nth-child(2), | |||
.storySim .changedName:hover span:nth-child(1){ | |||
display:none; | |||
} | |||
.storySim .changedName{border-bottom:1px dashed black;} | |||
/* Novel */ | |||
.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 > div{padding-bottom: 0.4em;} | |||
.storySim.type_Chat > .SimChild, | |||
.storySim.type_Dialogue > .SimChild{width:100%;} | |||
.storySim.type_Chat > .SimChild th, | |||
.storySim.type_Chat > .SimChild td, | |||
.storySim.type_Dialogue > .SimChild th, | |||
.storySim.type_Dialogue > .SimChild td{ | |||
background-color: unset; | |||
border: 0; | |||
vertical-align: text-top; | |||
} | |||
.storySim.type_Chat > .SimChild th.L, | |||
.storySim.type_Chat > .SimChild td.R, | |||
.storySim.type_Dialogue > .SimChild th.L{ | |||
text-align:right; | |||
} | |||
.storySim.type_Chat > .SimChild td.L, | |||
.storySim.type_Chat > .SimChild th.R, | |||
.storySim.type_Dialogue > .SimChild td{ | |||
text-align:left; | |||
} | |||
/* FullScreen */ | |||
.storySim.type_Fullscreen .SimChild{ | |||
padding:2em; | |||
font-style:italic; | |||
} | |||
.storySim.type_Fullscreen .SimChild div{ | |||
padding-bottom:1em; | |||
} | } |
2023年12月21日 (四) 23:03的版本
.rotable.storyTable .storyError{
color:red;
font-size:150%;
font-weight:bold;
}
.rotable.storyTable .storyWarning{
background-color:red;
font-weight:bold;
}
.rotable.storyTable tbody tr,
.rotable.storyTable tbody tr:hover{
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 */
.storySim .name{color: #00aaff;}
.storySim .changedName:not(:hover) span:nth-child(1),
.storySim .changedName:hover span:nth-child(2){
display:inline;
}
.storySim .changedName:not(:hover) span:nth-child(2),
.storySim .changedName:hover span:nth-child(1){
display:none;
}
.storySim .changedName{border-bottom:1px dashed black;}
/* Novel */
.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 > div{padding-bottom: 0.4em;}
.storySim.type_Chat > .SimChild,
.storySim.type_Dialogue > .SimChild{width:100%;}
.storySim.type_Chat > .SimChild th,
.storySim.type_Chat > .SimChild td,
.storySim.type_Dialogue > .SimChild th,
.storySim.type_Dialogue > .SimChild td{
background-color: unset;
border: 0;
vertical-align: text-top;
}
.storySim.type_Chat > .SimChild th.L,
.storySim.type_Chat > .SimChild td.R,
.storySim.type_Dialogue > .SimChild th.L{
text-align:right;
}
.storySim.type_Chat > .SimChild td.L,
.storySim.type_Chat > .SimChild th.R,
.storySim.type_Dialogue > .SimChild td{
text-align:left;
}
/* FullScreen */
.storySim.type_Fullscreen .SimChild{
padding:2em;
font-style:italic;
}
.storySim.type_Fullscreen .SimChild div{
padding-bottom:1em;
}