🏷️ 小鱼标签 (UTags) - 为链接添加用户标签

此插件允许用户为网站的链接添加自定义标签。比如,可以给论坛的用户或帖子添加标签。

< 脚本🏷️ 小鱼标签 (UTags) - 为链接添加用户标签的反馈

提问/评论

Pipecraft作者
§
发表于:2023-08-29

关于如何自定义标签的样式,颜色。

建议安装 stylus 插件,然后为网站添加自定义 CSS,参考下面代码。

  • 白底绿字

utags

    :not(#a):not(#a) .utags_text_tag:not(.utags_captain_tag,.utags_captain_tag2) {
        color: green !important;
        border: 1px solid green !important;
        background-color: unset !important;
    }
  • 红底白字

utags

    :not(#a):not(#a) .utags_text_tag:not(.utags_captain_tag,.utags_captain_tag2) {
        color: white !important;
        border: 1px solid red !important;
        background-color: red !important;
    }
  • 特定标签使用特定样式

utags

    :not(#a):not(#a):not(#a) .utags_text_tag[data-utags_tag="TEST"] {
        color: darkorange !important;
        border: 1px solid darkorange !important;
        background-color: unset !important;
    }
Pipecraft作者
§
发表于:2023-08-29

最新内容请访问下面链接

https://discuss-cn.bestxtools.com/d/699

Pipecraft作者
§
发表于:2023-09-08

最新内容请访问下面链接

https://discuss-cn.bestxtools.com/d/699

discuss-cn.bestxtools.com 网站注册激活码:XBRXDL03

发表回复

登录以发表回复。