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,428: Line 1,428:
background: #171717;
background: #171717;
color: var(--wiz-text, #d2d2d2);
color: var(--wiz-text, #d2d2d2);
}
.wikitable.wizlords-example-table,
.wizlords-example-table {
width: 100%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
}


Line 1,498: Line 1,506:
min-width: 0;
min-width: 0;
width: 100%;
width: 100%;
max-width: 680px;
box-sizing: border-box;
table-layout: fixed;
max-width: 600px;
margin: 14px auto 18px;
margin: 14px auto 18px;
border: 0 !important;
border-radius: 0;
border-radius: 0;
}
}
Line 1,505: Line 1,516:
.wikitable.wizlords-example-table.mw-collapsed,
.wikitable.wizlords-example-table.mw-collapsed,
.wizlords-example-table.mw-collapsed {
.wizlords-example-table.mw-collapsed {
border: 0 !important;
background: transparent !important;
background: transparent !important;
}
}
Line 1,517: Line 1,527:
width: 100%;
width: 100%;
padding: 0;
padding: 0;
margin: 0 0 6px;
border: 0 !important;
background: transparent !important;
white-space: nowrap;
white-space: nowrap;
text-align: center;
cursor: pointer;
cursor: pointer;
}
}
Line 1,548: Line 1,562:
.wizlords-example-table caption .mw-collapsible-toggle {
.wizlords-example-table caption .mw-collapsible-toggle {
display: none !important;
display: none !important;
}
.wikitable.wizlords-example-table th,
.wikitable.wizlords-example-table td,
.wizlords-example-table th,
.wizlords-example-table td {
box-sizing: border-box;
padding: 8px 6px !important;
white-space: normal;
overflow-wrap: anywhere;
word-break: normal;
}
}
@media (max-width: 599px) {
.wikitable.wizlords-example-table th,
.wikitable.wizlords-example-table td,
.wizlords-example-table th,
.wizlords-example-table td {
font-size: 13px;
line-height: 1.35;
}
}
}
}