Jump to content

MediaWiki:Common.css: Difference between revisions

From Violetech InWorld Wiki
m Responsive images (500px)
m remove main page title
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
/* Responsive image options */
/* Responsive image options */
.responsive-img-500 img {
.responsive-img-500 img {
width: 500px;
width: 100%;
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;
}