wordpress-theme-cssfever

wordpress-theme-cssfever

/*
Theme Name: cssfever
Author: ZHAO Xudong
Theme URI: http://html5beta.com/wordpress/wordpress-theme-cssfever/
Author URI:http://html5beta.com
Description:a pure css theme without images at all.do not work in ie5.6.7.8.
Tags: black,blue,white,two-columns,fixed-width
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
FAQ
1.how to turn off the hover show/hide post content funtion
—find these code in style.css and delete them

1
2
3
#content .hide {
	display: none;
}

—find these code in js/cssfever.js and delete them

1
2
3
4
5
6
7
    $('.show').hover(
        function(){
        $(this).find(".hide").show("normal");
        },
        function(){
        $(this).find(".hide").hide("normal");
        });

—done

DOWNLOAD

http://wordpress.org/extend/themes/cssfever