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

Template:夏日重现/styles.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
.Summer-link {
	display: inline-block;
	height: 22px;
	margin: 2px 3px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	vertical-align: bottom;
}
.Summer-link > a {
	text-decoration: unset;
}
.Summer-link div:first-child {
	height: 22px;
	padding: 0 8px;
	background: white;
}
.Summer-link div + div {
	position: relative;
	height: 22px;
	padding: 0 8px;
	top: -22px;
	left: 100%;
	color: white;
	overflow: hidden;
	transition: all 0.2s ease-out;
}
.Summer-link div + div > span {
	position: relative;
	left: calc(-100% - 16px);
	transition: all 0.2s ease-out;
}
.Summer-link:hover div:not(.Summer-self) + div,
.Summer-link:hover div:not(.Summer-self) + div > span {
	left: 0;
}
/* [[Category:在模板名字空间下的CSS页面]] */