=== Styles ===
Contributors: pdclark, elusivelight
Plugin URI: http://github.com/stylesplugin/styles/
Author URI: http://profiles.wordpress.org/pdclark
Tags: css, stylesheet, appearance, customize, customizer, colors, color picker, background, fonts, google fonts, user interface, twenty ten, twenty eleven, twenty twelve, twenty thirteen, genesis
Requires at least: 3.4
Tested up to: 5.8
Stable tag: 1.2.3
Be creative with colors and fonts. Styles changes everything.
== Description ==
WordPress has lots of beautiful themes, but personalizing a design can be difficult and time-intensive. Styles changes that. Styles gives you creative control in one consistent interface – the WordPress theme customizer. Styles lets you make your site your own. :)
**Features of the plugin**
* Instant previews
* Text size
* Google Fonts with previews and search
* Text colors
* Border colors
* Background colors
* Hundreds of options
* Consistent interface and names in every theme
* Built on WordPress customizer, so Styles grows as WordPress grows
Styles and options for all built-in WordPress themes are free.
**Free Theme Support Add-ons**
* [Twenty Ten](https://wordpress.org/plugins/styles-twentyten/)
* [Twenty Eleven](https://wordpress.org/plugins/styles-twentyeleven/)
* [Twenty Twelve](https://wordpress.org/plugins/styles-twentytwelve/)
* [Twenty Thirteen](https://wordpress.org/plugins/styles-twentythirteen/)
* [Twenty Fourteen](https://wordpress.org/plugins/styles-twentyfourteen/)
* [Twenty Fifteen](https://wordpress.org/plugins/styles-twentyfifteen/)
**Developer Resources**
* [Styles on Github](https://github.com/stylesplugin)
* Code Walkthrough: [How to add support for your own themes](http://www.youtube.com/playlist?list=PLxj61Fojm1RGevBh10U2qCqjwoH4Awo-P)
**Contact**
* [Review this plugin](http://wordpress.org/support/view/plugin-reviews/styles)
== Installation ==
1. Upload the `styles` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Install and activate your theme's support plugin. If you are running TwentyTen through TwentyThirteen, Styles will prompt you to do this. If you would like to use Styles with other themes, check code your own.
1. Edit your site under `Appearance > Customize`
== Screenshots ==
1. TwentyEleven header settings.
1. Google Fonts with preview and search.
1. All TwentyEleven sections.
1. TwentyEleven menu settings.
== Frequently Asked Questions ==
= Does Styles support my theme? =
[Watch this walkthrough](http://www.youtube.com/playlist?list=PLxj61Fojm1RGevBh10U2qCqjwoH4Awo-P) for a developer's guide on how to add support. Adding one option takes only one line of code.
If coding isn't for you, [contact us for help](http://stylesplugin.com/support) adding options to your theme.
= Will this plugin slow down my site? =
No! Styles is very careful about only loading what is needed to get its job done.
Once done editing, stylesheets are cached and loaded for your sites users as quickly as possible.
In non-editing mode, Styles only outputs one cached CSS block to your site's header.
== Changelog ==
= 1.2.3 =
* Fix: jQuery Migrate compatibility.
* Fix: PHP 8 compatibility.
= 1.2.1 =
* Fix: Remove notices.
= 1.2 =
* New: Links to free themes in readme.
* New: Dismissable notices.
* New: PHP7 compatability. Thanks [@davidbe929](https://wordpress.org/support/topic/php7-non-compatibility/).
= 1.1.10 =
* New: Linked auto-install for styles-twentyfifteen by @dim.
* Fix: Avoid "Styles is almost ready" notice caused by plugins such as usernoise.
= 1.1.9 =
* Fix: Account for symlinks in plugin path for systems like [Evermore WordPress Hosting](http://evermo.re).
* Fix: Only output version Font Menu notice if WordPress/PHP is out of date.
* New: Add link to [Genesis theme support from The Stiz Media](http://thestizmedia.com/styles-genesis-add-ons/) to readme.
= 1.1.8 =
* Fix: Resolve issues with option to reset settings. Thanks [@violacase](http://wordpress.org/support/topic/reset-with-stylestwentyfourteen] [@JiveDig](https://github.com/JiveDig) for the reports.
= 1.1.7 =
* New: Option to reset all settings.
* New: Option to enable debug mode to help when responding to support tickets.
= 1.1.6 =
* Fix: Error in CSS output caused by some WordPress translations, such as Hebrew.
* New: Include the optimization that was supposed to be in 1.1.5. (Load standard fonts via javascript to reduce memory usage.)
= 1.1.5 =
* New: Load standard fonts via javascript to reduce memory usage. This may fix issues with hosts that restrict memory usage, causing the Customizer to not fully load.
= 1.1.4 =
* Fix: Support for custom suffixes.
* New: Detect :active selectors in custom options.
= 1.1.3 =
* Fix: Error when attempting to upgrade when no fonts were used.
* Fix: Issue that would cause saved CSS and previews to not completely apply when a Standard Font with a space in the name was selected.
* Fix: Some translations would cause CSS to not output completely.
* Fix: Issue with IIS servers that would cause Google Fonts to not appear. Thanks [@Rivanni](http://wordpress.org/support/topic/version-111-appears-as-version-105-still-no-google-fonts) for the error report.
= 1.1.2 =
* Fix: Attempted fix for IIS servers.
= 1.1.1 =
* Fix: Missing Google Fonts after save.
= 1.1 =
* New: Previews in font menu. [View screenshot](https://raw.github.com/stylesplugin/styles-font-dropdown/master/img/example-output.gif?v3).
* New: Search to filter font list.
* New: Updated Google Fonts.
* New: Google Fonts update in preview without page reload.
* New: Simplified plugin loader with nice notices for old WordPress versions.
* New: Update scripts to convert old font format to new format.
* Note: The update is well-tested, but in case of any issues, the upgrade script backs up old settings in `wp_options` for 30 days as `_transient_storm-styles-THEME-NAME-pre-1.1.0`.
= 1.0.18 =
* Fix: Revert [settings change made in 1.0.15](https://github.com/stylesplugin/styles/commit/bb723d489f8f91fee6b15ec4dcf03df8dfebcee3). This was causing some users to no longer see their old settings.
= 1.0.17 =
* New: Increase memory limit for logged in users. May fix a white screen some users experienced when attempting to preview their site.
= 1.0.16 =
* New: Filter `styles_get_group_id` for merging with existing groups.
= 1.0.15 =
* Fix: Customize Theme button loads customizer for current site in network. Resolves [#38](https://github.com/stylesplugin/styles/issues/38). Thanks @jivedig.
* Fix: Child and parent theme options no longer effect each other. Resolves [#29](https://github.com/stylesplugin/styles/issues/29). Thanks @jivedig.
= 1.0.14 =
* Fix: Don't display install notice for child themes. Thanks [@ektreyes](http://twitter.com/ektreyes) for the report.
= 1.0.13 =
* New: Allow notices to be disabled with a filter: add_filter( 'styles_disable_notices', '__return_true' );
* New: Don't display install notices for default themes if a plugin is installed and then renamed.
* Fix: Don't display install notices for non-default themes. Resolves a regression introduced in 1.0.12.
= 1.0.12 =