Template:剧情模板/styles.css:修订间差异

来自Rotaeno中文维基
(创建页面,内容为“.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…”)
 
(盐棋移动页面Template:剧情模板/style.cssTemplate:剧情模板/styles.css,不留重定向:​规范)
 
(未显示1个用户的8个中间版本)
第1行: 第1行:
.rotable.storyTable .storyError{
.storyTable .storyError{
color:red;
color:red;
font-size:150%;
font-size:150%;
font-weight:bold;
font-weight:bold;
}
}
.rotable.storyTable tbody tr,
.storyTable .storyWarning{
.rotable.storyTable tbody tr:hover{
background-color:red;
font-weight:bold;
}
.storyTable tbody tr,
.storyTable tbody tr:hover{
background-color: unset !important;
background-color: unset !important;
}
.storyTable h4{
padding:0;
margin:0;
}
/* _Name */
.storySim .LineBreak{height:1.5em;}
.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;}
/* _Color */
.storySim .Colored{
text-shadow:0 0 2px black;
}
}


.rotable.storyTable > tbody > tr > td.storySim{}
.storySim .Colored.color_yellow{
.rotable.storyTable > tbody > tr > td.storySim > .textShow{
color:#ffcc00 !important;
padding:1em;
text-shadow:unset;
font-style:italic;
}
 
.storySim .Colored.color_cyan{
color:#00dddd !important;
text-shadow:0 0 0.5px #00aaaa;
}
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow{
 
margin:1em;
/* _Size */
 
/* N+C+D */
.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%;
padding-top:2em;
padding-bottom:2em;
}
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow > tbody > tr > th{
 
   background-color: unset;
.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;
    border: 0;
    vertical-align: text-top;
    vertical-align: text-top;
   color: #00aaff;
}
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow > tbody > tr > td{
.storySim.type_Chat > .SimChild th.L,
   text-align:left;
.storySim.type_Chat > .SimChild td.R,
    border: 0;
.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;
}
 
.storySim.type_Dialogue > .SimChild td.thinking{
font-style: italic;
   font-size: 90%;
}
.storySim.type_Dialogue > .SimChild td.thinking::before{
content: "(";
    font-size: 90%;
}
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow .thought{
.storySim.type_Dialogue > .SimChild td.thinking::after{
   font-style: italic;
content: ")";
    font-size: 90%;
    font-size: 90%;
}
}
.rotable.storyTable > tbody > tr > td.storySim > .talkShow .addLine{
 
    height:1em;
.storySim.type_CgDialog .thinking{font-style: italic;}
/* CT */
.storySim.type_ChapterTitle .SimChild{
padding:1em;
color:#888888;
text-shadow:1px 1px black;
}
.storySim.type_ChapterTitle .SimChild .onlyTitle,
.storySim.type_ChapterTitle .SimChild .Title{
font-size:200%;
}
.storySim.type_ChapterTitle .SimChild .subTitle{
font-size:150%;
}
 
/* FullScreen */
.storySim.type_Fullscreen .SimChild{
padding:2em;
font-style:italic;
}
.storySim.type_Fullscreen .SimChild div{
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 > .onlyTitle::before{
content: "- ";
}
.storySim.type_FullscreenImportant > .SimChild::after,
.storySim.type_ChapterTitle > .onlyTitle::after{
content: " -";
}
 
/* Extra - Background */
.storyTable .bgSim{
    text-align: left;
   padding: 1em;
}
.storyTable .bgSim .subTitle{
   font-weight:lighter;
}
.storyTable .bgSim .Title{
   font-size: 200%;
   margin-bottom: 0.5em;
}
.storyTable .bgSim .Context{
   margin-bottom: 2em;
}
}

2024年8月2日 (五) 11:01的最新版本

.storyTable .storyError{
	color:red;
	font-size:150%;
	font-weight:bold;
}
.storyTable .storyWarning{
	background-color:red;
	font-weight:bold;
}
.storyTable tbody tr,
.storyTable tbody tr:hover{
	background-color: unset !important;
}
.storyTable h4{
	padding:0;
	margin:0;
}

/* _Name */
.storySim .LineBreak{height:1.5em;}

.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;}

/* _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 > .SimChild{padding-bottom: 2em;}
.storySim.type_Novel > .SimChild > div{padding-bottom: 0.4em;}

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

.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;
}

.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{
	padding:1em;
	color:#888888;
	text-shadow:1px 1px black;
}
.storySim.type_ChapterTitle .SimChild .onlyTitle,
.storySim.type_ChapterTitle .SimChild .Title{
	font-size:200%;
}
.storySim.type_ChapterTitle .SimChild .subTitle{
	font-size:150%;
}

/* FullScreen */
.storySim.type_Fullscreen .SimChild{
	padding:2em;
	font-style:italic;
}
.storySim.type_Fullscreen .SimChild div{
	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 > .onlyTitle::before{
	content: "- ";
}
.storySim.type_FullscreenImportant > .SimChild::after,
.storySim.type_ChapterTitle > .onlyTitle::after{
	content: " -";
}

/* Extra - Background */
.storyTable .bgSim{
    text-align: left;
    padding: 1em;
}
.storyTable .bgSim .subTitle{
    font-weight:lighter;
}
.storyTable .bgSim .Title{
    font-size: 200%;
    margin-bottom: 0.5em;
}
.storyTable .bgSim .Context{
    margin-bottom: 2em;
}