MediaWiki:Vector.css

Материал из Циклопедии
Перейти к навигации Перейти к поиску

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
/* Размещённый здесь CSS будет применяться к векторной теме оформления  */
h1, h2, h3, h4, h5, h6 {overflow: hidden;}

/*заглавная*/
body.page-Заглавная_страница #t-cite,
body.page-Заглавная_страница #lastmod, 
body.page-Заглавная_страница #siteSub, 
body.page-Заглавная_страница #contentSub, 
body.page-Заглавная_страница h1.firstHeading {
	display:none!important;
}
 
/*цитаты*/
blockquote {
	box-shadow:8px 5px 10px -4px #dcdcdc;
	background-color:#FAFAFA!important;
	border-color:#F0F0F0!important;
	padding:.7em 2% .7em 4%;
	margin:.7em 0 .7em 5%;
}
 
/*кнопки описания правок*/
#userSummaryButtonsA a { margin-right:.5em; cursor:pointer; }


/* Edit window toolbar */
#toolbar {
	margin-bottom:6px;
	height:22px;
}

/* MediaWiki interface */
.mw-plusminus-pos {color:#006400;}
.mw-plusminus-neg {color:#8B0000;}
.allpagesredirect {font-style:italic;}
#file img {background:url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
#wpSave {font-weight:bold;}


/*** references settings ***/
/* references */
ol.references {font-size:100%;}
.references-small {font-size:90%;}
/* highlight focused footnotes and references in some browsers */
sup.reference:target, ol.references li:target {background-color:#DEF;}
sup.reference:target {font-weight:bold;}
/* scrollable references */
.references-scroll {
	overflow:auto;
	padding:3px;
}
 
/* fix for line-breaking references */
sup, sub {line-height:1em;}
 
.plainlinksneverexpand, .plainlinksneverexpand a
	{background:none!important; padding:0!important}
.plainlinksneverexpand a.external.text:after,
.plainlinksneverexpand a.external.autonumber:after,
.plainlinksneverexpand .urlexpansion
	{display:none!important;} 
.clickable-image a:hover {text-decoration:none;}
 
.hiddenStructure {display:none; speak:none;}
 
#disambig {border-top:3px double #ccc; border-bottom:3px double #ccc;}

h1.glavheader { border:none!important; padding-bottom:18px; margin-bottom:4px!important; }

div#bodyContent { font-size:.95em; }

.thumb { margin:.2rem 0 .2rem .4rem; }

/* fix for <li id="ca-addsection"> by Incnis_Mrsi */
li#ca-addsection { margin-top:2.25ex; background-color:#FFCCC0; }