今天是2024年11月24日 第47周 星期日

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

Template:Block/styles.css

来自Akarin
< Template:Block
Shinonome Akebono讨论 | 贡献2020年7月20日 (一) 07:31的版本 (创建页面,内容为“.inline-text-blocked { transition: color .15s, background-color .15s; color: transparent; } .inline-text-blocked * { color: inherit !important; background-color:…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索
.inline-text-blocked {
	transition: color .15s, background-color .15s;
	color: transparent;
}
.inline-text-blocked * {
	color: inherit !important;
	background-color: transparent !important;
	cursor: default;
}
.inline-text-blocked::selection,
.inline-text-blocked *::selection {
	color: white;
	background: #2a4b8d;
	background: rgba(42, 75, 141, 0.99);
}
@media (pointer: fine) {
	.inline-text-blocked:hover {
		color: white;
		background: #2a4b8d !important;
	}
}
@media (pointer: coarse) {
	.inline-text-blocked:hover {
		color: white;
		background: #2a4b8d !important;
	}
}
@media (pointer: none) {
	.inline-text-blocked {
		color: white;
		background: #2a4b8d !important;
	}
}