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
Last revision Both sides next revision
av-styles-and-scripts [2023/08/03 06:51]
avsetula
av-styles-and-scripts [2023/08/04 08:16]
avsetula
Line 159: Line 159:
         ​         ​
         /* OS image page tags */          /* OS image page tags */ 
-            span.image-tags {+            span.wrap-tags {
                 width: 100%;                 width: 100%;
                 display: inline-block;​                 display: inline-block;​
                 text-decoration:​ none;                 text-decoration:​ none;
 +                line-height:​ 1.7;
             }             }
  
Line 172: Line 173:
             ​             ​
             span.lowerTags {             span.lowerTags {
-                padding-top: ​6px;+                padding-top: ​12px;
                 border-top: 2px solid #fff;                 border-top: 2px solid #fff;
                 text-align: left;                 text-align: left;
             }             }
  
-            span.image-tags span { +            span.wrap-tags span { 
-                padding: ​1px 10px 0.5px 10px+                padding: 0.8px 10px;
-                top: 6px;+
                 font-size: 14px;                 font-size: 14px;
-            } 
- 
-            span.image-tags a { 
-                top: 6px; 
             }             }
             ​             ​
Line 191: Line 187:
             }             }
             ​             ​
-            p:has(> span.image-tags) {margin-bottom:​ 6px !important;​}+            p:has(> span.wrap-tags) {margin-bottom:​ 6px !important;​}
         ​         ​
         ​         ​
Line 252: Line 248:
         /* tag styles */         /* tag styles */
             .tag-black, .tag-patron {color: #fff; background-color:​ #​222;​} ​             .tag-black, .tag-patron {color: #fff; background-color:​ #​222;​} ​
 +            span.linktags .tag-black:​hover {background-color:​ #333;}
             .tag-lightblack,​ .tag-axon {color: #fff; background-color:​ #222; opacity: .86}             .tag-lightblack,​ .tag-axon {color: #fff; background-color:​ #222; opacity: .86}
             span.linktags .tag-lightblack:​hover {background-color:​ #444;}             span.linktags .tag-lightblack:​hover {background-color:​ #444;}
Line 261: Line 258:
             span.linktags .tag-green:​hover {background-color:​ #17845e;}             span.linktags .tag-green:​hover {background-color:​ #17845e;}
             .tag-grey, .tag-extens {color: #fff; background-color:​ #​777;​} ​             .tag-grey, .tag-extens {color: #fff; background-color:​ #​777;​} ​
 +            span.linktags .tag-grey:​hover {background-color:​ #​888;​} ​
             ​             ​
-            .tag-blue, .tag-revised {color: #fff; background-color:​ #​2172cb;​} ​+            .tag-blue, .tag-revised {color: #fff; background-color:​ #2172cb;} 
 +            span.linktags .tag-blue:​hover,​ .tag-revised:​hover {background-color:​ #3284de;} 
             .tag-lightgreen,​ .tag-new {color: #fff; background-color:​ #​17bb20;​} ​             .tag-lightgreen,​ .tag-new {color: #fff; background-color:​ #​17bb20;​} ​
 +            span.linktags .tag-lightgreen:​hover,​ .tag-new:​hover {background-color:​ #​129c1a;​} ​
     ​     ​
     ​     ​