From 8221798603833bbb8c7bc3664dae4aec0cb8ce10 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 14 Oct 2023 13:35:18 -0300 Subject: content, client, css: tag gallery: showing all / direct / indirect --- src/static/site5.css | 45 +++++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 16 deletions(-) (limited to 'src/static/site5.css') diff --git a/src/static/site5.css b/src/static/site5.css index dd5f3d20..167c398f 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -477,7 +477,10 @@ a.current { .group-contributions-sort-button, .quick-description .quick-description-actions .expand-link, -.quick-description .quick-description-actions .collapse-link { +.quick-description .quick-description-actions .collapse-link, +html[data-url-key="localized.artTagGallery"] #showing-all-line a, +html[data-url-key="localized.artTagGallery"] #showing-direct-line a, +html[data-url-key="localized.artTagGallery"] #showing-indirect-line a { text-decoration: underline; text-decoration-style: dotted; } @@ -633,11 +636,6 @@ h1 { font-size: 2em; } -html[data-url-key="localized.home"] #content h1 { - text-align: center; - font-size: 2.5em; -} - #content.flash-index h2 { text-align: center; font-size: 2.5em; @@ -873,6 +871,31 @@ li > ul { display: none; } +/* Specific pages - Homepage */ + +html[data-url-key="localized.home"] #content h1 { + text-align: center; + font-size: 2.5em; +} + +html[data-language-code="preview-en"][data-url-key="localized.home"] #content h1::after { + font-family: cursive; + display: block; + content: "(Preview Build)"; + font-size: 0.8em; +} + +/* Specific pages - Art Tag gallery */ + +html[data-url-key="localized.artTagGallery"] #featured-direct-line, +html[data-url-key="localized.artTagGallery"] #featured-indirect-line, +html[data-url-key="localized.artTagGallery"] #showing-direct-line, +html[data-url-key="localized.artTagGallery"] #showing-indirect-line { + display: none; +} + +/* Specific pages - Art Tag Network */ + html[data-url-key="localized.listing"][data-url-value0="tags/network"] dl dd:not(#network-top-dl > dd) { margin-left: 20px; margin-bottom: 0; @@ -1763,16 +1786,6 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r font-size: 0.9em; } -/* important easter egg mode */ - -html[data-language-code="preview-en"][data-url-key="localized.home"] #content - h1::after { - font-family: cursive; - display: block; - content: "(Preview Build)"; - font-size: 0.8em; -} - /* Layout - Wide (most computers) */ @media (min-width: 900px) { -- cgit 1.3.0-6-gf8a5