MediaWiki:Gadget-MainPageStyle.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
color: #fff !important;
color: #fff !important;
font-weight: bold !important;
font-weight: bold !important;
background: url(https://kh.wiki.gallery/images/c/c3/Main-boxbg.jpg) #11072C !important;
background: #363531 url(https://kh.wiki.gallery/images/c/c3/Main-boxbg.jpg) no-repeat !important;
margin-bottom: 0 !important;
}
}
.main-box a {
.main-box a {
color: #ccc !important;
color: #ccc !important;
}
body.page-Main_Page.action-view .mw-parser-output table img {
max-width: 100% !important;
height: auto !important;
}
}


Line 21: Line 18:
}
}
#welcomeText {
#welcomeText {
font-size: 140% !important;
font-size: 130% !important;
}
}
#welcomeTagline {
#welcomeTagline, #aboutText {
margin-top: -5px;
font-size: 85% !important;
font-size: 85% !important;
}
}
#aboutText {
.links-list {
font-size: 85% !important;
font-size: 90% !important;
}
#niwa-list {
column-count: 2 !important;
}
}
}
}

Latest revision as of 18:22, 21 August 2024

/* CSS styling and responsive support for the main page */

/* Site styles */
.main-box {
	color: #fff !important;
	font-weight: bold !important;
	background: #363531 url(https://kh.wiki.gallery/images/c/c3/Main-boxbg.jpg) no-repeat !important;
	margin-bottom: 0 !important;
}
.main-box a {
	color: #ccc !important;
}

/* Responsive fixes */
@media all and (max-width: 719px) {
	#welcomeTable {
		padding: 0 !important;
	}
	#welcomeText {
		font-size: 130% !important;
	}
	#welcomeTagline, #aboutText {
		font-size: 85% !important;
	}
	.links-list {
		font-size: 90% !important;
	}
	#niwa-list {
		column-count: 2 !important;
	}
}