MediaWiki:Mobile.css

From Windbird wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .wb_btn { background-color: #eee; border: 2px #ccc solid; padding: 15px; font-weight: bold; font-size: 120%; }")
 
No edit summary
 
Line 6: Line 6:
padding: 15px;
padding: 15px;
font-weight: bold;
font-weight: bold;
font-size: 120%;
}
big {
font-size: 120%;
font-size: 120%;
}
}

Latest revision as of 22:13, 5 October 2023

/* All CSS here will be loaded for users of the mobile site */

.wb_btn {
	background-color: #eee;
	border: 2px #ccc solid;
	padding: 15px;
	font-weight: bold;
	font-size: 120%;
}

big {
	font-size: 120%;
}