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;
}
.reliableSources{
	padding-bottom:20px!important;
	padding-right: 2rem!important;
}

.infobox{
	margin-top: 0rem!important;
	border:none!important;
    border-spacing: 0!important;
    border-radius: 12px!important;
    z-index: 3!important;
    background: #f8f9fa!important;
    font-size: 0.875rem!important;
    text-align: left!important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 6%)!important;
    overflow: visible!important;
    max-width: 400px!important;
    margin-left: 1em!important;
    padding: 18px!important;
    line-height: 2!important;
    font-size: 1rem!important;
}

.item1 img {
	max-width:100%;
	height:auto;

    margin-bottom: 1rem;
}

li#footer-info-credits {
    display: none;
}