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
}
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.