Skip to content

Commit

Permalink
added german translation, enhanced js, fixed bugs in examples and opt…
Browse files Browse the repository at this point in the history
…imized css/html
  • Loading branch information
sirkosi committed Jan 8, 2012
1 parent 2fe4a11 commit 526fe97
Show file tree
Hide file tree
Showing 16 changed files with 912 additions and 695 deletions.
228 changes: 126 additions & 102 deletions estilo.css
Original file line number Original file line Diff line number Diff line change
@@ -1,59 +1,59 @@
/**** Sitio Web ****/ /**** Sitio Web ****/
body { body {
background-image: url(img/fondito3.png); background-image: url(img/fondito3.png);
font-family: arial, helvetica, sans-serif; font-family: arial, helvetica, sans-serif;
margin: 0px auto; margin: 0px auto;
padding: 0px; padding: 0px;
color: #333; color: #333;
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
line-height: 140%; line-height: 140%;
} }


#contenedor { #contenedor {
margin: 0px auto; margin: 0px auto;
width: 590px; width: 590px;
position:relative; position:relative;
} }


#contenido { #contenido {
background: white; background: white;
margin: 40px 0 40px 0; margin: 40px 0 40px 0;
border: 1px solid #999; border: 1px solid #999;
clear: both; clear: both;
padding: 15px 25px 25px 15px; padding: 15px 25px 25px 15px;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px; -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px;
-webkit-box-shadow: rgba(0, 0, 0, 0.95) 1px 1px 1px; -webkit-box-shadow: rgba(0, 0, 0, 0.95) 1px 1px 1px;
border-bottom: 1px solid #999; border-bottom: 1px solid #999;
-webkit-border-radius:5px; -webkit-border-radius:5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }


#bloque-imagen { #bloque-imagen {
float: left; float: left;
width: auto; width: auto;
} }


#bloque-imagen2 { #bloque-imagen2 {
float: left; float: left;
margin-left: 6px; margin-left: 6px;
} }


div, img, form, ul, td, th { div, img, form, ul, td, th {
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
border: 0px; border: 0px;
text-align: left; text-align: left;
} }


p { p {
margin: 0 0 20px 0; margin: 0 0 20px 0;
} }


h3 { h3 {
color: #666666; color: #666666;
text-shadow: 0 0 1px #999999; text-shadow: 0 0 1px #999999;
} }


.explicacion ul .explicacion ul
Expand All @@ -63,130 +63,154 @@ h3 {
margin-left: 20px; margin-left: 20px;
} }


.explicacion {
position: relative;
}

.explicacion .titulo
{
position: absolute;
background-image: url(img/titulo.png);
background-repeat: no-repeat;
display: block;
height: 49px;
width:590px;
padding-left: 10px;
padding-top: 7px;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
font-size: 17px;
color: #503e21;
text-shadow: 0px 1px 1px rgba(255, 255, 255, .5);
}

pre { pre {
margin: 10px 0px; margin: 10px 0px;
padding: 0; padding: 0;
} }


code { code {
display: block; display: block;
background-color: #F7F4DD; background-color: #F7F4DD;
padding: 10px; padding: 10px;
overflow: auto; overflow: auto;
} }


#footer { #footer {
clear: both; clear: both;
width: 100%; width: 100%;
height: 129px; height: 129px;
background: transparent url('img/bgfoo.png') repeat-x top right; background: transparent url('img/bgfoo.png') repeat-x top right;
text-align: center; text-align: center;


} }


.clearfix:after, .container:after { .clearfix:after, .container:after {
content:"\0020"; content:"\0020";
display:block; display:block;
height:0; height:0;
clear:both; clear:both;
visibility:hidden; visibility:hidden;
overflow:hidden; overflow:hidden;
} }


.clearfix, .container { .clearfix, .container {
display:block; display:block;
} }


.clear { .clear {
clear:both; clear:both;
} }


.clearfix:after { .clearfix:after {
content: "."; content: ".";
display: block; display: block;
height: 0; height: 0;
clear: both; clear: both;
visibility: hidden; visibility: hidden;
} }






/**** Choco-Slider ****/ /**** Choco-Slider ****/

#slider {
height: 200px;
width: 560px;
}
.chocoslider { .chocoslider {
position:relative; position:relative;
margin-bottom: 50px; margin-bottom: 50px;
} }


.chocoslider img { .chocoslider img {
position:absolute; position:absolute;
top:0px; top:0px;
left:0px; left:0px;
} }


.chocoslider a.choco-imageLink { .chocoslider a.choco-imageLink {
position:absolute; position:absolute;
top:0px; top:0px;
left:0px; left:0px;
width:100%; width:100%;
height:100%; height:100%;
border:0; border:0;
padding:0; padding:0;
margin:0; margin:0;
z-index:60; z-index:60;
display:none; display:none;
} }


.choco-slice { .choco-slice {
display:block; display:block;
position:absolute; position:absolute;
z-index:50; z-index:50;
height:100%; height:100%;
} }


.choco-title { .choco-title {
position:absolute; position:absolute;
left:0px; left:0px;
bottom:0px; bottom:0px;
background:#000; background:#000;
color:#fff; color:#fff;
opacity:0.8; opacity:0.8;
width:100%; width:100%;
z-index:89; z-index:89;
} }


.choco-title p { .choco-title p {
padding:5px; padding:5px;
margin:0; margin:0;
} }


.choco-title a { .choco-title a {
display:inline !important; display:inline !important;
} }


.choco-html-title { .choco-html-title {
display:none; display:none;
} }


.choco-controlNavigation { .choco-controlNavigation {
position:absolute; position:absolute;
right:0%; right:0%;
bottom:-30px; bottom:-30px;
} }


.choco-controlNavigation a { .choco-controlNavigation a {
text-indent: -999999px; text-indent: -999999px;
text-transform:uppercase; text-transform:uppercase;
text-decoration:none; text-decoration:none;
height:20px; height:20px;
width:18px; width:18px;
display:block; display:block;
cursor: pointer; cursor: pointer;
background: transparent url(img/controlls.gif) center bottom no-repeat; background: transparent url(img/controlls.gif) center bottom no-repeat;
float:left; float:left;
outline: none; outline: none;
} }


.choco-controlNavigation a.active { .choco-controlNavigation a.active {
background: transparent url(img/controlls.gif) center top no-repeat; background: transparent url(img/controlls.gif) center top no-repeat;
} }
Binary file removed img/img_en/tittle_customization.png
Binary file not shown.
Binary file removed img/img_en/tittle_dessert.png
Binary file not shown.
Binary file removed img/img_en/tittle_examples.png
Binary file not shown.
Binary file removed img/img_en/tittle_features.png
Binary file not shown.
Binary file removed img/img_en/tittle_implementation.png
Binary file not shown.
Binary file added img/titulo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/titulo_caracteristicas.png
Binary file not shown.
Binary file removed img/titulo_ejemplos.png
Binary file not shown.
Binary file removed img/titulo_implementacion.png
Binary file not shown.
Binary file removed img/titulo_personalizacion.png
Binary file not shown.
Binary file removed img/titulo_postre.png
Binary file not shown.
Loading

0 comments on commit 526fe97

Please sign in to comment.