@charset 'UTF-8'; /** * @package WordPress * @subpackage Basis_Theme */ /* Theme Name: Basis Theme URI: http://wpbasis.de/ Description: Basis theme for WordPress to start a new theme Version: 1.2 Author: Frank Bueltge Author URI: http://bueltge.de/ Tags: threaded-comments, sticky-post License: GNU General Public License (GPL) version 3 last Date: 04.06.2009 09:46:18 */ @import url(css/style.css); /** * @section for WordPress classes at images * @css-for (images) */ .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { } .wp-caption img { } .wp-caption-dd { } .wp-caption p.wp-caption-text { }