// All the images must be in the same folder as this file to be picked up. // // All definitions should be of the format ${name with no space} = {Sigle CSS entry terminated with a semicolon}; // // Colours can be specified in any way that is understood by CSS, ie #FFF, #FFFFFF, white or rgb(255,255,255) // but it would be best if they were defined using 6 character HEX so that I can pick out the colours and use them in // the sIFR definitions. If you don't then things will turn an ugly shade of pink. :D // // If you make changes to this file you will need to reapply it in the admin interface for sIFR to pick up any changes. // The CSS file will change immediately however. $title= Emerald. //Body $body_colour= #ffffff; // Dominant background colour. $body_foot_colour= #D8CAA8; // The colour that the bottom gradient terminates with. $content_top= #5C832F; // Top layer just above the post border. //Header $header_text= #ffffff; // Text colour. $header_back= #284907; // Content and sidebar background colour $header_link= #999999; // Normal links will use the standard background colour $header_link_hover= #333333; $header_link_back_hover= #999999; //Navigation $nav_border2 = #5C832F; // The border arounf the outside of the whole navigation bar is arranged to you can give a basic 3d look with two colours. $nav_border1 = #284907; $nav_text = #ffffff; // Due to CSS limitations with IE6 I've opted to go with a single text colour. Be careful when choosing background colours. $nav_back = #284907; $nav_back_hover = #5C832F; $nav_sub_back = #7DA03D; $nav_sub_back_hover = #284907; //Content $content_text= #333333; // Text colour. $content_back= #FFFFFF; // Content and sidebar background colour $content_highlight= #DCECCA; // Title background colour. $content_link1= #333333; // Normal links will use the standard background colour $content_link1_hover = #666666; // Rollover colour for the above $content_link2_text= #ffffff; // Links with background colour. $content_link2_back= #5C832F; $content_link2_hover_text= #ffffff; $content_link2_hover_back= #284907; //Comments $comment_author_back = #FFFFDD; $comment_author_border = #284907; $comment_altern_back = #F9F9F9; $comment_altern_border = #EEEEEE; $comment_back = #FFFFFF; //Threaded Comments $comment_lev1 = #ccc; $comment_lev2 = #ddd; $comment_lev3 = #aa0; $comment_lev4 = #0a0; $comment_lev5 = #00a; $comment_lev6 = #aa0; $comment_lev7 = #0a0; $comment_lev8 = #00a; $comment_lev9 = #aa0; $comment_lev10 = #0a0; $comment_lev1 = #ccc; $comment_lev2 = #ffd; $comment_lev3 = #dfd; $comment_lev4 = #ddf; $comment_lev5 = #ffd; $comment_lev6 = #dfd; $comment_lev7 = #ddf; $comment_lev8 = #ffd; $comment_lev9 = #dfd; $comment_lev10 = #ddf; //Footer 1 $footer1_back= #7DA03D; // Footer background colour $footer1_text= #284907; // Footer text colour $footer1_link1= #284907; // Links in the footer will use this it uses the footer body background color for its background. $footer1_link1_hover = #dddddd; // Rollover colour for the above $footer1_link2_text= #333333; // Links with background colour. $footer1_link2_back= #5C832F; $footer1_link2_hover_text= #dddddd; $footer1_link2_hover_back= #284907; //Footer 2 $footer2_text_hover= #ffffff; $footer2_text= #cccccc; $footer2_back= #284907; // Images $content_title_icon = title-bullet.gif; $footer_title_icon = title-bullet-2.jpg; $background_layer_1 = background-layer-1.jpg; $background_layer_2 = background-layer-2.jpg; $background_layer_3 = background-layer-3.jpg; $content_1 = content-1.jpg; $content_2 = content-2.jpg; $content = content.gif; $content_top_edge = content-top-edge.gif; $content_bottom_edge = content-bottom-edge.gif; $sidebar_right = sidebar-right.gif; $sidebar_left = sidebar-left.gif; $footer_img = footer.gif; $li_a = li-a.gif; $li_a_hover = li-a-hover.gif; $li_a2 = li-a.gif; $li_a2_hover = li-a-hover.gif;