九龍门茶馆:修订间差异

来自DOLLARS
跳转到导航 跳转到搜索
无编辑摘要
标签2017年版源代码编辑
VI讨论 | 贡献
无编辑摘要
标签2017年版源代码编辑
第1行: 第1行:
<bstyle>
<bstyle>
body {
.heimu {
background:url("https://drrr.wiki/File:Eyes.png") no-repeat fixed 50% 0;
   background-color: #252525;
background-size:cover;
   color: #252525;
   transition: color 0.5s;
}
}


 
.heimu:hover {
   color: #ffffff;
}
</bstyle>
</bstyle>

2022年5月23日 (一) 14:09的版本

<bstyle> .heimu {

   background-color: #252525;
   color: #252525;
   transition: color 0.5s;

}

.heimu:hover {

   color: #ffffff;

} </bstyle>