MediaWiki:Citizen.css

From WikiMSK

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */
.toctitle{
	background:none!important;
}

.infobox th, .navbar th{
	background:none!important;
    border: none!important;
}

.infobox th.title{
	color:var(--color-base);
	font-size: 1.4rem;
    line-height: 1.4;
}

.reliableSources div .section-subheading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infobox{
	margin-top: 0rem!important;
    border-spacing: 0;
    border-radius: 12px;
    z-index: 3!important;
    background: #f8f9fa;
    font-size: 0.875rem;
    text-align: left;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 6%);
    overflow: visible;
}