diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-19 19:46:47 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:28 -0400 |
commit | a94150e3fc6d5276310c97a7693a378462a7b393 (patch) | |
tree | 0ff63fa74cd4528d2cf1ccf0ad471a26ea108a6c /src/static/css | |
parent | d91f879aee6cd624256be3cf5ddbcd638cc6c264 (diff) |
content, client: listArtTagNetwork: art tag stat switcher
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index e8c2b17f..125756cd 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -2022,6 +2022,21 @@ html[data-url-key="localized.listing"][data-url-value0="tags/network"] dl dd:not padding-bottom: 20px; } +html[data-url-key="localized.listing"][data-url-value0="tags/network"] #network-stat-line { + padding-left: 10px; + margin-left: 20px; +} + +html[data-url-key="localized.listing"][data-url-value0="tags/network"] #network-stat-line a { + text-decoration: underline; + text-decoration-style: dotted; +} + +/* CSS rule order pls */ +html[data-url-key="localized.listing"][data-url-value0="tags/network"] #network-stat-line a:hover { + text-decoration-style: solid; +} + html[data-url-key="localized.listing"][data-url-value0="tags/network"] dl dt { padding-left: 10px; margin-left: 20px; |