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,521: Line 1,521:
.wikitable.wizlords-example-table caption,
.wikitable.wizlords-example-table caption,
.wizlords-example-table caption {
.wizlords-example-table caption {
display: flex;
display: block !important;
align-items: center;
justify-content: center;
gap: 0.35em;
width: 100%;
width: 100%;
max-width: 600px;
max-width: 600px;
Line 1,540: Line 1,537:
.wizlords-example-table.mw-collapsed caption::before {
.wizlords-example-table.mw-collapsed caption::before {
content: "";
content: "";
display: block;
display: inline-block;
width: 8px;
width: 8px;
height: 8px;
height: 8px;
margin-right: 0.35em;
border-right: 2px solid currentColor;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(-15%) rotate(45deg);
transform: translateY(-25%) rotate(45deg);
transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
}
Line 1,552: Line 1,550:
.wizlords-example-table:not(.mw-collapsed) caption::before {
.wizlords-example-table:not(.mw-collapsed) caption::before {
content: "";
content: "";
display: block;
display: inline-block;
width: 8px;
width: 8px;
height: 8px;
height: 8px;
margin-right: 0.35em;
border-right: 2px solid currentColor;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(15%) rotate(225deg);
transform: translateY(10%) rotate(225deg);
transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
}