From ea75cb33604e13c37d972ae386e01a41f815e894 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 13 Jul 2011 18:20:44 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#694=20->=20Submen=C3=BAs=20en=20min?= =?UTF-8?q?=C3=BAsculas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@28 54e8636e-a86c-764f-903d-b964358a1ae2 --- src/wp-content/themes/originalhouse/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/wp-content/themes/originalhouse/style.css b/src/wp-content/themes/originalhouse/style.css index acfbad2..8d4a7ed 100644 --- a/src/wp-content/themes/originalhouse/style.css +++ b/src/wp-content/themes/originalhouse/style.css @@ -188,7 +188,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:normal 14px/1em "Gill Sans MT Condensed", sans-serif; text-transform: uppercase;} +#navigation{ font:normal 14px/1em "Gill Sans MT Condensed", sans-serif;} #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;} @@ -216,15 +216,15 @@ 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: #7f7875; font-weight:normal; border-left:1px solid #000;} +#navigation .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000; text-transform: uppercase;} #navigation .nav li a:hover { background: none; color: #fff; } #navigation .nav li:first-child a { border-left:none; } /* 2.2.1 Drop-down menus */ - .nav li ul { background: #181818; margin:0 0 0 -1px; padding:10px 15px; + .nav li ul { background: #181818; margin:0 0 0 -1px; padding:10px 15px; position: absolute; left: -999em; width: 180px; - border: 1px solid #000; z-index:999;} - .nav li ul li a { padding:8px 0px; width:180px; color: #7f7875 !important; background: none; font-size: 20px !important;} + border: 1px solid #000; z-index:999; } + .nav li ul li a { padding:8px 0px; width:180px; color: #7f7875 !important; background: none; font-size: 20px !important; } .nav li ul li a:hover, .nav li.current_page_item a { text-decoration: none; color: #fff !important; } .nav li ul li a.sf-with-ul { padding-right:0; } .nav li ul ul { margin: -45px 0 0 175px;} @@ -251,7 +251,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de .nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat; top:38%; } /* Optional Styling */ - #navigation .nav li ul { + #navigation .nav li ul { /* Border Radius */ border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; @@ -261,12 +261,12 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de box-shadow: 0 2px 2px rgba(0,0,0,.03); } #navigation .nav li ul ul { border-radius: 0 4px 4px 4px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; } - #navigation .nav li ul li a { border:0; border-top:1px solid #252525; border-bottom:1px solid #181818; } + #navigation .nav li ul li a { border:0; border-top:1px solid #252525; border-bottom:1px solid #181818; text-transform: none;} #navigation .nav li ul li:first-child a { border-top:none; } #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; } #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; }