Save time using WordPress default CSS stylesheet
by Jean-Baptiste Jung on August 20, 2009
If you always wanted to be able to get default styling from WordPress basic elements as such as post images, smileys, the .alignleft, .alignright or .aligncenter css classes you just have to use the wp.css stylesheet.
Just click here to get a preview of what elements, ids and classes this css defines.
To include it on your theme, simply upload the file to your wp-content/themes/yourtheme directory and paste the following line on your header.php file, within the <head> and </head> tags:
<link rel='stylesheet' href='/wp.css' type='text/css' media='all' />
Thanks to Ian Stewart for the tip!
Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!
Save time using WordPress default CSS stylesheet