From e379e26cbaadf2d6f7af9c705e567850cf54d454 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 14 Dec 2011 17:44:54 +0000 Subject: [PATCH] Cambios en la plantilla por logotipo. git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_Web/trunk@13 7e4b4a24-fdbc-5948-a674-f6f81f2ee942 --- src/wp-content/themes/fiatlux/css/custom.css | 5 +++++ .../themes/fiatlux/css/custom_options.css.php | 17 ++++++++++------- src/wp-content/themes/fiatlux/css/error_log | 2 -- 3 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 src/wp-content/themes/fiatlux/css/error_log diff --git a/src/wp-content/themes/fiatlux/css/custom.css b/src/wp-content/themes/fiatlux/css/custom.css index cb9c799..0e52c8a 100644 --- a/src/wp-content/themes/fiatlux/css/custom.css +++ b/src/wp-content/themes/fiatlux/css/custom.css @@ -48,4 +48,9 @@ .ml_logo_a img { margin-top: -86px !important; +} + +#ml_logo { + position: absolute; + top: 55px; } \ No newline at end of file diff --git a/src/wp-content/themes/fiatlux/css/custom_options.css.php b/src/wp-content/themes/fiatlux/css/custom_options.css.php index 8dad1d8..e86f061 100644 --- a/src/wp-content/themes/fiatlux/css/custom_options.css.php +++ b/src/wp-content/themes/fiatlux/css/custom_options.css.php @@ -20,8 +20,10 @@ $text_color = of_get_option('ml_text_color','#ffffff'); $text_logo = of_get_option('ml_text_logo_style'); -if ((of_get_option('ml_logo_text_or_image') == 'image') && (of_get_option('ml_logo_image'))) { $logo_height = getimagesize(of_get_option('ml_logo_image')); - $logo_height = $logo_height[1]; +if ((of_get_option('ml_logo_text_or_image') == 'image') && (of_get_option('ml_logo_image'))) { + //$logo_height = getimagesize(of_get_option('ml_logo_image')); + //$logo_height = $logo_height[1]; + $logo_height = 80; } $google_font_css_key = of_get_option('ml_google_font_css_key','Open Sans Condensed'); @@ -360,8 +362,9 @@ textarea { /* Header Height /*-------------------------------------------------*/ -/* logo height = px */ -.ml_logo_a img { + /* logo height = px */ +px; } .sf-menu li a { @@ -372,15 +375,15 @@ textarea { line-height: px; } .sf-menu > li.current-menu-item > a { - height: px; /*total height minus 10px of border-bottom*/ -} + height: px; /* total height minus 10px of border-bottom */ +/*} .sf-menu ul { top: px; } header #ml_logo .ml_logo_arrow { margin-top: -px; } - +*/?> diff --git a/src/wp-content/themes/fiatlux/css/error_log b/src/wp-content/themes/fiatlux/css/error_log deleted file mode 100644 index 583ace4..0000000 --- a/src/wp-content/themes/fiatlux/css/error_log +++ /dev/null @@ -1,2 +0,0 @@ -[16-Sep-2011 16:24:22] PHP Warning: getimagesize(http://192.168.0.2/abeto/wp-content/uploads/2011/08/logotipo-abeto-design-horizontal.gif) [function.getimagesize]: failed to open stream: Connection timed out in /home/dqxjaadh/public_html/abetoprueba/wp-content/themes/fiatlux/css/custom_options.css.php on line 23 -[16-Sep-2011 16:30:25] PHP Warning: getimagesize(http://192.168.0.2/abeto/wp-content/uploads/2011/08/logotipo-abeto-design-horizontal.gif) [function.getimagesize]: failed to open stream: Connection timed out in /home/dqxjaadh/public_html/abetoprueba/wp-content/themes/fiatlux/css/custom_options.css.php on line 23