Main Page

MediaWiki:Liberty.css

From Arks-Visiphone
Revision as of 02:41, 1 March 2021 by SynthSy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Liberty skin */
.fixed-toc-button {
 display:none;
}

.liberty-expand {
	width: 75px!important;
}

.liberty-expand-2 {
	width: 90px!important;
}

.dropdown-item-unit {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
}

div.title > h1 {
	font-size: 30px;
}

.card-body {
	padding: 12px;
    padding-top: 1px;
    padding-bottom: 15px;
}

[data-theme="dark"] table.darkmode-text > tbody > tr > td > a {
	color: #2b2b2b!important;
}

[data-theme="dark"] td.navbox-list > div > ul > li > a.new {
 color: #cc1515!important;
}

table.darkmode-text > tbody > tr > td > a {
	color: #2b2b2b!important;
}

[data-theme="dark"] table.navbox {
 background: #1c1e22!important;
 border: 1px solid rgba(0, 0, 0, 0.6)
}

[data-theme="dark"] th.navbox-group {
 color: #aaa!important;
}

[data-theme="dark"] th.navbox-title {
 background: #2e3236!important;
 color: #aaa!important;
}

[data-theme="dark"] th.navbox-group {
 background: #2e3236!important;
 border-right: 2px solid grey!important;
}

[data-theme="dark"] td.navbox-list > div,
[data-theme="dark"] td.navbox-list > div > p {
 color: #aaa!important;
}

[data-theme="dark"] .navbox-abovebelow {
 background: #2e3236!important;
}

[data-theme="dark"] .navbox-abovebelow > div {
 color: #aaa!important;
}

[data-theme="dark"] .navbox-subgroup {
 background: #1c1e22!important;
 border: 1px solid rgba(0, 0, 0, 0.6)
}