MediaWiki:Liberty.css

From Arks-Visiphone
Revision as of 04:19, 13 April 2020 by SynthSy (talk | contribs)
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"] .mw-datatable td {
	background-color: transparent!important;
}

[data-theme="dark"] .oo-ui-buttonElement-button,
[data-theme="dark"] .oo-ui-buttonElement-button:hover {
	background-color: transparent!important;
}

[data-theme="dark"] #preftoc li {
	border: 1px solid #464646!important;
}

[data-theme="dark"] #preftoc li:first-child {
	border-left: 1px solid #464646!important;
}

[data-theme="dark"] div#preferences > fieldset#mw-prefsection-personal > fieldset {
	border: 1px solid #464646!important;
}

[data-theme="dark"] .mw-datatable td {
	background-color: transparent!important;
}

[data-theme="dark"]  #msupload-list .green {
    background: #66a566!important;
}