- Cambios

git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@5 54e8636e-a86c-764f-903d-b964358a1ae2
This commit is contained in:
David Arranz 2011-07-01 14:54:14 +00:00
parent d9579263b7
commit af511152ec
17 changed files with 85 additions and 115 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

View File

@ -1,6 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/1">
<file>file:/D:/Trabajo/OriginalHouse/trunk/src/index.php</file>
<file>file:/D:/Trabajo/OriginalHouse/trunk/src/wp-content/themes/originalhouse/template-homepage.php</file>
<file>file:/D:/Trabajo/OriginalHouse/trunk/src/wp-content/themes/originalhouse/template-fullwidth.php</file>
<file>file:/D:/Trabajo/OriginalHouse/trunk/src/wp-content/themes/originalhouse/includes/topmenu.php</file>
<file>file:/D:/Trabajo/OriginalHouse/trunk/src/wp-content/themes/originalhouse/footer.php</file>
<file>file:/D:/Trabajo/OriginalHouse/trunk/src/wp-content/themes/originalhouse/includes/theme-actions.php</file>
<file>file:/D:/Trabajo/OriginalHouse/trunk/src/wp-content/themes/originalhouse/style.css</file>
</open-files>
</project-private>

View File

@ -27,7 +27,7 @@
</div>
<div id="credit" class="col-right">
<?php if( $woo_options[ 'woo_footer_right' ] == 'true' ){
<?php if( $woo_options[ 'woo_footer_right' ] == 'true' ){
echo stripslashes( $woo_options[ 'woo_footer_right_text' ] );

View File

@ -233,8 +233,8 @@ function woo_slider_options() {
add_filter('wp_nav_menu_items','add_search_link', 10, 2);
function add_search_link($items, $args) {
if( $args->theme_location == 'primary-menu' )
$items .= '<li class="top-search"><a href="#">'.__('Search', 'woothemes').'</a></li>';
/*if( $args->theme_location == 'primary-menu' )
$items .= '<li class="top-search"><a href="#">'.__('Search', 'woothemes').'</a></li>';*/
return $items;
}

View File

@ -149,7 +149,7 @@ html body * span.clear,html body * div.clear,html body * li.clear,html body * dd
src: local("AdelleBasic"), url(includes/fonts/AdelleBasic_Bold.otf) format("opentype"); /* non-IE */
}
body { font: 14px/1.5em sans-serif; color: #B9B2AE; background: #000; -webkit-font-smoothing: antialiased; }
body { font: 14px/1.5em sans-serif; color: #B9B2AE; background: #000; -webkit-font-smoothing: antialiased; text-transform: uppercase;}
h1, h2, h3, h4, h5, h6 { margin: 0; font-family:Georgia, serif; color: #E0D4CE; font-weight:normal; }
h1 {font-size: 2em } h2 {font-size: 1.8em;} h3 {font-size: 1.6em;} h4 {font-size: 1.2em;} h5 {font-size: 1em;} h6 {font-size: 0.8em;}
@ -194,7 +194,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
.layout-left-content #sidebar { float: right; }
/* 2.2 Navigation */
#navigation{ font:bold 14px/1em sans-serif; }
#navigation{ font:bold 14px/1em sans-serif; text-transform: uppercase;}
#navigation ul.rss{background:url(images/ico-rss.png) no-repeat right 44%;margin:0 15px 0 0; padding:0 25px 0 0;line-height: 1;}
#navigation ul.rss li{display:inline;padding:0;}
@ -222,7 +222,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
.nav ul li li.current-menu-item a { padding: 8px 0;}
#navigation { height: 40px; background: #181818; font-size: 20px; letter-spacing: 1px;}
#navigation .nav li a { color: #E6362D; font-weight:normal; border-left:1px solid #000;}
#navigation .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000;}
#navigation .nav li a:hover { background: none; color: #fff; }
#navigation .nav li:first-child a { border-left:none; }
@ -272,7 +272,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;}
#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; }

View File

@ -10,12 +10,6 @@ Template Name: Full Width
<div id="main" class="fullwidth">
<?php if ( $woo_options[ 'woo_breadcrumbs_show' ] == 'true' ) { ?>
<div id="breadcrumbs">
<?php woo_breadcrumbs(); ?>
</div><!--/#breadcrumbs -->
<?php } ?>
<?php if ( $woo_options[ 'woo_breadcrumbs_show' ] == 'true' ) { ?>
<div id="breadcrumbs">
<?php woo_breadcrumbs(); ?>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB