wpseek.com
A WordPress-centric search engine for devs and theme authors



wpmu_activate_stylesheet › WordPress Function

Since
Deprecatedn/a
wpmu_activate_stylesheet ( No parameters )
Defined at:
Codex:
Change Log:
  • MU

Loads styles specific to this page.



Source

function wpmu_activate_stylesheet() {
	?>
	<style>
		.wp-activate-container { width: 90%; margin: 0 auto; text-align: start; padding: 24px; box-sizing: border-box; }
		.wp-activate-container form { margin: 24px 0; }
		.wp-activate-container p { font-size: 18px; }
		#key, #submit { font-size: 24px; box-sizing: border-box; margin: 5px 0; }
		#key { width: 100%; direction: ltr; }
		#submit { width: auto; }
		span.h3 { font-weight: 600; }
	</style>
	<?php
}