MediaWiki:Common.css

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

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

  • 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 будет применяться ко всем темам оформления */

/* Hide noscript only elements */
.client-js *.noscript {
  display: none;
}

/* Всплывающие окна с информацией */
.tooltip {
  display: inline-flex;
  position: relative;
  align-items: baseline;
}

.tooltiptext,
.tooltiptext2 {
  position: absolute;
  display: inline;
  width: 250px;
  padding: 10px;
  margin-top: 0.75em;
  visibility: hidden;
  opacity: 0;
  white-space: normal;
  text-align: left;
  border: 1px solid var(--color-border);
  transition: all var(--transition-time);
  transition-delay: var(--transition-delay);
  z-index: 5;
}

.tooltiptext {
  background-color: var(--color-bg);
}

.tooltiptext2 {
  background-color: var(--color-bg-section-light-opaque);
}

.tooltiptable {
  position: absolute;
  display: block;
  z-index: 2;
  max-width: 600px;
  width: max-content;
  padding: 10px;
  top: 11pt;
  right: -55px;
  visibility: hidden;
  opacity: 0;
  white-space: normal;
  text-align: left;
  transition: all 0.2s;
  border: var(--border-classic);
  background-color: var(--color-notice-brown);
}

.tooltip:hover > .tooltiptext,
.tooltip:hover > .tooltiptext2 {
  visibility: visible;
  opacity: 1;
  margin-top: 1.75em;
  box-shadow: var(--box-shadow-big);
  transition-delay: 0s;
}

.tooltip:hover > .tooltiptable {
  visibility: visible;
  opacity: 1;
}

/* Mark internal links as plain */
#content a.external[href^="http://wiki.ss220.space/index.php"],
  #content a.external[href^="https://wiki.ss220.space/index.php"],
  #content a.external[href^="//wiki.ss220.space/index.php"]
{
  background: none;
  padding-right: 0;
}

/* Стиль таблиц с предметами и т.п. */
.items-table {
  width: 100%;
  border: var(--border-classic);
  border-radius: var(--border-radius-medium);
  background-color: var(--color-bg-section-light-opaque);
}

.items-table th {
  border: 0.2em double var(--color-border);
  border-radius: var(--border-radius-small);
  background-color: var(--color-bg-section-light);
  color: var(--color-text);
  padding: 0.2em;
}

.items-table td {
  background-color: var(--color-bg-section-light);
  color: var(--color-text);
  padding: 0.2em;
}
.items-table:not(.regular) td:not(.regular):first-of-type,
td.capital {
  background-color: var(--color-bg-section-light);
  font-weight: bold;
  color: var(--color-text);
  border: var(--border-classic);
  border-radius: var(--border-radius-small);
  text-align: center;
}

/* Цвета охранного отдела */
.colors-secure,
.colors-Security,
tr.colors-secure,
tr.colors-Security {
  background-color: #bfb9b9; /* Light */
  border-color: #bf4c4c; /* Secondary */
}
.colors-secure th,
.colors-Security th,
tr.colors-secure th,
tr.colors-Security th {
  background-color: #bf2626; /* Primary */
  border-color: #bf1313; /* Primary Bold */
}
.colors-secure td,
.colors-Security td,
tr.colors-secure td,
tr.colors-Security td {
  background-color: #f2f2f2; /* Very Light */
}
:not(.regular).colors-secure td:not(.regular):first-of-type,
:not(.regular).colors-Security td:not(.regular):first-of-type,
.colors-secure td.capital,
.colors-Security td.capital,
:not(.regular) tr.colors-secure td:not(.regular):first-of-type,
:not(.regular) tr.colors-Security td:not(.regular):first-of-type {
  background-color: #bf4c4c; /* Secondary */
  color: #000000; /* Secondary Text */
  border-color: #bf1313; /* Primary Bold */
}

