MediaWiki:Citizen.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 32: Line 32:
     box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 6%)!important;
     box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 6%)!important;
     overflow: visible!important;
     overflow: visible!important;
    width: 400px!important;
    margin-left: 1em!important;
    padding: 18px!important;
    line-height: 2!important;
    font-size: 1rem!important;
}
.infobox {
}
}

Revision as of 16:08, 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: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;
    width: 400px!important;
    margin-left: 1em!important;
    padding: 18px!important;
    line-height: 2!important;
    font-size: 1rem!important;
}

.infobox {

}