MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
mNo edit summary
mNo edit summary
Line 25: Line 25:
     width: 100%;
     width: 100%;
     height: auto;
     height: auto;
}
p.infoboxHeader
{
background-color: var(--color-surface-3);
padding: 0 12px;
text-align: center;
}
}

Revision as of 10:04, 11 June 2023

/* CSS placed here will be applied to all skins */
:root.skin-citizen-light {
    --color-surface-0: #FFFAFA;
    --color-surface-1: #FFFAFA;
    --color-surface-2: #FFFAFA;
    --color-surface-3: #B8860B;
    --color-surface-4: #FDF5E6;
    --color-base--emphasized: #A0522D;
    --color-primary: #800080;
    
    --pi-background: #FDF5E6;
    --pi-secondary-background: #FDF5E6;
    
    --padding-page: 12px;
}

#bodyContent {
	padding: 0 12px;
	border-style: solid;
	border-width: 4px;
    border-color: #A0522D;
}

img.fullwidth {
    width: 100%;
    height: auto;
}

p.infoboxHeader
{
 	background-color: var(--color-surface-3);
	padding: 0 12px;
	text-align: center;
}