Template:剧情模板/styles.css

来自Rotaeno中文维基
< Template:剧情模板
SSF讨论 | 贡献2023年12月18日 (一) 11:12的版本
.rotable.storyTable .storyError{
	color:red;
	font-size:150%;
	font-weight:bold;
}
.rotable.storyTable .storyWarning{
	background-color:yellow;
	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;
}