ДОСЬЕ: А | Б | В | Г | Д | Е | Ж | З | И | Й | К | Л | М | Н | О | П | Р | С | Т | У | Ф | Х | Ц | Ч | Ш | Щ | Ы | Э | Ю | Я

Для связи: Главный редактор → press@kompromat.wiki | Отдел PR и СМИ → pr@garant.cc
Приглашаем к сотрудничеству журналистов федеральных СМИ, аналитиков и инсайдеров. Пишите: press@kompromat.wiki

MediaWiki:Common.css

Материал из Компромат
Перейти к: навигация, поиск

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

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl-F5 или Ctrl-R (⌘-R на Mac)
  • Google Chrome: Нажмите Ctrl-Shift-R (⌘-Shift-R на Mac)
  • Internet Explorer: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl-F5
  • Opera: Перейдите в Menu → Настройки (Opera → Настройки на Mac), а затем Безопасность → Очистить историю посещений → Кэшированные изображения и файлы
/* Размещённый здесь CSS будет применяться ко всем темам оформления */

body.page-Главная.action-view h1.firstHeading, body.page-Главная.action-submit h1.firstHeading { display: none; }
body.page-Date.action-view h1.firstHeading, body.page-Date.action-submit h1.firstHeading { display: none; }

/* Скрытие из футтера ссылки на медиавики */
#footer-poweredbyico { display: none; }

#toc.sitenotice {
 width: 100%;
}
#toc.sitenotice p{
 margin: 0px;
}

.sourceBlock {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.sourceBlock .linkBlock span {
 margin-right: 15px;
}

.custom-pagination {
 margin: 10px 0;
 font-weight: bold;
}

/* Скрытие из сайтбара раздела "Инструменты" */
#p-tb {
  display: none;
}

#footer-info-lastmod {
display: none;
}

.text-left {
 text-align: left;
}

.text-center{
 text-align: center;
}
.text-fullWidth{
 text-align: justify;
}

.text-right{
 text-align: right;
}


.group.group-insert {
 margin-right: 10px;
}
blockquote {
 background: #f8f9fa;
}

#p-lang {
display: none;
}

.wikiEditor-ui-left .sections .options {
 z-index: 1;
}

.wikiEditor-ui .wikiEditor-ui-left {
 border-left: 1px solid #c8ccd1;
 border-right: 1px solid #c8ccd1;
 box-sizing: border-box;
}

#ca-viewsource, #ca-edit {
 display: none;
}

.mw-body-content .toc .toctitle > p  {
  font-size: 100%;
  font-family: sans-serif;
  margin-top: 1em;
  display: inline;
  font-weight: bold;
}

.toc .toctitle > div {
 font-size: 100%;
 font-family: sans-serif;
 margin-top: 1em;
 display: inline;
 font-weight: bold;
}

#mw-panel .portal .menuTitle{
 font-size: 0.75em;
 color: #444444;
 font-weight: normal;
 margin: 0.5em 0 0 0.66666667em;
 padding: 0.25em 0;
 cursor: default;
 border: 0;
}

#wikieditor-toolbar-link-int-target-status-exists {
 color: green;
}
#wikieditor-toolbar-link-int-target-status-notexists {
 color: red;
}

.article_author {
 display: inline-block;
}

textarea, input {
 caret-color: #f48359;
}

@media screen and (max-width: 480px) {
 #toc {
  margin: 0!important;
 }
 .wbc-editpage {
  display: none;
 }
 #p-views, #p-cactions, div#left-navigation {
  display: none;
 }
 #mw-page-base {
  height: 3em;
 }
}