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

Template:Bh3nws/nws.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
/*基本样式*/
.filter-contrast {
  filter:contrast(50%);
}

.nws{
	display:inline-block;
        position:relative;
}

.nws-bg1{
	display:inline-block;
}

.nws-bg2{
	display:none;
}

.nws-avatar{
	position:absolute;
	top: 5%;
    left: 5.45%;
}

/*移动端的位置修正*/
.mobileonly .nws-Qavatar {
    bottom: -62% !important;
}

.nws-icon{
	display:inline-block;
	position:absolute;
	bottom:24.5%;
	left:2.69%;
	z-index:1;
}

.activate{
	display:none;
}

.off{
	display:inline-block;
}

.nws-name{
	position:absolute;
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
	bottom: 1%;
    left: 4.3%;
}

.nws-soul{
	position: absolute;
	bottom: -5.88%;
	left: 24.2%;
}

.nws-Qavatar{
	display:inline-block;
	position:absolute;
    bottom: -50%;
    left: 50%;
    width: 100%;
}

.nws-Qbg{
	display:inline-block;
}

.nws-awake{
	display:none;
	position:absolute;
	right: 0;
    bottom: 0;
}

.nws-asoul{
	display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15%;
    z-index:1;
}

/*悬浮事件*/

.nws:hover .nws-bg1{display:none;}
.nws:hover .nws-bg2{display:inline-block;}
.nws:hover .nws-awake{display:inline-block;}
.god:hover ~ .activate{display:inline-block;}
.god:hover ~ .off{display:none;}
.god:hover .activate{display:inline-block;}
.god:hover .off{display:none;}
/* [[Category:在模板名字空间下的CSS页面]] */