Template:剧情模板/styles.css:修订间差异
(创建页面,内容为“.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…”) |
小无编辑摘要 |
||
第2行: | 第2行: | ||
color:red; | color:red; | ||
font-size:150%; | font-size:150%; | ||
font-weight:bold; | |||
} | |||
.rotable.storyTable .storyWarning{ | |||
background-color:yellow; | |||
font-weight:bold; | font-weight:bold; | ||
} | } |
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;
}