MediaWiki:Common.css: различия между версиями
User (обсуждение | вклад) Нет описания правки |
User (обсуждение | вклад) Нет описания правки |
||
| Строка 20: | Строка 20: | ||
padding: 0.5rem; | padding: 0.5rem; | ||
} | } | ||
.custom-top-menu li a:hover { | .custom-top-menu li a:hover, | ||
.custom-top-menu li a:visited, | |||
.custom-top-menu li a:active { | |||
text-decoration: none; | text-decoration: none; | ||
color: #fff; | |||
} | } | ||
.custom-top-menu li { | .custom-top-menu li { | ||
Версия от 17:44, 13 мая 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.mw-logo-container {
display: none;
}
.mw-logo {
position: relative;
}
.mw-logo-icon {
display: none;
}
.mw-logo:before {
content: '';
background-image: url(/images/custom/wiki.png);
width: 100%;
height: 100px;
background-repeat: no-repeat;
}
.srf-listwidget-navigation .ln-letters a {
padding: 0.5rem;
}
.custom-top-menu li a:hover,
.custom-top-menu li a:visited,
.custom-top-menu li a:active {
text-decoration: none;
color: #fff;
}
.custom-top-menu li {
display: inline-block;
padding: 12px 0 7px 0;
margin: 0 8px 0 0px;
}
.custom-top-menu {
margin: 0;
padding: 0px 0px 6px 10px;
background: #0c672f;
}