More actions
(Replaced content with "→not-available: li.not-available{ filter: opacity(0.4); }") Tag: Replaced |
No edit summary |
||
Line 2: | Line 2: | ||
li.not-available{ | li.not-available{ | ||
filter: opacity(0.4); | filter: opacity(0.4); | ||
} | |||
div.gallerytext { | |||
color: none; | |||
font-size: none; | |||
font-style: none; | |||
} | |||
div.gallerytext > pre { | |||
margin-top: -20px !important; | |||
margin-bottom: 2px !important; | |||
font-size: 13px !important; | |||
font-family: inherit; | |||
/* color: gray; */ | |||
padding: 0; | |||
border: none; | |||
background: none; | |||
} | } |
Revision as of 13:51, 17 November 2022
/* not-available */
li.not-available{
filter: opacity(0.4);
}
div.gallerytext {
color: none;
font-size: none;
font-style: none;
}
div.gallerytext > pre {
margin-top: -20px !important;
margin-bottom: 2px !important;
font-size: 13px !important;
font-family: inherit;
/* color: gray; */
padding: 0;
border: none;
background: none;
}