七日内新公告:全站维护公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:Sandbox 9/甜的白萝卜/styles.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
/*Tabs初始化
-------------------------------------------*/
.box{
	position:relative;
}
.Tabs{
	display:flex;
	flex-direction:column;
}
.Tabs .TabDivider{
	display: none;
}
.Tabs>.TabContent{
	padding:0!important;
	border:none!important;
	background:transparent!important;
}
/*人物信息
-------------------------------------------*/
.box>.left{
	position:absolute;
	z-index:10;
	right:0;
	bottom:200px;
	background-color:rgba(0,0,0,0.2);
}
/*立绘背景
-------------------------------------------*/
.outBack{
	position:relative;
	width:100%;
	height:100%;
}
.bgPic{
	width:100%;
}
/*差分立绘
-------------------------------------------*/
.charBox.Tabs{
	position:absolute;
	z-index:100;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}
.outChar.TabContentText{
	height:100%;
}
.outChar.TabContentText>pre{
	padding:0!important;
	border:none!important;
	margin:0!important;
	background:transparent!important;
	height:100%;
	display:flex;
	justify-content:center;
}
.charPic{
	height:auto;
	width:400px;
}