More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
.gallerytext>p>a { | .gallerytext>p>a { | ||
color: none !important; | color: none !important; | ||
} | |||
table#toc { | |||
display:none; | |||
} | } |
Revision as of 13:12, 17 November 2022
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--width-layout: 1800px;
}
div.gallerytext {
font-size: none;
font-style: none;
font-size: none;
}
.gallerytext>p>a {
color: none !important;
}
table#toc {
display:none;
}