MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
(Отмена правки 1413, сделанной Администратор (обсуждение)) (Метка: отмена) |
|||
| Строка 95: | Строка 95: | ||
font-size: 0.875em; | font-size: 0.875em; | ||
margin: 0; | margin: 0; | ||
| + | } | ||
| + | |||
| + | .main-top-right { | ||
| + | font-size: 0.875em; | ||
| + | margin-top: 0.5em; | ||
| + | } | ||
| + | |||
| + | .main-top-right > ul { | ||
| + | display: none; | ||
| + | margin-top: 0.5rem; | ||
| + | } | ||
| + | |||
| + | .main-top-right .mw-ui-button.mw-ui-quiet { | ||
| + | padding-right: 0; | ||
} | } | ||
| Строка 101: | Строка 115: | ||
margin-bottom: 0; | margin-bottom: 0; | ||
margin-top: 0; | margin-top: 0; | ||
| + | } | ||
| + | |||
| + | .main-top-articleCount { | ||
| + | margin-bottom: 0; | ||
| + | } | ||
| + | |||
| + | body.skin-minerva .main-top-articleCount { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | .main-top-mobileSearch { | ||
| + | display: none; | ||
| + | margin-top: 1rem; | ||
| + | } | ||
| + | |||
| + | body.skin-minerva .main-top-mobileSearch { | ||
| + | display: block; | ||
| + | } | ||
| + | |||
| + | .main-top-mobileSearchButton { | ||
| + | background: #fff; | ||
| + | border: none; | ||
| + | box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 ); | ||
| + | color: #72777d; | ||
| + | font-weight: normal; | ||
| + | max-width: none; | ||
| + | text-align: left; | ||
| + | width: 100%; | ||
} | } | ||
| Строка 114: | Строка 156: | ||
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
padding: 1rem; | padding: 1rem; | ||
| + | } | ||
| + | |||
| + | .main-top-right > ul { | ||
| + | display: flex; | ||
| + | flex-wrap: wrap; | ||
| + | } | ||
| + | |||
| + | .main-top-articleCount { | ||
| + | margin-bottom: 0.5rem; | ||
| + | } | ||
| + | |||
| + | body.skin-minerva .main-top-articleCount { | ||
| + | display: block; | ||
| + | } | ||
| + | |||
| + | body.skin-minerva .main-top-mobileSearch { | ||
| + | display: none; | ||
} | } | ||
} | } | ||
| Строка 139: | Строка 198: | ||
flex: 3; | flex: 3; | ||
padding: 2rem 0 2rem 1.5rem; | padding: 2rem 0 2rem 1.5rem; | ||
| + | } | ||
| + | |||
| + | .main-top-right { | ||
| + | flex: 2; | ||
| + | margin-top: 0; | ||
| + | text-align: right; | ||
| + | } | ||
| + | |||
| + | .main-top-right > ul { | ||
| + | align-items: center; | ||
| + | flex-direction: row-reverse; | ||
| + | justify-content: right; | ||
| + | margin-top: 0; | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | .main-top-createArticle + li .mw-ui-button.mw-ui-quiet { | ||
| + | padding-right: 1em; | ||
} | } | ||
} | } | ||
Версия 20:26, 2 апреля 2019
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/*
Новое оформление [[Заглавная страница]]
Главный референс:
https://design.wikimedia.org/style-guide/
https://github.com/wikimedia/wikimedia-ui-base/blob/master/wikimedia-ui-base.less
Не удаляйте код до завершения работы
*/
/* Стандартные заголовки */
.main-header {
border-bottom-color: transparent;
margin-bottom: 0.25em;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
}
/* Списки без оформления */
.main-plainlist > ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-plainlist li {
margin-bottom: 0;
}
/* Ссылки-кнопки */
.main-top-right .mw-ui-quiet:hover,
.main-top-right .mw-ui-quiet:focus,
.main-footer .mw-ui-quiet:hover,
.main-footer .mw-ui-quiet:focus {
color: #0645ad;
}
/* Убираем нумерацию заголовков, создаваемую опцией «Автоматически нумеровать заголовки»
на [[Служебная:Настройки#mw-prefsection-rendering]] */
.mw-headline-number {
display: none;
}
/*
Планшеты
*/
@media (min-width: 720px) {
.main-wikimedia {
padding-top: 1rem;
padding-left: 1rem;
padding-right: 1rem;
}
}
/*
Стационарные компьютеры
*/
@media (min-width: 1000px) {
.main-wrapper {
display: flex;
margin: 0 -0.75rem;
}
.main-wrapper-column {
flex: 1;
margin: 0 0.75rem;
}
.main-wikimedia {
padding-top: 1.5rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
/* Заглавная/Шапка/styles.css */
/*
Новое оформление шаблона [[Шаблон:Заглавная/Шапка]]
Основано на:
https://github.com/wikimedia/wikimedia-ui-base/blob/master/wikimedia-ui-base.less
https://design.wikimedia.org/style-guide/
*/
.main-top {
font-size: 1rem;
margin-top: 1rem;
padding-bottom: 1.5rem;
}
.main-top-left > p {
font-size: 0.875em;
margin: 0;
}
.main-top-right {
font-size: 0.875em;
margin-top: 0.5em;
}
.main-top-right > ul {
display: none;
margin-top: 0.5rem;
}
.main-top-right .mw-ui-button.mw-ui-quiet {
padding-right: 0;
}
.main-top-header {
border-bottom: 0;
margin-bottom: 0;
margin-top: 0;
}
.main-top-articleCount {
margin-bottom: 0;
}
body.skin-minerva .main-top-articleCount {
display: none;
}
.main-top-mobileSearch {
display: none;
margin-top: 1rem;
}
body.skin-minerva .main-top-mobileSearch {
display: block;
}
.main-top-mobileSearchButton {
background: #fff;
border: none;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
color: #72777d;
font-weight: normal;
max-width: none;
text-align: left;
width: 100%;
}
/*
Планшеты
*/
@media (min-width: 720px) {
.main-top {
background-color: #f8f9fa;
border: 1px solid #c8ccd1;
border-radius: 2px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
margin-bottom: 1rem;
padding: 1rem;
}
.main-top-right > ul {
display: flex;
flex-wrap: wrap;
}
.main-top-articleCount {
margin-bottom: 0.5rem;
}
body.skin-minerva .main-top-articleCount {
display: block;
}
body.skin-minerva .main-top-mobileSearch {
display: none;
}
}
/*
Стационарные компьютеры
*/
@media (min-width: 1000px) {
.main-top {
align-items: center;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e3/Wikipedia_logo_letters_banner.svg);
background-position: right;
background-repeat: no-repeat;
display: flex;
margin-bottom: 1.5rem;
margin-top: 0.5rem;
padding-bottom: 0;
padding-left: 0;
padding-right: 1.5rem;
padding-top: 0;
}
.main-top-left {
background-image: linear-gradient(to right, #f8f9fa 0%, #f8f9fa 70%, rgba(248, 249, 250, 0) 100%);
flex: 3;
padding: 2rem 0 2rem 1.5rem;
}
.main-top-right {
flex: 2;
margin-top: 0;
text-align: right;
}
.main-top-right > ul {
align-items: center;
flex-direction: row-reverse;
justify-content: right;
margin-top: 0;
text-align: left;
}
.main-top-createArticle + li .mw-ui-button.mw-ui-quiet {
padding-right: 1em;
}
}