置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

到此为止/style.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
/* 页面[[到此为止]]所用CSS,更新于8月29日 */

/** Songbox背景动画修改 **/
table td.block {
	background-color:#D4D4D4;
	transition: background-color 1s;
	transition-timing-function: ease-in-out;
}
table td.block:hover,table td.block:focus {
	background-color: #9F9F9F;
}

/** 移动端目录隐藏 **/
.collapsible-heading {
	display: none;
}

/** 文字动画 **/
#text:hover,#text:focus {
	max-width: 100%;
	letter-spacing: 0.5em;
	transition: letter-spacing 1s;
}

/** 链接样式修改 **/
a.external, a.external:visited {
	color: rgb(110,34,110);
	text-decoration: underline;
}
a.external:hover, a.external:focus {
	color: rgb(110,34,110);
	text-decoration: none;
	transition: color 0.5s;
}
a {
	color: rgb(110,34,110);
}
a:hover,a:focus{
	color: #CF99ED!important;
	transition: color 0.5s;
}

/** 二级大标题修改 **/
h2 {
	overflow: visible;
	font: 700 1.6em sans-serif;
	text-shadow:1px 0 #F9C74C, 0 1px #F9C74C, -1px 0 #F9C74C, 0 -1px #F9C74C, 0.5px 0.5px #F9C74C, 0.5px -0.5px #F9C74C, -0.5px 0.5px #F9C74C, -0.5px -0.5px #F9C74C;
	border-bottom: none;
	margin-top: 1.6em;
	transition:all 0.5s ease;
}
h2 .mw-headline {
	display: inline-block;
}
h2 .mw-headline::after {
	content: '';
	display: block;
	background-color: #CF99ED;
	height: 5px;
	margin: -0.5em 0 0 -0.5em;
	width: 100%;
	border-radius: 3px;
}

/** 二级大标题动画 **/
h2:hover {
	color:#ecaa08;
	animation:Glow 1.5s ease infinite alternate;
}
@keyframes Glow {
	from {
	text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #F9C74C,0 0 70px #F9C74C,0 0 80px #F9C74C,0 0 100px #F9C74C,0 0 150px #F9C74C;
}
to {
	text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #F9C74C,0 0 35px #F9C74C,0 0 40px #F9C74C,0 0 50px #F9C74C,0 0 75px #F9C74C;
}
}

/** 编辑按钮右置 **/
.mw-editsection {
	float: right;
	font-size: 13px;
}

/** 还原PV歌词样式 **/
.background>div {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	height: 5em;
	margin: .5em auto;
}
div.high {
	margin: 2em auto;
}
.scene {
	width: 12em;
}
.noselect {
	user-select: none;
}
.absolute {
	position: absolute;
}
.square {
	display: inline-block;
	position: relative;
	line-height: 1.7em;
	height: 1.7em;
	width: 1.7em;
	border: 1px solid;
	margin: .4em;
}
.square::after {
	content: '';
	display: inline-block;
	width: 1.7em;
	height: 1.7em;
	position: absolute;
	left: .2em;
	bottom: .2em;
	border: 1px solid;
}
.不要再 {
	margin-top: .3em;
	overflow-y: hidden;
}
.不要再>span {
	display: block;
	margin-top: -.4em;
}


/* [[Category:在主名字空间下的CSS页面]] */