diff --git a/src/wp-content/themes/originalhouse/includes/topmenu.php b/src/wp-content/themes/originalhouse/includes/topmenu.php index a0d95f3..7c54459 100644 --- a/src/wp-content/themes/originalhouse/includes/topmenu.php +++ b/src/wp-content/themes/originalhouse/includes/topmenu.php @@ -1,48 +1,35 @@ +// < ? php +// if ( function_exists( 'has_nav_menu') && has_nav_menu( 'primary-menu' ) ) { +// wp_nav_menu( array( 'depth' => 6, 'sort_column' => 'menu_order', 'container' => 'ul', 'menu_id' => 'primary-nav', 'menu_class' => 'nav fr', 'theme_location' => 'primary-menu' ) ); +// } else { +// ? > +//
+// < ? php } ? > +// + ?> - - diff --git a/src/wp-content/themes/originalhouse/style.css b/src/wp-content/themes/originalhouse/style.css index 8cb1911..fbe288d 100644 --- a/src/wp-content/themes/originalhouse/style.css +++ b/src/wp-content/themes/originalhouse/style.css @@ -172,7 +172,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de /* 2.1 Containers & Columns */ #wrapper { } -#main{ width:440px;padding:0;background:transparent;position:relative; z-index:2; height:590px;} +#main{ width:440px;padding:0;background:transparent;position:relative; z-index:2; height:550px;} .layout-full #main, .col-full {width:960px; margin:0 auto;} #main.fullwidth { width:960px; margin:0 auto; } @@ -196,7 +196,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de #navigation ul.rss li.sub-email {color:#dedede;} #navigation ul.rss li a:hover{text-decoration:underline;} -.nav { z-index:99; margin:0; padding:0; list-style:none; line-height:1; position: relative; } +.nav { z-index:99; margin:0; padding:0; list-style:none; line-height:1; position: relative;} .nav a { position:relative; color:#fff; display:block; z-index:100; padding:10px 15px; line-height:18px; text-decoration:none; } .nav li { float:left; width: auto; } .nav li a.sf-with-ul { padding-right:20px; } @@ -266,7 +266,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de #navigation .nav li ul li:last-child a { border-bottom:none; } -#navigation-top { height: 40px; background: #181818; font-size: 20px; letter-spacing: 1px; text-transform: uppercase;} +#navigation-top { height: 40px; background: #181818; font-size: 20px; letter-spacing: 1px; text-transform: uppercase; } #navigation-top .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000;} #navigation-top .nav li a:hover { background: none; color: #fff; } #navigation-top .nav li:first-child a { border-left:none; } @@ -293,7 +293,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de #navigation-top .nav li ul a { border: none; font-size: 12px; padding: 8px 12px; font-size: 11px; } #navigation-top .nav li ul a:hover { padding: 8px 12px; } - #primary-nav { z-index:100; } + #primary-nav { z-index:100;} /* 2.2.2 Top Navigation (optional) */ #top { background: #000; } @@ -362,13 +362,13 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de #header .tool-icons li span {display: none;} #header-left .social-icons { margin-top: 25px; } -#navigation-top .social-icons { margin-top: 5px; } +.social-icons { margin-top: 5px; } .social-icons li {float:left; height: 30px;} .social-icons li.facebook {background: url(images/ico-facebook-footer.png) no-repeat left center;} .social-icons li.twitter {background: url(images/ico-twitter-footer.png) no-repeat left center;;} .social-icons li.blogger {background: url(images/ico-blogger-footer.png) no-repeat left center;;} -.social-icons li a {padding: 2px 20px 0px 35px; display: block; color: #999; text-transform: uppercase;} +.social-icons li a {padding: 2px 10px 0px 35px; display: block; color: #999; text-transform: uppercase;} .social-icons li a:hover {text-decoration: none; color: #fff}