/* Цвета научного отдела */
.colors-science,
.colors-Science,
tr.colors-science,
tr.colors-Science {
  background-color: #cac6cc; /* Light */
  border-color: #aa66cc; /* Secondary */
}
.colors-science th,
.colors-Science th,
tr.colors-science th,
tr.colors-Science th {
  background-color: #9c3dcc; /* Primary */
  border-color: #9528cc; /* Primary Bold */
}
.colors-science td,
.colors-Science td,
tr.colors-science td,
tr.colors-Science td {
  background-color: #f0ebf2; /* Very Light */
}
:not(.regular).colors-science td:not(.regular):first-of-type,
:not(.regular).colors-Science td:not(.regular):first-of-type,
.colors-science td.capital,
.colors-Science td.capital,
:not(.regular) tr.colors-science td:not(.regular):first-of-type,
:not(.regular) tr.colors-Science td:not(.regular):first-of-type {
  background-color: #aa66cc; /* Secondary */
  color: #061306; /* Secondary Text */
  border-color: #9528cc; /* Primary Bold */
}

/* Цвета сервисного отдела */
.colors-service,
.colors-Service,
tr.colors-service,
tr.colors-Service {
  background-color: #c6ccc7; /* Light */
  border-color: #65b36c; /* Secondary */
}
.colors-service th,
.colors-Service th,
tr.colors-service th,
tr.colors-Service th {
  background-color: #2a9633; /* Primary */
  border-color: #0f961a; /* Primary Bold */
}
.colors-service td,
.colors-Service td,
tr.colors-service td,
tr.colors-Service td {
  background-color: #ebf2ec; /* Very Light */
}
:not(.regular).colors-service td:not(.regular):first-of-type,
:not(.regular).colors-Service td:not(.regular):first-of-type,
.colors-service td.capital,
.colors-Service td.capital,
:not(.regular) tr.colors-service td:not(.regular):first-of-type,
:not(.regular) tr.colors-Service td:not(.regular):first-of-type {
  background-color: #65b36c; /* Secondary */
  color: #000000; /* Secondary Text */
  border-color: #0f961a; /* Primary Bold */
}

/* Цвета инженерного отдела */
.colors-engine,
.colors-Engineering,
tr.colors-engine,
tr.colors-Engineering {
  background-color: #ccc0b1; /* Light */
  border-color: #ffba4c; /* Secondary */
}
.colors-engine th,
.colors-Engineering th,
tr.colors-engine th,
tr.colors-Engineering th {
  background-color: #ffaa19; /* Primary */
  border-color: #ffa500; /* Primary Bold */
}
.colors-engine td,
.colors-Engineering td,
tr.colors-engine td,
tr.colors-Engineering td {
  background-color: #f2e9de; /* Very Light */
}
:not(.regular).colors-engine td:not(.regular):first-of-type,
:not(.regular).colors-Engineering td:not(.regular):first-of-type,
.colors-engine td.capital,
.colors-Engineering td.capital,
:not(.regular) tr.colors-engine td:not(.regular):first-of-type,
:not(.regular) tr.colors-Engineering td:not(.regular):first-of-type {
  background-color: #ffba4c; /* Secondary */
  color: #000000; /* Secondary Text */
  border-color: #ffa500; /* Primary Bold */
}

/* Цвета командного отдела */
.colors-command,
.colors-Command,
tr.colors-command,
tr.colors-Command {
  background-color: #9daacc; /* Light */
  border-color: #6691ff; /* Secondary */
}
.colors-command th,
.colors-Command th,
tr.colors-command th,
tr.colors-Command th {
  background-color: #3269ff; /* Primary */
  border-color: #195aff; /* Primary Bold */
}
.colors-command td,
.colors-Command td,
tr.colors-command td,
tr.colors-Command td {
  background-color: #dee4f6; /* Very Light */
}
:not(.regular).colors-command td:not(.regular):first-of-type,
:not(.regular).colors-Command td:not(.regular):first-of-type,
.colors-command td.capital,
.colors-Command td.capital,
:not(.regular) tr.colors-command td:not(.regular):first-of-type,
:not(.regular) tr.colors-Command td:not(.regular):first-of-type {
  background-color: #6691ff; /* Secondary */
  color: #ffffff; /* Secondary Text */
  border-color: #195aff; /* Primary Bold */
}

