More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
table#toc { | table#toc { | ||
display:none; | display:none; | ||
} | |||
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:52, 17 November 2022
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--width-layout: 1800px;
}
table#toc {
display:none;
}
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;
}