模板:Black shady/styles.css:修订间差异

来自Hyacinth
跳转到导航 跳转到搜索
删除的内容 添加的内容
草awa留言 | 贡献
无编辑摘要
标签手工回退
草awa留言 | 贡献
无编辑摘要
 
(未显示同一用户的2个中间版本)
第3行: 第3行:
color: black;
color: black;
transition: all 0.5s;
transition: all 0.5s;
}
.shady * {
background-color: black;
transition: all 0.5s;
}
.shady:hover * {
color: white;
visibility: visible;
}
}
.shady:hover {
.shady:hover {
color: #ffffff;
color: white;
}
}

2024年4月24日 (三) 00:49的最新版本

.shady {
	background-color: black; 
	color: black;
	transition: all 0.5s;
}
.shady * {
	background-color: black; 
	transition: all 0.5s;
}
.shady:hover * {
	color: white;
	visibility: visible;
}
.shady:hover {
	color: white;
}