MediaWiki:Common.css: различия между версиями

Материал из Лига Виртуальных Стран
Перейти к навигации Перейти к поиску
Chel (обсуждение | вклад)
Нет описания правки
Chel (обсуждение | вклад)
Нет описания правки
Строка 11: Строка 11:
display: none;
display: none;
}
}
.pt-userpage {
#pt-userpage {
background-color: white;
background-color: white;
}
}
.pt-notifications-alert {
#pt-notifications-alert {
background-color: white;
background-color: white;
}
}
.pt-notification-notice {
#pt-notification-notice {
background-color: white;
background-color: white;
}
}
.pt-mytalk {
#pt-mytalk {
background-color: white;
background-color: white;
}
}
.pt-darkmode {
#pt-darkmode {
background-color: white;
background-color: white;
}
}
.pt-preference {
#pt-preferences {
background-color: white;
background-color: white;
}
}
.pt-betafeatures {
#pt-betafeatures {
background-color: white;
background-color: white;
}
}
.pt-watchlist {
#pt-watchlist {
background-color: white;
background-color: white;
}
}
.pt-mycontris {
#pt-mycontris {
background-color: white;
background-color: white;
}
}
.pt-logout {
#pt-logout {
background-color: red;
background-color: red;
}
}

Версия от 14:08, 20 января 2025

#mw-panel {
background-color: #efccd9;
}
#mw-head {
	background-color: #ece1eb;
}
body {
	background-color: #ece1eb;
}
#footer-icons {
	display: none;
}
#pt-userpage {
background-color: white;
}
#pt-notifications-alert {
background-color: white;
}
#pt-notification-notice {
background-color: white;
}
#pt-mytalk {
background-color: white;
}
#pt-darkmode {
background-color: white;
}
#pt-preferences {
background-color: white;
}
#pt-betafeatures {
background-color: white;
}
#pt-watchlist {
background-color: white;
}
#pt-mycontris {
background-color: white;
}
#pt-logout {
background-color: red;
}
#simpleSearch {
background-color: white;
}