MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Hloth (обсуждение | вклад) Нет описания правки |
Hloth (обсуждение | вклад) Нет описания правки Метка: отменено |
||
| Строка 37: | Строка 37: | ||
a[data-mw-group="?"]::after { | a[data-mw-group="?"]::after { | ||
content: '[' attr(data-mw-group) ']' !important; | content: '[' attr(data-mw-group) ']' !important; | ||
} | |||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li button { | |||
color: #0645ad; | |||
cursor: pointer; | |||
text-align: left; | |||
background: none; | |||
font: inherit; | |||
border: none; | |||
} | |||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li button:hover { | |||
text-decoration: underline; | |||
} | } | ||
Версия от 02:31, 16 марта 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;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li button {
color: #0645ad;
cursor: pointer;
text-align: left;
background: none;
font: inherit;
border: none;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li button:hover {
text-decoration: underline;
}