// ************************************************************************ // // THIS IS THE DEFAULT SCHEME, please do not delete. // // If you do make any changed to this file it would be best that // echo those changes at bottom of the style.css file. There you // will find a section that looks like this file. It shouldn't be // a problem if you don't but there may be a time when it's needed. // // ************************************************************************ // // 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= Coffee and Cream. //Body $body_colour= #533C2C; // Dominant background colour. $body_foot_colour= #533C2C; // The colour that the bottom gradient terminates with. $content_top= #BCAB89; // Top layer just above the post border. //Header $header_text= #E8BB3F; // Text colour. $header_back= #603000; // Content and sidebar background colour $header_link= #FCFCF4; // Normal links will use the standard background colour $header_link_hover= #FCFCF4; $header_link_back_hover= #968450; //Navigation $nav_border2 = #450000; // 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 = #aa0000; $nav_text = #FCFCF4; // Due to CSS limitations with IE6 I've opted to go with a single text colour. Be careful when choosing background colours. $nav_back = #850000; $nav_back_hover = #650000; $nav_sub_back = #500000; $nav_sub_back_hover = #700000; //Content $content_text= #603000; // Text colour. $content_back= #FCFCF4; // Content and sidebar background colour $content_highlight= #F2F2D2; // Title background colour. $content_link1= #992020; // Normal links will use the standard background colour $content_link1_hover = #550000; // Rollover colour for the above $content_link2_text= #333333; // Links with background colour. $content_link2_back= #E6DFD0; $content_link2_hover_text= #FCFCF4; $content_link2_hover_back= #BCAB89; //Comments $comment_author_back = #FFFFEE; $comment_author_border = #FFCC33; $comment_altern_back = #Fcfcf4; $comment_altern_border = #f0f0d0; $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= #BCAB89; // Footer background colour $footer1_text= #333333; // Footer text colour $footer1_link1= #533C2C; // Links in the footer will use this it uses the footer body background color for its background. $footer1_link1_hover = #251911; // Rollover colour for the above $footer1_link2_text= #333333; // Links with background colour. $footer1_link2_back= #C7B698; $footer1_link2_hover_text= #FCFCF4; $footer1_link2_hover_back= #9B8358; //Footer 2 $footer2_text_hover= #E8BB3F; $footer2_text= #968450; $footer2_back= #251911; // Images $content_title_icon = title-bullet.gif; $footer_title_icon = title-bullet-2.jpg; $background_layer_1 = background-layer-1.png; $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;