无需premiere订阅自定义emby主题
emby-server更改主题需要premiere订阅,终生会员大概需要900多rmb。
不过它支持自定义css,咱们可以通过css来修改主题。
复制下面代码粘贴到自定义css即可。
基于wmc主题修改而来,支持emby-server 4.X版本。
.backgroundContainer,.dialog{background-color:#0f3562;background:-webkit-gradient(linear,left top,left bottom,from(#0f3562),color-stop(#1162a4),to(#03215f));background:-webkit-linear-gradient(top,#0f3562,#1162a4,#03215f);background:-o-linear-gradient(top,#0f3562,#1162a4,#03215f);background:linear-gradient(to bottom,#0f3562,#1162a4,#03215f)}
效果图:
原创,转载请注明出处!
复制链接
https://yuanfangblog.xyz/technology/113.html
0
暂无评论