wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wpmu_activate_stylesheet › WordPress Function

Seit
Veraltetn/v
wpmu_activate_stylesheet ( Keine Parameter )
Definiert in:
Codex:
Changelog:
  • MU

Loads styles specific to this page.



Quellcode

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
}