MediaWiki:Citizen.css: Difference between revisions

From WikiMSK

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

Revision as of 16:05, 2 May 2021

/* 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!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;
}