Jump to content

MediaWiki:Common.css: Difference between revisions

From Survivalcraft Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 14: Line 14:
margin-right: 10px
margin-right: 10px
}
}
.game-infobox-title {
}
.game-infobox-header {
width: 50px;
font-size: 0.8rem;
padding: 0.5rem;
}
.game-infobox-cell {
font-size: 0.8rem;
padding: 0.5rem;
}


@media(max-height: 993px) {
@media(max-height: 993px) {

Revision as of 01:48, 28 July 2025

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.game-infobox {
	font-family: Rubik;
	border-color: rgba(40,115,8,0.5);
	border-style: solid;
	border-width: 1px;
	border-spacing: 0;
	border-collapse: separate;
	overflow: hidden;
	float: right; 
	margin-left: 2rem; 
	margin-right: 10px
}

.game-infobox-title {
	
}

.game-infobox-header {
	width: 50px;
	font-size: 0.8rem;
	padding: 0.5rem;
}

.game-infobox-cell {
	font-size: 0.8rem;
	padding: 0.5rem;
}


@media(max-height: 993px) {
	.game-infobox {
		float: none;
	}
}