MediaWiki:Citizen.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 55: Line 55:
li#footer-info-credits {
li#footer-info-credits {
     display: none;
     display: none;
}
infobox th, .navbar th {
    white-space: normal!important;
}
}

Revision as of 13:17, 3 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;
}
.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;
}
.grid-container{
	display:grid!important;
}

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

    margin-bottom: 1rem;
}

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

infobox th, .navbar th {
    white-space: normal!important;
}