MediaWiki:Common.css: различия между версиями
Страница интерфейса MediaWiki
Дополнительные действия
Iwakura (обсуждение | вклад) Нет описания правки |
Iwakura (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
/* | /* Скрытие футера */ | ||
#footer-info { display: none; } | #footer-info { display: none; } | ||
#footer-places { display: none; } | #footer-places { display: none; } | ||
#footer-icon { display: none; } | #footer-icon { display: none; } | ||
#footer { display: none; } | #footer { display: none; } | ||
.footer-sitetitle .mw-logo-icon, | .footer-sitetitle .mw-logo-icon, | ||
.footer-sitetitle .site-name { | .footer-sitetitle .site-name { | ||
| Строка 16: | Строка 10: | ||
} | } | ||
.footer-sitetitle { | .footer-sitetitle { | ||
display: none !important; | display: none !important; | ||
| Строка 23: | Строка 16: | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
/* Цитаты */ | |||
.quote-box { | .quote-box { | ||
| Строка 43: | Строка 38: | ||
} | } | ||
. | #p-navigation .body li a[title="Category:Зиккурат"] { | ||
font-weight: bold; | |||
} | } | ||
Версия от 19:26, 4 ноября 2025
/* Скрытие футера */
#footer-info { display: none; }
#footer-places { display: none; }
#footer-icon { display: none; }
#footer { display: none; }
.footer-sitetitle .mw-logo-icon,
.footer-sitetitle .site-name {
display: none !important;
}
.footer-sitetitle {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
/* Цитаты */
.quote-box {
border-left: 4px solid #ccc;
padding: 0.8em 1.2em;
margin: 1em 0;
font-style: italic;
}
.quote-author {
text-align: right;
font-style: normal;
color: #666;
margin-top: 0.3em;
font-size: 115%;
}
.quote-text {
text-align: left;
font-style: italic;
font-size: 110%;
}
#p-navigation .body li a[title="Category:Зиккурат"] {
font-weight: bold;
}