MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Hloth (обсуждение | вклад) Нет описания правки |
Hloth (обсуждение | вклад) Нет описания правки |
||
| (не показано 8 промежуточных версий этого же участника) | |||
| Строка 86: | Строка 86: | ||
.fake-button a { | .fake-button a { | ||
background-color: #4b77d6; | background-color: #4b77d6; | ||
background-image: none; | background-image: none !important; | ||
border-radius: 2px; | border-radius: 2px; | ||
padding: 5px 12px; | padding: 5px 12px; | ||
color: white; | color: white !important; | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: 700; | |||
} | |||
.player-statistics-skipped-row { | |||
display: none; | |||
} | |||
.player-statistics-skipped-name { | |||
color: #aaa; | |||
} | |||
#showskipped:target .player-statistics-skipped-row { | |||
display: table-row !important; | |||
} | |||
#showskipped:target #showhidden-label { | |||
display: none; | |||
} | |||
#showskipped img { | |||
image-rendering: pixelated; | |||
} | } | ||
Текущая версия от 20:11, 4 апреля 2025
#ca-talk {
display: none;
}
#pt-mytalk {
display: none;
}
.pixelated img {
image-rendering: pixelated;
}
.skin16px img, img[alt="class=pixelated skin16px"] {
width: 16px;
height: 16px;
}
.coin16px img, img[alt="class=pixelated coin16px"] {
width: 16px;
height: 16px;
}
.mw-wiki-logo {
image-rendering: pixelated;
}
.mwe-popups-title {
display: none !important;
}
.mwe-popups-container footer {
display: none;
}
.mwe-popups.mwe-popups-is-not-tall .mwe-popups-extract {
margin-bottom: 16px;
}
a[data-mw-group="?"]::after {
content: '[' attr(data-mw-group) ']' !important;
}
.talk.button {
display: none;
}
.minerva-notifications {
display: none;
}
a[data-event-name="tabs.talk"] {
display: none;
}
/*#language-selector {*/
/* display: none;*/
/*}*/
.skin--responsive.skin-minerva .mw-parser-output .infobox {
width: 100%;
}
@media (min-width: 640px) {
.skin--responsive.skin-minerva .mw-parser-output .infobox {
max-width: 320px;
}
}
.drawer.references-drawer img {
filter: none !important;
}
@media (max-width: 639px) {
.skin--responsive.skin-minerva .gallery .gallerybox img {
width: 100% !important;
}
.skin--responsive.skin-minerva .gallery .gallerybox div.thumb {
height: auto !important;
}
.skin--responsive.skin-minerva .gallery .gallerybox div.thumb span[typeof="mw:File"] {
width: 100% !important;
}
}
#footer-places-disclaimers, #footer-places-about {
display: inline-block !important;
}
.fake-button a {
background-color: #4b77d6;
background-image: none !important;
border-radius: 2px;
padding: 5px 12px;
color: white !important;
text-decoration: none;
font-weight: 700;
}
.player-statistics-skipped-row {
display: none;
}
.player-statistics-skipped-name {
color: #aaa;
}
#showskipped:target .player-statistics-skipped-row {
display: table-row !important;
}
#showskipped:target #showhidden-label {
display: none;
}
#showskipped img {
image-rendering: pixelated;
}