=== Custom Style === Contributors: merzedes Tags: css, admin Requires at least: 2.0.2 Tested up to: 2.9.2 Stable tag: 1.0.2 A simple plugin allowing you to add some CSS rules to customize your theme to your liking. == Description == = What is this plugin about? = This simple plugin will add a element to
,
thus allowing the administrator to customize the "look" of the theme
used without actually changing one of the theme's files. This allows
you to simply update the theme without loosing your valueable
changes.
= Support =
If you require any help, if something is not working, if you have an
idea for improvement, whatever .. please contact me by sending an
email to 'wh -at- haefelinger -dot- it' or visit the plugin's home
page at [http://workbench.haefelinger.it/project/custom-style](http://workbench.haefelinger.it/project/custom-style)
== Installation ==
= Basic Installation =
1. Upload `custom-style` into `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. The plugin is now installed and ready for usage (see Usage section).
= Usage =
Once installed and activated, sub menu item 'Custom Style' is added to
menu 'Appearance' in your Dashboard. Select that menu item, add some
CSS rules into the text field and save it. Then reload your Wordpress
Blog. If you then look at your blog's HTML source code, you should see
a element in the head element with your content.
= Advanced Usage =
Depending on your CSS rules, you may need to refer to files in your
theme. A typical example is the usage of a background image as shown
below:
#header {
background-image: url(
.. .. = There is a in my
element - no visible effect though!? = Make sure that your CSS styles are not overridden by elements later in your HTML code. It's therefore advised to add near , preferable
.. Make also sure that your CSS rules are really picked up! It might very well be the case that your CSS rules are overriden by another CSS rules which is more selective! Try to use the "!important" rule when in doubt. == Screenshots == 1. Shows the additional menu item 'Custom-Style' showing up in 'Appearance' in your Dashbard after having installed this plugin. 2. Shows the text input field with some example content and to the right you can see what the plugin generates. == Changelog == 1.0 * Initial version.