Jump to content

MediaWiki:Common.css: Difference between revisions

From Violetech InWorld Wiki
Resize wiki logo correctly
 
m remove main page title
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
.mw-wiki-logo {
.mw-wiki-logo {
background-size: 130px 130px;
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;
}
}

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;
}