diff -r 000000000000 -r d970ebf37754 wp/wp-content/themes/IN-MOTION-package-u1/in-motion/header.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/header.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,272 @@ + + + + + + + + + <?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?> + + + + + + + + + + + + + + + You need the Option Tree plugin installed for this theme!
+ You can get it here: Option tree'; + } + ?> + + + + + + + + + + '; + $css_output.=' .hl-main, .button a, .circle-p1, #eden a.ajax-back, #eden .client-stuff p, #eden .url-stuff a, .post-title, input#submit, #sidebar-right input#searchsubmit, #main-menu a, a.readmore, .quote, #contact-form #submit-button {background-color: '.$main_template_color.'; }'; + $css_output.=' a, #portfolio-filter ul li a:hover, #portfolio-filter li.active a, #eden .item-desc p, p.contact-paragraph-call span, .list-1 li a:hover, p.blog-post-date, .blog-details ul li a, .blog-post-tags a, #respond h3, .reply a, #respond a, h3#comments, ol.commentlist li div.comment-meta a, #sidebar-right .widget ul li a:hover, h4.widget-title, #foot-col1 a, #foot-col2 a, #foot-col3 a, #foot-col4 a, #foot-col1 a, #foot-col2 a, #foot-col3 a, #foot-col4 a, #foot-col1 a:hover, #foot-col2 a:hover, #foot-col3 a:hover, #foot-col4 a:hover, .menu-inside a:hover, .menu-inside .current a {color: '.$main_template_color.'; }'; + $css_output.=' .post-date, .news-date {background: '.$main_template_color.'; }'; + $css_output.=' #headerSlideContainer {border-top: 3px solid '.$main_template_color.';}'; + + $css_output.=' .dotted-line { border-bottom: 2px dashed '.$main_template_color.';}'; + $css_output.=' .blog-post-tags a:hover {border-bottom: 1px dashed '.$main_template_color.';}'; + $css_output.=' #header { border-bottom: 4px solid '.$main_template_color.';}'; + $css_output.=' .page-title { background: '.$main_template_color.' url('. get_template_directory_uri() .'/images/bg-title.png) repeat;}'; + $css_output.=' ::selection {background: '.$main_template_color.'; }'; + $css_output.=' ::-moz-selection {background: '.$main_template_color.'; }'; + if ( function_exists( 'get_option_tree') ) { + if (get_option_tree( 'heading_h1_size')) { + $css_output.=' h1 { font-size: '.get_option_tree( 'heading_h1_size').'px; }'; + } + if (get_option_tree( 'heading_h2_size')) { + $css_output.=' h2 { font-size: '.get_option_tree( 'heading_h2_size').'px; }'; + } + if (get_option_tree( 'heading_h3_size')) { + $css_output.=' h3 { font-size: '.get_option_tree( 'heading_h3_size').'px; }'; + } + if (get_option_tree( 'heading_h4_size')) { + $css_output.=' h4 { font-size: '.get_option_tree( 'heading_h4_size').'px; }'; + } + } + $css_output.=''; + echo $css_output; + + ?> + + + + + + + + + > + + +
+ + + + + +
\ No newline at end of file