MediaWiki:Common.css: Difference between revisions

From TapTo Wiki

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/*
#poncho-icon {
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
display: none;
 
#p-logo-text a, #personal h2, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: "Open Sans", sans-serif;
}
 
#p-logo-text a {
font-weight: 600;
}
}


.color-left, .color-middle, .color-right {
#poncho-content {
background-color: #324372;
margin: 0 auto;
}
}
*/

Revision as of 12:25, 8 July 2024

/* CSS placed here will be applied to all skins */

#poncho-icon {
	display: none;
}

#poncho-content {
	margin: 0 auto;
}