__('Notes','bwt_kiss') ,'type' => 'open' ,'desc' => __('Administrator notes','bwt_kiss') ); //------------------------------------------------------------------------------------------------------------------------------- // notes (For information only, not used anywhere.) //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __("Author's notes",'bwt_kiss') ,'desc' => __('Information from BirchWare.','bwt_kiss') ,'id' => $shortname.'info' ,'std' => '' ,'type' => 'displayonly' ,'data' => array('info','
' . __('Documentation can be found at the BirchWare KISS site.','bwt_kiss') . '
') ); $options[] = array('title' => __('Notes','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __("Administrator notes. Here you can write down notes for yourself.",'bwt_kiss') ,'id' => $shortname.'notes_textarea' ,'std' => __("This text isn't used by the theme.",'bwt_kiss') ,'type' => 'textarea' ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Notes - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Areas // //*************************************************************************************************************************************************** $options[] = array('title' => __('Main areas','bwt_kiss') ,'type' => 'open' ,'desc' => __('Basic screen decoration','bwt_kiss') ); //------------------------------------------------------------------------------------------------------------------------------- // body //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Body','bwt_kiss') //,'desc' => $not_used_if_smartphone ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('desc' => __('The default colors for the entire blog.','bwt_kiss') ,'id' => $shortname.'body_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'body_background',$shortname.'body_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'body_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'body_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'body_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'body_display_colors','color') ); $options[] = array('title' => __('Background image','bwt_kiss') ,'desc' => __('The background for the entire blog.','bwt_kiss') ,'id' => $shortname.'body_image' ,'std' => array('url' => get_template_directory_uri() . '/pix/body.jpg' , 'file' => get_template_directory() . '/pix/body.jpg' , 'width' => 1600 , 'height' => 1200 ) ,'type' => 'image' ); //------------------------------------------------------------------------------------------------------------------------------- // #all //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Workspace','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for the workspace.','bwt_kiss') ,'id' => $shortname.'all_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'all_background',$shortname.'all_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'all_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'all_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'all_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'all_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // header //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Header','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for the header.','bwt_kiss') ,'id' => $shortname.'header_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'header_background',$shortname.'header_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'header_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'header_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'header_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'header_display_colors','color') ); $options[] = array('title' => __('Header image','bwt_kiss') //. $not_used_if_smartphone ,'desc' => __('The image displayed at the top.','bwt_kiss') ,'note' => __('Note: The size of the header will be the same as this image.','bwt_kiss') ,'id' => $shortname.'header_image' ,'std' => array('url' => get_template_directory_uri() . '/pix/pagehead.png' , 'file' => get_template_directory() . '/pix/pagehead.png' , 'width' => 1100 , 'height' => 200 ) ,'type' => 'image' ); //------------------------------------------------------------------------------------------------------------------------------- // content //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Content','bwt_kiss') //,'desc' => $not_used_if_smartphone ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for the content area.','bwt_kiss') ,'id' => $shortname.'content_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'content_background',$shortname.'content_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'content_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'content_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'content_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'content_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // article //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Article','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for articles.','bwt_kiss') ,'id' => $shortname.'article_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'articles_background',$shortname.'articles_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'article_background' ,'std' => '#ffffff' ,'type' => 'color' ,'data' => array($shortname.'article_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'article_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'article_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Areas - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Widgets // //*************************************************************************************************************************************************** $options[] = array('title' => __('Widgets','bwt_kiss') ,'type' => 'open' ,'desc' => __('Thw widget areas','bwt_kiss') ); //------------------------------------------------------------------------------------------------------------------------------- // widget //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Widgets','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('desc' => __('The default colors for widgets.','bwt_kiss') ,'id' => $shortname.'widget_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'widget_background',$shortname.'widget_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'widget_background' ,'std' => '#eeeeee' ,'type' => 'color' ,'data' => array($shortname.'widget_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'widget_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'widget_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // widget title //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Widget titles','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for widget titles.','bwt_kiss') ,'id' => $shortname.'widget_title_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'widget_title_background',$shortname.'widget_title_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'widget_title_background' ,'std' => '#dddddd' ,'type' => 'color' ,'data' => array($shortname.'widget_title_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'widget_title_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'widget_title_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Widgets - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Text // //*************************************************************************************************************************************************** $options[] = array('title' => __('Text','bwt_kiss') ,'type' => 'open' ,'desc' => __('Different kinds of text','bwt_kiss') ); //------------------------------------------------------------------------------------------------------------------------------- // h1,h2,h3,h4,h5,h6 //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Headings','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('desc' => __('The default colors for headings.','bwt_kiss') ,'id' => $shortname.'h_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'h_background',$shortname.'h_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'h_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'h_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'h_foreground' ,'std' => '#000000' ,'type' => 'color' ,'data' => array($shortname.'h_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // a //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Links','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for links.','bwt_kiss') ,'id' => $shortname.'a_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'a_background',$shortname.'a_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'a_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'a_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'a_foreground' ,'std' => '#333399' ,'type' => 'color' ,'data' => array($shortname.'a_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // h1 a,h2 a,h3 a,h4 a,h5 a,h6 a //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Link headings','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for headings that are links.','bwt_kiss') ,'id' => $shortname.'h_a_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'h_a_background',$shortname.'h_a_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'h_a_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'h_a_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'h_a_foreground' ,'std' => '#333377' ,'type' => 'color' ,'data' => array($shortname.'h_a_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Text Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Structure // //*************************************************************************************************************************************************** $options[] = array('title' => __('Structure','bwt_kiss') ,'type' => 'open' ,'desc' => __('Tha structure','bwt_kiss') ); //------------------------------------------------------------------------------------------------------------------------------- // Left sidebar //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Left sidebar','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('title' => __('Enable','bwt_kiss') ,'desc' => __('Check this to enable the left sidebar.','bwt_kiss') ,'id' => $shortname.'sidebar_left_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('title' => __('Width','bwt_kiss') //. $not_used_if_smartphone ,'desc' => __('The width of the left sidebar, in percent.','bwt_kiss') ,'id' => $shortname.'sidebar_left_width' ,'std' => '20' ,'type' => 'text' ); //------------------------------------------------------------------------------------------------------------------------------- // Right sidebar //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Right sidebar','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('title' => __('Enable','bwt_kiss') ,'desc' => __('Check this to enable the right sidebar.','bwt_kiss') ,'id' => $shortname.'sidebar_right_enable' ,'std' => 'on' ,'type' => 'checkbox' ); $options[] = array('title' => __('Width','bwt_kiss') //. $not_used_if_smartphone ,'desc' => __('The width of the right sidebar, in percent.','bwt_kiss') ,'id' => $shortname.'sidebar_right_width' ,'std' => '20' ,'type' => 'text' ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Structure - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // Menu item: Mobile devices // //*************************************************************************************************************************************************** $options[] = array('title' => __('Mobile devices','bwt_kiss') ,'type' => 'open' ,'desc' => __('Options for mobile devices','bwt_kiss') ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: body //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Body','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('desc' => __('The default colors for the entire blog.','bwt_kiss') ,'id' => $shortname.'mobile_body_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'mobile_body_background',$shortname.'mobile_body_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'mobile_body_background' ,'std' => '#ffffff' ,'type' => 'color' ,'data' => array($shortname.'mobile_body_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'mobile_body_foreground' ,'std' => '#000000' ,'type' => 'color' ,'data' => array($shortname.'mobile_body_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: widget //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Widgets','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','none') ); $options[] = array('desc' => __('The default colors for widgets.','bwt_kiss') ,'id' => $shortname.'mobile_widget_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'mobile_widget_background',$shortname.'mobile_widget_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'mobile_widget_background' ,'std' => '#eeeeee' ,'type' => 'color' ,'data' => array($shortname.'mobile_widget_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'mobile_widget_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'mobile_widget_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: widget title //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Widget titles','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for widget titles.','bwt_kiss') ,'id' => $shortname.'mobile_widget_title_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'mobile_widget_title_background',$shortname.'mobile_widget_title_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'mobile_widget_title_background' ,'std' => '#dddddd' ,'type' => 'color' ,'data' => array($shortname.'mobile_widget_title_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'mobile_widget_title_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'mobile_widget_title_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: h1,h2,h3,h4,h5,h6 //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Headings','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for headings.','bwt_kiss') ,'id' => $shortname.'mobile_h_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'mobile_h_background',$shortname.'mobile_h_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'mobile_h_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'mobile_h_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'mobile_h_foreground' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'mobile_h_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: a //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Links','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for links.','bwt_kiss') ,'id' => $shortname.'mobile_a_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'mobile_a_background',$shortname.'mobile_a_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'mobile_a_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'mobile_a_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'mobile_a_foreground' ,'std' => '#333399' ,'type' => 'color' ,'data' => array($shortname.'mobile_a_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Mobile devices: h1 a,h2 a,h3 a,h4 a,h5 a,h6 a //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('title' => __('Link headings','bwt_kiss') ,'type' => 'displayonly' ,'data' => array('delimiter','top') ); $options[] = array('desc' => __('The default colors for headings that are links.','bwt_kiss') ,'id' => $shortname.'mobile_h_a_display_colors' ,'type' => 'displayonly' ,'data' => array('colors',$shortname.'mobile_h_a_background',$shortname.'mobile_h_a_foreground') ); $options[] = array('title' => __('Background color','bwt_kiss') ,'id' => $shortname.'mobile_h_a_background' ,'std' => '' ,'type' => 'color' ,'data' => array($shortname.'mobile_h_a_display_colors','background-color') ); $options[] = array('title' => __('Foreground color','bwt_kiss') ,'id' => $shortname.'mobile_h_a_foreground' ,'std' => '#222266' ,'type' => 'color' ,'data' => array($shortname.'mobile_h_a_display_colors','color') ); //------------------------------------------------------------------------------------------------------------------------------- // Menu item: Mobile devices - Close //------------------------------------------------------------------------------------------------------------------------------- $options[] = array('type' => 'close'); //*************************************************************************************************************************************************** // // The End // //***************************************************************************************************************************************************