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 {
  margin:0.7em 0 0.7em 5%;
  padding:0.7em 2% 0.7em 4%;
  background-color:#FAFAFA!important;
  border-color:#F0F0F0!important;
  box-shadow:8px 5px 10px -4px Gainsboro;
}
 
/*кнопки описания правок*/
#userSummaryButtonsA a { margin-right: 0.5em; cursor: pointer; }


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

/* 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:#DDEEFF}
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 #cccccc; border-bottom: 3px double #cccccc}

div.disambig-item {
    margin: 0 0 -1px -.8em;
    padding-left: .8em;
    padding-bottom: .8em;
    padding-right: 2em;
    overflow: hidden;
    clear: both;
}

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

div#bodyContent { font-size: 0.95em }

.thumb { margin:0.2rem 0 0.2rem 0.4rem; }

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