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

Материал из Decimal Wiki
Перейти к навигации Перейти к поиску
Нет описания правки
Нет описания правки
Строка 18: Строка 18:
background: none !important;
background: none !important;
padding-right: 0 !important;
padding-right: 0 !important;
}
/* ПРИМЕЧАНИЯ ------------------------------------- */
ol.references {
font-size: 100%;
}
.reflist,
.references-small {
font-size: 90%;
margin-bottom: 0.5em;
}
.reflist ol.references,
.references-small ol.references {
list-style-type: inherit;  /* Enable custom list style types */
}
.reflist-narrow .mw-references-columns {
-webkit-column-width: 20em;
-moz-column-width: 20em;
column-width: 20em;
}
.reflist-wide .mw-references-columns {
-webkit-column-width: 40em;
-moz-column-width: 40em;
column-width: 40em;
}
/* highlight focused footnotes and references in some browsers */
sup.reference:target,
ol.references li:target,
.highlight-target:target,
cite:target,
span.citation:target {
background: #eaf3ff;
}
sup.reference:target {
font-weight: bold;
}
.ref-info {
font-size: 85%;
color: #72777d;
}
}

Версия от 19:03, 9 июля 2023

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.catlinks { display: none; }

/* Скрывает заголовок на главной */
body.page-Заглавная_страница #t-cite,
body.page-Заглавная_страница #lastmod, 
body.page-Заглавная_страница #siteSub, 
body.page-Заглавная_страница #contentSub, 
body.page-Заглавная_страница h1.firstHeading {
  display: none !important;
}

/* Удаляем маркеры "внешней ссылки" на линки других языков */
body.ns-talk a.external[href*="//decimalchain.com/"],
body.ns-4 a.external[href*="//decimalchain.com/"],
body.ns-104 a.external[href*="//decimalchain.com/"],
body.ns-106 a.external[href*="//decimalchain.com/"] {
	background: none !important;
	padding-right: 0 !important;
}

/* ПРИМЕЧАНИЯ ------------------------------------- */

ol.references {
	font-size: 100%;
}
.reflist,
.references-small {
	font-size: 90%;
	margin-bottom: 0.5em;
}
.reflist ol.references,
.references-small ol.references {
	list-style-type: inherit;  /* Enable custom list style types */
}
.reflist-narrow .mw-references-columns {
	-webkit-column-width: 20em;
	-moz-column-width: 20em;
	column-width: 20em;
}
.reflist-wide .mw-references-columns {
	-webkit-column-width: 40em;
	-moz-column-width: 40em;
	column-width: 40em;
}

/* highlight focused footnotes and references in some browsers */
sup.reference:target,
ol.references li:target,
.highlight-target:target,
cite:target,
span.citation:target {
	background: #eaf3ff;
}
sup.reference:target {
	font-weight: bold;
}

.ref-info {
	font-size: 85%;
	color: #72777d;
}