* @copyright Copyright (c) 2013-2014, Arthur Gareginyan * @link http://mycyberuniverse.tk/anarcho-notepad.html * @license http://www.gnu.org/licenses/gpl-3.0.html */ // Add some CSS so I can Style the Theme Options Page function anarcho_admin_enqueue_scripts( $hook_suffix ) { wp_enqueue_style('anarcho-theme-options', get_template_directory_uri() . '/theme_info.css', false, '1.0'); } add_action('admin_print_styles-appearance_page_theme_options', 'anarcho_admin_enqueue_scripts'); // Create the Theme Information page (Theme Options) function anarcho_theme_options_do_page() { ?>

Responsive Design
Clean and Beautiful Stylized HTML, CSS, JavaScript
Change the site Title and Slogan Colors
Upload Your Own Background Image
Easy Selection of Fonts from Font Library "Googl Fonts".
Automatically Scaling the Width Properties of Images, Video etc (Fluid Images etc.).
Use Conditional Units of Measurements.
CSS3 Font Flags.
HTML5 Semantic Markup.
RTL Styles for Hebrew or Arabic.
Prepared to Translate to Other Languages.
Box "About the author" Below
Your Copyright Box Under Each Post.

2.3 (2014.1.9)
* added : support for php versions below 5.3
* fixed : many more minor fixes and changes.

2.2 (2014.1.5)
* added : more widget areas

2.1 (2013.10.22)
* added : russian translation.
* added : (css) rtl styles for hebrew or arabic.
* added : (css) comment navigation styling, similar to post navigation
* added : (php) (css) author box styling (if bio field not empty)
* added : (js) smooth transition for "back to top" link.
* added : (css) font-icons to title of archive, search, 404
* fixed : many more minor fixes and changes.