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

Материал из Тептар — свободной энциклопедии
Перейти к навигации Перейти к поиску
(Керла агӀо: «→‎Чуйиллина йолу кхузе CSS хир ю лелош масхьа Monobook чохь: #siteSub { display: inline; font-size: 92%; font-weight: normal; }...»)
 
Нет описания правки
 
(не показана 1 промежуточная версия этого же участника)
Строка 1: Строка 1:
/* Чуйиллина йолу кхузе CSS хир ю лелош масхьа Monobook чохь */
.mw-indicators {
position: relative;
z-index: 1;
}
.monobook-body {
position: relative;
z-index: 0;
}
#siteSub {
#siteSub {
display: inline;
display: inline;
Строка 7: Строка 14:
#toc {
#toc {
margin-top: 0.5em;
margin-top: 0.5em;
}
#mw-data-after-content {
position: relative;
z-index: 3;
}
}


/* */
/* Поправки для заглавной страницы */
.mw-parser-output .main-box-subtitle,
.mw-parser-output .main-box-subtitle,
.mw-parser-output .main-featuredLists-subtitle {
.mw-parser-output .main-featuredLists-subtitle {
Строка 38: Строка 49:
body.page-Заглавная_страница #bodyContent {
body.page-Заглавная_страница #bodyContent {
margin-top: 1.2em;
margin-top: 1.2em;
}
/* Smaller "Перейти" (Go) button, so buttons fit on one line */
#searchGoButton {
padding: 0;
}
}


Строка 50: Строка 56:
}
}


/* */
/* Инвертированные поля контентной области для [[Википедия:Портал сообщества]] и других мест */
#suggest_link {
right: 0 !important;
top: -2em !important;
}
 
/* */
.inverted-content-padding {
.inverted-content-padding {
margin-left: -12.7px;
margin-left: -12.7px;

Текущая версия от 12:17, 31 января 2022

.mw-indicators {
	position: relative;
	z-index: 1;
}
.monobook-body {
	position: relative;
	z-index: 0;
}
#siteSub {
	display: inline;
	font-size: 92%;
	font-weight: normal;
}
#toc {
	margin-top: 0.5em;
}
#mw-data-after-content {
	position: relative;
	z-index: 3;
}

/* Поправки для заглавной страницы */
.mw-parser-output .main-box-subtitle,
.mw-parser-output .main-featuredLists-subtitle {
	margin-bottom: 0.125em;
}

/* encourage newcomers */
#ca-edit a {
	font-weight: bold;
}

/* Light blue background except on articles and portals; need 32bit color to see difference */
#content,
#p-cactions li a {
	background: #F8FCFF;
}
.ns-0 #content,
.ns-100 #content,
.ns-0 #p-cactions li a,
.ns-100 #p-cactions li a {
	background: white;
}
body.ns--1 table,
form table {
	background: transparent;
}

body.page-Заглавная_страница #bodyContent {
	margin-top: 1.2em;
}

/* {Coord} */
#mw-indicator-0-coord + .mw-indicator {
	border-left-color:#aaa;
}

/* Инвертированные поля контентной области для [[Википедия:Портал сообщества]] и других мест */
.inverted-content-padding {
	margin-left: -12.7px;
	margin-right: -12.7px;
}
.content-padding {
	padding-left: 12.7px;
	padding-right: 12.7px;
}