Jump to content

MediaWiki:Common.css: Difference between revisions

From Violetech InWorld Wiki
m fix
m remove main page title
 
Line 9: Line 9:
max-width: 500px;
max-width: 500px;
     height: auto;
     height: auto;
}
/* Remove main page title */
.firstHeading.mw-first-heading {
display: none;
}
}

Latest revision as of 14:25, 22 February 2025

/* Wiki logo resize */
.mw-wiki-logo {
	background-size: 130px 130px;
}

/* Responsive image options */
.responsive-img-500 img {
	width: 100%;
	max-width: 500px;
    height: auto;
}

/* Remove main page title */
.firstHeading.mw-first-heading {
	display: none;
}