/* Цвета медицинского отдела */
.colors-medik,
.colors-Medical,
tr.colors-medik,
tr.colors-Medical {
  background-color: #9dbacc; /* Light */
  border-color: #66c6ff; /* Secondary */
}
.colors-medik th,
.colors-Medical th,
tr.colors-medik th,
tr.colors-Medical th {
  background-color: #32b0ff; /* Primary */
  border-color: #19a7ff; /* Primary Bold */
}
.colors-medik td,
.colors-Medical td,
tr.colors-medik td,
tr.colors-Medical td {
  background-color: #daedf9; /* Very Light */
}
:not(.regular).colors-medik td:not(.regular):first-of-type,
:not(.regular).colors-Medical td:not(.regular):first-of-type,
.colors-medik td.capital,
.colors-Medical td.capital,
:not(.regular) tr.colors-medik td:not(.regular):first-of-type,
:not(.regular) tr.colors-Medical td:not(.regular):first-of-type {
  background-color: #66c6ff; /* Secondary */
  color: #000000; /* Secondary Text */
  border-color: #19a7ff; /* Primary Bold */
}

/* Цвета снабжающего отдела */
.colors-suply,
.colors-Supply,
tr.colors-suply,
tr.colors-Supply {
  background-color: #ccb49d; /* Light */
  border-color: #77552f; /* Secondary */
}
.colors-suply th,
.colors-Supply th,
tr.colors-suply th,
tr.colors-Supply th {
  background-color: #7c4c18; /* Primary */
  border-color: #7a450c; /* Primary Bold */
}
.colors-suply td,
.colors-Supply td,
tr.colors-suply td,
tr.colors-Supply td {
  background-color: #f9eadc; /* Very Light */
}
:not(.regular).colors-suply td:not(.regular):first-of-type,
:not(.regular).colors-Supply td:not(.regular):first-of-type,
.colors-suply td.capital,
.colors-Supply td.capital,
:not(.regular) tr.colors-suply td:not(.regular):first-of-type,
:not(.regular) tr.colors-Supply td:not(.regular):first-of-type {
  background-color: #77552f; /* Secondary */
  color: #0d150d; /* Secondary Text */
  border-color: #7a450c; /* Primary Bold */
}

/* Цвета планетарного отдела */
.colors-lava,
.colors-Lavaland,
tr.colors-lava,
tr.colors-Lavaland {
  background-color: #cca99d; /* Light */
  border-color: #ed8a63; /* Secondary */
}
.colors-lava th,
.colors-Lavaland th,
tr.colors-lava th,
tr.colors-Lavaland th {
  background-color: #ee6a34; /* Primary */
  border-color: #ed571c; /* Primary Bold */
}
.colors-lava td,
.colors-Lavaland td,
tr.colors-lava td,
tr.colors-Lavaland td {
  background-color: #f8e9e4; /* Very Light */
}
:not(.regular).colors-lava td:not(.regular):first-of-type,
:not(.regular).colors-Lavaland td:not(.regular):first-of-type,
.colors-lava td.capital,
.colors-Lavaland td.capital,
:not(.regular) tr.colors-lava td:not(.regular):first-of-type,
:not(.regular) tr.colors-Lavaland td:not(.regular):first-of-type {
  background-color: #ed8a63; /* Secondary */
  color: #000000; /* Secondary Text */
  border-color: #ed571c; /* Primary Bold */
}

/* Цвета синтетического отдела */
.colors-synth,
.colors-Synthetic,
tr.colors-synth,
tr.colors-Synthetic {
  background-color: #9db3cc; /* Light */
  border-color: #4c82bf; /* Secondary */
}
.colors-synth th,
.colors-Synthetic th,
tr.colors-synth th,
tr.colors-Synthetic th {
  background-color: #2770c4; /* Primary */
  border-color: #1364c1; /* Primary Bold */
}
.colors-synth td,
.colors-Synthetic td,
tr.colors-synth td,
tr.colors-Synthetic td {
  background-color: #deebf9; /* Very Light */
}
:not(.regular).colors-synth td:not(.regular):first-of-type,
:not(.regular).colors-Synthetic td:not(.regular):first-of-type,
.colors-synth td.capital,
.colors-Synthetic td.capital,
:not(.regular) tr.colors-synth td:not(.regular):first-of-type,
:not(.regular) tr.colors-Synthetic td:not(.regular):first-of-type {
  background-color: #4c82bf; /* Secondary */
  color: #ffffff; /* Secondary Text */
  border-color: #1364c1; /* Primary Bold */
}

