模板:Miku shady/miku.css:修订间差异
跳转到导航
跳转到搜索
删除的内容 添加的内容
小 Cao awa移动页面Template:Base shady/miku.css至Template:Miku shady/miku.css,不留重定向 |
小无编辑摘要 |
||
(未显示同一用户的4个中间版本) | |||
第1行: | 第1行: | ||
.shady { |
.miku-shady { |
||
background-color: #39C5BB; |
background-color: #39C5BB; |
||
color: #39C5BB; |
color: #39C5BB; |
||
transition: all 0.5s; |
transition: all 0.5s; |
||
} |
} |
||
.shady |
.miku-shady * { |
||
color: #39C5BB; |
|||
transition: all 0.5s; |
|||
} |
|||
.miku-shady:hover * { |
|||
color: white; |
|||
visibility: visible; |
|||
} |
|||
.miku-shady:hover { |
|||
color: white; |
color: white; |
||
} |
} |
2024年4月24日 (三) 00:48的最新版本
.miku-shady {
background-color: #39C5BB;
color: #39C5BB;
transition: all 0.5s;
}
.miku-shady * {
color: #39C5BB;
transition: all 0.5s;
}
.miku-shady:hover * {
color: white;
visibility: visible;
}
.miku-shady:hover {
color: white;
}