ffix}_content_boxes_decoration_outline_color"] = array( 'name' => _x( 'Decoration outline color', 'theme-options', 'the7mk2' ), 'id' => "stripes-stripe_{$suffix}_content_boxes_decoration_outline_color", 'std' => '#FFFFFF', 'type' => 'color', ); $options["stripes-stripe_{$suffix}_content_boxes_decoration_outline_opacity"] = array( 'name' => _x( 'Decoration outline opacity', 'theme-options', 'the7mk2' ), 'id' => "stripes-stripe_{$suffix}_content_boxes_decoration_outline_opacity", 'std' => 100, 'type' => 'slider', ); $options[] = array( 'type' => 'js_hide_end' ); $options[] = array( 'type' => 'divider' ); $options[] = array( 'type' => 'title', 'name' => _x( 'Text', 'theme-options', 'the7mk2' ) ); $options["stripes-stripe_{$suffix}_headers_color"] = array( 'name' => _x( 'Headings color', 'theme-options', 'the7mk2' ), 'id' => "stripes-stripe_{$suffix}_headers_color", 'std' => $stripe['text_header_color'], 'type' => 'color', ); $options["stripes-stripe_{$suffix}_text_color"] = array( 'name' => _x( 'Text color', 'theme-options', 'the7mk2' ), 'id' => "stripes-stripe_{$suffix}_text_color", 'std' => $stripe['text_color'], 'type' => 'color', ); }