/* Цвета антагского отдела */
.colors-antag,
.colors-Antagonist,
tr.colors-antag,
tr.colors-Antagonist {
  background-color: #cc9d9d; /* Light */
  border-color: #4c1e1e; /* Secondary */
}
.colors-antag th,
.colors-Antagonist th,
tr.colors-antag th,
tr.colors-Antagonist th {
  background-color: #190505; /* Primary */
  border-color: #160202; /* Primary Bold */
}
.colors-antag td,
.colors-Antagonist td,
tr.colors-antag td,
tr.colors-Antagonist td {
  background-color: #faeaea; /* Very Light */
}
:not(.regular).colors-antag td:not(.regular):first-of-type,
:not(.regular).colors-Antagonist td:not(.regular):first-of-type,
.colors-antag td.capital,
.colors-Antagonist td.capital,
:not(.regular) tr.colors-antag td:not(.regular):first-of-type,
:not(.regular) tr.colors-Antagonist td:not(.regular):first-of-type {
  background-color: #4c1e1e; /* Secondary */
  color: #d80a0a; /* Secondary Text */
  border-color: #160202; /* Primary Bold */
}

/* Цвета культистского отдела */
.colors-cult,
.colors-Cultist,
tr.colors-cult,
tr.colors-Cultist {
  background-color: #cc9d9d; /* Light */
  border-color: #4c1e1e; /* Secondary */
}
.colors-cult th,
.colors-Cultist th,
tr.colors-cult th,
tr.colors-Cultist th {
  background-color: #190505; /* Primary */
  border-color: #160202; /* Primary Bold */
}
.colors-cult td,
.colors-Cultist td,
tr.colors-cult td,
tr.colors-Cultist td {
  background-color: #faeaea; /* Very Light */
}
:not(.regular).colors-cult td:not(.regular):first-of-type,
:not(.regular).colors-Cultist td:not(.regular):first-of-type,
.colors-cult td.capital,
.colors-Cultist td.capital,
:not(.regular) tr.colors-cult td:not(.regular):first-of-type,
:not(.regular) tr.colors-Cultist td:not(.regular):first-of-type {
  background-color: #4c1e1e; /* Secondary */
  color: #d80a0a; /* Secondary Text */
  border-color: #160202; /* Primary Bold */
}

/* Цвета ратваровского отдела */
.colors-ratvar,
.colors-Ratvar,
tr.colors-ratvar,
tr.colors-Ratvar {
  background-color: #4a340d; /* Light */
  border-color: #332409; /* Secondary */
}
.colors-ratvar th,
.colors-Ratvar th,
tr.colors-ratvar th,
tr.colors-Ratvar th {
  background-color: #825b17; /* Primary */
  border-color: #6c4b13; /* Primary Bold */
}
.colors-ratvar td,
.colors-Ratvar td,
tr.colors-ratvar td,
tr.colors-Ratvar td {
  background-color: #e1d9c6; /* Very Light */
}
:not(.regular).colors-ratvar td:not(.regular):first-of-type,
:not(.regular).colors-Ratvar td:not(.regular):first-of-type,
.colors-ratvar td.capital,
.colors-Ratvar td.capital,
:not(.regular) tr.colors-ratvar td:not(.regular):first-of-type,
:not(.regular) tr.colors-Ratvar td:not(.regular):first-of-type {
  background-color: #332409; /* Secondary */
  color: #ffffff; /* Secondary Text */
  border-color: #6c4b13; /* Primary Bold */
}

/* Цвета ксеноморфного отдела */
.colors-xenom,
.colors-Xenomorph,
tr.colors-xenom,
tr.colors-Xenomorph {
  background-color: #958fb2; /* Light */
  border-color: #4c4666; /* Secondary */
}
.colors-xenom th,
.colors-Xenomorph th,
tr.colors-xenom th,
tr.colors-Xenomorph th {
  background-color: #312d43; /* Primary */
  border-color: #252138; /* Primary Bold */
}
.colors-xenom td,
.colors-Xenomorph td,
tr.colors-xenom td,
tr.colors-Xenomorph td {
  background-color: #e5def9; /* Very Light */
}
:not(.regular).colors-xenom td:not(.regular):first-of-type,
:not(.regular).colors-Xenomorph td:not(.regular):first-of-type,
.colors-xenom td.capital,
.colors-Xenomorph td.capital,
:not(.regular) tr.colors-xenom td:not(.regular):first-of-type,
:not(.regular) tr.colors-Xenomorph td:not(.regular):first-of-type {
  background-color: #4c4666; /* Secondary */
  color: #ffffff; /* Secondary Text */
  border-color: #252138; /* Primary Bold */
}

