Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
av-styles-and-scripts [2023/08/04 08:02]
avsetula
av-styles-and-scripts [2024/03/22 12:25] (current)
avsetula
Line 71: Line 71:
             a:has(> span.dev-tag) {text-decoration:​ none!important;​}             a:has(> span.dev-tag) {text-decoration:​ none!important;​}
             ​             ​
 +            .dev-iris {color: #fff; background-color:​ #222;}
             .dev-patron {color: #fff; background-color:​ #222;}             .dev-patron {color: #fff; background-color:​ #222;}
             .dev-axon {color: #fff; background-color:​ #222; opacity: .86}             .dev-axon {color: #fff; background-color:​ #222; opacity: .86}
Line 159: Line 160:
         ​         ​
         /* OS image page tags */          /* OS image page tags */ 
-            span.image-tags {+            span.wrap-tags {
                 width: 100%;                 width: 100%;
                 display: inline-block;​                 display: inline-block;​
Line 178: Line 179:
             }             }
  
-            span.image-tags span {+            span.wrap-tags span {
                 padding: 0.8px 10px;                 padding: 0.8px 10px;
                 font-size: 14px;                 font-size: 14px;
Line 187: Line 188:
             }             }
             ​             ​
-            p:has(> span.image-tags) {margin-bottom:​ 6px !important;​}+            p:has(> span.wrap-tags) {margin-bottom:​ 6px !important;​}
         ​         ​
         ​         ​