User:Failsayfe/common.css

Revision as of 14:46, 20 September 2025 by imported>Failsayfe (Created page with "Для аккуратных таблиц статов: .stats-table .wikitable, .stats-unique .wikitable { width: 100%; text-align: left; border-collapse: collapse; } .stats-table th, .stats-unique th { background: rgba(var(--wiki-accent-color--rgb), 0.6); color: var(--wiki-accent-label-color); text-align: center; font-size: 1.1em; padding: 6px 10px; } .stats-table td, .stats-unique td { padding: 6px 10px; vertical-align: top; } .stats-table ....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Для аккуратных таблиц статов */
.stats-table .wikitable,
.stats-unique .wikitable {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.stats-table th,
.stats-unique th {
  background: rgba(var(--wiki-accent-color--rgb), 0.6);
  color: var(--wiki-accent-label-color);
  text-align: center;
  font-size: 1.1em;
  padding: 6px 10px;
}

.stats-table td,
.stats-unique td {
  padding: 6px 10px;
  vertical-align: top;
}

.stats-table .mw-collapsible,
.stats-unique .mw-collapsible {
  margin-top: 0.3em;
}