소스 검색

chucherias

tati 12 년 전
부모
커밋
17564d2ce7
2개의 변경된 파일41개의 추가작업 그리고 12개의 파일을 삭제
  1. 8 1
      css/especificos.css
  2. 33 11
      css/productos.css

+ 8 - 1
css/especificos.css

@@ -106,6 +106,12 @@ html, body
 }
 
 /******************RESPONSIVE MENU******************/
+
+@media (max-width: 1100px){
+    #navbar { letter-spacing: 0px!important; }
+	#navlist li { width: auto !important;}
+	
+}
 @media (min-width: 791px){
     #navbar #responsive{ display: none; }
 }
@@ -169,6 +175,7 @@ html, body
     border-bottom: 1px solid ;
     padding-top: 10px;
     height: 66px;
+	z-index: 4;
 }
 #navbar
 {
@@ -211,7 +218,7 @@ html, body
     text-align: center;
     margin: 0px auto;
     padding-top: 70px;
-    border-bottom: 1px solid #475A68;
+   
 }
 
 

+ 33 - 11
css/productos.css

@@ -16,6 +16,26 @@ cursor:pointer;
   font-weight: 300;
   src: url("../Fonts/OpenSans.woff") format("woff");
 }
+/*************RESPONSIVE*****************/
+
+
+@media (max-height:700px){
+#descripcion_completa {
+width: 65%!important;
+position: fixed;
+left: 40%!important;
+margin: 0px 0px 0px -25%;
+z-index: 11;
+background: none repeat scroll 0% 0% #FFF;
+padding: 10px 20px!important;
+font-family: 'Open Sans';
+font-size: 14px;
+color: #2B4C5F;
+border: 1px solid #2B4C5F;
+display: none;
+top: 10%!important;
+}
+}
 
 /*************PAGINAS¨*******************/
 #paginas_wrapper
@@ -130,28 +150,30 @@ margin-top: 50px;
 
 
 #descripcion_completa{
-	width: 55%;
+
+    width: 55%;
     position: fixed;
     left: 50%;
-    margin: 0 0 0 -25%;
+    margin: 0px 0px 0px -25%;
     z-index: 11;
-    background: #FFF;
-    padding: 20px 30px 20px 30px;
+    background: none repeat scroll 0% 0% #FFF;
+    padding: 20px 30px;
     font-family: 'Open Sans';
     font-size: 14px;
-    color: #2B4C5F ;
-    border:1px solid #2B4C5F;
-	display: none;
-    -webkit-text-stroke: 0.50px;
-    top:20%;	
+    color: #2B4C5F;
+    border: 1px solid #2B4C5F;
+    display: none;
+    top: 20%;
+    -webkit-text-stroke: 0.50px;	
 }
+   
 
 #descripcion_completa > texto{
 	z-index:12;
 }
 
-#flechafwd{z-index:2; top: 40%; position:absolute; right:10px;}
-#flechaatras{z-index: 2; top: 40%; position: absolute; left: 250px;}
+#flechafwd{z-index:2; top: 50%; position:absolute; right:10px;}
+#flechaatras{z-index: 2; top: 50%; position: absolute; left: 250px;}
 
 .vermas { display: inline; margin: 0px; font-weight: bold; }
 .pagina[num="1"] { display: none; }