e579dd71 by Tran Phuong An

Push site.

1 parent b4a3dd13
Showing 1000 changed files with 4287 additions and 0 deletions

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

1 /nbproject/private/
...\ No newline at end of file ...\ No newline at end of file
1
2 # BEGIN WordPress
3 <IfModule mod_rewrite.c>
4 RewriteEngine On
5 RewriteBase /
6 RewriteRule ^index\.php$ - [L]
7 RewriteCond %{REQUEST_FILENAME} !-f
8 RewriteCond %{REQUEST_FILENAME} !-d
9 RewriteRule . /index.php [L]
10 </IfModule>
11
12 # END WordPress
13
14 # BEGIN wtfdivi
15
16
17
18
19
20
21
22
23
24
25 # END wtfdivi
1 [15-May-2016 00:17:42 UTC] PHP Warning: trim() expects parameter 1 to be string, array given in /home/poolsaf15/public_html/wp-includes/query.php on line 1577
1 <?php
2 /**
3 * Front to the WordPress application. This file doesn't do anything, but loads
4 * wp-blog-header.php which does and tells WordPress to load the theme.
5 *
6 * @package WordPress
7 */
8
9 /**
10 * Tells WordPress to load the WordPress theme and output it.
11 *
12 * @var bool
13 */
14 define('WP_USE_THEMES', true);
15
16 /** Loads the WordPress Environment and Template */
17 require( dirname( __FILE__ ) . '/wp-blog-header.php' );
1 <?
2 phpinfo();
3 ?>
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
1 include.path=${php.global.include.path}
2 php.version=PHP_56
3 source.encoding=UTF-8
4 src.dir=.
5 tags.asp=false
6 tags.short=false
7 web.root=.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://www.netbeans.org/ns/project/1">
3 <type>org.netbeans.modules.php.project</type>
4 <configuration>
5 <data xmlns="http://www.netbeans.org/ns/php-project/1">
6 <name>17jason16</name>
7 </data>
8 </configuration>
9 </project>
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=device-width" />
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <title>WordPress &#8250; ReadMe</title>
7 <link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
8 </head>
9 <body>
10 <h1 id="logo">
11 <a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
12 <br /> Version 4.3.8
13 </h1>
14 <p style="text-align: center">Semantic Personal Publishing Platform</p>
15
16 <h1>First Things First</h1>
17 <p>Welcome. WordPress is a very special project to me. Every developer and contributor adds something unique to the mix, and together we create something beautiful that I&#8217;m proud to be a part of. Thousands of hours have gone into WordPress, and we&#8217;re dedicated to making it better every day. Thank you for making it part of your world.</p>
18 <p style="text-align: right">&#8212; Matt Mullenweg</p>
19
20 <h1>Installation: Famous 5-minute install</h1>
21 <ol>
22 <li>Unzip the package in an empty directory and upload everything.</li>
23 <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details.
24 <ol>
25 <li>If for some reason this doesn&#8217;t work, don&#8217;t worry. It doesn&#8217;t work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li>
26 <li>Save the file as <code>wp-config.php</code> and upload it.</li>
27 <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
28 </ol>
29 </li>
30 <li>Once the configuration file is set up, the installer will set up the tables needed for your blog. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://wordpress.org/support/" title="WordPress support">support forums</a> with as much data as you can gather.</li>
31 <li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li>
32 <li>The installer should then send you to the <a href="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on &#8220;Profile&#8221; to change the password.</li>
33 </ol>
34
35 <h1>Updating</h1>
36 <h2>Using the Automatic Updater</h2>
37 <p>If you are updating from version 2.7 or higher, you can use the automatic updater:</p>
38 <ol>
39 <li>Open <span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
40 <li>You wanted more, perhaps? That&#8217;s it!</li>
41 </ol>
42
43 <h2>Updating Manually</h2>
44 <ol>
45 <li>Before you update anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</li>
46 <li>Delete your old WordPress files, saving ones you&#8217;ve modified.</li>
47 <li>Upload the new files.</li>
48 <li>Point your browser to <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
49 </ol>
50
51 <h1>Migrating from other systems</h1>
52 <p>WordPress can <a href="https://codex.wordpress.org/Importing_Content">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <a href="wp-admin/import.php" title="Import to WordPress">our import tools</a>.</p>
53
54 <h1>System Requirements</h1>
55 <ul>
56 <li><a href="http://php.net/">PHP</a> version <strong>5.2.4</strong> or higher.</li>
57 <li><a href="http://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
58 </ul>
59
60 <h2>Recommendations</h2>
61 <ul>
62 <li><a href="http://php.net/">PHP</a> version <strong>5.4</strong> or higher.</li>
63 <li><a href="http://www.mysql.com/">MySQL</a> version <strong>5.5</strong> or higher.</li>
64 <li>The <a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
65 <li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>
66 </ul>
67
68 <h1>Online Resources</h1>
69 <p>If you have any questions that aren&#8217;t addressed in this document, please take advantage of WordPress&#8217; numerous online resources:</p>
70 <dl>
71 <dt><a href="https://codex.wordpress.org/">The WordPress Codex</a></dt>
72 <dd>The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd>
73 <dt><a href="https://wordpress.org/news/">The WordPress Blog</a></dt>
74 <dd>This is where you&#8217;ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
75 <dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
76 <dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
77 <dt><a href="https://wordpress.org/support/">WordPress Support Forums</a></dt>
78 <dd>If you&#8217;ve looked everywhere and still can&#8217;t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.</dd>
79 <dt><a href="https://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt>
80 <dd>There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (<a href="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd>
81 </dl>
82
83 <h1>Final Notes</h1>
84 <ul>
85 <li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/">Support Forums</a>.</li>
86 <li>WordPress has a robust plugin <abbr title="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="https://codex.wordpress.org/Plugin_API" title="WordPress plugin API">plugin documentation in the Codex</a>. You shouldn&#8217;t modify any of the core code.</li>
87 </ul>
88
89 <h1>Share the Love</h1>
90 <p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better&#8212;you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgable than yourself, or writing the author of a media article that overlooks us.</p>
91
92 <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/caf&#233;log</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/" title="Donate to WordPress">donating</a>.</p>
93
94 <h1>License</h1>
95 <p>WordPress is free software, and is released under the terms of the <abbr title="GNU General Public License">GPL</abbr> version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p>
96
97 </body>
98 </html>
1 <?php
2 /**
3 * Confirms that the activation key that is sent in an email after a user signs
4 * up for a new blog matches the key for that user and then displays confirmation.
5 *
6 * @package WordPress
7 */
8
9 define( 'WP_INSTALLING', true );
10
11 /** Sets up the WordPress Environment. */
12 require( dirname(__FILE__) . '/wp-load.php' );
13
14 require( dirname( __FILE__ ) . '/wp-blog-header.php' );
15
16 if ( !is_multisite() ) {
17 wp_redirect( site_url( '/wp-login.php?action=register' ) );
18 die();
19 }
20
21 if ( is_object( $wp_object_cache ) )
22 $wp_object_cache->cache_enabled = false;
23
24 // Fix for page title
25 $wp_query->is_404 = false;
26
27 /**
28 * Fires before the Site Activation page is loaded.
29 *
30 * @since 3.0.0
31 */
32 do_action( 'activate_header' );
33
34 /**
35 * Adds an action hook specific to this page that fires on wp_head
36 *
37 * @since MU
38 */
39 function do_activate_header() {
40 /**
41 * Fires before the Site Activation page is loaded, but on the wp_head action.
42 *
43 * @since 3.0.0
44 */
45 do_action( 'activate_wp_head' );
46 }
47 add_action( 'wp_head', 'do_activate_header' );
48
49 /**
50 * Loads styles specific to this page.
51 *
52 * @since MU
53 */
54 function wpmu_activate_stylesheet() {
55 ?>
56 <style type="text/css">
57 form { margin-top: 2em; }
58 #submit, #key { width: 90%; font-size: 24px; }
59 #language { margin-top: .5em; }
60 .error { background: #f66; }
61 span.h3 { padding: 0 8px; font-size: 1.3em; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; }
62 </style>
63 <?php
64 }
65 add_action( 'wp_head', 'wpmu_activate_stylesheet' );
66
67 get_header();
68 ?>
69
70 <div id="content" class="widecolumn">
71 <?php if ( empty($_GET['key']) && empty($_POST['key']) ) { ?>
72
73 <h2><?php _e('Activation Key Required') ?></h2>
74 <form name="activateform" id="activateform" method="post" action="<?php echo network_site_url('wp-activate.php'); ?>">
75 <p>
76 <label for="key"><?php _e('Activation Key:') ?></label>
77 <br /><input type="text" name="key" id="key" value="" size="50" />
78 </p>
79 <p class="submit">
80 <input id="submit" type="submit" name="Submit" class="submit" value="<?php esc_attr_e('Activate') ?>" />
81 </p>
82 </form>
83
84 <?php } else {
85
86 $key = !empty($_GET['key']) ? $_GET['key'] : $_POST['key'];
87 $result = wpmu_activate_signup( $key );
88 if ( is_wp_error($result) ) {
89 if ( 'already_active' == $result->get_error_code() || 'blog_taken' == $result->get_error_code() ) {
90 $signup = $result->get_error_data();
91 ?>
92 <h2><?php _e('Your account is now active!'); ?></h2>
93 <?php
94 echo '<p class="lead-in">';
95 if ( $signup->domain . $signup->path == '' ) {
96 printf( __('Your account has been activated. You may now <a href="%1$s">log in</a> to the site using your chosen username of &#8220;%2$s&#8221;. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.'), network_site_url( 'wp-login.php', 'login' ), $signup->user_login, $signup->user_email, wp_lostpassword_url() );
97 } else {
98 printf( __('Your site at <a href="%1$s">%2$s</a> is active. You may now log in to your site using your chosen username of &#8220;%3$s&#8221;. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%5$s">reset your password</a>.'), 'http://' . $signup->domain, $signup->domain, $signup->user_login, $signup->user_email, wp_lostpassword_url() );
99 }
100 echo '</p>';
101 } else {
102 ?>
103 <h2><?php _e('An error occurred during the activation'); ?></h2>
104 <?php
105 echo '<p>'.$result->get_error_message().'</p>';
106 }
107 } else {
108 $url = isset( $result['blog_id'] ) ? get_blogaddress_by_id( (int) $result['blog_id'] ) : '';
109 $user = get_userdata( (int) $result['user_id'] );
110 ?>
111 <h2><?php _e('Your account is now active!'); ?></h2>
112
113 <div id="signup-welcome">
114 <p><span class="h3"><?php _e('Username:'); ?></span> <?php echo $user->user_login ?></p>
115 <p><span class="h3"><?php _e('Password:'); ?></span> <?php echo $result['password']; ?></p>
116 </div>
117
118 <?php if ( $url && $url != network_home_url( '', 'http' ) ) : ?>
119 <p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>'), $url, $url . 'wp-login.php' ); ?></p>
120 <?php else: ?>
121 <p class="view"><?php printf( __('Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?></p>
122 <?php endif;
123 }
124 }
125 ?>
126 </div>
127 <script type="text/javascript">
128 var key_input = document.getElementById('key');
129 key_input && key_input.focus();
130 </script>
131 <?php get_footer();
1 <?php
2 /**
3 * WordPress AJAX Process Execution.
4 *
5 * @package WordPress
6 * @subpackage Administration
7 *
8 * @link https://codex.wordpress.org/AJAX_in_Plugins
9 */
10
11 /**
12 * Executing AJAX process.
13 *
14 * @since 2.1.0
15 */
16 define( 'DOING_AJAX', true );
17 if ( ! defined( 'WP_ADMIN' ) ) {
18 define( 'WP_ADMIN', true );
19 }
20
21 /** Load WordPress Bootstrap */
22 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
23
24 /** Allow for cross-domain requests (from the frontend). */
25 send_origin_headers();
26
27 // Require an action parameter
28 if ( empty( $_REQUEST['action'] ) )
29 die( '0' );
30
31 /** Load WordPress Administration APIs */
32 require_once( ABSPATH . 'wp-admin/includes/admin.php' );
33
34 /** Load Ajax Handlers for WordPress Core */
35 require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' );
36
37 @header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );
38 @header( 'X-Robots-Tag: noindex' );
39
40 send_nosniff_header();
41 nocache_headers();
42
43 /** This action is documented in wp-admin/admin.php */
44 do_action( 'admin_init' );
45
46 $core_actions_get = array(
47 'fetch-list', 'ajax-tag-search', 'wp-compression-test', 'imgedit-preview', 'oembed-cache',
48 'autocomplete-user', 'dashboard-widgets', 'logged-in',
49 );
50
51 $core_actions_post = array(
52 'oembed-cache', 'image-editor', 'delete-comment', 'delete-tag', 'delete-link',
53 'delete-meta', 'delete-post', 'trash-post', 'untrash-post', 'delete-page', 'dim-comment',
54 'add-link-category', 'add-tag', 'get-tagcloud', 'get-comments', 'replyto-comment',
55 'edit-comment', 'add-menu-item', 'add-meta', 'add-user', 'closed-postboxes',
56 'hidden-columns', 'update-welcome-panel', 'menu-get-metabox', 'wp-link-ajax',
57 'menu-locations-save', 'menu-quick-search', 'meta-box-order', 'get-permalink',
58 'sample-permalink', 'inline-save', 'inline-save-tax', 'find_posts', 'widgets-order',
59 'save-widget', 'set-post-thumbnail', 'date_format', 'time_format',
60 'wp-remove-post-lock', 'dismiss-wp-pointer', 'upload-attachment', 'get-attachment',
61 'query-attachments', 'save-attachment', 'save-attachment-compat', 'send-link-to-editor',
62 'send-attachment-to-editor', 'save-attachment-order', 'heartbeat', 'get-revision-diffs',
63 'save-user-color-scheme', 'update-widget', 'query-themes', 'parse-embed', 'set-attachment-thumbnail',
64 'parse-media-shortcode', 'destroy-sessions', 'install-plugin', 'update-plugin', 'press-this-save-post',
65 'press-this-add-category', 'crop-image',
66 );
67
68 // Deprecated
69 $core_actions_post[] = 'wp-fullscreen-save-post';
70
71 // Register core Ajax calls.
72 if ( ! empty( $_GET['action'] ) && in_array( $_GET['action'], $core_actions_get ) )
73 add_action( 'wp_ajax_' . $_GET['action'], 'wp_ajax_' . str_replace( '-', '_', $_GET['action'] ), 1 );
74
75 if ( ! empty( $_POST['action'] ) && in_array( $_POST['action'], $core_actions_post ) )
76 add_action( 'wp_ajax_' . $_POST['action'], 'wp_ajax_' . str_replace( '-', '_', $_POST['action'] ), 1 );
77
78 add_action( 'wp_ajax_nopriv_heartbeat', 'wp_ajax_nopriv_heartbeat', 1 );
79
80 if ( is_user_logged_in() ) {
81 /**
82 * Fires authenticated AJAX actions for logged-in users.
83 *
84 * The dynamic portion of the hook name, `$_REQUEST['action']`,
85 * refers to the name of the AJAX action callback being fired.
86 *
87 * @since 2.1.0
88 */
89 do_action( 'wp_ajax_' . $_REQUEST['action'] );
90 } else {
91 /**
92 * Fires non-authenticated AJAX actions for logged-out users.
93 *
94 * The dynamic portion of the hook name, `$_REQUEST['action']`,
95 * refers to the name of the AJAX action callback being fired.
96 *
97 * @since 2.8.0
98 */
99 do_action( 'wp_ajax_nopriv_' . $_REQUEST['action'] );
100 }
101 // Default status
102 die( '0' );
1 <?php
2 /**
3 * WordPress Administration Template Footer
4 *
5 * @package WordPress
6 * @subpackage Administration
7 */
8
9 // don't load directly
10 if ( !defined('ABSPATH') )
11 die('-1');
12 ?>
13
14 <div class="clear"></div></div><!-- wpbody-content -->
15 <div class="clear"></div></div><!-- wpbody -->
16 <div class="clear"></div></div><!-- wpcontent -->
17
18 <div id="wpfooter" role="contentinfo">
19 <?php
20 /**
21 * Fires after the opening tag for the admin footer.
22 *
23 * @since 2.5.0
24 */
25 do_action( 'in_admin_footer' );
26 ?>
27 <p id="footer-left" class="alignleft">
28 <?php
29 $text = sprintf( __( 'Thank you for creating with <a href="%s">WordPress</a>.' ), __( 'https://wordpress.org/' ) );
30 /**
31 * Filter the "Thank you" text displayed in the admin footer.
32 *
33 * @since 2.8.0
34 *
35 * @param string $text The content that will be printed.
36 */
37 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' );
38 ?>
39 </p>
40 <p id="footer-upgrade" class="alignright">
41 <?php
42 /**
43 * Filter the version/update text displayed in the admin footer.
44 *
45 * WordPress prints the current version and update information,
46 * using core_update_footer() at priority 10.
47 *
48 * @since 2.3.0
49 *
50 * @see core_update_footer()
51 *
52 * @param string $content The content that will be printed.
53 */
54 echo apply_filters( 'update_footer', '' );
55 ?>
56 </p>
57 <div class="clear"></div>
58 </div>
59 <?php
60 /**
61 * Print scripts or data before the default footer scripts.
62 *
63 * @since 1.2.0
64 *
65 * @param string $data The data to print.
66 */
67 do_action( 'admin_footer', '' );
68
69 /**
70 * Prints any scripts and data queued for the footer.
71 *
72 * @since 2.8.0
73 */
74 do_action( 'admin_print_footer_scripts' );
75
76 /**
77 * Print scripts or data after the default footer scripts.
78 *
79 * The dynamic portion of the hook name, `$GLOBALS['hook_suffix']`,
80 * refers to the global hook suffix of the current page.
81 *
82 * @since 2.8.0
83 *
84 * @global string $hook_suffix
85 * @param string $hook_suffix The current admin page.
86 */
87 do_action( "admin_footer-" . $GLOBALS['hook_suffix'] );
88
89 // get_site_option() won't exist when auto upgrading from <= 2.7
90 if ( function_exists('get_site_option') ) {
91 if ( false === get_site_option('can_compress_scripts') )
92 compression_test();
93 }
94
95 ?>
96
97 <div class="clear"></div></div><!-- wpwrap -->
98 <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
99 </body>
100 </html>
1 <?php
2 /**
3 * Administration Functions
4 *
5 * This file is deprecated, use 'wp-admin/includes/admin.php' instead.
6 *
7 * @deprecated 2.5.0
8 * @package WordPress
9 * @subpackage Administration
10 */
11
12 _deprecated_file( basename(__FILE__), '2.5', 'wp-admin/includes/admin.php' );
13
14 /** WordPress Administration API: Includes all Administration functions. */
15 require_once(ABSPATH . 'wp-admin/includes/admin.php');
1 <?php
2 /**
3 * WordPress Administration Template Header
4 *
5 * @package WordPress
6 * @subpackage Administration
7 */
8
9 @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
10 if ( ! defined( 'WP_ADMIN' ) )
11 require_once( dirname( __FILE__ ) . '/admin.php' );
12
13 /**
14 * In case admin-header.php is included in a function.
15 *
16 * @global string $title
17 * @global string $hook_suffix
18 * @global WP_Screen $current_screen
19 * @global WP_Locale $wp_locale
20 * @global string $pagenow
21 * @global string $wp_version
22 * @global string $update_title
23 * @global int $total_update_count
24 * @global string $parent_file
25 */
26 global $title, $hook_suffix, $current_screen, $wp_locale, $pagenow, $wp_version,
27 $update_title, $total_update_count, $parent_file;
28
29 // Catch plugins that include admin-header.php before admin.php completes.
30 if ( empty( $current_screen ) )
31 set_current_screen();
32
33 get_admin_page_title();
34 $title = esc_html( strip_tags( $title ) );
35
36 if ( is_network_admin() )
37 $admin_title = sprintf( __( 'Network Admin: %s' ), esc_html( get_current_site()->site_name ) );
38 elseif ( is_user_admin() )
39 $admin_title = sprintf( __( 'User Dashboard: %s' ), esc_html( get_current_site()->site_name ) );
40 else
41 $admin_title = get_bloginfo( 'name' );
42
43 if ( $admin_title == $title )
44 $admin_title = sprintf( __( '%1$s &#8212; WordPress' ), $title );
45 else
46 $admin_title = sprintf( __( '%1$s &lsaquo; %2$s &#8212; WordPress' ), $title, $admin_title );
47
48 /**
49 * Filter the title tag content for an admin page.
50 *
51 * @since 3.1.0
52 *
53 * @param string $admin_title The page title, with extra context added.
54 * @param string $title The original page title.
55 */
56 $admin_title = apply_filters( 'admin_title', $admin_title, $title );
57
58 wp_user_settings();
59
60 _wp_admin_html_begin();
61 ?>
62 <title><?php echo $admin_title; ?></title>
63 <?php
64
65 wp_enqueue_style( 'colors' );
66 wp_enqueue_style( 'ie' );
67 wp_enqueue_script('utils');
68 wp_enqueue_script( 'svg-painter' );
69
70 $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
71 ?>
72 <script type="text/javascript">
73 addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
74 var ajaxurl = '<?php echo admin_url( 'admin-ajax.php', 'relative' ); ?>',
75 pagenow = '<?php echo $current_screen->id; ?>',
76 typenow = '<?php echo $current_screen->post_type; ?>',
77 adminpage = '<?php echo $admin_body_class; ?>',
78 thousandsSeparator = '<?php echo addslashes( $wp_locale->number_format['thousands_sep'] ); ?>',
79 decimalPoint = '<?php echo addslashes( $wp_locale->number_format['decimal_point'] ); ?>',
80 isRtl = <?php echo (int) is_rtl(); ?>;
81 </script>
82 <meta name="viewport" content="width=device-width,initial-scale=1.0">
83 <?php
84
85 /**
86 * Enqueue scripts for all admin pages.
87 *
88 * @since 2.8.0
89 *
90 * @param string $hook_suffix The current admin page.
91 */
92 do_action( 'admin_enqueue_scripts', $hook_suffix );
93
94 /**
95 * Fires when styles are printed for a specific admin page based on $hook_suffix.
96 *
97 * @since 2.6.0
98 */
99 do_action( "admin_print_styles-$hook_suffix" );
100
101 /**
102 * Fires when styles are printed for all admin pages.
103 *
104 * @since 2.6.0
105 */
106 do_action( 'admin_print_styles' );
107
108 /**
109 * Fires when scripts are printed for a specific admin page based on $hook_suffix.
110 *
111 * @since 2.1.0
112 */
113 do_action( "admin_print_scripts-$hook_suffix" );
114
115 /**
116 * Fires when scripts are printed for all admin pages.
117 *
118 * @since 2.1.0
119 */
120 do_action( 'admin_print_scripts' );
121
122 /**
123 * Fires in head section for a specific admin page.
124 *
125 * The dynamic portion of the hook, `$hook_suffix`, refers to the hook suffix
126 * for the admin page.
127 *
128 * @since 2.1.0
129 */
130 do_action( "admin_head-$hook_suffix" );
131
132 /**
133 * Fires in head section for all admin pages.
134 *
135 * @since 2.1.0
136 */
137 do_action( 'admin_head' );
138
139 if ( get_user_setting('mfold') == 'f' )
140 $admin_body_class .= ' folded';
141
142 if ( !get_user_setting('unfold') )
143 $admin_body_class .= ' auto-fold';
144
145 if ( is_admin_bar_showing() )
146 $admin_body_class .= ' admin-bar';
147
148 if ( is_rtl() )
149 $admin_body_class .= ' rtl';
150
151 if ( $current_screen->post_type )
152 $admin_body_class .= ' post-type-' . $current_screen->post_type;
153
154 if ( $current_screen->taxonomy )
155 $admin_body_class .= ' taxonomy-' . $current_screen->taxonomy;
156
157 $admin_body_class .= ' branch-' . str_replace( array( '.', ',' ), '-', floatval( $wp_version ) );
158 $admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) );
159 $admin_body_class .= ' admin-color-' . sanitize_html_class( get_user_option( 'admin_color' ), 'fresh' );
160 $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) );
161
162 if ( wp_is_mobile() )
163 $admin_body_class .= ' mobile';
164
165 if ( is_multisite() )
166 $admin_body_class .= ' multisite';
167
168 if ( is_network_admin() )
169 $admin_body_class .= ' network-admin';
170
171 $admin_body_class .= ' no-customize-support no-svg';
172
173 ?>
174 </head>
175 <?php
176 /**
177 * Filter the CSS classes for the body tag in the admin.
178 *
179 * This filter differs from the {@see 'post_class'} and {@see 'body_class'} filters
180 * in two important ways:
181 *
182 * 1. `$classes` is a space-separated string of class names instead of an array.
183 * 2. Not all core admin classes are filterable, notably: wp-admin, wp-core-ui,
184 * and no-js cannot be removed.
185 *
186 * @since 2.3.0
187 *
188 * @param string $classes Space-separated list of CSS classes.
189 */
190 $admin_body_classes = apply_filters( 'admin_body_class', '' );
191 ?>
192 <body class="wp-admin wp-core-ui no-js <?php echo $admin_body_classes . ' ' . $admin_body_class; ?>">
193 <script type="text/javascript">
194 document.body.className = document.body.className.replace('no-js','js');
195 </script>
196
197 <?php
198 // Make sure the customize body classes are correct as early as possible.
199 if ( current_user_can( 'customize' ) ) {
200 wp_customize_support_script();
201 }
202 ?>
203
204 <div id="wpwrap">
205 <?php require(ABSPATH . 'wp-admin/menu-header.php'); ?>
206 <div id="wpcontent">
207
208 <?php
209 /**
210 * Fires at the beginning of the content section in an admin page.
211 *
212 * @since 3.0.0
213 */
214 do_action( 'in_admin_header' );
215 ?>
216
217 <div id="wpbody" role="main">
218 <?php
219 unset($title_class, $blog_name, $total_update_count, $update_title);
220
221 $current_screen->set_parentage( $parent_file );
222
223 ?>
224
225 <div id="wpbody-content" aria-label="<?php esc_attr_e('Main content'); ?>" tabindex="0">
226 <?php
227
228 $current_screen->render_screen_meta();
229
230 if ( is_network_admin() ) {
231 /**
232 * Print network admin screen notices.
233 *
234 * @since 3.1.0
235 */
236 do_action( 'network_admin_notices' );
237 } elseif ( is_user_admin() ) {
238 /**
239 * Print user admin screen notices.
240 *
241 * @since 3.1.0
242 */
243 do_action( 'user_admin_notices' );
244 } else {
245 /**
246 * Print admin screen notices.
247 *
248 * @since 3.1.0
249 */
250 do_action( 'admin_notices' );
251 }
252
253 /**
254 * Print generic admin screen notices.
255 *
256 * @since 3.1.0
257 */
258 do_action( 'all_admin_notices' );
259
260 if ( $parent_file == 'options-general.php' )
261 require(ABSPATH . 'wp-admin/options-head.php');
1 <?php
2 /**
3 * WordPress Generic Request (POST/GET) Handler
4 *
5 * Intended for form submission handling in themes and plugins.
6 *
7 * @package WordPress
8 * @subpackage Administration
9 */
10
11 /** We are located in WordPress Administration Screens */
12 if ( ! defined( 'WP_ADMIN' ) ) {
13 define( 'WP_ADMIN', true );
14 }
15
16 if ( defined('ABSPATH') )
17 require_once(ABSPATH . 'wp-load.php');
18 else
19 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
20
21 /** Allow for cross-domain requests (from the frontend). */
22 send_origin_headers();
23
24 require_once(ABSPATH . 'wp-admin/includes/admin.php');
25
26 nocache_headers();
27
28 /** This action is documented in wp-admin/admin.php */
29 do_action( 'admin_init' );
30
31 $action = empty( $_REQUEST['action'] ) ? '' : $_REQUEST['action'];
32
33 if ( ! wp_validate_auth_cookie() ) {
34 if ( empty( $action ) ) {
35 /**
36 * Fires on a non-authenticated admin post request where no action was supplied.
37 *
38 * @since 2.6.0
39 */
40 do_action( 'admin_post_nopriv' );
41 } else {
42 /**
43 * Fires on a non-authenticated admin post request for the given action.
44 *
45 * The dynamic portion of the hook name, `$action`, refers to the given
46 * request action.
47 *
48 * @since 2.6.0
49 */
50 do_action( "admin_post_nopriv_{$action}" );
51 }
52 } else {
53 if ( empty( $action ) ) {
54 /**
55 * Fires on an authenticated admin post request where no action was supplied.
56 *
57 * @since 2.6.0
58 */
59 do_action( 'admin_post' );
60 } else {
61 /**
62 * Fires on an authenticated admin post request for the given action.
63 *
64 * The dynamic portion of the hook name, `$action`, refers to the given
65 * request action.
66 *
67 * @since 2.6.0
68 */
69 do_action( "admin_post_{$action}" );
70 }
71 }
1 <?php
2 /**
3 * Server-side file upload handler from wp-plupload, swfupload or other asynchronous upload methods.
4 *
5 * @package WordPress
6 * @subpackage Administration
7 */
8
9 if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) {
10 define( 'DOING_AJAX', true );
11 }
12
13 if ( ! defined( 'WP_ADMIN' ) ) {
14 define( 'WP_ADMIN', true );
15 }
16
17 if ( defined('ABSPATH') )
18 require_once(ABSPATH . 'wp-load.php');
19 else
20 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
21
22 if ( ! ( isset( $_REQUEST['action'] ) && 'upload-attachment' == $_REQUEST['action'] ) ) {
23 // Flash often fails to send cookies with the POST or upload, so we need to pass it in GET or POST instead
24 if ( is_ssl() && empty($_COOKIE[SECURE_AUTH_COOKIE]) && !empty($_REQUEST['auth_cookie']) )
25 $_COOKIE[SECURE_AUTH_COOKIE] = $_REQUEST['auth_cookie'];
26 elseif ( empty($_COOKIE[AUTH_COOKIE]) && !empty($_REQUEST['auth_cookie']) )
27 $_COOKIE[AUTH_COOKIE] = $_REQUEST['auth_cookie'];
28 if ( empty($_COOKIE[LOGGED_IN_COOKIE]) && !empty($_REQUEST['logged_in_cookie']) )
29 $_COOKIE[LOGGED_IN_COOKIE] = $_REQUEST['logged_in_cookie'];
30 unset($current_user);
31 }
32
33 require_once( ABSPATH . 'wp-admin/admin.php' );
34
35 header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );
36
37 if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) {
38 include( ABSPATH . 'wp-admin/includes/ajax-actions.php' );
39
40 send_nosniff_header();
41 nocache_headers();
42
43 wp_ajax_upload_attachment();
44 die( '0' );
45 }
46
47 if ( ! current_user_can( 'upload_files' ) ) {
48 wp_die( __( 'You do not have permission to upload files.' ) );
49 }
50
51 // just fetch the detail form for that attachment
52 if ( isset($_REQUEST['attachment_id']) && ($id = intval($_REQUEST['attachment_id'])) && $_REQUEST['fetch'] ) {
53 $post = get_post( $id );
54 if ( 'attachment' != $post->post_type )
55 wp_die( __( 'Unknown post type.' ) );
56 if ( ! current_user_can( 'edit_post', $id ) )
57 wp_die( __( 'You are not allowed to edit this item.' ) );
58
59 switch ( $_REQUEST['fetch'] ) {
60 case 3 :
61 if ( $thumb_url = wp_get_attachment_image_src( $id, 'thumbnail', true ) )
62 echo '<img class="pinkynail" src="' . esc_url( $thumb_url[0] ) . '" alt="" />';
63 echo '<a class="edit-attachment" href="' . esc_url( get_edit_post_link( $id ) ) . '" target="_blank">' . _x( 'Edit', 'media item' ) . '</a>';
64 $title = $post->post_title ? $post->post_title : wp_basename( $post->guid ); // title shouldn't ever be empty, but use filename just in cas.e
65 echo '<div class="filename new"><span class="title">' . esc_html( wp_html_excerpt( $title, 60, '&hellip;' ) ) . '</span></div>';
66 break;
67 case 2 :
68 add_filter('attachment_fields_to_edit', 'media_single_attachment_fields_to_edit', 10, 2);
69 echo get_media_item($id, array( 'send' => false, 'delete' => true ));
70 break;
71 default:
72 add_filter('attachment_fields_to_edit', 'media_post_single_attachment_fields_to_edit', 10, 2);
73 echo get_media_item($id);
74 break;
75 }
76 exit;
77 }
78
79 check_admin_referer('media-form');
80
81 $post_id = 0;
82 if ( isset( $_REQUEST['post_id'] ) ) {
83 $post_id = absint( $_REQUEST['post_id'] );
84 if ( ! get_post( $post_id ) || ! current_user_can( 'edit_post', $post_id ) )
85 $post_id = 0;
86 }
87
88 $id = media_handle_upload( 'async-upload', $post_id );
89 if ( is_wp_error($id) ) {
90 echo '<div class="error-div error">
91 <a class="dismiss" href="#" onclick="jQuery(this).parents(\'div.media-item\').slideUp(200, function(){jQuery(this).remove();});">' . __('Dismiss') . '</a>
92 <strong>' . sprintf(__('&#8220;%s&#8221; has failed to upload due to an error'), esc_html($_FILES['async-upload']['name']) ) . '</strong><br />' .
93 esc_html($id->get_error_message()) . '</div>';
94 exit;
95 }
96
97 if ( $_REQUEST['short'] ) {
98 // Short form response - attachment ID only.
99 echo $id;
100 } else {
101 // Long form response - big chunk o html.
102 $type = $_REQUEST['type'];
103
104 /**
105 * Filter the returned ID of an uploaded attachment.
106 *
107 * The dynamic portion of the hook name, `$type`, refers to the attachment type,
108 * such as 'image', 'audio', 'video', 'file', etc.
109 *
110 * @since 2.5.0
111 *
112 * @param int $id Uploaded attachment ID.
113 */
114 echo apply_filters( "async_upload_{$type}", $id );
115 }
1 <?php
2 /**
3 * Credits administration panel.
4 *
5 * @package WordPress
6 * @subpackage Administration
7 */
8
9 /** WordPress Administration Bootstrap */
10 require_once( dirname( __FILE__ ) . '/admin.php' );
11
12 $title = __( 'Credits' );
13
14 /**
15 * Retrieve the contributor credits.
16 *
17 * @global string $wp_version The current WordPress version.
18 *
19 * @since 3.2.0
20 *
21 * @return array|false A list of all of the contributors, or false on error.
22 */
23 function wp_credits() {
24 global $wp_version;
25 $locale = get_locale();
26
27 $results = get_site_transient( 'wordpress_credits_' . $locale );
28
29 if ( ! is_array( $results )
30 || false !== strpos( $wp_version, '-' )
31 || ( isset( $results['data']['version'] ) && strpos( $wp_version, $results['data']['version'] ) !== 0 )
32 ) {
33 $response = wp_remote_get( "http://api.wordpress.org/core/credits/1.1/?version=$wp_version&locale=$locale" );
34
35 if ( is_wp_error( $response ) || 200 != wp_remote_retrieve_response_code( $response ) )
36 return false;
37
38 $results = json_decode( wp_remote_retrieve_body( $response ), true );
39
40 if ( ! is_array( $results ) )
41 return false;
42
43 set_site_transient( 'wordpress_credits_' . $locale, $results, DAY_IN_SECONDS );
44 }
45
46 return $results;
47 }
48
49 /**
50 * Retrieve the link to a contributor's WordPress.org profile page.
51 *
52 * @access private
53 * @since 3.2.0
54 *
55 * @param string &$display_name The contributor's display name, passed by reference.
56 * @param string $username The contributor's username.
57 * @param string $profiles URL to the contributor's WordPress.org profile page.
58 */
59 function _wp_credits_add_profile_link( &$display_name, $username, $profiles ) {
60 $display_name = '<a href="' . esc_url( sprintf( $profiles, $username ) ) . '">' . esc_html( $display_name ) . '</a>';
61 }
62
63 /**
64 * Retrieve the link to an external library used in WordPress.
65 *
66 * @access private
67 * @since 3.2.0
68 *
69 * @param string &$data External library data, passed by reference.
70 */
71 function _wp_credits_build_object_link( &$data ) {
72 $data = '<a href="' . esc_url( $data[1] ) . '">' . esc_html( $data[0] ) . '</a>';
73 }
74
75 list( $display_version ) = explode( '-', $wp_version );
76
77 include( ABSPATH . 'wp-admin/admin-header.php' );
78 ?>
79 <div class="wrap about-wrap">
80
81 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
82
83 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s makes it even easier to format your content and customize your site.' ), $display_version ); ?></div>
84
85 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
86
87 <h2 class="nav-tab-wrapper">
88 <a href="about.php" class="nav-tab">
89 <?php _e( 'What&#8217;s New' ); ?>
90 </a><a href="credits.php" class="nav-tab nav-tab-active">
91 <?php _e( 'Credits' ); ?>
92 </a><a href="freedoms.php" class="nav-tab">
93 <?php _e( 'Freedoms' ); ?>
94 </a>
95 </h2>
96
97 <?php
98
99 $credits = wp_credits();
100
101 if ( ! $credits ) {
102 echo '<p class="about-description">' . sprintf( __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ),
103 'https://wordpress.org/about/',
104 /* translators: Url to the codex documentation on contributing to WordPress used on the credits page */
105 __( 'https://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>';
106 include( ABSPATH . 'wp-admin/admin-footer.php' );
107 exit;
108 }
109
110 echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "</p>\n";
111
112 foreach ( $credits['groups'] as $group_slug => $group_data ) {
113 if ( $group_data['name'] ) {
114 if ( 'Translators' == $group_data['name'] ) {
115 // Considered a special slug in the API response. (Also, will never be returned for en_US.)
116 $title = _x( 'Translators', 'Translate this to be the equivalent of English Translators in your language for the credits page Translators section' );
117 } elseif ( isset( $group_data['placeholders'] ) ) {
118 $title = vsprintf( translate( $group_data['name'] ), $group_data['placeholders'] );
119 } else {
120 $title = translate( $group_data['name'] );
121 }
122
123 echo '<h4 class="wp-people-group">' . esc_html( $title ) . "</h4>\n";
124 }
125
126 if ( ! empty( $group_data['shuffle'] ) )
127 shuffle( $group_data['data'] ); // We were going to sort by ability to pronounce "hierarchical," but that wouldn't be fair to Matt.
128
129 switch ( $group_data['type'] ) {
130 case 'list' :
131 array_walk( $group_data['data'], '_wp_credits_add_profile_link', $credits['data']['profiles'] );
132 echo '<p class="wp-credits-list">' . wp_sprintf( '%l.', $group_data['data'] ) . "</p>\n\n";
133 break;
134 case 'libraries' :
135 array_walk( $group_data['data'], '_wp_credits_build_object_link' );
136 echo '<p class="wp-credits-list">' . wp_sprintf( '%l.', $group_data['data'] ) . "</p>\n\n";
137 break;
138 default:
139 $compact = 'compact' == $group_data['type'];
140 $classes = 'wp-people-group ' . ( $compact ? 'compact' : '' );
141 echo '<ul class="' . $classes . '" id="wp-people-group-' . $group_slug . '">' . "\n";
142 foreach ( $group_data['data'] as $person_data ) {
143 echo '<li class="wp-person" id="wp-person-' . esc_attr( $person_data[2] ) . '">' . "\n\t";
144 echo '<a href="' . esc_url( sprintf( $credits['data']['profiles'], $person_data[2] ) ) . '">';
145 $size = 'compact' == $group_data['type'] ? 30 : 60;
146 $data = get_avatar_data( $person_data[1] . '@md5.gravatar.com', array( 'size' => $size ) );
147 $size *= 2;
148 $data2x = get_avatar_data( $person_data[1] . '@md5.gravatar.com', array( 'size' => $size ) );
149 echo '<img src="' . esc_url( $data['url'] ) . '" srcset="' . esc_url( $data2x['url'] ) . ' 2x" class="gravatar" alt="' . esc_attr( $person_data[0] ) . '" /></a>' . "\n\t";
150 echo '<a class="web" href="' . esc_url( sprintf( $credits['data']['profiles'], $person_data[2] ) ) . '">' . esc_html( $person_data[0] ) . "</a>\n\t";
151 if ( ! $compact )
152 echo '<span class="title">' . translate( $person_data[3] ) . "</span>\n";
153 echo "</li>\n";
154 }
155 echo "</ul>\n";
156 break;
157 }
158 }
159
160 ?>
161 <p class="clear"><?php printf( __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ),
162 /* translators: URL to the Make WordPress 'Get Involved' landing page used on the credits page */
163 __( 'https://make.wordpress.org/' ) ); ?></p>
164
165 </div>
166 <?php
167
168 include( ABSPATH . 'wp-admin/admin-footer.php' );
169
170 return;
171
172 // These are strings returned by the API that we want to be translatable
173 __( 'Project Leaders' );
174 __( 'Extended Core Team' );
175 __( 'Core Developers' );
176 __( 'Recent Rockstars' );
177 __( 'Core Contributors to WordPress %s' );
178 __( 'Contributing Developers' );
179 __( 'Cofounder, Project Lead' );
180 __( 'Lead Developer' );
181 __( 'Release Lead' );
182 __( 'User Experience Lead' );
183 __( 'Core Developer' );
184 __( 'Core Committer' );
185 __( 'Guest Committer' );
186 __( 'Developer' );
187 __( 'Designer' );
188 __( 'XML-RPC' );
189 __( 'Internationalization' );
190 __( 'External Libraries' );
191 __( 'Icon Design' );
1 /*------------------------------------------------------------------------------
2 22.0 - About Pages
3
4 1.0 Global: About, Credits, Freedoms
5 1.1 Typography
6 1.2 Structure
7 1.3 Point Releases
8 2.0 About Page
9 2.1 Typography
10 2.2 Structure
11 3.0 Credits & Freedoms Pages
12 ------------------------------------------------------------------------------*/
13
14 /*------------------------------------------------------------------------------
15 1.0 - Global: About, Credits, Freedoms
16 ------------------------------------------------------------------------------*/
17
18 .about-wrap {
19 position: relative;
20 margin: 25px 20px 0 40px;
21 max-width: 1050px; /* readability */
22 font-size: 15px;
23 }
24
25 .about-wrap div.updated,
26 .about-wrap div.error,
27 .about-wrap .notice {
28 display: none !important;
29 }
30
31 .about-wrap hr {
32 border: 0;
33 height: 0;
34 margin: 0;
35 border-top: 1px solid rgba(0, 0, 0, 0.1);
36 }
37
38 .about-wrap img {
39 margin: 0;
40 max-width: 100%;
41 height: auto;
42 vertical-align: middle;
43 }
44
45 .about-wrap .jetpack-video-wrapper {
46 margin-bottom: 0;
47 }
48
49 /* WordPress Version Badge */
50
51 .wp-badge {
52 background: #0073aa url(../images/w-logo-white.png?ver=20131202) no-repeat;
53 background-position: center 24px;
54 -webkit-background-size: 85px 85px;
55 background-size: 85px 85px;
56 color: #78c8e6;
57 font-size: 14px;
58 text-align: center;
59 font-weight: 600;
60 margin: 5px 0 0;
61 padding-top: 120px;
62 height: 40px;
63 display: inline-block;
64 width: 150px;
65 text-rendering: optimizeLegibility;
66 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
67 box-shadow: 0 1px 3px rgba(0,0,0,0.2);
68 }
69
70 .svg .wp-badge {
71 background-image: url(../images/wordpress-logo-white.svg?ver=20131110);
72 }
73
74 .about-wrap .wp-badge {
75 position: absolute;
76 top: 0;
77 left: 0;
78 }
79
80 /* Tabs */
81
82 .about-wrap h2.nav-tab-wrapper {
83 padding-right: 6px;
84 }
85
86 .about-wrap h2 .nav-tab {
87 padding: 4px 15px 6px;
88 margin: 0 0 -1px 3px;
89 font-size: 18px;
90 vertical-align: top;
91 border-width: 1px;
92 white-space: nowrap;
93 }
94
95 /* 1.1 - Typography */
96
97 .about-wrap p {
98 line-height: 1.6em;
99 font-size: 14px;
100 }
101
102 .about-wrap h1 {
103 margin: 0.2em 0 0 200px;
104 padding: 0;
105 color: #32373c;
106 line-height: 1.2em;
107 font-size: 2.8em;
108 font-weight: 400;
109 }
110
111 .about-wrap h3 {
112 margin: 1.25em 0 .6em;
113 font-size: 1.25em;
114 line-height: 1.5em;
115 }
116
117 .about-wrap h4 {
118 color: #23282d;
119 }
120
121 .about-wrap code,
122 .about-wrap ol li p {
123 font-size: 14px;
124 font-weight: normal;
125 }
126
127 .about-wrap .about-description,
128 .about-wrap .about-text {
129 margin-top: 1.4em;
130 font-weight: normal;
131 line-height: 1.6em;
132 font-size: 19px;
133 }
134
135 .about-wrap .about-text {
136 margin: 1em 0 1em 200px;
137 min-height: 60px;
138 color: #777;
139 }
140
141 /* 1.2 - Structure */
142
143 .about-wrap [class$=col] .col {
144 float: right;
145 position: relative;
146 }
147 .about-wrap .two-col .col {
148 margin-left: 4.799999999%;
149 width: 47.6%;
150 }
151
152 .about-wrap .three-col .col {
153 margin-left: 4.999999999%;
154 width: 29.95%;
155 }
156
157 .about-wrap .two-col .col:nth-of-type(2n),
158 .about-wrap .three-col .col:nth-of-type(3n) {
159 margin-left: 0;
160 }
161
162 /* 1.3 - Point Releases */
163
164 .about-wrap .point-releases {
165 margin-top: 5px;
166 border-bottom: 1px solid #dfdfdf;
167 }
168
169 .about-wrap .changelog.point-releases h3 {
170 padding-top: 35px;
171 }
172
173 .about-wrap .changelog.point-releases h3:first-child {
174 padding-top: 7px;
175 }
176
177 /*------------------------------------------------------------------------------
178 2.0 - About Page
179 ------------------------------------------------------------------------------*/
180
181 /* 2.1 - Typography */
182
183 .about-wrap .headline-feature h2 {
184 margin: 50px 0 30px;
185 font-size: 2.2em;
186 font-weight: 300;
187 line-height: 1.3;
188 text-align: right;
189 }
190
191 .about-wrap .headline-feature h3 {
192 margin-top: 30px;
193 text-align: center;
194 }
195
196 .about-wrap .feature-list h2 {
197 margin: 30px 0 15px;
198 text-align: center;
199 }
200
201 .about-wrap .feature-section h4 {
202 margin: 1.4em 0 0.6em 0;
203 font-size: 1em;
204 }
205
206 .about-wrap .feature-section p {
207 margin-top: 0.6em;
208 }
209
210 /* 2.2 - Structure */
211
212 .about-wrap .feature-video {
213 position: relative;
214 margin: 40px 0;
215 padding-bottom: 56.25%; /* video is 1280 x 720 */
216 width: 100%;
217 height: 0;
218 text-align: center;
219 }
220
221 .about-wrap .feature-video embed {
222 position: absolute;
223 top: 0;
224 right: 0;
225 width: 100%;
226 height: 100%;
227 }
228
229 .about-wrap .featured-image {
230 text-align: center;
231 }
232
233 .about-wrap .feature-section {
234 overflow: hidden;
235 padding: 0 0 40px;
236 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
237 }
238
239 .about-wrap .headline-feature .feature-section {
240 margin: 0 auto;
241 max-width: 95%;
242 }
243
244 .about-wrap .feature-section .media-container {
245 border: 1px solid #ddd;
246 overflow: hidden;
247 }
248
249 .about-wrap .feature-section .svg-container {
250 padding: 50px 0;
251 text-align: center;
252 background-color: #e1e1e3;
253 }
254
255 .about-wrap .feature-section .svg-container img {
256 max-width: 150px;
257 }
258
259 .about-wrap .feature-section:not(.under-the-hood) .col {
260 margin-top: 40px;
261 }
262
263 .about-wrap .changelog {
264 margin-bottom: 40px;
265 }
266
267 .about-wrap .changelog.feature-section .col {
268 margin-top: 40px;
269 }
270
271 /* Return to Dashboard Home link */
272
273 .about-wrap .return-to-dashboard {
274 margin: 30px -5px 0 0;
275 font-size: 14px;
276 font-weight: bold;
277 }
278
279 .about-wrap .return-to-dashboard a {
280 text-decoration: none;
281 padding: 0 5px;
282 }
283
284 .about-wrap .feature-list.finer-points h4,
285 .about-wrap .feature-list.finer-points p {
286 margin-right: 115px;
287 }
288
289 /*------------------------------------------------------------------------------
290 3.0 - Credits & Freedoms Pages
291 ------------------------------------------------------------------------------*/
292
293 /* Credits */
294
295 .about-wrap h4.wp-people-group {
296 margin-top: 2.6em;
297 font-size: 16px;
298 }
299
300 .about-wrap ul.wp-people-group {
301 overflow: hidden;
302 padding: 0 5px;
303 margin: 0 -5px 0 -15px;
304 }
305
306 .about-wrap ul.compact {
307 margin-bottom: 0
308 }
309
310 .about-wrap li.wp-person {
311 display: inline-block;
312 vertical-align: top;
313 margin-left: 10px;
314 padding-bottom: 15px;
315 height: 70px;
316 width: 280px;
317 }
318
319 .about-wrap ul.compact li.wp-person {
320 height: auto;
321 width: 180px;
322 padding-bottom: 0;
323 margin-bottom: 0;
324 }
325
326 .about-wrap li.wp-person img.gravatar {
327 float: right;
328 margin: 0 0 10px 10px;
329 padding: 2px;
330 width: 60px;
331 height: 60px;
332 }
333
334 .about-wrap ul.compact li.wp-person img.gravatar {
335 width: 30px;
336 height: 30px;
337 }
338
339 .about-wrap li.wp-person a.web {
340 display: block;
341 margin: 6px 0 2px;
342 font-size: 16px;
343 font-weight: normal;
344 line-height: 1.6em;
345 text-decoration: none;
346 }
347
348 .about-wrap #wp-people-group-validators + p.wp-credits-list {
349 margin-top: 0;
350 }
351
352 .about-wrap p.wp-credits-list a {
353 white-space: nowrap;
354 }
355
356 /* Freedoms */
357
358 .freedoms-php .about-wrap ol {
359 margin: 40px 60px;
360 }
361
362 .freedoms-php .about-wrap ol li {
363 list-style-type: decimal;
364 font-weight: bold;
365 }
366
367 .freedoms-php .about-wrap ol p {
368 font-weight: normal;
369 margin: 0.6em 0;
370 }
371
372 /*------------------------------------------------------------------------------
373 4.0 - Media Queries
374 ------------------------------------------------------------------------------*/
375
376 @media screen and ( max-width: 782px ) {
377 .about-wrap .feature-section {
378 padding: 0;
379 border-bottom: none;
380 }
381
382 .about-wrap [class$=col] .col {
383 float: none;
384 width: 100%;
385 margin: 40px 0 0;
386 padding: 0 0 40px;
387 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
388 }
389
390 .about-wrap .three-col img {
391 display: block;
392 margin: 0 auto;
393 }
394
395 .about-wrap .feature-list .col {
396 margin: 0;
397 padding: 0;
398 border-bottom: none;
399 }
400
401 .about-wrap .headline-feature .feature-section {
402 max-width: 100%;
403 }
404
405 .about-wrap .feature-list .feature-section {
406 padding: 0 0 40px;
407 }
408 }
409
410 @media only screen and (max-width: 500px) {
411 .about-wrap {
412 margin-left: 20px;
413 margin-right: 10px;
414 }
415
416 .about-wrap h1,
417 .about-wrap .about-text {
418 margin-left: 0;
419 }
420
421 .about-wrap .about-text {
422 margin-bottom: 0.25em;
423 }
424
425 .about-wrap .wp-badge {
426 position: relative;
427 margin-bottom: 1.5em;
428 width: 100%;
429 }
430
431 .about-wrap h2.nav-tab-wrapper {
432 padding-right: 0;
433 border-bottom: 0;
434 }
435
436 .about-wrap h2 .nav-tab {
437 margin-top: 10px;
438 margin-left: 10px;
439 border-bottom: 1px solid #ccc;
440 }
441
442 .about-wrap .feature-section .svg-container {
443 padding-top: 20px;
444 padding-bottom: 20px;
445 }
446
447 .about-wrap .three-col .col,
448 .about-wrap .headline-feature .feature-section .col {
449 width: 100% !important;
450 float: none !important;
451 }
452 }
453
454 @media only screen and (max-width: 400px) {
455 .about-wrap .feature-list svg {
456 margin-top: 15px;
457 height: 65px;
458 width: 65px;
459 }
460 .about-wrap .feature-list.finer-points h4,
461 .about-wrap .feature-list.finer-points p {
462 margin-right: 80px;
463 }
464 }
1 /*------------------------------------------------------------------------------
2 22.0 - About Pages
3
4 1.0 Global: About, Credits, Freedoms
5 1.1 Typography
6 1.2 Structure
7 1.3 Point Releases
8 2.0 About Page
9 2.1 Typography
10 2.2 Structure
11 3.0 Credits & Freedoms Pages
12 ------------------------------------------------------------------------------*/
13
14 /*------------------------------------------------------------------------------
15 1.0 - Global: About, Credits, Freedoms
16 ------------------------------------------------------------------------------*/
17
18 .about-wrap {
19 position: relative;
20 margin: 25px 40px 0 20px;
21 max-width: 1050px; /* readability */
22 font-size: 15px;
23 }
24
25 .about-wrap div.updated,
26 .about-wrap div.error,
27 .about-wrap .notice {
28 display: none !important;
29 }
30
31 .about-wrap hr {
32 border: 0;
33 height: 0;
34 margin: 0;
35 border-top: 1px solid rgba(0, 0, 0, 0.1);
36 }
37
38 .about-wrap img {
39 margin: 0;
40 max-width: 100%;
41 height: auto;
42 vertical-align: middle;
43 }
44
45 .about-wrap .jetpack-video-wrapper {
46 margin-bottom: 0;
47 }
48
49 /* WordPress Version Badge */
50
51 .wp-badge {
52 background: #0073aa url(../images/w-logo-white.png?ver=20131202) no-repeat;
53 background-position: center 24px;
54 -webkit-background-size: 85px 85px;
55 background-size: 85px 85px;
56 color: #78c8e6;
57 font-size: 14px;
58 text-align: center;
59 font-weight: 600;
60 margin: 5px 0 0;
61 padding-top: 120px;
62 height: 40px;
63 display: inline-block;
64 width: 150px;
65 text-rendering: optimizeLegibility;
66 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
67 box-shadow: 0 1px 3px rgba(0,0,0,0.2);
68 }
69
70 .svg .wp-badge {
71 background-image: url(../images/wordpress-logo-white.svg?ver=20131110);
72 }
73
74 .about-wrap .wp-badge {
75 position: absolute;
76 top: 0;
77 right: 0;
78 }
79
80 /* Tabs */
81
82 .about-wrap h2.nav-tab-wrapper {
83 padding-left: 6px;
84 }
85
86 .about-wrap h2 .nav-tab {
87 padding: 4px 15px 6px;
88 margin: 0 3px -1px 0;
89 font-size: 18px;
90 vertical-align: top;
91 border-width: 1px;
92 white-space: nowrap;
93 }
94
95 /* 1.1 - Typography */
96
97 .about-wrap p {
98 line-height: 1.6em;
99 font-size: 14px;
100 }
101
102 .about-wrap h1 {
103 margin: 0.2em 200px 0 0;
104 padding: 0;
105 color: #32373c;
106 line-height: 1.2em;
107 font-size: 2.8em;
108 font-weight: 400;
109 }
110
111 .about-wrap h3 {
112 margin: 1.25em 0 .6em;
113 font-size: 1.25em;
114 line-height: 1.5em;
115 }
116
117 .about-wrap h4 {
118 color: #23282d;
119 }
120
121 .about-wrap code,
122 .about-wrap ol li p {
123 font-size: 14px;
124 font-weight: normal;
125 }
126
127 .about-wrap .about-description,
128 .about-wrap .about-text {
129 margin-top: 1.4em;
130 font-weight: normal;
131 line-height: 1.6em;
132 font-size: 19px;
133 }
134
135 .about-wrap .about-text {
136 margin: 1em 200px 1em 0;
137 min-height: 60px;
138 color: #777;
139 }
140
141 /* 1.2 - Structure */
142
143 .about-wrap [class$=col] .col {
144 float: left;
145 position: relative;
146 }
147 .about-wrap .two-col .col {
148 margin-right: 4.799999999%;
149 width: 47.6%;
150 }
151
152 .about-wrap .three-col .col {
153 margin-right: 4.999999999%;
154 width: 29.95%;
155 }
156
157 .about-wrap .two-col .col:nth-of-type(2n),
158 .about-wrap .three-col .col:nth-of-type(3n) {
159 margin-right: 0;
160 }
161
162 /* 1.3 - Point Releases */
163
164 .about-wrap .point-releases {
165 margin-top: 5px;
166 border-bottom: 1px solid #dfdfdf;
167 }
168
169 .about-wrap .changelog.point-releases h3 {
170 padding-top: 35px;
171 }
172
173 .about-wrap .changelog.point-releases h3:first-child {
174 padding-top: 7px;
175 }
176
177 /*------------------------------------------------------------------------------
178 2.0 - About Page
179 ------------------------------------------------------------------------------*/
180
181 /* 2.1 - Typography */
182
183 .about-wrap .headline-feature h2 {
184 margin: 50px 0 30px;
185 font-size: 2.2em;
186 font-weight: 300;
187 line-height: 1.3;
188 text-align: left;
189 }
190
191 .about-wrap .headline-feature h3 {
192 margin-top: 30px;
193 text-align: center;
194 }
195
196 .about-wrap .feature-list h2 {
197 margin: 30px 0 15px;
198 text-align: center;
199 }
200
201 .about-wrap .feature-section h4 {
202 margin: 1.4em 0 0.6em 0;
203 font-size: 1em;
204 }
205
206 .about-wrap .feature-section p {
207 margin-top: 0.6em;
208 }
209
210 /* 2.2 - Structure */
211
212 .about-wrap .feature-video {
213 position: relative;
214 margin: 40px 0;
215 padding-bottom: 56.25%; /* video is 1280 x 720 */
216 width: 100%;
217 height: 0;
218 text-align: center;
219 }
220
221 .about-wrap .feature-video embed {
222 position: absolute;
223 top: 0;
224 left: 0;
225 width: 100%;
226 height: 100%;
227 }
228
229 .about-wrap .featured-image {
230 text-align: center;
231 }
232
233 .about-wrap .feature-section {
234 overflow: hidden;
235 padding: 0 0 40px;
236 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
237 }
238
239 .about-wrap .headline-feature .feature-section {
240 margin: 0 auto;
241 max-width: 95%;
242 }
243
244 .about-wrap .feature-section .media-container {
245 border: 1px solid #ddd;
246 overflow: hidden;
247 }
248
249 .about-wrap .feature-section .svg-container {
250 padding: 50px 0;
251 text-align: center;
252 background-color: #e1e1e3;
253 }
254
255 .about-wrap .feature-section .svg-container img {
256 max-width: 150px;
257 }
258
259 .about-wrap .feature-section:not(.under-the-hood) .col {
260 margin-top: 40px;
261 }
262
263 .about-wrap .changelog {
264 margin-bottom: 40px;
265 }
266
267 .about-wrap .changelog.feature-section .col {
268 margin-top: 40px;
269 }
270
271 /* Return to Dashboard Home link */
272
273 .about-wrap .return-to-dashboard {
274 margin: 30px 0 0 -5px;
275 font-size: 14px;
276 font-weight: bold;
277 }
278
279 .about-wrap .return-to-dashboard a {
280 text-decoration: none;
281 padding: 0 5px;
282 }
283
284 .about-wrap .feature-list.finer-points h4,
285 .about-wrap .feature-list.finer-points p {
286 margin-left: 115px;
287 }
288
289 /*------------------------------------------------------------------------------
290 3.0 - Credits & Freedoms Pages
291 ------------------------------------------------------------------------------*/
292
293 /* Credits */
294
295 .about-wrap h4.wp-people-group {
296 margin-top: 2.6em;
297 font-size: 16px;
298 }
299
300 .about-wrap ul.wp-people-group {
301 overflow: hidden;
302 padding: 0 5px;
303 margin: 0 -15px 0 -5px;
304 }
305
306 .about-wrap ul.compact {
307 margin-bottom: 0
308 }
309
310 .about-wrap li.wp-person {
311 display: inline-block;
312 vertical-align: top;
313 margin-right: 10px;
314 padding-bottom: 15px;
315 height: 70px;
316 width: 280px;
317 }
318
319 .about-wrap ul.compact li.wp-person {
320 height: auto;
321 width: 180px;
322 padding-bottom: 0;
323 margin-bottom: 0;
324 }
325
326 .about-wrap li.wp-person img.gravatar {
327 float: left;
328 margin: 0 10px 10px 0;
329 padding: 2px;
330 width: 60px;
331 height: 60px;
332 }
333
334 .about-wrap ul.compact li.wp-person img.gravatar {
335 width: 30px;
336 height: 30px;
337 }
338
339 .about-wrap li.wp-person a.web {
340 display: block;
341 margin: 6px 0 2px;
342 font-size: 16px;
343 font-weight: normal;
344 line-height: 1.6em;
345 text-decoration: none;
346 }
347
348 .about-wrap #wp-people-group-validators + p.wp-credits-list {
349 margin-top: 0;
350 }
351
352 .about-wrap p.wp-credits-list a {
353 white-space: nowrap;
354 }
355
356 /* Freedoms */
357
358 .freedoms-php .about-wrap ol {
359 margin: 40px 60px;
360 }
361
362 .freedoms-php .about-wrap ol li {
363 list-style-type: decimal;
364 font-weight: bold;
365 }
366
367 .freedoms-php .about-wrap ol p {
368 font-weight: normal;
369 margin: 0.6em 0;
370 }
371
372 /*------------------------------------------------------------------------------
373 4.0 - Media Queries
374 ------------------------------------------------------------------------------*/
375
376 @media screen and ( max-width: 782px ) {
377 .about-wrap .feature-section {
378 padding: 0;
379 border-bottom: none;
380 }
381
382 .about-wrap [class$=col] .col {
383 float: none;
384 width: 100%;
385 margin: 40px 0 0;
386 padding: 0 0 40px;
387 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
388 }
389
390 .about-wrap .three-col img {
391 display: block;
392 margin: 0 auto;
393 }
394
395 .about-wrap .feature-list .col {
396 margin: 0;
397 padding: 0;
398 border-bottom: none;
399 }
400
401 .about-wrap .headline-feature .feature-section {
402 max-width: 100%;
403 }
404
405 .about-wrap .feature-list .feature-section {
406 padding: 0 0 40px;
407 }
408 }
409
410 @media only screen and (max-width: 500px) {
411 .about-wrap {
412 margin-right: 20px;
413 margin-left: 10px;
414 }
415
416 .about-wrap h1,
417 .about-wrap .about-text {
418 margin-right: 0;
419 }
420
421 .about-wrap .about-text {
422 margin-bottom: 0.25em;
423 }
424
425 .about-wrap .wp-badge {
426 position: relative;
427 margin-bottom: 1.5em;
428 width: 100%;
429 }
430
431 .about-wrap h2.nav-tab-wrapper {
432 padding-left: 0;
433 border-bottom: 0;
434 }
435
436 .about-wrap h2 .nav-tab {
437 margin-top: 10px;
438 margin-right: 10px;
439 border-bottom: 1px solid #ccc;
440 }
441
442 .about-wrap .feature-section .svg-container {
443 padding-top: 20px;
444 padding-bottom: 20px;
445 }
446
447 .about-wrap .three-col .col,
448 .about-wrap .headline-feature .feature-section .col {
449 width: 100% !important;
450 float: none !important;
451 }
452 }
453
454 @media only screen and (max-width: 400px) {
455 .about-wrap .feature-list svg {
456 margin-top: 15px;
457 height: 65px;
458 width: 65px;
459 }
460 .about-wrap .feature-list.finer-points h4,
461 .about-wrap .feature-list.finer-points p {
462 margin-left: 80px;
463 }
464 }
1 .wp-color-picker {
2 width: 80px;
3 }
4
5 .wp-picker-container .hidden {
6 display: none;
7 }
8
9 .wp-color-result {
10 background-color: #f7f7f7;
11 border: 1px solid #ccc;
12 -webkit-border-radius: 3px;
13 border-radius: 3px;
14 cursor: pointer;
15 display: inline-block;
16 height: 22px;
17 margin: 0 0px 6px 6px;
18 position: relative;
19 top: 1px;
20 -webkit-user-select: none;
21 -moz-user-select: none;
22 -ms-user-select: none;
23 user-select: none;
24 vertical-align: bottom;
25 display: inline-block;
26 padding-right: 30px;
27 -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.08);
28 box-shadow: 0 1px 0 rgba(0,0,0,.08);
29 }
30
31 .wp-color-result:after {
32 background: #f7f7f7;
33 -webkit-border-radius: 2px 0 0 2px;
34 border-radius: 2px 0 0 2px;
35 border-right: 1px solid #ccc;
36 color: #555;
37 content: attr( title );
38 display: block;
39 font-size: 11px;
40 line-height: 22px;
41 padding: 0 6px;
42 position: relative;
43 left: 0;
44 text-align: center;
45 top: 0;
46 -webkit-box-shadow: inset 0 1px 0 #fff;
47 box-shadow: inset 0 1px 0 #fff;
48 }
49
50 .wp-color-result:hover,
51 .wp-color-result:focus {
52 background: #fafafa;
53 border-color: #999;
54 color: #23282d;
55 }
56
57 .wp-color-result:hover:after,
58 .wp-color-result:focus:after {
59 color: #23282d;
60 border-color: #a0a5aa;
61 border-right: 1px solid #999;
62 }
63
64 .wp-color-result {
65 top: 0;
66 }
67
68 .wp-color-result.wp-picker-open:after {
69 content: attr( data-current );
70 }
71
72 .wp-picker-container, .wp-picker-container:active {
73 display: inline-block;
74 outline: 0;
75 }
76
77 .wp-color-result:focus {
78 -webkit-box-shadow:
79 0 0 0 1px #5b9dd9,
80 0 0 2px 1px rgba( 30, 140, 190, 0.8 );
81 box-shadow:
82 0 0 0 1px #5b9dd9,
83 0 0 2px 1px rgba( 30, 140, 190, 0.8 );
84 }
85
86 .wp-picker-open + .wp-picker-input-wrap {
87 display: inline-block;
88 vertical-align: top;
89 }
90
91 .wp-picker-container .button {
92 margin-right: 6px;
93 }
94
95 .wp-picker-container .iris-square-slider .ui-slider-handle:focus {
96 background-color: #555
97 }
98
99 .wp-picker-container .iris-picker {
100 -webkit-border-radius: 0;
101 border-radius: 0;
102 border-color: #dfdfdf;
103 margin-top: 6px;
104 }
105
106 .wp-picker-container input[type="text"].wp-color-picker {
107 width: 65px;
108 font-size: 12px;
109 font-family: monospace;
110 text-align: center;
111 line-height: 16px;
112 margin: 0;
113 }
114
115 .wp-picker-container input[type="text"].wp-color-picker:focus::-webkit-input-placeholder {
116 color: transparent;
117 }
118
119 .wp-picker-container input[type="text"].wp-color-picker:-moz-placeholder {
120 color: #999;
121 }
122
123 .wp-picker-container input[type="text"].iris-error {
124 background-color: #ffebe8;
125 border-color: #c00;
126 color: #000;
127 }
1 .wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-color-result{background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;height:22px;margin:0 0 6px 6px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:bottom;display:inline-block;padding-right:30px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);top:0}.wp-color-result:after{background:#f7f7f7;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px;border-right:1px solid #ccc;color:#555;content:attr(title);display:block;font-size:11px;line-height:22px;padding:0 6px;position:relative;left:0;text-align:center;top:0;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-right:1px solid #999}.wp-color-result.wp-picker-open:after{content:attr(data-current)}.wp-picker-container,.wp-picker-container:active{display:inline-block;outline:0}.wp-color-result:focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-container .button{margin-right:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{-webkit-border-radius:0;border-radius:0;border-color:#dfdfdf;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;text-align:center;line-height:16px;margin:0}.wp-picker-container input[type=text].wp-color-picker:focus::-webkit-input-placeholder{color:transparent}.wp-picker-container input[type=text].wp-color-picker:-moz-placeholder{color:#999}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}
...\ No newline at end of file ...\ No newline at end of file
1 .wp-color-picker {
2 width: 80px;
3 }
4
5 .wp-picker-container .hidden {
6 display: none;
7 }
8
9 .wp-color-result {
10 background-color: #f7f7f7;
11 border: 1px solid #ccc;
12 -webkit-border-radius: 3px;
13 border-radius: 3px;
14 cursor: pointer;
15 display: inline-block;
16 height: 22px;
17 margin: 0 6px 6px 0px;
18 position: relative;
19 top: 1px;
20 -webkit-user-select: none;
21 -moz-user-select: none;
22 -ms-user-select: none;
23 user-select: none;
24 vertical-align: bottom;
25 display: inline-block;
26 padding-left: 30px;
27 -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.08);
28 box-shadow: 0 1px 0 rgba(0,0,0,.08);
29 }
30
31 .wp-color-result:after {
32 background: #f7f7f7;
33 -webkit-border-radius: 0 2px 2px 0;
34 border-radius: 0 2px 2px 0;
35 border-left: 1px solid #ccc;
36 color: #555;
37 content: attr( title );
38 display: block;
39 font-size: 11px;
40 line-height: 22px;
41 padding: 0 6px;
42 position: relative;
43 right: 0;
44 text-align: center;
45 top: 0;
46 -webkit-box-shadow: inset 0 1px 0 #fff;
47 box-shadow: inset 0 1px 0 #fff;
48 }
49
50 .wp-color-result:hover,
51 .wp-color-result:focus {
52 background: #fafafa;
53 border-color: #999;
54 color: #23282d;
55 }
56
57 .wp-color-result:hover:after,
58 .wp-color-result:focus:after {
59 color: #23282d;
60 border-color: #a0a5aa;
61 border-left: 1px solid #999;
62 }
63
64 .wp-color-result {
65 top: 0;
66 }
67
68 .wp-color-result.wp-picker-open:after {
69 content: attr( data-current );
70 }
71
72 .wp-picker-container, .wp-picker-container:active {
73 display: inline-block;
74 outline: 0;
75 }
76
77 .wp-color-result:focus {
78 -webkit-box-shadow:
79 0 0 0 1px #5b9dd9,
80 0 0 2px 1px rgba( 30, 140, 190, 0.8 );
81 box-shadow:
82 0 0 0 1px #5b9dd9,
83 0 0 2px 1px rgba( 30, 140, 190, 0.8 );
84 }
85
86 .wp-picker-open + .wp-picker-input-wrap {
87 display: inline-block;
88 vertical-align: top;
89 }
90
91 .wp-picker-container .button {
92 margin-left: 6px;
93 }
94
95 .wp-picker-container .iris-square-slider .ui-slider-handle:focus {
96 background-color: #555
97 }
98
99 .wp-picker-container .iris-picker {
100 -webkit-border-radius: 0;
101 border-radius: 0;
102 border-color: #dfdfdf;
103 margin-top: 6px;
104 }
105
106 .wp-picker-container input[type="text"].wp-color-picker {
107 width: 65px;
108 font-size: 12px;
109 font-family: monospace;
110 text-align: center;
111 line-height: 16px;
112 margin: 0;
113 }
114
115 .wp-picker-container input[type="text"].wp-color-picker:focus::-webkit-input-placeholder {
116 color: transparent;
117 }
118
119 .wp-picker-container input[type="text"].wp-color-picker:-moz-placeholder {
120 color: #999;
121 }
122
123 .wp-picker-container input[type="text"].iris-error {
124 background-color: #ffebe8;
125 border-color: #c00;
126 color: #000;
127 }
1 .wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-color-result{background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;height:22px;margin:0 6px 6px 0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:bottom;display:inline-block;padding-left:30px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);top:0}.wp-color-result:after{background:#f7f7f7;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;border-left:1px solid #ccc;color:#555;content:attr(title);display:block;font-size:11px;line-height:22px;padding:0 6px;position:relative;right:0;text-align:center;top:0;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-left:1px solid #999}.wp-color-result.wp-picker-open:after{content:attr(data-current)}.wp-picker-container,.wp-picker-container:active{display:inline-block;outline:0}.wp-color-result:focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-container .button{margin-left:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{-webkit-border-radius:0;border-radius:0;border-color:#dfdfdf;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;text-align:center;line-height:16px;margin:0}.wp-picker-container input[type=text].wp-color-picker:focus::-webkit-input-placeholder{color:transparent}.wp-picker-container input[type=text].wp-color-picker:-moz-placeholder{color:#999}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}
...\ No newline at end of file ...\ No newline at end of file
1 /*
2 * Button mixin- creates 3d-ish button effect with correct
3 * highlights/shadows, based on a base color.
4 */
5 @mixin button( $button-color, $text-color: white ) {
6 background: $button-color;
7 border-color: darken( $button-color, 10% );
8 color: $text-color;
9 box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15);
10
11 &:hover,
12 &:focus {
13 background: darken( $button-color, 5% );
14 border-color: darken( $button-color, 15% );
15 color: $text-color;
16 box-shadow: inset 0 1px 0 lighten( $button-color, 10% );
17 }
18
19 &:focus {
20 box-shadow: inset 0 1px 0 lighten( $button-color, 10% ),
21 0 0 0 1px #5b9dd9,
22 0 0 2px 1px rgba( 30, 140, 190, .8 );
23 }
24
25 &:active {
26 background: darken( $button-color, 10% );
27 border-color: darken( $button-color, 15% );
28 color: $text-color;
29 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),
30 0 0 0 1px #5b9dd9,
31 0 0 2px 1px rgba( 30, 140, 190, .8 );
32 }
33
34 &[disabled],
35 &:disabled,
36 &.button-primary-disabled,
37 &.disabled {
38 color: hsl( hue( $button-color ), 10%, 80% ) !important;
39 background: darken( $button-color, 8% ) !important;
40 border-color: darken( $button-color, 15% ) !important;
41 text-shadow: none !important;
42 }
43 }
1 // assign default value to all undefined variables
2
3
4 // core variables
5
6 $text-color: #fff !default;
7 $base-color: #23282d !default;
8 $icon-color: hsl( hue( $base-color ), 7%, 95% ) !default;
9 $highlight-color: #0073aa !default;
10 $notification-color: #d54e21 !default;
11
12
13 // global
14
15 $body-background: #f1f1f1 !default;
16
17 $link: #0073aa !default;
18 $link-focus: lighten( $link, 10% ) !default;
19
20 $button-color: $highlight-color !default;
21 $form-checked: $highlight-color !default;
22
23
24 // admin menu & admin-bar
25
26 $menu-text: $text-color !default;
27 $menu-icon: $icon-color !default;
28 $menu-background: $base-color !default;
29
30 $menu-highlight-text: $text-color !default;
31 $menu-highlight-icon: $text-color !default;
32 $menu-highlight-background: $highlight-color !default;
33
34 $menu-current-text: $menu-highlight-text !default;
35 $menu-current-icon: $menu-highlight-icon !default;
36 $menu-current-background: $menu-highlight-background !default;
37
38 $menu-submenu-text: mix( $base-color, $text-color, 30% ) !default;
39 $menu-submenu-background: darken( $base-color, 7% ) !default;
40 $menu-submenu-background-alt: desaturate( lighten( $menu-background, 7% ), 7% ) !default;
41
42 $menu-submenu-focus-text: $highlight-color !default;
43 $menu-submenu-current-text: $text-color !default;
44
45 $menu-bubble-text: $text-color !default;
46 $menu-bubble-background: $notification-color !default;
47 $menu-bubble-current-text: $text-color !default;
48 $menu-bubble-current-background: $menu-submenu-background !default;
49
50 $menu-collapse-text: $menu-icon !default;
51 $menu-collapse-icon: $menu-icon !default;
52 $menu-collapse-focus-text: $text-color !default;
53 $menu-collapse-focus-icon: $menu-highlight-icon !default;
54
55 $adminbar-avatar-frame: lighten( $menu-background, 7% ) !default;
56 $adminbar-input-background: lighten( $menu-background, 7% ) !default;
57
58 $menu-customizer-text: mix( $base-color, $text-color, 40% ) !default;
1 $base-color: #52accc;
2 $icon-color: #e5f8ff;
3 $highlight-color: #096484;
4 $notification-color: #e1a948;
5 $button-color: #e1a948;
6
7 $menu-submenu-text: #e2ecf1;
8 $menu-submenu-focus-text: #fff;
9 $menu-submenu-background: #4796b3;
10
11 @import "../_admin.scss";
1 $base-color: #59524c;
2 $highlight-color: #c7a589;
3 $notification-color: #9ea476;
4
5 $form-checked: $base-color;
6
7 @import "../_admin.scss";
1 $base-color: #523f6d;
2 $icon-color: #ece6f6;
3 $highlight-color: #a3b745;
4 $notification-color: #d46f15;
5
6 $form-checked: $base-color;
7
8 @import "../_admin.scss";
1 $base-color: #e5e5e5;
2 $icon-color: #999;
3 $text-color: #333;
4 $highlight-color: #04a4cc;
5 $notification-color: #d64e07;
6
7 $body-background: #f5f5f5;
8
9 $menu-highlight-text: #fff;
10 $menu-highlight-icon: #ccc;
11 $menu-highlight-background: #888;
12
13 $menu-bubble-text: #fff;
14 $menu-avatar-frame: #aaa;
15 $menu-submenu-background: #fff;
16
17 $menu-collapse-text: #777;
18 $menu-collapse-focus-icon: #555;
19
20 @import "../_admin.scss";
21
22 /* temporary fix for admin-bar hover color */
23 #wpadminbar .ab-top-menu > li:hover > .ab-item,
24 #wpadminbar .ab-top-menu > li.hover > .ab-item,
25 #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default li:hover span.ab-label,
26 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary li.hover span.ab-label,
27 #wpadminbar .ab-top-menu > li > .ab-item:focus,
28 #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
29 #wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
30 #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
31 color: $text-color;
32 }
33
34 /* Override the theme filter highlight color for this scheme */
35 .theme-section.current,
36 .theme-filter.current {
37 border-bottom-color: $highlight-color;
38 }
1 $base-color: #363b3f;
2 $highlight-color: #e14d43;
3 $notification-color: #69a8bb;
4
5 @import "../_admin.scss";
1 $base-color: #738e96;
2 $icon-color: #f2fcff;
3 $highlight-color: #9ebaa0;
4 $notification-color: #aa9d88;
5
6 $form-checked: $base-color;
7
8 @import "../_admin.scss";
1 $base-color: #cf4944;
2 $highlight-color: #dd823b;
3 $notification-color: #ccaf0b;
4 $menu-submenu-focus-text: lighten( $highlight-color, 35% );
5
6 @import "../_admin.scss";
1 /* Styles for the media library iframe (not used on the Library screen) */
2
3 div#media-upload-header {
4 margin: 0;
5 padding: 5px 5px 0;
6 font-weight: bold;
7 position: relative;
8 border-bottom: 1px solid #dfdfdf;
9 background: #f9f9f9;
10 }
11
12 #sidemenu {
13 overflow: hidden;
14 float: none;
15 position: relative;
16 right: 0;
17 bottom: -1px;
18 margin: 0 5px;
19 padding-right: 10px;
20 list-style: none;
21 font-size: 12px;
22 font-weight: normal;
23 }
24
25 #sidemenu a {
26 padding: 0 7px;
27 display: block;
28 float: right;
29 line-height: 28px;
30 border-top: 1px solid #f9f9f9;
31 border-bottom: 1px solid #dfdfdf;
32 background-color: #f9f9f9;
33 text-decoration: none;
34 -webkit-transition: none;
35 transition: none;
36 }
37
38 #sidemenu li {
39 display: inline;
40 line-height: 200%;
41 list-style: none;
42 text-align: center;
43 white-space: nowrap;
44 margin: 0;
45 padding: 0;
46 }
47
48 #sidemenu a.current {
49 font-weight: normal;
50 padding-right: 6px;
51 padding-left: 6px;
52 border: 1px solid #dfdfdf;
53 border-bottom-color: #f1f1f1;
54 background-color: #f1f1f1;
55 color: #000;
56 }
57
58 #media-upload:after { /* clearfix */
59 content: "";
60 display: table;
61 clear: both;
62 }
63
64 #media-upload .slidetoggle {
65 border-top-color: #dfdfdf;
66 }
67
68 #media-upload input[type="radio"] {
69 padding: 0;
70 }
71
72 form {
73 margin: 1em;
74 }
75
76 #search-filter {
77 text-align: left;
78 }
79
80 th {
81 position: relative;
82 }
83
84 .media-upload-form label.form-help, td.help {
85 font-family: sans-serif;
86 font-style: italic;
87 font-weight: normal;
88 }
89
90 .media-upload-form p.help {
91 margin: 0;
92 padding: 0;
93 }
94
95 .media-upload-form fieldset {
96 width: 100%;
97 border: none;
98 text-align: justify;
99 margin: 0 0 1em 0;
100 padding: 0;
101 }
102
103 /* specific to the image upload form */
104
105 .image-align-none-label {
106 background: url(../images/align-none.png) no-repeat center left;
107 }
108
109 .image-align-left-label {
110 background: url(../images/align-left.png) no-repeat center left;
111 }
112
113 .image-align-center-label {
114 background: url(../images/align-center.png) no-repeat center left;
115 }
116
117 .image-align-right-label {
118 background: url(../images/align-right.png) no-repeat center left;
119 }
120
121 tr.image-size td {
122 width: 460px;
123 }
124
125 tr.image-size div.image-size-item {
126 margin: 0 0 5px;
127 }
128
129 #library-form .progress,
130 #gallery-form .progress,
131 .insert-gallery,
132 .describe.startopen,
133 .describe.startclosed {
134 display: none;
135 }
136
137 .media-item .thumbnail {
138 max-width: 128px;
139 max-height: 128px;
140 }
141
142 thead.media-item-info tr {
143 background-color: transparent;
144 }
145
146 .form-table thead.media-item-info {
147 border: 8px solid #fff;
148 }
149
150 abbr.required {
151 text-decoration: none;
152 border: none;
153 }
154
155 .describe label {
156 display: inline;
157 }
158
159 .describe td.error {
160 padding: 2px 8px;
161 }
162
163 .describe td.A1 {
164 width: 132px;
165 }
166
167 .describe input[type="text"],
168 .describe textarea {
169 width: 460px;
170 border-width: 1px;
171 border-style: solid;
172 }
173
174 /* Specific to Uploader */
175
176 #media-upload p.ml-submit {
177 padding: 1em 0;
178 }
179
180 #media-upload p.help,
181 #media-upload label.help {
182 font-family: sans-serif;
183 font-style: italic;
184 font-weight: normal;
185 }
186
187 #media-upload .ui-sortable .media-item {
188 cursor: move;
189 }
190
191 #media-upload tr.image-size {
192 margin-bottom: 1em;
193 height: 3em;
194 }
195
196 #media-upload #filter {
197 width: 623px;
198 }
199
200 #media-upload #filter .subsubsub {
201 margin: 8px 0;
202 }
203
204 #filter .tablenav select {
205 border-style: solid;
206 border-width: 1px;
207 padding: 2px;
208 vertical-align: top;
209 width: auto;
210 }
211
212 #media-upload .del-attachment {
213 display: none;
214 margin: 5px 0;
215 }
216
217 .menu_order {
218 float: left;
219 font-size: 11px;
220 margin: 8px 10px 0;
221 }
222
223 .menu_order_input {
224 border: 1px solid #ddd;
225 font-size: 10px;
226 padding: 1px;
227 width: 23px;
228 }
229
230 .ui-sortable-helper {
231 background-color: #fff;
232 border: 1px solid #a0a5aa;
233 opacity: 0.6;
234 filter: alpha(opacity=60);
235 }
236
237 #media-upload th.order-head {
238 width: 20%;
239 text-align: center;
240 }
241
242 #media-upload th.actions-head {
243 width: 25%;
244 text-align: center;
245 }
246
247 #media-upload a.wp-post-thumbnail {
248 margin: 0 20px;
249 }
250
251 #media-upload .widefat {
252 border-style: solid solid none;
253 }
254
255 .sorthelper {
256 height: 37px;
257 width: 623px;
258 display: block;
259 }
260
261 #gallery-settings th.label {
262 width: 160px;
263 }
264
265 #gallery-settings #basic th.label {
266 padding: 5px 0 5px 5px;
267 }
268
269 #gallery-settings .title {
270 clear: both;
271 padding: 0 0 3px;
272 font-size: 1.6em;
273 border-bottom: 1px solid #DADADA;
274 }
275
276 h3.media-title {
277 font-size: 1.6em;
278 }
279
280 h4.media-sub-title {
281 border-bottom: 1px solid #DADADA;
282 font-size: 1.3em;
283 margin: 12px;
284 padding: 0 0 3px;
285 }
286
287 #gallery-settings .title,
288 h3.media-title,
289 h4.media-sub-title {
290 font-family: Georgia,"Times New Roman",Times,serif;
291 font-weight: normal;
292 color: #5A5A5A;
293 }
294
295 #gallery-settings .describe td {
296 vertical-align: middle;
297 height: 3em;
298 }
299
300 #gallery-settings .describe th.label {
301 padding-top: .5em;
302 text-align: right;
303 }
304
305 #gallery-settings .describe {
306 padding: 5px;
307 width: 100%;
308 clear: both;
309 cursor: default;
310 background: #fff;
311 }
312
313 #gallery-settings .describe select {
314 width: 15em;
315 }
316
317 #gallery-settings .describe select option,
318 #gallery-settings .describe td {
319 padding: 0;
320 }
321
322 #gallery-settings label,
323 #gallery-settings legend {
324 font-size: 13px;
325 color: #464646;
326 margin-left: 15px;
327 }
328
329 #gallery-settings .align .field label {
330 margin: 0 3px 0 1em;
331 }
332
333 #gallery-settings p.ml-submit {
334 border-top: 1px solid #dfdfdf;
335 }
336
337 #gallery-settings select#columns {
338 width: 6em;
339 }
340
341 #sort-buttons {
342 font-size: 0.8em;
343 margin: 3px 0 -8px 25px;
344 text-align: left;
345 max-width: 625px;
346 }
347
348 #sort-buttons a {
349 text-decoration: none;
350 }
351
352 #sort-buttons #asc,
353 #sort-buttons #showall {
354 padding-right: 5px;
355 }
356
357 #sort-buttons span {
358 margin-left: 25px;
359 }
360
361 p.media-types {
362 padding: 1em;
363 }
364
365 tr.not-image {
366 display: none;
367 }
368
369 table.not-image tr.not-image {
370 display: table-row;
371 }
372
373 table.not-image tr.image-only {
374 display: none;
375 }
376
377 /**
378 * HiDPI Displays
379 */
380 @media print,
381 (-webkit-min-device-pixel-ratio: 1.25),
382 (min-resolution: 120dpi) {
383
384 .image-align-none-label {
385 background-image: url(../images/align-none-2x.png?ver=20120916);
386 -webkit-background-size: 21px 15px;
387 background-size: 21px 15px;
388 }
389
390 .image-align-left-label {
391 background-image: url(../images/align-left-2x.png?ver=20120916);
392 -webkit-background-size: 22px 15px;
393 background-size: 22px 15px;
394 }
395
396 .image-align-center-label {
397 background-image: url(../images/align-center-2x.png?ver=20120916);
398 -webkit-background-size: 21px 15px;
399 background-size: 21px 15px;
400 }
401
402 .image-align-right-label {
403 background-image: url(../images/align-right-2x.png?ver=20120916);
404 -webkit-background-size: 22px 15px;
405 background-size: 22px 15px;
406 }
407 }
1 #sidemenu,th{position:relative}#sidemenu a,#sort-buttons a,abbr.required{text-decoration:none}div#media-upload-header{margin:0;padding:5px 5px 0;font-weight:700;position:relative;border-bottom:1px solid #dfdfdf;background:#f9f9f9}#sidemenu{overflow:hidden;float:none;right:0;bottom:-1px;margin:0 5px;padding-right:10px;list-style:none;font-size:12px;font-weight:400}#sidemenu a{padding:0 7px;display:block;float:right;line-height:28px;border-top:1px solid #f9f9f9;border-bottom:1px solid #dfdfdf;background-color:#f9f9f9;-webkit-transition:none;transition:none}#sidemenu li{display:inline;line-height:200%;list-style:none;text-align:center;white-space:nowrap;margin:0;padding:0}#sidemenu a.current{font-weight:400;padding-right:6px;padding-left:6px;border:1px solid #dfdfdf;border-bottom-color:#f1f1f1;background-color:#f1f1f1;color:#000}#media-upload:after{content:"";display:table;clear:both}#media-upload .slidetoggle{border-top-color:#dfdfdf}#media-upload input[type=radio]{padding:0}form{margin:1em}#search-filter{text-align:left}.media-upload-form label.form-help,td.help{font-family:sans-serif;font-style:italic;font-weight:400}.media-upload-form p.help{margin:0;padding:0}.media-upload-form fieldset{width:100%;border:none;text-align:justify;margin:0 0 1em;padding:0}.image-align-none-label{background:url(../images/align-none.png) center left no-repeat}.image-align-left-label{background:url(../images/align-left.png) center left no-repeat}.image-align-center-label{background:url(../images/align-center.png) center left no-repeat}.image-align-right-label{background:url(../images/align-right.png) center left no-repeat}tr.image-size td{width:460px}tr.image-size div.image-size-item{margin:0 0 5px}#gallery-form .progress,#library-form .progress,.describe.startclosed,.describe.startopen,.insert-gallery{display:none}.media-item .thumbnail{max-width:128px;max-height:128px}thead.media-item-info tr{background-color:transparent}.form-table thead.media-item-info{border:8px solid #fff}abbr.required{border:none}.describe label{display:inline}.describe td.error{padding:2px 8px}.describe td.A1{width:132px}.describe input[type=text],.describe textarea{width:460px;border-width:1px;border-style:solid}#media-upload p.ml-submit{padding:1em 0}#media-upload label.help,#media-upload p.help{font-family:sans-serif;font-style:italic;font-weight:400}#media-upload .ui-sortable .media-item{cursor:move}#media-upload tr.image-size{margin-bottom:1em;height:3em}#media-upload #filter{width:623px}#media-upload #filter .subsubsub{margin:8px 0}#filter .tablenav select{border-style:solid;border-width:1px;padding:2px;vertical-align:top;width:auto}#media-upload .del-attachment{display:none;margin:5px 0}.menu_order{float:left;font-size:11px;margin:8px 10px 0}.menu_order_input{border:1px solid #ddd;font-size:10px;padding:1px;width:23px}.ui-sortable-helper{background-color:#fff;border:1px solid #a0a5aa;opacity:.6;filter:alpha(opacity=60)}#media-upload th.order-head{width:20%;text-align:center}#media-upload th.actions-head{width:25%;text-align:center}#media-upload a.wp-post-thumbnail{margin:0 20px}#media-upload .widefat{border-style:solid solid none}.sorthelper{height:37px;width:623px;display:block}#gallery-settings th.label{width:160px}#gallery-settings #basic th.label{padding:5px 0 5px 5px}#gallery-settings .title,h4.media-sub-title{border-bottom:1px solid #DADADA;padding:0 0 3px}#gallery-settings .title{clear:both;font-size:1.6em}h3.media-title{font-size:1.6em}h4.media-sub-title{font-size:1.3em;margin:12px}#gallery-settings .title,h3.media-title,h4.media-sub-title{font-family:Georgia,"Times New Roman",Times,serif;font-weight:400;color:#5A5A5A}#gallery-settings .describe td{vertical-align:middle;height:3em}#gallery-settings .describe th.label{padding-top:.5em;text-align:right}#gallery-settings .describe{padding:5px;width:100%;clear:both;cursor:default;background:#fff}#gallery-settings .describe select{width:15em}#gallery-settings .describe select option,#gallery-settings .describe td{padding:0}#gallery-settings label,#gallery-settings legend{font-size:13px;color:#464646;margin-left:15px}#gallery-settings .align .field label{margin:0 3px 0 1em}#gallery-settings p.ml-submit{border-top:1px solid #dfdfdf}#gallery-settings select#columns{width:6em}#sort-buttons{font-size:.8em;margin:3px 0 -8px 25px;text-align:left;max-width:625px}#sort-buttons #asc,#sort-buttons #showall{padding-right:5px}#sort-buttons span{margin-left:25px}p.media-types{padding:1em}tr.not-image{display:none}table.not-image tr.not-image{display:table-row}table.not-image tr.image-only{display:none}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.image-align-none-label{background-image:url(../images/align-none-2x.png?ver=20120916);-webkit-background-size:21px 15px;background-size:21px 15px}.image-align-left-label{background-image:url(../images/align-left-2x.png?ver=20120916);-webkit-background-size:22px 15px;background-size:22px 15px}.image-align-center-label{background-image:url(../images/align-center-2x.png?ver=20120916);-webkit-background-size:21px 15px;background-size:21px 15px}.image-align-right-label{background-image:url(../images/align-right-2x.png?ver=20120916);-webkit-background-size:22px 15px;background-size:22px 15px}}
...\ No newline at end of file ...\ No newline at end of file
1 /* Styles for the media library iframe (not used on the Library screen) */
2
3 div#media-upload-header {
4 margin: 0;
5 padding: 5px 5px 0;
6 font-weight: bold;
7 position: relative;
8 border-bottom: 1px solid #dfdfdf;
9 background: #f9f9f9;
10 }
11
12 #sidemenu {
13 overflow: hidden;
14 float: none;
15 position: relative;
16 left: 0;
17 bottom: -1px;
18 margin: 0 5px;
19 padding-left: 10px;
20 list-style: none;
21 font-size: 12px;
22 font-weight: normal;
23 }
24
25 #sidemenu a {
26 padding: 0 7px;
27 display: block;
28 float: left;
29 line-height: 28px;
30 border-top: 1px solid #f9f9f9;
31 border-bottom: 1px solid #dfdfdf;
32 background-color: #f9f9f9;
33 text-decoration: none;
34 -webkit-transition: none;
35 transition: none;
36 }
37
38 #sidemenu li {
39 display: inline;
40 line-height: 200%;
41 list-style: none;
42 text-align: center;
43 white-space: nowrap;
44 margin: 0;
45 padding: 0;
46 }
47
48 #sidemenu a.current {
49 font-weight: normal;
50 padding-left: 6px;
51 padding-right: 6px;
52 border: 1px solid #dfdfdf;
53 border-bottom-color: #f1f1f1;
54 background-color: #f1f1f1;
55 color: #000;
56 }
57
58 #media-upload:after { /* clearfix */
59 content: "";
60 display: table;
61 clear: both;
62 }
63
64 #media-upload .slidetoggle {
65 border-top-color: #dfdfdf;
66 }
67
68 #media-upload input[type="radio"] {
69 padding: 0;
70 }
71
72 form {
73 margin: 1em;
74 }
75
76 #search-filter {
77 text-align: right;
78 }
79
80 th {
81 position: relative;
82 }
83
84 .media-upload-form label.form-help, td.help {
85 font-family: sans-serif;
86 font-style: italic;
87 font-weight: normal;
88 }
89
90 .media-upload-form p.help {
91 margin: 0;
92 padding: 0;
93 }
94
95 .media-upload-form fieldset {
96 width: 100%;
97 border: none;
98 text-align: justify;
99 margin: 0 0 1em 0;
100 padding: 0;
101 }
102
103 /* specific to the image upload form */
104
105 .image-align-none-label {
106 background: url(../images/align-none.png) no-repeat center left;
107 }
108
109 .image-align-left-label {
110 background: url(../images/align-left.png) no-repeat center left;
111 }
112
113 .image-align-center-label {
114 background: url(../images/align-center.png) no-repeat center left;
115 }
116
117 .image-align-right-label {
118 background: url(../images/align-right.png) no-repeat center left;
119 }
120
121 tr.image-size td {
122 width: 460px;
123 }
124
125 tr.image-size div.image-size-item {
126 margin: 0 0 5px;
127 }
128
129 #library-form .progress,
130 #gallery-form .progress,
131 .insert-gallery,
132 .describe.startopen,
133 .describe.startclosed {
134 display: none;
135 }
136
137 .media-item .thumbnail {
138 max-width: 128px;
139 max-height: 128px;
140 }
141
142 thead.media-item-info tr {
143 background-color: transparent;
144 }
145
146 .form-table thead.media-item-info {
147 border: 8px solid #fff;
148 }
149
150 abbr.required {
151 text-decoration: none;
152 border: none;
153 }
154
155 .describe label {
156 display: inline;
157 }
158
159 .describe td.error {
160 padding: 2px 8px;
161 }
162
163 .describe td.A1 {
164 width: 132px;
165 }
166
167 .describe input[type="text"],
168 .describe textarea {
169 width: 460px;
170 border-width: 1px;
171 border-style: solid;
172 }
173
174 /* Specific to Uploader */
175
176 #media-upload p.ml-submit {
177 padding: 1em 0;
178 }
179
180 #media-upload p.help,
181 #media-upload label.help {
182 font-family: sans-serif;
183 font-style: italic;
184 font-weight: normal;
185 }
186
187 #media-upload .ui-sortable .media-item {
188 cursor: move;
189 }
190
191 #media-upload tr.image-size {
192 margin-bottom: 1em;
193 height: 3em;
194 }
195
196 #media-upload #filter {
197 width: 623px;
198 }
199
200 #media-upload #filter .subsubsub {
201 margin: 8px 0;
202 }
203
204 #filter .tablenav select {
205 border-style: solid;
206 border-width: 1px;
207 padding: 2px;
208 vertical-align: top;
209 width: auto;
210 }
211
212 #media-upload .del-attachment {
213 display: none;
214 margin: 5px 0;
215 }
216
217 .menu_order {
218 float: right;
219 font-size: 11px;
220 margin: 8px 10px 0;
221 }
222
223 .menu_order_input {
224 border: 1px solid #ddd;
225 font-size: 10px;
226 padding: 1px;
227 width: 23px;
228 }
229
230 .ui-sortable-helper {
231 background-color: #fff;
232 border: 1px solid #a0a5aa;
233 opacity: 0.6;
234 filter: alpha(opacity=60);
235 }
236
237 #media-upload th.order-head {
238 width: 20%;
239 text-align: center;
240 }
241
242 #media-upload th.actions-head {
243 width: 25%;
244 text-align: center;
245 }
246
247 #media-upload a.wp-post-thumbnail {
248 margin: 0 20px;
249 }
250
251 #media-upload .widefat {
252 border-style: solid solid none;
253 }
254
255 .sorthelper {
256 height: 37px;
257 width: 623px;
258 display: block;
259 }
260
261 #gallery-settings th.label {
262 width: 160px;
263 }
264
265 #gallery-settings #basic th.label {
266 padding: 5px 5px 5px 0;
267 }
268
269 #gallery-settings .title {
270 clear: both;
271 padding: 0 0 3px;
272 font-size: 1.6em;
273 border-bottom: 1px solid #DADADA;
274 }
275
276 h3.media-title {
277 font-size: 1.6em;
278 }
279
280 h4.media-sub-title {
281 border-bottom: 1px solid #DADADA;
282 font-size: 1.3em;
283 margin: 12px;
284 padding: 0 0 3px;
285 }
286
287 #gallery-settings .title,
288 h3.media-title,
289 h4.media-sub-title {
290 font-family: Georgia,"Times New Roman",Times,serif;
291 font-weight: normal;
292 color: #5A5A5A;
293 }
294
295 #gallery-settings .describe td {
296 vertical-align: middle;
297 height: 3em;
298 }
299
300 #gallery-settings .describe th.label {
301 padding-top: .5em;
302 text-align: left;
303 }
304
305 #gallery-settings .describe {
306 padding: 5px;
307 width: 100%;
308 clear: both;
309 cursor: default;
310 background: #fff;
311 }
312
313 #gallery-settings .describe select {
314 width: 15em;
315 }
316
317 #gallery-settings .describe select option,
318 #gallery-settings .describe td {
319 padding: 0;
320 }
321
322 #gallery-settings label,
323 #gallery-settings legend {
324 font-size: 13px;
325 color: #464646;
326 margin-right: 15px;
327 }
328
329 #gallery-settings .align .field label {
330 margin: 0 1em 0 3px;
331 }
332
333 #gallery-settings p.ml-submit {
334 border-top: 1px solid #dfdfdf;
335 }
336
337 #gallery-settings select#columns {
338 width: 6em;
339 }
340
341 #sort-buttons {
342 font-size: 0.8em;
343 margin: 3px 25px -8px 0;
344 text-align: right;
345 max-width: 625px;
346 }
347
348 #sort-buttons a {
349 text-decoration: none;
350 }
351
352 #sort-buttons #asc,
353 #sort-buttons #showall {
354 padding-left: 5px;
355 }
356
357 #sort-buttons span {
358 margin-right: 25px;
359 }
360
361 p.media-types {
362 padding: 1em;
363 }
364
365 tr.not-image {
366 display: none;
367 }
368
369 table.not-image tr.not-image {
370 display: table-row;
371 }
372
373 table.not-image tr.image-only {
374 display: none;
375 }
376
377 /**
378 * HiDPI Displays
379 */
380 @media print,
381 (-webkit-min-device-pixel-ratio: 1.25),
382 (min-resolution: 120dpi) {
383
384 .image-align-none-label {
385 background-image: url(../images/align-none-2x.png?ver=20120916);
386 -webkit-background-size: 21px 15px;
387 background-size: 21px 15px;
388 }
389
390 .image-align-left-label {
391 background-image: url(../images/align-left-2x.png?ver=20120916);
392 -webkit-background-size: 22px 15px;
393 background-size: 22px 15px;
394 }
395
396 .image-align-center-label {
397 background-image: url(../images/align-center-2x.png?ver=20120916);
398 -webkit-background-size: 21px 15px;
399 background-size: 21px 15px;
400 }
401
402 .image-align-right-label {
403 background-image: url(../images/align-right-2x.png?ver=20120916);
404 -webkit-background-size: 22px 15px;
405 background-size: 22px 15px;
406 }
407 }
1 #sidemenu,th{position:relative}#sidemenu a,#sort-buttons a,abbr.required{text-decoration:none}div#media-upload-header{margin:0;padding:5px 5px 0;font-weight:700;position:relative;border-bottom:1px solid #dfdfdf;background:#f9f9f9}#sidemenu{overflow:hidden;float:none;left:0;bottom:-1px;margin:0 5px;padding-left:10px;list-style:none;font-size:12px;font-weight:400}#sidemenu a{padding:0 7px;display:block;float:left;line-height:28px;border-top:1px solid #f9f9f9;border-bottom:1px solid #dfdfdf;background-color:#f9f9f9;-webkit-transition:none;transition:none}#sidemenu li{display:inline;line-height:200%;list-style:none;text-align:center;white-space:nowrap;margin:0;padding:0}#sidemenu a.current{font-weight:400;padding-left:6px;padding-right:6px;border:1px solid #dfdfdf;border-bottom-color:#f1f1f1;background-color:#f1f1f1;color:#000}#media-upload:after{content:"";display:table;clear:both}#media-upload .slidetoggle{border-top-color:#dfdfdf}#media-upload input[type=radio]{padding:0}form{margin:1em}#search-filter{text-align:right}.media-upload-form label.form-help,td.help{font-family:sans-serif;font-style:italic;font-weight:400}.media-upload-form p.help{margin:0;padding:0}.media-upload-form fieldset{width:100%;border:none;text-align:justify;margin:0 0 1em;padding:0}.image-align-none-label{background:url(../images/align-none.png) center left no-repeat}.image-align-left-label{background:url(../images/align-left.png) center left no-repeat}.image-align-center-label{background:url(../images/align-center.png) center left no-repeat}.image-align-right-label{background:url(../images/align-right.png) center left no-repeat}tr.image-size td{width:460px}tr.image-size div.image-size-item{margin:0 0 5px}#gallery-form .progress,#library-form .progress,.describe.startclosed,.describe.startopen,.insert-gallery{display:none}.media-item .thumbnail{max-width:128px;max-height:128px}thead.media-item-info tr{background-color:transparent}.form-table thead.media-item-info{border:8px solid #fff}abbr.required{border:none}.describe label{display:inline}.describe td.error{padding:2px 8px}.describe td.A1{width:132px}.describe input[type=text],.describe textarea{width:460px;border-width:1px;border-style:solid}#media-upload p.ml-submit{padding:1em 0}#media-upload label.help,#media-upload p.help{font-family:sans-serif;font-style:italic;font-weight:400}#media-upload .ui-sortable .media-item{cursor:move}#media-upload tr.image-size{margin-bottom:1em;height:3em}#media-upload #filter{width:623px}#media-upload #filter .subsubsub{margin:8px 0}#filter .tablenav select{border-style:solid;border-width:1px;padding:2px;vertical-align:top;width:auto}#media-upload .del-attachment{display:none;margin:5px 0}.menu_order{float:right;font-size:11px;margin:8px 10px 0}.menu_order_input{border:1px solid #ddd;font-size:10px;padding:1px;width:23px}.ui-sortable-helper{background-color:#fff;border:1px solid #a0a5aa;opacity:.6;filter:alpha(opacity=60)}#media-upload th.order-head{width:20%;text-align:center}#media-upload th.actions-head{width:25%;text-align:center}#media-upload a.wp-post-thumbnail{margin:0 20px}#media-upload .widefat{border-style:solid solid none}.sorthelper{height:37px;width:623px;display:block}#gallery-settings th.label{width:160px}#gallery-settings #basic th.label{padding:5px 5px 5px 0}#gallery-settings .title,h4.media-sub-title{border-bottom:1px solid #DADADA;padding:0 0 3px}#gallery-settings .title{clear:both;font-size:1.6em}h3.media-title{font-size:1.6em}h4.media-sub-title{font-size:1.3em;margin:12px}#gallery-settings .title,h3.media-title,h4.media-sub-title{font-family:Georgia,"Times New Roman",Times,serif;font-weight:400;color:#5A5A5A}#gallery-settings .describe td{vertical-align:middle;height:3em}#gallery-settings .describe th.label{padding-top:.5em;text-align:left}#gallery-settings .describe{padding:5px;width:100%;clear:both;cursor:default;background:#fff}#gallery-settings .describe select{width:15em}#gallery-settings .describe select option,#gallery-settings .describe td{padding:0}#gallery-settings label,#gallery-settings legend{font-size:13px;color:#464646;margin-right:15px}#gallery-settings .align .field label{margin:0 1em 0 3px}#gallery-settings p.ml-submit{border-top:1px solid #dfdfdf}#gallery-settings select#columns{width:6em}#sort-buttons{font-size:.8em;margin:3px 25px -8px 0;text-align:right;max-width:625px}#sort-buttons #asc,#sort-buttons #showall{padding-left:5px}#sort-buttons span{margin-right:25px}p.media-types{padding:1em}tr.not-image{display:none}table.not-image tr.not-image{display:table-row}table.not-image tr.image-only{display:none}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.image-align-none-label{background-image:url(../images/align-none-2x.png?ver=20120916);-webkit-background-size:21px 15px;background-size:21px 15px}.image-align-left-label{background-image:url(../images/align-left-2x.png?ver=20120916);-webkit-background-size:22px 15px;background-size:22px 15px}.image-align-center-label{background-image:url(../images/align-center-2x.png?ver=20120916);-webkit-background-size:21px 15px;background-size:21px 15px}.image-align-right-label{background-image:url(../images/align-right-2x.png?ver=20120916);-webkit-background-size:22px 15px;background-size:22px 15px}}
...\ No newline at end of file ...\ No newline at end of file
1
2 .farbtastic {
3 position: relative;
4 }
5
6 .farbtastic * {
7 position: absolute;
8 cursor: crosshair;
9 }
10
11 .farbtastic,
12 .farbtastic .wheel {
13 width: 195px;
14 height: 195px;
15 }
16
17 .farbtastic .color,
18 .farbtastic .overlay {
19 top: 47px;
20 right: 47px;
21 width: 101px;
22 height: 101px;
23 }
24
25 .farbtastic .wheel {
26 background: url(../images/wheel.png) no-repeat;
27 width: 195px;
28 height: 195px;
29 }
30
31 .farbtastic .overlay {
32 background: url(../images/mask.png) no-repeat;
33 }
34
35 .farbtastic .marker {
36 width: 17px;
37 height: 17px;
38 margin: -8px -8px 0 0;
39 overflow: hidden;
40 background: url(../images/marker.png) no-repeat;
41 }
1
2 .farbtastic {
3 position: relative;
4 }
5
6 .farbtastic * {
7 position: absolute;
8 cursor: crosshair;
9 }
10
11 .farbtastic,
12 .farbtastic .wheel {
13 width: 195px;
14 height: 195px;
15 }
16
17 .farbtastic .color,
18 .farbtastic .overlay {
19 top: 47px;
20 left: 47px;
21 width: 101px;
22 height: 101px;
23 }
24
25 .farbtastic .wheel {
26 background: url(../images/wheel.png) no-repeat;
27 width: 195px;
28 height: 195px;
29 }
30
31 .farbtastic .overlay {
32 background: url(../images/mask.png) no-repeat;
33 }
34
35 .farbtastic .marker {
36 width: 17px;
37 height: 17px;
38 margin: -8px 0 0 -8px;
39 overflow: hidden;
40 background: url(../images/marker.png) no-repeat;
41 }
1 html {
2 background: #f1f1f1;
3 margin: 0 20px;
4 }
5
6 body {
7 background: #fff;
8 color: #444;
9 font-family: "Open Sans", sans-serif;
10 margin: 140px auto 25px;
11 padding: 20px 20px 10px 20px;
12 max-width: 700px;
13 -webkit-font-smoothing: subpixel-antialiased;
14 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
15 box-shadow: 0 1px 3px rgba(0,0,0,0.13);
16 }
17
18 a {
19 color: #0073aa;
20 text-decoration: none;
21 }
22
23 a:hover {
24 color: #00a0d2;
25 }
26
27 h1 {
28 border-bottom: 1px solid #dedede;
29 clear: both;
30 color: #666;
31 font-size: 24px;
32 margin: 30px 0;
33 padding: 0;
34 padding-bottom: 7px;
35 font-weight: normal;
36 }
37
38 h2 {
39 font-size: 16px;
40 }
41
42 p, li, dd, dt {
43 padding-bottom: 2px;
44 font-size: 14px;
45 line-height: 1.5;
46 }
47
48 code, .code {
49 font-family: Consolas, Monaco, monospace;
50 }
51
52 ul, ol, dl {
53 padding: 5px 22px 5px 5px;
54 }
55
56 a img {
57 border:0
58 }
59 abbr {
60 border: 0;
61 font-variant: normal;
62 }
63
64 label {
65 cursor: pointer;
66 }
67
68 #logo {
69 margin: 6px 0 14px 0;
70 border-bottom: none;
71 text-align:center
72 }
73 #logo a {
74 background-image: url(../images/w-logo-blue.png?ver=20131202);
75 background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
76 -webkit-background-size: 84px;
77 background-size: 84px;
78 background-position: center top;
79 background-repeat: no-repeat;
80 color: #999;
81 height: 84px;
82 font-size: 20px;
83 font-weight: normal;
84 line-height: 1.3em;
85 margin: -130px auto 25px;
86 padding: 0;
87 text-decoration: none;
88 width: 84px;
89 text-indent: -9999px;
90 outline: none;
91 overflow: hidden;
92 display: block;
93 }
94 .step {
95 margin: 20px 0 15px;
96 }
97 .step, th {
98 text-align: right;
99 padding: 0;
100 }
101 .language-chooser.wp-core-ui .step .button.button-large {
102 height: 36px;
103 vertical-align: middle;
104 font-size: 14px;
105 }
106 textarea {
107 border: 1px solid #dfdfdf;
108 font-family: "Open Sans", sans-serif;
109 width: 100%;
110 -webkit-box-sizing: border-box;
111 -moz-box-sizing: border-box;
112 box-sizing: border-box;
113 }
114
115 .form-table {
116 border-collapse: collapse;
117 margin-top: 1em;
118 width: 100%;
119 }
120
121 .form-table td {
122 margin-bottom: 9px;
123 padding: 10px 0 10px 20px;
124 font-size: 14px;
125 vertical-align: top
126 }
127
128 .form-table th {
129 font-size: 14px;
130 text-align: right;
131 padding: 10px 0 10px 20px;
132 width: 140px;
133 vertical-align: top;
134 }
135
136 .form-table code {
137 line-height: 18px;
138 font-size: 14px;
139 }
140
141 .form-table p {
142 margin: 4px 0 0 0;
143 font-size: 11px;
144 }
145
146 .form-table input {
147 line-height: 20px;
148 font-size: 15px;
149 padding: 3px 5px;
150 border: 1px solid #ddd;
151 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
152 box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
153 }
154
155 input,
156 submit {
157 font-family: "Open Sans", sans-serif;
158 }
159
160 .form-table input[type=text],
161 .form-table input[type=email],
162 .form-table input[type=url],
163 .form-table input[type=password] {
164 width: 206px;
165 }
166
167 .form-table th p {
168 font-weight: normal;
169 }
170
171 .form-table.install-success td {
172 vertical-align: middle;
173 padding: 16px 0 16px 20px;
174 }
175
176 .form-table.install-success td p {
177 margin: 0;
178 font-size: 14px;
179 }
180
181 .form-table.install-success td code {
182 margin: 0;
183 font-size: 18px;
184 }
185
186 #error-page {
187 margin-top: 50px;
188 }
189
190 #error-page p {
191 font-size: 14px;
192 line-height: 18px;
193 margin: 25px 0 20px;
194 }
195
196 #error-page code, .code {
197 font-family: Consolas, Monaco, monospace;
198 }
199
200 .wp-hide-pw > .dashicons {
201 line-height: inherit;
202 }
203
204 #pass-strength-result {
205 background-color: #eee;
206 border: 1px solid #ddd;
207 color: #23282d;
208 margin: -2px 0px 5px 5px;
209 padding: 3px 5px;
210 text-align: center;
211 width: 218px;
212 -webkit-box-sizing: border-box;
213 -moz-box-sizing: border-box;
214 box-sizing: border-box;
215 opacity: 0;
216 }
217
218 #pass-strength-result.short {
219 background-color: #f1adad;
220 border-color: #e35b5b;
221 opacity: 1;
222 }
223
224 #pass-strength-result.bad {
225 background-color: #fbc5a9;
226 border-color: #f78b53;
227 opacity: 1;
228 }
229
230 #pass-strength-result.good {
231 background-color: #ffe399;
232 border-color: #ffc733;
233 opacity: 1;
234 }
235
236 #pass-strength-result.strong {
237 background-color: #c1e1b9;
238 border-color: #83c373;
239 opacity: 1;
240 }
241
242 #pass1.short, #pass1-text.short {
243 border-color: #e35b5b;
244 }
245
246 #pass1.bad, #pass1-text.bad {
247 border-color: #f78b53;
248 }
249
250 #pass1.good, #pass1-text.good {
251 border-color: #ffc733;
252 }
253
254 #pass1.strong, #pass1-text.strong {
255 border-color: #83c373;
256 }
257
258 .pw-weak {
259 display: none;
260 }
261
262 .message {
263 border: 1px solid #c00;
264 padding: 0.5em 0.7em;
265 margin: 5px 0 15px;
266 background-color: #ffebe8;
267 }
268
269 /* rtl:ignore */
270 #dbname,
271 #uname,
272 #pwd,
273 #dbhost,
274 #prefix,
275 #user_login,
276 #admin_email,
277 #pass1,
278 #pass2 {
279 direction: ltr;
280 }
281
282 #pass1-text,
283 .show-password #pass1 {
284 display: none;
285 }
286
287 .show-password #pass1-text
288 {
289 display: inline-block;
290 }
291
292 .form-table span.description.important {
293 font-size: 12px;
294 }
295
296
297 /* localization */
298 body.rtl,
299 .rtl textarea,
300 .rtl input,
301 .rtl submit {
302 font-family: Tahoma, sans-serif;
303 }
304
305 :lang(he-il) body.rtl,
306 :lang(he-il) .rtl textarea,
307 :lang(he-il) .rtl input,
308 :lang(he-il) .rtl submit {
309 font-family: Arial, sans-serif;
310 }
311
312 @media only screen and (max-width: 799px) {
313 body {
314 margin-top: 115px;
315 }
316 #logo a {
317 margin: -125px auto 30px;
318 }
319 }
320
321 @media screen and ( max-width: 782px ) {
322
323 .form-table {
324 margin-top: 0;
325 }
326
327 .form-table th,
328 .form-table td {
329 display: block;
330 width: auto;
331 vertical-align: middle;
332 }
333
334 .form-table th {
335 padding: 20px 0 0;
336 }
337
338 .form-table td {
339 padding: 5px 0;
340 border: 0;
341 margin: 0;
342 }
343
344 textarea,
345 input {
346 font-size: 16px;
347 }
348
349 .form-table td input[type="text"],
350 .form-table td input[type="email"],
351 .form-table td input[type="url"],
352 .form-table td input[type="password"],
353 .form-table td select,
354 .form-table td textarea,
355 .form-table span.description {
356 width: 100%;
357 font-size: 16px;
358 line-height: 1.5;
359 padding: 7px 10px;
360 display: block;
361 max-width: none;
362 -webkit-box-sizing: border-box;
363 -moz-box-sizing: border-box;
364 box-sizing: border-box;
365 }
366
367 }
368
369 body.language-chooser {
370 max-width: 300px;
371 }
372
373 .language-chooser select {
374 padding: 8px;
375 width: 100%;
376 display: block;
377 border: 1px solid #ddd;
378 background-color: #fff;
379 color: #32373c;
380 font-size: 16px;
381 font-family: Arial, sans-serif;
382 font-weight: normal;
383 }
384
385 .language-chooser p {
386 text-align: left;
387 }
388
389 .screen-reader-input,
390 .screen-reader-text {
391 position: absolute;
392 margin: -1px;
393 padding: 0;
394 height: 1px;
395 width: 1px;
396 overflow: hidden;
397 clip: rect(0 0 0 0);
398 border: 0;
399 }
400
401 .spinner {
402 background: url(../images/spinner.gif) no-repeat;
403 -webkit-background-size: 20px 20px;
404 background-size: 20px 20px;
405 visibility: hidden;
406 opacity: 0.7;
407 filter: alpha(opacity=70);
408 width: 20px;
409 height: 20px;
410 margin: 2px 5px 0;
411 }
412
413 .step .spinner {
414 display: inline-block;
415 margin-top: 8px;
416 margin-left: 15px;
417 vertical-align: top;
418 }
419
420 .button-secondary.hide-if-no-js,
421 .hide-if-no-js {
422 display: none;
423 }
424
425 /**
426 * HiDPI Displays
427 */
428 @media print,
429 (-webkit-min-device-pixel-ratio: 1.25),
430 (min-resolution: 120dpi) {
431
432 .spinner {
433 background-image: url(../images/spinner-2x.gif);
434 }
435
436 }
1 a img,abbr{border:0}#logo a,a{text-decoration:none}#logo a,.form-table th p,h1{font-weight:400}html{background:#f1f1f1;margin:0 20px}body{background:#fff;color:#444;font-family:"Open Sans",sans-serif;margin:140px auto 25px;padding:20px 20px 10px;max-width:700px;-webkit-font-smoothing:subpixel-antialiased;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}a{color:#0073aa}a:hover{color:#00a0d2}h1{border-bottom:1px solid #dedede;clear:both;color:#666;font-size:24px;margin:30px 0;padding:0 0 7px}h2{font-size:16px}dd,dt,li,p{padding-bottom:2px;font-size:14px;line-height:1.5}.code,code{font-family:Consolas,Monaco,monospace}input,submit,textarea{font-family:"Open Sans",sans-serif}dl,ol,ul{padding:5px 22px 5px 5px}abbr{font-variant:normal}label{cursor:pointer}#logo{margin:6px 0 14px;border-bottom:none;text-align:center}#logo a{background-image:url(../images/w-logo-blue.png?ver=20131202);background-image:none,url(../images/wordpress-logo.svg?ver=20131107);-webkit-background-size:84px;background-size:84px;background-position:center top;background-repeat:no-repeat;color:#999;height:84px;font-size:20px;line-height:1.3em;margin:-130px auto 25px;padding:0;width:84px;text-indent:-9999px;outline:0;overflow:hidden;display:block}#pass1-text,.pw-weak,.show-password #pass1{display:none}.step{margin:20px 0 15px}.step,th{text-align:right;padding:0}.language-chooser.wp-core-ui .step .button.button-large{height:36px;vertical-align:middle;font-size:14px}.form-table td,.form-table th{font-size:14px;padding:10px 0 10px 20px;vertical-align:top}textarea{border:1px solid #dfdfdf;width:100%;box-sizing:border-box}#pass-strength-result,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.form-table{border-collapse:collapse;margin-top:1em;width:100%}.form-table td{margin-bottom:9px}.form-table th{text-align:right;width:140px}.form-table code{line-height:18px;font-size:14px}.form-table p{margin:4px 0 0;font-size:11px}.form-table input{line-height:20px;font-size:15px;padding:3px 5px;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.form-table input[type=email],.form-table input[type=password],.form-table input[type=text],.form-table input[type=url]{width:206px}.form-table.install-success td{vertical-align:middle;padding:16px 0 16px 20px}.form-table.install-success td p{margin:0;font-size:14px}.form-table.install-success td code{margin:0;font-size:18px}#error-page{margin-top:50px}#error-page p{font-size:14px;line-height:18px;margin:25px 0 20px}#error-page code,.code{font-family:Consolas,Monaco,monospace}.wp-hide-pw>.dashicons{line-height:inherit}#pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:-2px 0 5px 5px;padding:3px 5px;text-align:center;width:218px;box-sizing:border-box;opacity:0}#pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#pass1-text.short,#pass1.short{border-color:#e35b5b}#pass1-text.bad,#pass1.bad{border-color:#f78b53}#pass1-text.good,#pass1.good{border-color:#ffc733}#pass1-text.strong,#pass1.strong{border-color:#83c373}.message{border:1px solid #c00;padding:.5em .7em;margin:5px 0 15px;background-color:#ffebe8}#admin_email,#dbhost,#dbname,#pass1,#pass2,#prefix,#pwd,#uname,#user_login{direction:ltr}.show-password #pass1-text{display:inline-block}.form-table span.description.important{font-size:12px}.rtl input,.rtl submit,.rtl textarea,body.rtl{font-family:Tahoma,sans-serif}.language-chooser select,:lang(he-il) .rtl input,:lang(he-il) .rtl submit,:lang(he-il) .rtl textarea,:lang(he-il) body.rtl{font-family:Arial,sans-serif}@media only screen and (max-width:799px){body{margin-top:115px}#logo a{margin:-125px auto 30px}}@media screen and (max-width:782px){.form-table{margin-top:0}.form-table td,.form-table th{display:block;width:auto;vertical-align:middle}.form-table th{padding:20px 0 0}.form-table td{padding:5px 0;border:0;margin:0}input,textarea{font-size:16px}.form-table span.description,.form-table td input[type=text],.form-table td input[type=email],.form-table td input[type=url],.form-table td input[type=password],.form-table td select,.form-table td textarea{width:100%;font-size:16px;line-height:1.5;padding:7px 10px;display:block;max-width:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}body.language-chooser{max-width:300px}.language-chooser select{padding:8px;width:100%;display:block;border:1px solid #ddd;background-color:#fff;color:#32373c;font-size:16px;font-weight:400}.language-chooser p{text-align:left}.screen-reader-input,.screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.spinner{background:url(../images/spinner.gif) no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;visibility:hidden;opacity:.7;filter:alpha(opacity=70);width:20px;height:20px;margin:2px 5px 0}.step .spinner{display:inline-block;margin-top:8px;margin-left:15px;vertical-align:top}.button-secondary.hide-if-no-js,.hide-if-no-js{display:none}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.spinner{background-image:url(../images/spinner-2x.gif)}}
...\ No newline at end of file ...\ No newline at end of file
1 html {
2 background: #f1f1f1;
3 margin: 0 20px;
4 }
5
6 body {
7 background: #fff;
8 color: #444;
9 font-family: "Open Sans", sans-serif;
10 margin: 140px auto 25px;
11 padding: 20px 20px 10px 20px;
12 max-width: 700px;
13 -webkit-font-smoothing: subpixel-antialiased;
14 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
15 box-shadow: 0 1px 3px rgba(0,0,0,0.13);
16 }
17
18 a {
19 color: #0073aa;
20 text-decoration: none;
21 }
22
23 a:hover {
24 color: #00a0d2;
25 }
26
27 h1 {
28 border-bottom: 1px solid #dedede;
29 clear: both;
30 color: #666;
31 font-size: 24px;
32 margin: 30px 0;
33 padding: 0;
34 padding-bottom: 7px;
35 font-weight: normal;
36 }
37
38 h2 {
39 font-size: 16px;
40 }
41
42 p, li, dd, dt {
43 padding-bottom: 2px;
44 font-size: 14px;
45 line-height: 1.5;
46 }
47
48 code, .code {
49 font-family: Consolas, Monaco, monospace;
50 }
51
52 ul, ol, dl {
53 padding: 5px 5px 5px 22px;
54 }
55
56 a img {
57 border:0
58 }
59 abbr {
60 border: 0;
61 font-variant: normal;
62 }
63
64 label {
65 cursor: pointer;
66 }
67
68 #logo {
69 margin: 6px 0 14px 0;
70 border-bottom: none;
71 text-align:center
72 }
73 #logo a {
74 background-image: url(../images/w-logo-blue.png?ver=20131202);
75 background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
76 -webkit-background-size: 84px;
77 background-size: 84px;
78 background-position: center top;
79 background-repeat: no-repeat;
80 color: #999;
81 height: 84px;
82 font-size: 20px;
83 font-weight: normal;
84 line-height: 1.3em;
85 margin: -130px auto 25px;
86 padding: 0;
87 text-decoration: none;
88 width: 84px;
89 text-indent: -9999px;
90 outline: none;
91 overflow: hidden;
92 display: block;
93 }
94 .step {
95 margin: 20px 0 15px;
96 }
97 .step, th {
98 text-align: left;
99 padding: 0;
100 }
101 .language-chooser.wp-core-ui .step .button.button-large {
102 height: 36px;
103 vertical-align: middle;
104 font-size: 14px;
105 }
106 textarea {
107 border: 1px solid #dfdfdf;
108 font-family: "Open Sans", sans-serif;
109 width: 100%;
110 -webkit-box-sizing: border-box;
111 -moz-box-sizing: border-box;
112 box-sizing: border-box;
113 }
114
115 .form-table {
116 border-collapse: collapse;
117 margin-top: 1em;
118 width: 100%;
119 }
120
121 .form-table td {
122 margin-bottom: 9px;
123 padding: 10px 20px 10px 0;
124 font-size: 14px;
125 vertical-align: top
126 }
127
128 .form-table th {
129 font-size: 14px;
130 text-align: left;
131 padding: 10px 20px 10px 0;
132 width: 140px;
133 vertical-align: top;
134 }
135
136 .form-table code {
137 line-height: 18px;
138 font-size: 14px;
139 }
140
141 .form-table p {
142 margin: 4px 0 0 0;
143 font-size: 11px;
144 }
145
146 .form-table input {
147 line-height: 20px;
148 font-size: 15px;
149 padding: 3px 5px;
150 border: 1px solid #ddd;
151 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
152 box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
153 }
154
155 input,
156 submit {
157 font-family: "Open Sans", sans-serif;
158 }
159
160 .form-table input[type=text],
161 .form-table input[type=email],
162 .form-table input[type=url],
163 .form-table input[type=password] {
164 width: 206px;
165 }
166
167 .form-table th p {
168 font-weight: normal;
169 }
170
171 .form-table.install-success td {
172 vertical-align: middle;
173 padding: 16px 20px 16px 0;
174 }
175
176 .form-table.install-success td p {
177 margin: 0;
178 font-size: 14px;
179 }
180
181 .form-table.install-success td code {
182 margin: 0;
183 font-size: 18px;
184 }
185
186 #error-page {
187 margin-top: 50px;
188 }
189
190 #error-page p {
191 font-size: 14px;
192 line-height: 18px;
193 margin: 25px 0 20px;
194 }
195
196 #error-page code, .code {
197 font-family: Consolas, Monaco, monospace;
198 }
199
200 .wp-hide-pw > .dashicons {
201 line-height: inherit;
202 }
203
204 #pass-strength-result {
205 background-color: #eee;
206 border: 1px solid #ddd;
207 color: #23282d;
208 margin: -2px 5px 5px 0px;
209 padding: 3px 5px;
210 text-align: center;
211 width: 218px;
212 -webkit-box-sizing: border-box;
213 -moz-box-sizing: border-box;
214 box-sizing: border-box;
215 opacity: 0;
216 }
217
218 #pass-strength-result.short {
219 background-color: #f1adad;
220 border-color: #e35b5b;
221 opacity: 1;
222 }
223
224 #pass-strength-result.bad {
225 background-color: #fbc5a9;
226 border-color: #f78b53;
227 opacity: 1;
228 }
229
230 #pass-strength-result.good {
231 background-color: #ffe399;
232 border-color: #ffc733;
233 opacity: 1;
234 }
235
236 #pass-strength-result.strong {
237 background-color: #c1e1b9;
238 border-color: #83c373;
239 opacity: 1;
240 }
241
242 #pass1.short, #pass1-text.short {
243 border-color: #e35b5b;
244 }
245
246 #pass1.bad, #pass1-text.bad {
247 border-color: #f78b53;
248 }
249
250 #pass1.good, #pass1-text.good {
251 border-color: #ffc733;
252 }
253
254 #pass1.strong, #pass1-text.strong {
255 border-color: #83c373;
256 }
257
258 .pw-weak {
259 display: none;
260 }
261
262 .message {
263 border: 1px solid #c00;
264 padding: 0.5em 0.7em;
265 margin: 5px 0 15px;
266 background-color: #ffebe8;
267 }
268
269 /* rtl:ignore */
270 #dbname,
271 #uname,
272 #pwd,
273 #dbhost,
274 #prefix,
275 #user_login,
276 #admin_email,
277 #pass1,
278 #pass2 {
279 direction: ltr;
280 }
281
282 #pass1-text,
283 .show-password #pass1 {
284 display: none;
285 }
286
287 .show-password #pass1-text
288 {
289 display: inline-block;
290 }
291
292 .form-table span.description.important {
293 font-size: 12px;
294 }
295
296
297 /* localization */
298 body.rtl,
299 .rtl textarea,
300 .rtl input,
301 .rtl submit {
302 font-family: Tahoma, sans-serif;
303 }
304
305 :lang(he-il) body.rtl,
306 :lang(he-il) .rtl textarea,
307 :lang(he-il) .rtl input,
308 :lang(he-il) .rtl submit {
309 font-family: Arial, sans-serif;
310 }
311
312 @media only screen and (max-width: 799px) {
313 body {
314 margin-top: 115px;
315 }
316 #logo a {
317 margin: -125px auto 30px;
318 }
319 }
320
321 @media screen and ( max-width: 782px ) {
322
323 .form-table {
324 margin-top: 0;
325 }
326
327 .form-table th,
328 .form-table td {
329 display: block;
330 width: auto;
331 vertical-align: middle;
332 }
333
334 .form-table th {
335 padding: 20px 0 0;
336 }
337
338 .form-table td {
339 padding: 5px 0;
340 border: 0;
341 margin: 0;
342 }
343
344 textarea,
345 input {
346 font-size: 16px;
347 }
348
349 .form-table td input[type="text"],
350 .form-table td input[type="email"],
351 .form-table td input[type="url"],
352 .form-table td input[type="password"],
353 .form-table td select,
354 .form-table td textarea,
355 .form-table span.description {
356 width: 100%;
357 font-size: 16px;
358 line-height: 1.5;
359 padding: 7px 10px;
360 display: block;
361 max-width: none;
362 -webkit-box-sizing: border-box;
363 -moz-box-sizing: border-box;
364 box-sizing: border-box;
365 }
366
367 }
368
369 body.language-chooser {
370 max-width: 300px;
371 }
372
373 .language-chooser select {
374 padding: 8px;
375 width: 100%;
376 display: block;
377 border: 1px solid #ddd;
378 background-color: #fff;
379 color: #32373c;
380 font-size: 16px;
381 font-family: Arial, sans-serif;
382 font-weight: normal;
383 }
384
385 .language-chooser p {
386 text-align: right;
387 }
388
389 .screen-reader-input,
390 .screen-reader-text {
391 position: absolute;
392 margin: -1px;
393 padding: 0;
394 height: 1px;
395 width: 1px;
396 overflow: hidden;
397 clip: rect(0 0 0 0);
398 border: 0;
399 }
400
401 .spinner {
402 background: url(../images/spinner.gif) no-repeat;
403 -webkit-background-size: 20px 20px;
404 background-size: 20px 20px;
405 visibility: hidden;
406 opacity: 0.7;
407 filter: alpha(opacity=70);
408 width: 20px;
409 height: 20px;
410 margin: 2px 5px 0;
411 }
412
413 .step .spinner {
414 display: inline-block;
415 margin-top: 8px;
416 margin-right: 15px;
417 vertical-align: top;
418 }
419
420 .button-secondary.hide-if-no-js,
421 .hide-if-no-js {
422 display: none;
423 }
424
425 /**
426 * HiDPI Displays
427 */
428 @media print,
429 (-webkit-min-device-pixel-ratio: 1.25),
430 (min-resolution: 120dpi) {
431
432 .spinner {
433 background-image: url(../images/spinner-2x.gif);
434 }
435
436 }
1 a img,abbr{border:0}#logo a,a{text-decoration:none}#logo a,.form-table th p,h1{font-weight:400}html{background:#f1f1f1;margin:0 20px}body{background:#fff;color:#444;font-family:"Open Sans",sans-serif;margin:140px auto 25px;padding:20px 20px 10px;max-width:700px;-webkit-font-smoothing:subpixel-antialiased;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}a{color:#0073aa}a:hover{color:#00a0d2}h1{border-bottom:1px solid #dedede;clear:both;color:#666;font-size:24px;margin:30px 0;padding:0 0 7px}h2{font-size:16px}dd,dt,li,p{padding-bottom:2px;font-size:14px;line-height:1.5}.code,code{font-family:Consolas,Monaco,monospace}input,submit,textarea{font-family:"Open Sans",sans-serif}dl,ol,ul{padding:5px 5px 5px 22px}abbr{font-variant:normal}label{cursor:pointer}#logo{margin:6px 0 14px;border-bottom:none;text-align:center}#logo a{background-image:url(../images/w-logo-blue.png?ver=20131202);background-image:none,url(../images/wordpress-logo.svg?ver=20131107);-webkit-background-size:84px;background-size:84px;background-position:center top;background-repeat:no-repeat;color:#999;height:84px;font-size:20px;line-height:1.3em;margin:-130px auto 25px;padding:0;width:84px;text-indent:-9999px;outline:0;overflow:hidden;display:block}#pass1-text,.pw-weak,.show-password #pass1{display:none}.step{margin:20px 0 15px}.step,th{text-align:left;padding:0}.language-chooser.wp-core-ui .step .button.button-large{height:36px;vertical-align:middle;font-size:14px}.form-table td,.form-table th{font-size:14px;padding:10px 20px 10px 0;vertical-align:top}textarea{border:1px solid #dfdfdf;width:100%;box-sizing:border-box}#pass-strength-result,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.form-table{border-collapse:collapse;margin-top:1em;width:100%}.form-table td{margin-bottom:9px}.form-table th{text-align:left;width:140px}.form-table code{line-height:18px;font-size:14px}.form-table p{margin:4px 0 0;font-size:11px}.form-table input{line-height:20px;font-size:15px;padding:3px 5px;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07)}.form-table input[type=email],.form-table input[type=password],.form-table input[type=text],.form-table input[type=url]{width:206px}.form-table.install-success td{vertical-align:middle;padding:16px 20px 16px 0}.form-table.install-success td p{margin:0;font-size:14px}.form-table.install-success td code{margin:0;font-size:18px}#error-page{margin-top:50px}#error-page p{font-size:14px;line-height:18px;margin:25px 0 20px}#error-page code,.code{font-family:Consolas,Monaco,monospace}.wp-hide-pw>.dashicons{line-height:inherit}#pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:-2px 5px 5px 0;padding:3px 5px;text-align:center;width:218px;box-sizing:border-box;opacity:0}#pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#pass1-text.short,#pass1.short{border-color:#e35b5b}#pass1-text.bad,#pass1.bad{border-color:#f78b53}#pass1-text.good,#pass1.good{border-color:#ffc733}#pass1-text.strong,#pass1.strong{border-color:#83c373}.message{border:1px solid #c00;padding:.5em .7em;margin:5px 0 15px;background-color:#ffebe8}#admin_email,#dbhost,#dbname,#pass1,#pass2,#prefix,#pwd,#uname,#user_login{direction:ltr}.show-password #pass1-text{display:inline-block}.form-table span.description.important{font-size:12px}.rtl input,.rtl submit,.rtl textarea,body.rtl{font-family:Tahoma,sans-serif}.language-chooser select,:lang(he-il) .rtl input,:lang(he-il) .rtl submit,:lang(he-il) .rtl textarea,:lang(he-il) body.rtl{font-family:Arial,sans-serif}@media only screen and (max-width:799px){body{margin-top:115px}#logo a{margin:-125px auto 30px}}@media screen and (max-width:782px){.form-table{margin-top:0}.form-table td,.form-table th{display:block;width:auto;vertical-align:middle}.form-table th{padding:20px 0 0}.form-table td{padding:5px 0;border:0;margin:0}input,textarea{font-size:16px}.form-table span.description,.form-table td input[type=text],.form-table td input[type=email],.form-table td input[type=url],.form-table td input[type=password],.form-table td select,.form-table td textarea{width:100%;font-size:16px;line-height:1.5;padding:7px 10px;display:block;max-width:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}body.language-chooser{max-width:300px}.language-chooser select{padding:8px;width:100%;display:block;border:1px solid #ddd;background-color:#fff;color:#32373c;font-size:16px;font-weight:400}.language-chooser p{text-align:right}.screen-reader-input,.screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.spinner{background:url(../images/spinner.gif) no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;visibility:hidden;opacity:.7;filter:alpha(opacity=70);width:20px;height:20px;margin:2px 5px 0}.step .spinner{display:inline-block;margin-top:8px;margin-right:15px;vertical-align:top}.button-secondary.hide-if-no-js,.hide-if-no-js{display:none}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.spinner{background-image:url(../images/spinner-2x.gif)}}
...\ No newline at end of file ...\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.