/* Цвета марининого отдела */
.colors-marine,
.colors-Marine,
tr.colors-marine,
tr.colors-Marine {
  background-color: #90a1b8; /* Light */
  border-color: #48648a; /* Secondary */
}
.colors-marine th,
.colors-Marine th,
tr.colors-marine th,
tr.colors-Marine th {
  background-color: #2c4c7b; /* Primary */
  border-color: #27426d; /* Primary Bold */
}
.colors-marine td,
.colors-Marine td,
tr.colors-marine td,
tr.colors-Marine td {
  background-color: #d2def0; /* Very Light */
}
:not(.regular).colors-marine td:not(.regular):first-of-type,
:not(.regular).colors-Marine td:not(.regular):first-of-type,
.colors-marine td.capital,
.colors-Marine td.capital,
:not(.regular) tr.colors-marine td:not(.regular):first-of-type,
:not(.regular) tr.colors-Marine td:not(.regular):first-of-type {
  background-color: #48648a; /* Secondary */
  color: #000000; /* Secondary Text */
  border-color: #27426d; /* Primary Bold */
}

/* Цвета волшебного отдела */
.colors-wizard,
.colors-Wizard,
tr.colors-wizard,
tr.colors-Wizard {
  background-color: #ab9dcc; /* Light */
  border-color: #9866ff; /* Secondary */
}
.colors-wizard th,
.colors-Wizard th,
tr.colors-wizard th,
tr.colors-Wizard th {
  background-color: #7d32ff; /* Primary */
  border-color: #6919ff; /* Primary Bold */
}
.colors-wizard td,
.colors-Wizard td,
tr.colors-wizard td,
tr.colors-Wizard td {
  background-color: #e5def9; /* Very Light */
}
:not(.regular).colors-wizard td:not(.regular):first-of-type,
:not(.regular).colors-Wizard td:not(.regular):first-of-type,
.colors-wizard td.capital,
.colors-Wizard td.capital,
:not(.regular) tr.colors-wizard td:not(.regular):first-of-type,
:not(.regular) tr.colors-Wizard td:not(.regular):first-of-type {
  background-color: #9866ff; /* Secondary */
  color: #000000; /* Secondary Text */
  border-color: #6919ff; /* Primary Bold */
}

/* Цвета похитнического отдела */
.colors-abductor,
.colors-Abductor,
tr.colors-abductor,
tr.colors-Abductor {
  background-color: #cccccc; /* Light */
  border-color: #e5e5e5; /* Secondary */
}
.colors-abductor th,
.colors-Abductor th,
tr.colors-abductor th,
tr.colors-Abductor th {
  background-color: #7f7f7f; /* Primary */
  border-color: #999999; /* Primary Bold */
}
.colors-abductor td,
.colors-Abductor td,
tr.colors-abductor td,
tr.colors-Abductor td {
  background-color: #f2f2f2; /* Very Light */
}
:not(.regular).colors-abductor td:not(.regular):first-of-type,
:not(.regular).colors-Abductor td:not(.regular):first-of-type,
.colors-abductor td.capital,
.colors-Abductor td.capital,
:not(.regular) tr.colors-abductor td:not(.regular):first-of-type,
:not(.regular) tr.colors-Abductor td:not(.regular):first-of-type {
  background-color: #e5e5e5; /* Secondary */
  color: #000000; /* Secondary Text */
  border-color: #999999; /* Primary Bold */
}

/* Цвет заголовков сворачиваемых разделов в sidebar обратно в серый */
#mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading,
#mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading:hover,
#mw-panel.collapsible-nav .portal .vector-menu-heading * {
  color: #54595d;
  text-decoration: none;
}

/* Таблица брони и оружия */
.weapon-table td,
.armor-table {
  text-align: center;
  table-layout: fixed;
  font-weight: bold;
}

/* Последний столбец */
.weapon-table td:last-of-type,
.armor-table td:last-of-type {
  text-align: left;
  font-weight: unset;
}

/* Таблица контрабанды */
.ContrabandItemCore {
  display: flex;
  flex-flow: row wrap;
}

.ContrabandItem {
  hyphens: auto;
  text-align: center;
  border: var(--border-classic);
  padding: 0.25em;
  margin: 1px;
  flex: 1 0 12em;
}