Main Page

MediaWiki:Minerva.css

From Arks-Visiphone
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.
/* All CSS here will be loaded for users of the MinervaNeue skin */
.card {
	background-color: #eee;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}


.shrink-card {
	width: 900px!important;
}

div.mw-collapsible > span.mw-collapsible-toggle > a {
	right: 20px;
	top: 32px;
	position: absolute;
}

div.mw-collapsible > span.mw-collapsible-toggle > span {
	display:none;
}


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

dl.fix-bottom {
	margin-bottom: 0px;
}

.mobile-text-fix {
	margin-bottom: 0px!important;
}

.unit-set {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #2b333b;
    color: white;
}

table.unit-set > tbody > tr > td > ul > li {
   padding-left: 5px;
}

table.unit-set > tbody > tr > td > div.row > div.col {
   padding-top: 5px;
}

a.new {
   color: #cc1515!important;
}

.mw-editfont-monospace {
   font-size: larger!important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    opacity: 0.33;
}

a.back-to-top {
   color: #000;
}

.back-to-top:hover {
    opacity: 1;
}

[data-theme="dark"] #mw-head, 
[data-theme="dark"] #mw-head-base {
	color: #aaa!important;
	background-color: #272b30!important;
}