File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11<?php
22
33function wpmu_activate_stylesheet () {
4- ?>
5- <style type="text/css">
6- .wp-activate-container { width: 90 %; margin: 0 auto; }
7- .wp-activate-container form { margin-top: 2em; }
8- #submit, #key { width: 100 %; font-size: 24px; box-sizing: border-box; }
9- #language { margin-top: 0.5em; }
10- .wp-activate-container .error { background: #f66 ; color: #333 ; }
11- span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 600 ; }
12- </style>
13- <?php
4+ ?>
5+ <style type="text/css">
6+ .wp-activate-container { width: 70 %; margin: 0 auto; }
7+ .wp-activate-container form { margin-top: 2em; }
8+ #submit, #key { width: 90 %; font-size: 24px; box-sizing: border-box; }
9+ #language { margin-top: 0.5em; }
10+ .wp-activate-container .error { background: #f55 ; color: #111 ; }
11+ span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 200 ; }
12+ </style>
13+ <?php
1414}
1515add_action ( 'wp_head ' , 'wpmu_activate_stylesheet ' );
1616add_action ( 'wp_head ' , 'wp_strict_cross_origin_referrer ' );
1717add_filter ( 'wp_robots ' , 'wp_robots_sensitive_page ' );
1818
1919get_header ( 'wp-activate ' );
2020
21- $ blog_details = get_site ();
21+ $ blog_details = get_site ();
You can’t perform that action at this time.
0 commit comments