Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1,469: Line 1,469:
.wikitable.wizlords-example-table caption,
.wikitable.wizlords-example-table caption,
.wizlords-example-table caption {
.wizlords-example-table caption {
display: flex;
align-items: center;
justify-content: center;
gap: 0.35em;
width: 100%;
color: var(--wiz-heading, #e7e1d4);
color: var(--wiz-heading, #e7e1d4);
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
white-space: nowrap;
cursor: pointer;
}
}


.wikitable.wizlords-example-table.mw-collapsed caption::before,
.wikitable.wizlords-example-table caption .mw-collapsible-toggle,
.wizlords-example-table.mw-collapsed caption::before {
.wizlords-example-table caption .mw-collapsible-toggle {
content: "⌄";
color: var(--wiz-text, #d2d2d2) !important;
font-size: 0.9em;
line-height: 1;
}
}


.wikitable.wizlords-example-table:not(.mw-collapsed) caption::before,
.wikitable.wizlords-example-table caption .mw-collapsible-toggle .mw-collapsible-text,
.wizlords-example-table:not(.mw-collapsed) caption::before {
.wizlords-example-table caption .mw-collapsible-toggle .mw-collapsible-text,
content: "⌃";
.wikitable.wizlords-example-table caption .mw-collapsible-toggle a,
font-size: 0.9em;
.wizlords-example-table caption .mw-collapsible-toggle a {
line-height: 1;
color: var(--wiz-link, #ff942d) !important;
}
 
.wikitable.wizlords-example-table caption .mw-collapsible-toggle,
.wizlords-example-table caption .mw-collapsible-toggle {
display: none !important;
}
}


Line 1,525: Line 1,511:
.wikitable.wizlords-example-table caption,
.wikitable.wizlords-example-table caption,
.wizlords-example-table caption {
.wizlords-example-table caption {
display: flex;
align-items: center;
justify-content: center;
gap: 0.35em;
width: 100%;
padding: 0;
padding: 0;
white-space: nowrap;
cursor: pointer;
}
.wikitable.wizlords-example-table.mw-collapsed caption::before,
.wizlords-example-table.mw-collapsed caption::before {
content: "";
display: block;
width: 8px;
height: 8px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(-15%) rotate(45deg);
transform-origin: 50% 50%;
}
.wikitable.wizlords-example-table:not(.mw-collapsed) caption::before,
.wizlords-example-table:not(.mw-collapsed) caption::before {
content: "";
display: block;
width: 8px;
height: 8px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(15%) rotate(225deg);
transform-origin: 50% 50%;
}
.wikitable.wizlords-example-table caption .mw-collapsible-toggle,
.wizlords-example-table caption .mw-collapsible-toggle {
display: none !important;
}
}
}
}