Template:剧情模板/styles.css

来自Rotaeno中文维基
< Template:剧情模板
SSF讨论 | 贡献2023年12月15日 (五) 14:19的版本 (创建页面,内容为“.rotable.storyTable .storyError{ color:red; font-size:150%; 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 > .talkSh…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.rotable.storyTable .storyError{
	color:red;
	font-size:150%;
	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;
}