More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
.infoboxheader td { | |||
border-bottom: none !important; | |||
} | |||
.infobox td { | |||
padding: 3px; | |||
border-bottom: 2px groove var(--border-color-base); | |||
} | |||
table.infobox { | table.infobox { | ||
Revision as of 17:31, 22 December 2024
/* All CSS here will be loaded for users of the Citizen skin */
.infoboxheader td {
border-bottom: none !important;
}
.infobox td {
padding: 3px;
border-bottom: 2px groove var(--border-color-base);
}
table.infobox {
float: right;
background-color: var(--color-surface-2);
border: var(--border-width-base) solid var(--border-color-base);
clip-path: polygon(0 10.00px,10.00px 0,calc(100% - 8px) 0,100% 10.00px,100% calc(100% - 10.00px),calc(100% - 10.00px) 100%,10.00px 100%,0 calc(100% - 10.00px));
border-collapse: unset; /* originally collapse, but this caused problems with yellow borders not showing up properly */
margin: 10px;
padding: 10px;
}
.hiddenStructure {
display: none;
}
/* Dealing with images */
a.images {
display: inline !important;
}
figure .thumbinner a.new, .thumb .thumbinner a.new {
display: inline !important;
padding: 0px !important;
background-color: inherit !important;
background: inherit !important;
transition: background 200ms ease,color 200ms ease;
}
.thumb {
background-color: var(--color-surface-2) !important;
clip-path: polygon(0 10.00px,10.00px 0,calc(100% - 8px) 0,100% 10.00px,100% calc(100% - 10.00px),calc(100% - 10.00px) 100%,10.00px 100%,0 calc(100% - 10.00px));
}
.thumbcaption {
padding: 0.25em 1em;
}