MediaWiki:Common.css: Porovnání verzí
MediaWiki interface page
More actions
stránka vyprázdněna značka: vyprázdnění |
Bez shrnutí editace |
||
| Řádek 1: | Řádek 1: | ||
.thumbinner .mw-file-source { | |||
display: none !important; | |||
} | |||
body.mw-special-Search span.feedback { | |||
display: none; | |||
} | |||
table .smw-chain-marker { | |||
opacity: 0; | |||
} | |||
.mw-cookiewarning-container { | |||
top: auto; | |||
bottom: 0; | |||
} | |||
.reference-text img { | |||
margin-right: 5px; | |||
} | |||
.mw-capiunto-infobox.wikitable { | |||
margin-top: 0; | |||
margin-left: 2rem; | |||
} | |||
.mw-capiunto-infobox caption, | |||
table.mw-capiunto-infobox caption { | |||
text-align: center; | |||
padding-bottom: 0.5rem; | |||
display: block; | |||
} | |||
table.mw-capiunto-infobox tbody tr:first-of-type > :first-child { | |||
overflow: hidden; | |||
border-top-left-radius: var(--border-radius--large); | |||
} | |||
table.mw-capiunto-infobox tbody tr:first-of-type > :last-child { | |||
border-top-right-radius: var(--border-radius--large); | |||
overflow: hidden; | |||
} | |||
table.mw-capiunto-infobox tbody tr:last-of-type > :first-child { | |||
overflow: hidden; | |||
border-bottom-left-radius: var(--border-radius--large); | |||
} | |||
table.mw-capiunto-infobox tbody tr:last-of-type > :last-child { | |||
border-bottom-right-radius: var(--border-radius--large); | |||
overflow: hidden; | |||
} | |||
/** Ul styles **/ | |||
.ul-col-2 { | |||
column-count: 2; | |||
} | |||
.ul-col-3 { | |||
column-count: 3; | |||
} | |||
.ul-col-4 { | |||
column-count: 4; | |||
} | |||
/** Helper */ | |||
.text-center { | |||
text-align: center; | |||
} | |||
.broadtable { | |||
display: table; | |||
} | |||
.center-block { | |||
display: block; | |||
text-align: center; | |||
} | |||
.img-responsive { | |||
max-width: 100% !important; | |||
height: auto; | |||
} | |||
@media screen and (max-width: 460px) { | |||
.mw-capiunto-infobox { | |||
float: none; | |||
} | |||
.mw-capiunto-infobox.wikitable { | |||
margin-left: 0; | |||
} | |||
} | |||
Verze z 12. 10. 2025, 10:20
.thumbinner .mw-file-source {
display: none !important;
}
body.mw-special-Search span.feedback {
display: none;
}
table .smw-chain-marker {
opacity: 0;
}
.mw-cookiewarning-container {
top: auto;
bottom: 0;
}
.reference-text img {
margin-right: 5px;
}
.mw-capiunto-infobox.wikitable {
margin-top: 0;
margin-left: 2rem;
}
.mw-capiunto-infobox caption,
table.mw-capiunto-infobox caption {
text-align: center;
padding-bottom: 0.5rem;
display: block;
}
table.mw-capiunto-infobox tbody tr:first-of-type > :first-child {
overflow: hidden;
border-top-left-radius: var(--border-radius--large);
}
table.mw-capiunto-infobox tbody tr:first-of-type > :last-child {
border-top-right-radius: var(--border-radius--large);
overflow: hidden;
}
table.mw-capiunto-infobox tbody tr:last-of-type > :first-child {
overflow: hidden;
border-bottom-left-radius: var(--border-radius--large);
}
table.mw-capiunto-infobox tbody tr:last-of-type > :last-child {
border-bottom-right-radius: var(--border-radius--large);
overflow: hidden;
}
/** Ul styles **/
.ul-col-2 {
column-count: 2;
}
.ul-col-3 {
column-count: 3;
}
.ul-col-4 {
column-count: 4;
}
/** Helper */
.text-center {
text-align: center;
}
.broadtable {
display: table;
}
.center-block {
display: block;
text-align: center;
}
.img-responsive {
max-width: 100% !important;
height: auto;
}
@media screen and (max-width: 460px) {
.mw-capiunto-infobox {
float: none;
}
.mw-capiunto-infobox.wikitable {
margin-left: 0;
}
}