Compare commits
35 Commits
2012-04-18
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e611ee3481 | |||
| 66ea8a0b97 | |||
| e0e3ae9b30 | |||
| 97b8b81952 | |||
| 1ab5c90c3a | |||
| 42add646f8 | |||
| 6364098614 | |||
| 79c9294355 | |||
| d81d49371d | |||
| 3718fcaa51 | |||
| 38e0444227 | |||
| e3dd68efab | |||
| 715f33ebaf | |||
| 70d3b9354c | |||
| 7a9a223c23 | |||
| 8ce53d14f5 | |||
| 3e21b7c36e | |||
| 1b689ab942 | |||
| 5d7131f95f | |||
| ebb0bef736 | |||
| f4a59a5977 | |||
| e04b360cb4 | |||
| 91beb61049 | |||
| a480b72dc3 | |||
| 9a430c9906 | |||
| d23ec6cbb2 | |||
| b78ce93ce2 | |||
| bb4d4063f2 | |||
| 4934193362 | |||
| 75c1b0eabf | |||
| 0c482806c2 | |||
| 1d25526fc4 | |||
| 614122658f | |||
| f43f370ee9 | |||
| 230ecaf8b2 |
2039
src/carta/carta-las-tablas.pdf
Normal file
@ -1,18 +0,0 @@
|
|||||||
.col1, .col2, .col3, .cols {float:left}
|
|
||||||
.cols {width:300px}
|
|
||||||
.col1 {width:630px}
|
|
||||||
.col2 {width:240px}
|
|
||||||
.col3 {width:570px}
|
|
||||||
/* index.html */
|
|
||||||
/* index-1.html */
|
|
||||||
#page2 .box .list1 {margin-top:-7px}
|
|
||||||
/* index-2.html */
|
|
||||||
#page3 h2.letter_spacing {word-spacing:-2px}
|
|
||||||
/* index-3.html */
|
|
||||||
#page4 .box .list1 {margin-top:-7px}
|
|
||||||
#page4 h2.pad_bot1 {padding-bottom:5px}
|
|
||||||
/* index-4.html */
|
|
||||||
#page5 .box > div {background: url(../images/box_top2.png) top center no-repeat}
|
|
||||||
#page5 #content2 h2 {padding-bottom:4px}
|
|
||||||
/* index-5.html */
|
|
||||||
/* index-6.html */
|
|
||||||
@ -1,114 +1,106 @@
|
|||||||
/* Getting the new tags to behave */
|
body {
|
||||||
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
|
background:url(../images/bg_bot.jpg) center 0 repeat #faf3ed;
|
||||||
mark, rp, rt, ruby, summary, time {display:inline}
|
font:14px Georgia, "Times New Roman", Times, serif;
|
||||||
/* Left & Right alignment */
|
color: #fff;
|
||||||
.left {float:left}
|
line-height: 24px;
|
||||||
.right {float:right}
|
}
|
||||||
.wrapper {width:100%;overflow:hidden}
|
|
||||||
.wrap{overflow:hidden;width:965px;margin-left:-5px;padding-left:5px}
|
a {
|
||||||
/* Global properties */
|
color: #a80002;
|
||||||
body {background:url(../images/bg_bot.jpg) center 0 repeat #faf3ed;border:0;font:14px Georgia, "Times New Roman", Times, serif;color:#200;line-height:24px}
|
text-decoration:none;
|
||||||
.ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
|
outline:none
|
||||||
.css3{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 0 4px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);position:relative}
|
}
|
||||||
/* Global Structure */
|
|
||||||
.main { margin:0 auto; width:960px}
|
a:hover {
|
||||||
.body1 {background:url(../images/bg_top_img.jpg) top center no-repeat}
|
text-decoration:underline
|
||||||
.body2 {background:#faf3ed}
|
}
|
||||||
.body3 {background:url(../images/bg_bot.jpg) top center repeat}
|
|
||||||
.body4 {background:url(../images/bg_bot_img.jpg) top center no-repeat}
|
|
||||||
.body5 {background:url(../images/slider_shadow.png) center 508px no-repeat}
|
header {
|
||||||
.body6 {background:url(../images/bg_top.jpg) top repeat-x}
|
background: url(../images/bg_top.jpg) center -180px repeat-x #4f0101;
|
||||||
/* main layout */
|
height: 450px;
|
||||||
a {color:#a80002;text-decoration:none;outline:none}
|
text-align: center;
|
||||||
a:hover {text-decoration:underline}
|
}
|
||||||
h1 {float:left;padding:0px 0 0 36px}
|
|
||||||
|
header div {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: url(../images/bg_top_img.jpg) center -180px no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
article {
|
||||||
|
background:#fff url(../images/box_top2.png) center -11px no-repeat;
|
||||||
|
color: #111;
|
||||||
|
}
|
||||||
|
|
||||||
|
article div {
|
||||||
|
width: 710px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
width: 280px;
|
||||||
|
text-align: left;
|
||||||
|
margin: -150px auto 20px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
figure img {
|
||||||
|
border: 1px solid #4f0101;
|
||||||
|
-moz-box-shadow: 2px 2px 10px #4f0101;
|
||||||
|
-webkit-box-shadow: 2px 2px 10px #4f0101;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
section.parrilla {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
section.pollos {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
clear: both;
|
||||||
|
margin-top: 50px;
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
background: url(../images/logo.png) center 50px no-repeat;
|
||||||
|
text-indent: -1000px;
|
||||||
|
width: 259px;
|
||||||
|
height: 95px;
|
||||||
|
overflow: hidden;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 50px 0;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size:41px;
|
font-family: 'Forum', cursive;
|
||||||
line-height:1.2em;
|
font-size: 41px;
|
||||||
color:#F00;
|
letter-spacing: -2px;
|
||||||
padding:16px 0 12px 0;
|
line-height: 1.2em;
|
||||||
letter-spacing:-2px;
|
padding: 16px 0 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: #fff;
|
||||||
|
margin: 0 auto;
|
||||||
|
text-shadow: 2px 2px 2px #000;
|
||||||
}
|
}
|
||||||
h2.letter_spacing {letter-spacing:-3px}
|
|
||||||
h3 {font-size:27px;color:#230000;line-height:1.2em;padding:20px 0 9px 0;letter-spacing:-1px}
|
h3 {
|
||||||
h3 span {color:#a80002}
|
font-family: 'Forum', cursive;
|
||||||
|
font-size: 36px;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
padding-bottom:24px;
|
text-align:left;
|
||||||
font-size: 18px;
|
|
||||||
}
|
}
|
||||||
/* header */
|
|
||||||
header {height:121px;padding-top:31px;width:100%;overflow:hidden}
|
.clear {
|
||||||
#logo {display:block;background:url(../images/logo.png) 0 0 no-repeat;width:259px;height:94px;text-indent:-9999px}
|
clear: both;
|
||||||
#top_nav {float:right;padding:4px 43px 30px 0}
|
}
|
||||||
#top_nav li {float:left;padding:3px 26px 5px 0;background:url(../images/top_line.gif) right 0 no-repeat;margin-right:25px}
|
|
||||||
#top_nav li a {display:block;line-height:0}
|
|
||||||
#top_nav .end {background:none;padding-right:0;margin-right:0}
|
|
||||||
#menu {width:633px;float:right;padding:0 0 0 0}
|
|
||||||
#menu li {float:left;padding-left:3px}
|
|
||||||
#menu li a {display:block;font-size:24px;color:#faf3ed;line-height:40px;padding:0 20px;height:44px;letter-spacing:-1px}
|
|
||||||
#menu li a:hover, #menu .active a {text-decoration:none;background:url(../images/menu_bg.png) repeat}
|
|
||||||
.slider_bg {width:100%;height:404px;background:url(../images/bg_slider.jpg) 0 0 no-repeat;position:relative;overflow:hidden;box-shadow:0 0 5px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4);margin-bottom:35px}
|
|
||||||
.slider {top:10px;right:10px;position:absolute;z-index:1;width:920px}
|
|
||||||
.slider .items {display:none}
|
|
||||||
.slider .pic {float:right;position:relative}
|
|
||||||
.banner {left:0px;top:0;position:absolute;width:271px;z-index:2;text-align:center}
|
|
||||||
.banner strong {font-size:52px;color:#bf0f0a;display:block;line-height:1.2em;text-transform:uppercase;padding:55px 0 0 0;letter-spacing:-2px}
|
|
||||||
.banner strong span {display:block;margin-top:-16px}
|
|
||||||
.banner b {display:block;font-size:27px;color:#312826;text-transform:uppercase;padding:0 0 23px 0;line-height:1.2em;letter-spacing:-1px}
|
|
||||||
.banner p {background:url(../images/quot1.png) 0 0 no-repeat}
|
|
||||||
.banner p span {display:block;background:url(../images/quot2.png) right bottom no-repeat;padding:0 0 0 0;color:#6c5f5b;padding-bottom:2px}
|
|
||||||
.slider .pagination {position:absolute;z-index:2;bottom:10px;left:107px}
|
|
||||||
.slider .pagination li {float:left;padding-right:3px}
|
|
||||||
.slider .pagination a {display:block;width:17px;height:17px;text-indent:-9999px;background:url(../images/buttons.png) right 0 no-repeat}
|
|
||||||
.slider .pagination a:hover, .slider .pagination .current a {background-position:left}
|
|
||||||
/* content */
|
|
||||||
#content {padding-bottom:40px}
|
|
||||||
#content2 {padding-bottom:31px}
|
|
||||||
.pad_left1 {padding-left:30px}
|
|
||||||
.pad_bot1 {
|
|
||||||
padding-bottom:13px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.pad_bot2 {padding-bottom:24px}
|
|
||||||
.marg_right1 {margin-right:20px}
|
|
||||||
.box {background:url(../images/box_bg.png) repeat;color:#faf3ed;box-shadow:0 0 5px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4)}
|
|
||||||
.box > div {background:url(../images/box_top.png) 0 top no-repeat;padding:30px;padding-top:0;overflow:hidden}
|
|
||||||
.box h2 {color:#a80002;padding:15px 0 12px 0}
|
|
||||||
.box h2 span {color:#faf3ed}
|
|
||||||
.box figure {padding-bottom:13px}
|
|
||||||
.list1 li a {font-style:italic;padding-left:12px;background:url(../images/marker_1.gif) 1px 8px no-repeat;color:#faf3ed}
|
|
||||||
.list_1 {color:#fff}
|
|
||||||
.list_1:hover {text-decoration:none}
|
|
||||||
.button1 {display:inline-block;font-size:20px;color:#faf3ed;line-height:34px;padding:0 15px;background:#a80002;letter-spacing:-1px}
|
|
||||||
.button1:hover {text-decoration:none;color:#1e0000;background:#faf3ed}
|
|
||||||
.testimonials li span {float:left;width:40px;height:40px;font-size:30px;color:#faf3ed;line-height:34px;text-align:center;background:#a80002;margin-right:20px}
|
|
||||||
.testimonials li p {float:left;width:180px;padding-bottom:15px}
|
|
||||||
.testimonials li img {padding-top:2px}
|
|
||||||
.line1 {background:url(../images/line_vert1.gif) 285px 0 repeat-y}
|
|
||||||
.line2 {background:url(../images/line_vert1.gif) 615px 0 repeat-y}
|
|
||||||
.price {margin-top:-7px}
|
|
||||||
.price li {overflow:hidden;background:url(../images/price_bg.gif) 0 -6px repeat-x}
|
|
||||||
.price a {float:left;color:#220000;background:url(../images/marker_2.gif) 1px 11px no-repeat #faf3ed;padding-left:12px}
|
|
||||||
.price a:hover {text-decoration:none;color:#a80002}
|
|
||||||
.price span {float:right;background:#faf3ed}
|
|
||||||
.address {padding-bottom:0}
|
|
||||||
.address span {float:left;width:84px}
|
|
||||||
/* footer */
|
|
||||||
footer {height:138px;font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;color:#696969;line-height:18px}
|
|
||||||
footer a {color:#c53005;text-decoration:underline}
|
|
||||||
footer a:hover {text-decoration:none}
|
|
||||||
#icons {padding:5px 0 0 0}
|
|
||||||
#icons li {float:left;padding-right:9px}
|
|
||||||
/* Tooltips */
|
|
||||||
.aToolTip {background:#a80002;color:#fff; margin:0;padding:2px 10px 3px;font-size:11px;position:absolute;line-height:17px}
|
|
||||||
.aToolTip .aToolTipContent {position:relative; margin:0;padding:0}
|
|
||||||
/* forms */
|
|
||||||
#ContactForm {margin-top:-5px;width:910px}
|
|
||||||
#ContactForm span {float:left;width:111px;line-height:20px}
|
|
||||||
#ContactForm .wrapper {min-height:24px}
|
|
||||||
#ContactForm .textarea_box {min-height:170px;width:100%;overflow:hidden;padding-bottom:9px}
|
|
||||||
#ContactForm {}
|
|
||||||
#ContactForm a {margin-left:20px;float:right}
|
|
||||||
#ContactForm .input {width:399px;height:18px;background:#faf3ed;padding:1px 5px;color:#220000;font:14px Georgia, "Times New Roman", Times, serif;margin:0;float:left}
|
|
||||||
#ContactForm textarea {overflow:auto;width:789px;height:163px;background:#faf3ed;padding:1px 5px;color:#220000;font:14px Georgia, "Times New Roman", Times, serif;margin:0}
|
|
||||||
|
Before Width: | Height: | Size: 667 B |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 869 KiB After Width: | Height: | Size: 448 KiB |
|
Before Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 4.5 KiB |
BIN
src/images/foto-parrilla.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/images/foto-pollos.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 54 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 52 B |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 149 B |
143
src/index.html
@ -1,101 +1,50 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="es">
|
||||||
<head>
|
<head>
|
||||||
<title>Bienvenidos - La Mano de Pablo</title>
|
<meta charset="utf-8"/>
|
||||||
<meta charset="utf-8">
|
<title>Restaurante La Mano de Pablo | Parrilla, pizzería y pollos a la brasa</title>
|
||||||
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
|
<meta name="description" content="El más auténtico restaurante uruguayo de Madrid. Parrilla, pizzería y pollos a la brasa"/>
|
||||||
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
|
<meta name="keywords" content="restaurante uruguayo, parrilla, carnes a la parrilla, parrillada, pizzería, pizzeria restaurante, pollos a la brasa"/>
|
||||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
|
<meta name="author" content="La Mano de Pablo"/>
|
||||||
<script type="text/javascript" src="js/jquery-1.6.js" ></script>
|
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all"/>
|
||||||
<script type="text/javascript" src="js/cufon-yui.js"></script>
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
|
||||||
<script type="text/javascript" src="js/cufon-replace.js"></script>
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Forum" type="text/css" media="all"/>
|
||||||
<script type="text/javascript" src="js/Forum_400.font.js"></script>
|
|
||||||
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
|
|
||||||
<script type="text/javascript" src="js/tms-0.3.js"></script>
|
|
||||||
<script type="text/javascript" src="js/tms_presets.js"></script>
|
|
||||||
<script type="text/javascript" src="js/script.js"></script>
|
|
||||||
<script type="text/javascript" src="js/atooltip.jquery.js"></script>
|
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script type="text/javascript" src="js/html5.js"></script>
|
|
||||||
<style type="text/css">
|
|
||||||
.slider_bg {behavior:url(js/PIE.htc)}
|
|
||||||
</style>
|
|
||||||
<![endif]-->
|
|
||||||
<!--[if lt IE 7]>
|
|
||||||
<div style='clear:both;text-align:center;position:relative'>
|
|
||||||
<a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" alt="" /></a>
|
|
||||||
</div>
|
|
||||||
<![endif]-->
|
|
||||||
</head>
|
</head>
|
||||||
<body id="page1">
|
<body>
|
||||||
<div class="body6">
|
<header>
|
||||||
<div class="body1">
|
<div>
|
||||||
<div class="body5">
|
<h1 id="logo">La Mano de Pablo</h1>
|
||||||
<div class="main">
|
<h2>¿Qué le apetece comer?</h2>
|
||||||
<!-- header -->
|
</div>
|
||||||
<header>
|
</header>
|
||||||
<a href="index.html" id="logo">La Mano de Pablo</a>
|
<article>
|
||||||
<nav>
|
<div>
|
||||||
<ul id="top_nav">
|
<section class="parrilla">
|
||||||
|
<figure><a href="restaurante-parrilla-pizzeria/index.html"><img src="images/foto-parrilla.jpg" alt="Restaurante uruguayo La Mano de Pablo"/></a></figure>
|
||||||
</ul>
|
<h3><a href="restaurante-parrilla-pizzeria/index.html">Parrilla-Pizerría</a></h3>
|
||||||
</nav>
|
<p>En <a href="restaurante-parrilla-pizzeria/reservas.php">Las Tablas</a>, les ofrecemos nuestros tradicionales platos de cocina uruguaya y crujientes pizzas.</p>
|
||||||
<nav>
|
</section>
|
||||||
<ul id="menu">
|
<section class="pollos">
|
||||||
|
<figure><a href="restaurante-pollos-a-la-brasa/index.html"><img src="images/foto-pollos.jpg" alt="Pollos a la brasa - Restaurante La Mano de Pablo"/></a></figure>
|
||||||
</ul>
|
<h3><a href="restaurante-pollos-a-la-brasa/index.html">Pollos a la brasa</a></h3>
|
||||||
</nav>
|
<p>En la <a href="restaurante-pollos-a-la-brasa/reservas.php">Calle de Alcalá</a>, además de nuestras especialidades, podrán degustar exquisitos pollos a la brasa.</p>
|
||||||
</header><div class="ic"></div>
|
</section>
|
||||||
<!-- / header -->
|
</div>
|
||||||
<!-- content -->
|
<br class="clear"/>
|
||||||
<article id="content">
|
</article>
|
||||||
</div>
|
<footer> © LA MANO DE PABLO - 2012 - <a href="http://www.lamanodepablo.com">www.lamanodepablo.com</a> </footer>
|
||||||
</div>
|
<script type="text/javascript">
|
||||||
</div>
|
|
||||||
<div class="body2">
|
var _gaq = _gaq || [];
|
||||||
<div class="main">
|
_gaq.push(['_setAccount', 'UA-31126546-1']);
|
||||||
<article id="content2">
|
_gaq.push(['_trackPageview']);
|
||||||
<div class="wrapper">
|
|
||||||
<section class="pad_left1">
|
(function() {
|
||||||
<h2>Bienvenidos a La Mano de Pablo</h2>
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
<div class="line1">
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
<div class="wrapper line2">
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
<div class="col2 pad_left1">
|
})();
|
||||||
<div class="wrapper pad_bot1">
|
|
||||||
<figure class="pad_bot1"><a href="../webLMP1/index.html" target="_blank"><img src="images/page2_img5.jpg" alt=""></a></figure>
|
</script>
|
||||||
<strong>En Las Tablas,</strong> les ofrecemos nuestros tradicionales platos de cocina Uruguaya y crujientes pizzas. </div>
|
|
||||||
</div>
|
|
||||||
<div class="cols pad_left1">
|
|
||||||
<p> </p>
|
|
||||||
<h4>Por favor seleccione el restaurante </h4>
|
|
||||||
<h4>que desea visitar...</h4>
|
|
||||||
</div>
|
|
||||||
<div class="col2 pad_left1">
|
|
||||||
<div class="wrapper pad_bot1">
|
|
||||||
<figure class="pad_bot1"><a href="../webLMP2/index.html" target="_blank"><img src="images/page2_img5_2.jpg" alt=""></a></figure>
|
|
||||||
<strong>En la calle Alcalá,</strong> además de nuestras especialidades podrán degustar exquisitos pollos a la brasa. </div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
<!-- / content -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="body3">
|
|
||||||
<div class="body4">
|
|
||||||
<div class="main">
|
|
||||||
<!-- footer -->
|
|
||||||
<footer>
|
|
||||||
<div class="wrapper">© LA MANO DE PABLO - 2012 - www.lamanodepablo.com</div>
|
|
||||||
<!-- {%FOOTER_LINK} -->
|
|
||||||
</footer>
|
|
||||||
<!-- / footer -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript"> Cufon.now(); </script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
140
src/restaurante-parrilla-pizzeria/carta.html
Normal file
@ -0,0 +1,140 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="es">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<title>Carta | Restaurante uruguayo La Mano de Pablo | Parrilla y pizzería</title>
|
||||||
|
<meta name="description" content="Auténtica parrilla uruguaya y pizzería. Reservas: 914 270 945. Calle Fromista, Las Tablas, 28050 Madrid"/>
|
||||||
|
<meta name="keywords" content="restaurante uruguayo, parrilla, carnes a la parrilla, parrillada, vacío, tira, entraña, asado de tira, chorizo a la parrilla, lomo alto, chivito al plato, chivito al pan, pizzería"/>
|
||||||
|
<meta name="author" content="La Mano de Pablo"/>
|
||||||
|
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all"/>
|
||||||
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
|
||||||
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Forum" type="text/css" media="all"/>
|
||||||
|
<link rel="stylesheet" href="fancybox/jquery.fancybox.css" type="text/css" media="screen"/>
|
||||||
|
<script type="text/javascript" src="js/jquery-1.7.2.min.js" ></script>
|
||||||
|
<script type="text/javascript" src="fancybox/jquery.fancybox.pack.js"></script>
|
||||||
|
<script type="text/javascript" src="fancybox/custom.js"></script>
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script type="text/javascript" src="js/html5.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<div class="layout">
|
||||||
|
<h1><a href="index.html">Restaurante - La Mano de Pablo</a></h1>
|
||||||
|
<ul id="top_nav">
|
||||||
|
<li><a href="../restaurante-pollos-a-la-brasa/index.html">Alcalá</a></li>
|
||||||
|
</ul>
|
||||||
|
<nav>
|
||||||
|
<ul id="menu">
|
||||||
|
<li><a href="index.html">Restaurante</a></li>
|
||||||
|
<li class="active"><a href="carta.html">Carta</a></li>
|
||||||
|
<li><a href="pizzas.html">Pizzas</a></li>
|
||||||
|
<li><a href="reservas.php">Reservas</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
<br class="clear"/>
|
||||||
|
<article>
|
||||||
|
<div class="wrap">
|
||||||
|
<section class="cols">
|
||||||
|
<div class="box">
|
||||||
|
<div>
|
||||||
|
<h2>Entrantes</h2>
|
||||||
|
<figure><img src="images/page3_img2.jpg" alt="" ></figure>
|
||||||
|
<p><strong>Exquisitos entrantes.</strong> Ligeros, sabrosos y muy originales para un menú que se puede completar con una buena carne a la parrilla.</p>
|
||||||
|
<a href="galerias/entrantes/provoleta-rellena.jpg" data-fancybox-group="entrantes" class="fancybox button" title="Provoleta relllena">+ fotos</a>
|
||||||
|
<a href="galerias/entrantes/provoleta-a-la-parrilla.jpg" data-fancybox-group="entrantes" class="fancybox" title="Provoleta a la parrilla"></a>
|
||||||
|
<a href="galerias/entrantes/chorizo-y-morcilla-criolla.jpg" data-fancybox-group="entrantes" class="fancybox" title="Chorizo y morcilla criolla"></a> <br/>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="cols">
|
||||||
|
<div class="box">
|
||||||
|
<div>
|
||||||
|
<h2>Ensaladas</h2>
|
||||||
|
<figure><img src="images/page3_img3.jpg" alt="" ></figure>
|
||||||
|
<p><strong>Nuestras frescas ensaladas</strong>, proporcionan una buena cantidad de fibra, agua y muy pocas calorías, no dejes de disfrutarlas. <br/>
|
||||||
|
<a href="galerias/ensaladas/ensalada-capresse.jpg" data-fancybox-group="ensaladas" class="fancybox button" title="Ensalada capresse">+ fotos</a>
|
||||||
|
<a href="galerias/ensaladas/ensalada-fresca.jpg" data-fancybox-group="ensaladas" class="fancybox" title="Ensalada fresca"></a>
|
||||||
|
<a href="galerias/ensaladas/ensalada-templada.jpg" data-fancybox-group="ensaladas" class="fancybox" title="Ensalada templada"></a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section class="cols">
|
||||||
|
<div class="box">
|
||||||
|
<div>
|
||||||
|
<h2 class="letter_spacing">Pizzas</h2>
|
||||||
|
<figure><img src="images/page3_img1.jpg" alt="" ></figure>
|
||||||
|
<p>Nuestras crujientes pizzas también se sirven a domicilio.</p>
|
||||||
|
|
||||||
|
<a href="galerias/pizzas/pizza-la-mano-de-pablo.jpg" data-fancybox-group="pizzas" class="fancybox button" title="Pizza La Mano de Pablo">+ fotos</a>
|
||||||
|
<a href="galerias/pizzas/pizza-montevideana.jpg" data-fancybox-group="pizzas" class="fancybox" title="Pizza Montevideana"></a>
|
||||||
|
<br/><br/><br/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
<br class="clear"/>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<article>
|
||||||
|
<div class="layout">
|
||||||
|
<section>
|
||||||
|
<div class="cols">
|
||||||
|
<h2>Parrilla</h2>
|
||||||
|
</div>
|
||||||
|
<div class="cols"><h2>La carta</h2></div>
|
||||||
|
<div class="col2">
|
||||||
|
<h2>Postres</h2>
|
||||||
|
</div>
|
||||||
|
<br class="clear"/>
|
||||||
|
<div class="cols rborder">
|
||||||
|
<figure><img src="images/page2_img8.jpg" alt=""></figure>
|
||||||
|
<p> Tradicionales carnes y los más jugosos cortes a la parrilla.</p>
|
||||||
|
<a href="galerias/parrilla/asado-de-tira.jpg" data-fancybox-group="parrilla" class="fancybox aToolTip" title="Asado de tira">+ fotos</a>
|
||||||
|
<a href="galerias/parrilla/lomo-alto.jpg" data-fancybox-group="parrilla" class="fancybox" title="Lomo alto"></a>
|
||||||
|
<a href="galerias/parrilla/parrillada.jpg" data-fancybox-group="parrilla" class="fancybox" title="Parrillada"></a>
|
||||||
|
<a href="galerias/parrilla/entrana.jpg" data-fancybox-group="parrilla" class="fancybox" title="Entraña"></a>
|
||||||
|
<a href="galerias/parrilla/chivito-al-pan.jpg" data-fancybox-group="parrilla" class="fancybox" title="Chivito al pan"></a>
|
||||||
|
<a href="galerias/parrilla/chivito-al-plato.jpg" data-fancybox-group="parrilla" class="fancybox" title="Chivito al plato"></a>
|
||||||
|
<a href="galerias/parrilla/parrilla.jpg" data-fancybox-group="parrilla" class="fancybox" title="Parrilla"></a>
|
||||||
|
</div>
|
||||||
|
<div class="cols rborder">
|
||||||
|
<figure><img src="images/page2_img4.jpg" alt=""></figure>
|
||||||
|
<p>Echa un vistazo a nuestra <strong>carta de platos</strong>. Te resultará difícil decidir qué elegir ante la variedad de platos que te ofrecemos.<br/>
|
||||||
|
<a href="carta/carta-las-tablas.pdf" class="aToolTip">ver la carta</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="col2">
|
||||||
|
<figure><img src="images/page2_img5.jpg" alt=""></figure>
|
||||||
|
<p><strong>Deliciosos postres</strong> que sorprenderán los paladares más exigentes. La mejor forma de terminar una buena comida.<br/>
|
||||||
|
<a href="galerias/postres/chaja.jpg" data-fancybox-group="postres" class="fancybox aToolTip" title="Chajá">+ fotos</a>
|
||||||
|
<a href="galerias/postres/coulant-de-chocolate.jpg" data-fancybox-group="postres" class="fancybox" title="Coulant de chocolate"></a>
|
||||||
|
<a href="galerias/postres/milhoja.jpg" data-fancybox-group="postres" class="fancybox" title="Milhoja"></a>
|
||||||
|
<a href="galerias/postres/panqueque-de-dulce-de-leche.jpg" data-fancybox-group="postres" class="fancybox" title="Panqueque de dulce de leche"></a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<br class="clear"/>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
<footer>
|
||||||
|
<section>
|
||||||
|
<h3>Reservas: <span>914 270 945</span><br/>Horario: <span>Domingo y Lunes de 13:00 a 17:00. De Martes a Sábado de 13:00 a 17:00 y 20:00 a 24:00.</span></h3>
|
||||||
|
</section>
|
||||||
|
</footer>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-31126546-1']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
2039
src/restaurante-parrilla-pizzeria/carta/carta-las-tablas.pdf
Normal file
17
src/restaurante-parrilla-pizzeria/css/jquery.tooltip.css
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#tooltip {
|
||||||
|
border: 2px solid #A80002;
|
||||||
|
border-radius: 6px 6px 6px 6px;
|
||||||
|
font-size: 14px;
|
||||||
|
max-width: 205px;
|
||||||
|
padding: 1em;
|
||||||
|
position: absolute;
|
||||||
|
text-shadow: none;
|
||||||
|
z-index: 2000;
|
||||||
|
background: url(../images/bg_bot_img.jpg) repeat !important;
|
||||||
|
color: #333 !important;
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.tooltip:hover {
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
135
src/restaurante-parrilla-pizzeria/css/nivo-slider.css
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
/* The Nivo Slider styles */
|
||||||
|
.nivoSlider {
|
||||||
|
position:relative;
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
.nivoSlider img {
|
||||||
|
position:absolute;
|
||||||
|
top:0px;
|
||||||
|
left:0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.slider-wrapper {
|
||||||
|
width:100%;
|
||||||
|
height:384px;
|
||||||
|
background:url(../images/bg_slider.jpg) 0 0 no-repeat;
|
||||||
|
position:relative;
|
||||||
|
overflow:hidden;
|
||||||
|
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
|
||||||
|
-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
|
||||||
|
-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
|
||||||
|
margin-bottom:35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* If an image is wrapped in a link */
|
||||||
|
.nivoSlider a.nivo-imageLink {
|
||||||
|
position:absolute;
|
||||||
|
top:0px;
|
||||||
|
left:0px;
|
||||||
|
width:100%;
|
||||||
|
height:100%;
|
||||||
|
border:0;
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
z-index:6;
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
/* The slices and boxes in the Slider */
|
||||||
|
.nivo-slice {
|
||||||
|
display:block;
|
||||||
|
position:absolute;
|
||||||
|
z-index:5;
|
||||||
|
height:100%;
|
||||||
|
}
|
||||||
|
.nivo-box {
|
||||||
|
display:block;
|
||||||
|
position:absolute;
|
||||||
|
z-index:5;
|
||||||
|
}
|
||||||
|
/* Caption styles */
|
||||||
|
.nivo-caption {
|
||||||
|
text-align: center;
|
||||||
|
position:absolute;
|
||||||
|
left:-305px;
|
||||||
|
top:0px;
|
||||||
|
opacity:1; /* Overridden by captionOpacity setting */
|
||||||
|
width:271px;
|
||||||
|
z-index:8;
|
||||||
|
}
|
||||||
|
.nivo-caption em {
|
||||||
|
background:url(../images/quot2.png) bottom right no-repeat;
|
||||||
|
text-align: center;
|
||||||
|
display:block;
|
||||||
|
color:#6c5f5b;
|
||||||
|
padding-bottom:2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nivo-caption em span {
|
||||||
|
background:url(../images/quot1.png) no-repeat;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.nivo-caption a {
|
||||||
|
display:inline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nivo-caption strong {
|
||||||
|
font-family: 'Forum', cursive;
|
||||||
|
font-size:52px;
|
||||||
|
color:#bf0f0a;
|
||||||
|
display:block;
|
||||||
|
line-height:1.2em;
|
||||||
|
text-transform:uppercase;
|
||||||
|
padding:55px 0 0 0;
|
||||||
|
letter-spacing:-2px;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nivo-caption strong span {
|
||||||
|
display:block;
|
||||||
|
margin-top:-16px
|
||||||
|
}
|
||||||
|
|
||||||
|
.nivo-caption b {
|
||||||
|
font-family: 'Forum', cursive;
|
||||||
|
font-weight: normal;
|
||||||
|
display:block;
|
||||||
|
font-size:27px;
|
||||||
|
color:#312826;
|
||||||
|
text-transform:uppercase;
|
||||||
|
padding:0 0 23px 0;
|
||||||
|
line-height:1.2em;
|
||||||
|
letter-spacing:-1px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.nivo-html-caption {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
/* Direction nav styles (e.g. Next & Prev) */
|
||||||
|
.nivo-directionNav a {
|
||||||
|
position:absolute;
|
||||||
|
top:45%;
|
||||||
|
z-index:9;
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
|
.nivo-prevNav {
|
||||||
|
left:0px;
|
||||||
|
}
|
||||||
|
.nivo-nextNav {
|
||||||
|
right:0px;
|
||||||
|
}
|
||||||
|
/* Control nav styles (e.g. 1,2,3...) */
|
||||||
|
.nivo-controlNav a {
|
||||||
|
position:relative;
|
||||||
|
z-index:9;
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
|
.nivo-controlNav a.active {
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
225
src/restaurante-parrilla-pizzeria/css/style.css
Normal file
@ -0,0 +1,225 @@
|
|||||||
|
body {
|
||||||
|
background: url(../images/bg_bottom.jpg) center 0 repeat #faf3ed;
|
||||||
|
font: 14px Georgia, "Times New Roman", Times, serif;
|
||||||
|
color: #fff;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #a80002;
|
||||||
|
text-decoration:none;
|
||||||
|
outline:none
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration:underline
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.aToolTip {
|
||||||
|
background: none repeat scroll 0 0 #A80002;
|
||||||
|
color: #FFFFFF;
|
||||||
|
font-size: 11px;
|
||||||
|
line-height: 17px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 2px 10px 3px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
background: url(../images/bg_top_img.jpg) top center repeat-x #4f0101;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
header .layout {
|
||||||
|
margin:0 auto;
|
||||||
|
width:960px;
|
||||||
|
padding-top:31px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header h1 {
|
||||||
|
background: url(../images/logo.png) top right no-repeat;
|
||||||
|
text-indent: -1000px;
|
||||||
|
width: 259px;
|
||||||
|
height: 95px;
|
||||||
|
overflow: hidden;
|
||||||
|
float: left;
|
||||||
|
padding: 0 0 0 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header article {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
article {
|
||||||
|
background:#fff url(../images/box_top2.png) center -11px no-repeat;
|
||||||
|
color: #200;
|
||||||
|
}
|
||||||
|
|
||||||
|
article .layout {
|
||||||
|
width: 960px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
padding-bottom: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
footer {
|
||||||
|
height:138px;
|
||||||
|
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||||
|
color:#696969;
|
||||||
|
line-height:18px;
|
||||||
|
background: url("../images/bg_bot_img.jpg") no-repeat scroll center top transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer section {
|
||||||
|
width: 960px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding-bottom: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
color: #C53005;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
float:left;
|
||||||
|
padding:0px 0 0 36px;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-family: 'Forum', cursive;
|
||||||
|
font-size:41px;
|
||||||
|
line-height:1.2em;
|
||||||
|
color: #230000;
|
||||||
|
padding: 16px 0 12px 0;
|
||||||
|
letter-spacing: -2px;
|
||||||
|
text-align: left;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.letter_spacing {
|
||||||
|
letter-spacing:-3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-family: 'Forum', cursive;
|
||||||
|
font-size: 27px;
|
||||||
|
color:#230000;
|
||||||
|
line-height:1.2em;
|
||||||
|
padding:20px 0 9px 0;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 span {
|
||||||
|
color:#a80002
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clear {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.resaltado {
|
||||||
|
color: #a80002;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** COLS */
|
||||||
|
.col1, .col2, .col3, .cols {float:left}
|
||||||
|
.cols {width:300px; margin-right: 30px;}
|
||||||
|
header .cols { margin-right: 20px; }
|
||||||
|
.col1 {width:630px; margin-right: 30px;}
|
||||||
|
.col2 {width:240px}
|
||||||
|
.col3 {width:285px}
|
||||||
|
.rborder { border-right: 1px solid #ddd;}
|
||||||
|
|
||||||
|
.cols p, .col2 p, .col3 p {width: 255px;}
|
||||||
|
.col1 p {width: 610px;}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper figure {
|
||||||
|
float: left;
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** BOXES */
|
||||||
|
.wrap {
|
||||||
|
overflow:hidden;
|
||||||
|
width:965px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrap ul li a {
|
||||||
|
font-style:italic;
|
||||||
|
padding-left:12px;
|
||||||
|
background:url(../images/marker_1.gif) 1px 8px no-repeat;
|
||||||
|
color:#faf3ed
|
||||||
|
}
|
||||||
|
|
||||||
|
.llamar {
|
||||||
|
padding-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box {background:url(../images/box_bg.png) repeat;color:#faf3ed;box-shadow:0 0 5px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 5px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .4)}
|
||||||
|
.box > div {background:url(../images/box_top.png) 0 top no-repeat;padding:30px;padding-top:0;overflow:hidden}
|
||||||
|
.box > div.full {background:url(../images/box_top2.png) 0 top no-repeat;}
|
||||||
|
.box h2 {color:#a80002;padding:15px 0 12px 0}
|
||||||
|
.box h2 span {color:#faf3ed}
|
||||||
|
.box figure {padding-bottom:13px}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
display:inline-block;
|
||||||
|
font-size:20px;
|
||||||
|
color:#faf3ed;
|
||||||
|
line-height:34px;
|
||||||
|
padding:0 15px;
|
||||||
|
background:#a80002;
|
||||||
|
letter-spacing:-1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button:hover {
|
||||||
|
text-decoration:none;
|
||||||
|
color:#1e0000;
|
||||||
|
background:#faf3ed;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** NAV **/
|
||||||
|
#top_nav {float:right;padding:4px 0 16px 43px;}
|
||||||
|
#top_nav li {float:left; padding:3px 0 5px 26px; margin-left:25px}
|
||||||
|
#top_nav li a {font-family: 'Forum', cursive; display:block; font-size:16px;color: #BAA;line-height:30px;padding:0 20px;height:34px;letter-spacing:-1px}
|
||||||
|
#top_nav li a:hover {text-decoration:none;background:url(../images/menu_bg.png) repeat}
|
||||||
|
#top_nav .end {background:none;padding-right:0;margin-right:0}
|
||||||
|
|
||||||
|
#menu {width:633px;float:right;padding:0; margin-bottom: 25px;}
|
||||||
|
#menu li {float:left;padding-left:3px}
|
||||||
|
#menu li a {font-family: 'Forum', cursive; display:block;font-size:24px;color:#faf3ed;line-height:40px;padding:0 20px;height:44px;letter-spacing:-1px}
|
||||||
|
#menu li a:hover, #menu .active a {text-decoration:none;background:url(../images/menu_bg.png) repeat}
|
||||||
|
|
||||||
|
|
||||||
|
/** FORM **/
|
||||||
|
label.error {
|
||||||
|
font-style:italic;
|
||||||
|
color: #ffaaaa;
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
BIN
src/restaurante-parrilla-pizzeria/fancybox/blank.gif
Normal file
|
After Width: | Height: | Size: 43 B |
83
src/restaurante-parrilla-pizzeria/fancybox/custom.js
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
(function ($, F) {
|
||||||
|
|
||||||
|
// Opening animation - fly from the top
|
||||||
|
F.transitions.dropIn = function() {
|
||||||
|
var endPos = F._getPosition(true);
|
||||||
|
|
||||||
|
endPos.top = (parseInt(endPos.top, 10) - 200) + 'px';
|
||||||
|
endPos.opacity = 0;
|
||||||
|
|
||||||
|
F.wrap.css(endPos).show().animate({
|
||||||
|
top: '+=200px',
|
||||||
|
opacity: 1
|
||||||
|
}, {
|
||||||
|
duration: F.current.openSpeed,
|
||||||
|
complete: F._afterZoomIn
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// Closing animation - fly to the top
|
||||||
|
F.transitions.dropOut = function() {
|
||||||
|
F.wrap.removeClass('fancybox-opened').animate({
|
||||||
|
top: '-=200px',
|
||||||
|
opacity: 0
|
||||||
|
}, {
|
||||||
|
duration: F.current.closeSpeed,
|
||||||
|
complete: F._afterZoomOut
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// Next gallery item - fly from left side to the center
|
||||||
|
F.transitions.slideIn = function() {
|
||||||
|
var endPos = F._getPosition(true);
|
||||||
|
|
||||||
|
endPos.left = (parseInt(endPos.left, 10) - 200) + 'px';
|
||||||
|
endPos.opacity = 0;
|
||||||
|
|
||||||
|
F.wrap.css(endPos).show().animate({
|
||||||
|
left: '+=200px',
|
||||||
|
opacity: 1
|
||||||
|
}, {
|
||||||
|
duration: F.current.nextSpeed,
|
||||||
|
complete: F._afterZoomIn
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// Current gallery item - fly from center to the right
|
||||||
|
F.transitions.slideOut = function() {
|
||||||
|
F.wrap.removeClass('fancybox-opened').animate({
|
||||||
|
left: '+=200px',
|
||||||
|
opacity: 0
|
||||||
|
}, {
|
||||||
|
duration: F.current.prevSpeed,
|
||||||
|
complete: function () {
|
||||||
|
$(this).trigger('onReset').remove();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
}(jQuery, jQuery.fancybox));
|
||||||
|
|
||||||
|
$(".fancybox")
|
||||||
|
.attr('rel', 'gallery')
|
||||||
|
.fancybox({
|
||||||
|
fitToView : true,
|
||||||
|
autoPlay : true,
|
||||||
|
tpl : {
|
||||||
|
closeBtn: '<div title="Cerrar" class="fancybox-item fancybox-close"></div>',
|
||||||
|
next: '<a title="Siguiente" class="fancybox-nav fancybox-next"><span></span></a>',
|
||||||
|
prev: '<a title="Anterior" class="fancybox-nav fancybox-prev"><span></span></a>'
|
||||||
|
},
|
||||||
|
|
||||||
|
openMethod : 'dropIn',
|
||||||
|
openSpeed : 250,
|
||||||
|
|
||||||
|
closeMethod : 'dropOut',
|
||||||
|
closeSpeed : 150,
|
||||||
|
|
||||||
|
nextMethod : 'slideIn',
|
||||||
|
nextSpeed : 250,
|
||||||
|
|
||||||
|
prevMethod : 'slideOut',
|
||||||
|
prevSpeed : 250
|
||||||
|
});
|
||||||
BIN
src/restaurante-parrilla-pizzeria/fancybox/fancybox_loading.gif
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
src/restaurante-parrilla-pizzeria/fancybox/fancybox_sprite.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,85 @@
|
|||||||
|
#fancybox-buttons {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 8050;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons.top {
|
||||||
|
top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons.bottom {
|
||||||
|
bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons ul {
|
||||||
|
display: block;
|
||||||
|
width: 170px;
|
||||||
|
height: 30px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
background: #111;
|
||||||
|
-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
|
||||||
|
-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
|
||||||
|
background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
|
||||||
|
background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons ul li {
|
||||||
|
float: left;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a {
|
||||||
|
display: block;
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
text-indent: -9999px;
|
||||||
|
background-image: url('fancybox_buttons.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a.btnPrev {
|
||||||
|
width: 32px;
|
||||||
|
background-position: 6px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a.btnNext {
|
||||||
|
background-position: -33px 0;
|
||||||
|
border-right: 1px solid #3e3e3e;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a.btnPlay {
|
||||||
|
background-position: 0 -30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a.btnPlayOn {
|
||||||
|
background-position: -30px -30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a.btnToggle {
|
||||||
|
background-position: 3px -60px;
|
||||||
|
border-left: 1px solid #111;
|
||||||
|
border-right: 1px solid #3e3e3e;
|
||||||
|
width: 35px
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a.btnToggleOn {
|
||||||
|
background-position: -27px -60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a.btnClose {
|
||||||
|
border-left: 1px solid #111;
|
||||||
|
width: 38px;
|
||||||
|
background-position: -57px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-buttons a.btnDisabled {
|
||||||
|
opacity : 0.5;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
@ -0,0 +1,115 @@
|
|||||||
|
/*!
|
||||||
|
* Buttons helper for fancyBox
|
||||||
|
* version: 1.0.2
|
||||||
|
* @requires fancyBox v2.0 or later
|
||||||
|
*
|
||||||
|
* Usage:
|
||||||
|
* $(".fancybox").fancybox({
|
||||||
|
* buttons: {
|
||||||
|
* position : 'top'
|
||||||
|
* }
|
||||||
|
* });
|
||||||
|
*
|
||||||
|
* Options:
|
||||||
|
* tpl - HTML template
|
||||||
|
* position - 'top' or 'bottom'
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
(function ($) {
|
||||||
|
//Shortcut for fancyBox object
|
||||||
|
var F = $.fancybox;
|
||||||
|
|
||||||
|
//Add helper object
|
||||||
|
F.helpers.buttons = {
|
||||||
|
tpl: '<div id="fancybox-buttons"><ul><li><a class="btnPrev" title="Previous" href="javascript:;"></a></li><li><a class="btnPlay" title="Start slideshow" href="javascript:;"></a></li><li><a class="btnNext" title="Next" href="javascript:;"></a></li><li><a class="btnToggle" title="Toggle size" href="javascript:;"></a></li><li><a class="btnClose" title="Close" href="javascript:jQuery.fancybox.close();"></a></li></ul></div>',
|
||||||
|
list: null,
|
||||||
|
buttons: {},
|
||||||
|
|
||||||
|
update: function () {
|
||||||
|
var toggle = this.buttons.toggle.removeClass('btnDisabled btnToggleOn');
|
||||||
|
|
||||||
|
//Size toggle button
|
||||||
|
if (F.current.canShrink) {
|
||||||
|
toggle.addClass('btnToggleOn');
|
||||||
|
|
||||||
|
} else if (!F.current.canExpand) {
|
||||||
|
toggle.addClass('btnDisabled');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
beforeLoad: function (opts) {
|
||||||
|
//Remove self if gallery do not have at least two items
|
||||||
|
if (F.group.length < 2) {
|
||||||
|
F.coming.helpers.buttons = false;
|
||||||
|
F.coming.closeBtn = true;
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
//Increase top margin to give space for buttons
|
||||||
|
F.coming.margin[ opts.position === 'bottom' ? 2 : 0 ] += 30;
|
||||||
|
},
|
||||||
|
|
||||||
|
onPlayStart: function () {
|
||||||
|
if (this.list) {
|
||||||
|
this.buttons.play.attr('title', 'Pause slideshow').addClass('btnPlayOn');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
onPlayEnd: function () {
|
||||||
|
if (this.list) {
|
||||||
|
this.buttons.play.attr('title', 'Start slideshow').removeClass('btnPlayOn');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
afterShow: function (opts) {
|
||||||
|
var buttons;
|
||||||
|
|
||||||
|
if (!this.list) {
|
||||||
|
this.list = $(opts.tpl || this.tpl).addClass(opts.position || 'top').appendTo('body');
|
||||||
|
|
||||||
|
this.buttons = {
|
||||||
|
prev : this.list.find('.btnPrev').click( F.prev ),
|
||||||
|
next : this.list.find('.btnNext').click( F.next ),
|
||||||
|
play : this.list.find('.btnPlay').click( F.play ),
|
||||||
|
toggle : this.list.find('.btnToggle').click( F.toggle )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
buttons = this.buttons;
|
||||||
|
|
||||||
|
//Prev
|
||||||
|
if (F.current.index > 0 || F.current.loop) {
|
||||||
|
buttons.prev.removeClass('btnDisabled');
|
||||||
|
} else {
|
||||||
|
buttons.prev.addClass('btnDisabled');
|
||||||
|
}
|
||||||
|
|
||||||
|
//Next / Play
|
||||||
|
if (F.current.loop || F.current.index < F.group.length - 1) {
|
||||||
|
buttons.next.removeClass('btnDisabled');
|
||||||
|
buttons.play.removeClass('btnDisabled');
|
||||||
|
|
||||||
|
} else {
|
||||||
|
buttons.next.addClass('btnDisabled');
|
||||||
|
buttons.play.addClass('btnDisabled');
|
||||||
|
}
|
||||||
|
|
||||||
|
this.update();
|
||||||
|
},
|
||||||
|
|
||||||
|
onUpdate: function () {
|
||||||
|
this.update();
|
||||||
|
},
|
||||||
|
|
||||||
|
beforeClose: function () {
|
||||||
|
if (this.list) {
|
||||||
|
this.list.remove();
|
||||||
|
}
|
||||||
|
|
||||||
|
this.list = null;
|
||||||
|
this.buttons = {};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
}(jQuery));
|
||||||
@ -0,0 +1,85 @@
|
|||||||
|
/*!
|
||||||
|
* Media helper for fancyBox
|
||||||
|
* version: 1.0.0
|
||||||
|
* @requires fancyBox v2.0 or later
|
||||||
|
*
|
||||||
|
* Usage:
|
||||||
|
* $(".fancybox").fancybox({
|
||||||
|
* media: {}
|
||||||
|
* });
|
||||||
|
*
|
||||||
|
* Supports:
|
||||||
|
* Youtube
|
||||||
|
* http://www.youtube.com/watch?v=opj24KnzrWo
|
||||||
|
* http://youtu.be/opj24KnzrWo
|
||||||
|
* Vimeo
|
||||||
|
* http://vimeo.com/25634903
|
||||||
|
* Metacafe
|
||||||
|
* http://www.metacafe.com/watch/7635964/dr_seuss_the_lorax_movie_trailer/
|
||||||
|
* http://www.metacafe.com/watch/7635964/
|
||||||
|
* Dailymotion
|
||||||
|
* http://www.dailymotion.com/video/xoytqh_dr-seuss-the-lorax-premiere_people
|
||||||
|
* Twitvid
|
||||||
|
* http://twitvid.com/QY7MD
|
||||||
|
* Twitpic
|
||||||
|
* http://twitpic.com/7p93st
|
||||||
|
* Instagram
|
||||||
|
* http://instagr.am/p/IejkuUGxQn/
|
||||||
|
* http://instagram.com/p/IejkuUGxQn/
|
||||||
|
* Google maps
|
||||||
|
* http://maps.google.com/maps?q=Eiffel+Tower,+Avenue+Gustave+Eiffel,+Paris,+France&t=h&z=17
|
||||||
|
* http://maps.google.com/?ll=48.857995,2.294297&spn=0.007666,0.021136&t=m&z=16
|
||||||
|
* http://maps.google.com/?ll=48.859463,2.292626&spn=0.000965,0.002642&t=m&z=19&layer=c&cbll=48.859524,2.292532&panoid=YJ0lq28OOy3VT2IqIuVY0g&cbp=12,151.58,,0,-15.56
|
||||||
|
*/
|
||||||
|
(function ($) {
|
||||||
|
//Shortcut for fancyBox object
|
||||||
|
var F = $.fancybox;
|
||||||
|
|
||||||
|
//Add helper object
|
||||||
|
F.helpers.media = {
|
||||||
|
beforeLoad : function(opts, obj) {
|
||||||
|
var href = obj.href || '',
|
||||||
|
type = false,
|
||||||
|
rez;
|
||||||
|
|
||||||
|
if ((rez = href.match(/(youtube\.com|youtu\.be)\/(v\/|u\/|embed\/|watch\?v=)?([^#\&\?]*).*/i))) {
|
||||||
|
href = '//www.youtube.com/embed/' + rez[3] + '?autoplay=1&autohide=1&fs=1&rel=0&enablejsapi=1';
|
||||||
|
type = 'iframe';
|
||||||
|
|
||||||
|
} else if ((rez = href.match(/vimeo.com\/(\d+)\/?(.*)/))) {
|
||||||
|
href = '//player.vimeo.com/video/' + rez[1] + '?hd=1&autoplay=1&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1';
|
||||||
|
type = 'iframe';
|
||||||
|
|
||||||
|
} else if ((rez = href.match(/metacafe.com\/watch\/(\d+)\/?(.*)/))) {
|
||||||
|
href = '//www.metacafe.com/fplayer/' + rez[1] + '/.swf?playerVars=autoPlay=yes';
|
||||||
|
type = 'swf';
|
||||||
|
|
||||||
|
} else if ((rez = href.match(/dailymotion.com\/video\/(.*)\/?(.*)/))) {
|
||||||
|
href = '//www.dailymotion.com/swf/video/' + rez[1] + '?additionalInfos=0&autoStart=1';
|
||||||
|
type = 'swf';
|
||||||
|
|
||||||
|
} else if ((rez = href.match(/twitvid\.com\/([a-zA-Z0-9_\-\?\=]+)/i))) {
|
||||||
|
href = '//www.twitvid.com/embed.php?autoplay=0&guid=' + rez[1];
|
||||||
|
type = 'iframe';
|
||||||
|
|
||||||
|
} else if ((rez = href.match(/twitpic\.com\/(?!(?:place|photos|events)\/)([a-zA-Z0-9\?\=\-]+)/i))) {
|
||||||
|
href = '//twitpic.com/show/full/' + rez[1];
|
||||||
|
type = 'image';
|
||||||
|
|
||||||
|
} else if ((rez = href.match(/(instagr\.am|instagram\.com)\/p\/([a-zA-Z0-9_\-]+)\/?/i))) {
|
||||||
|
href = '//' + rez[1] + '/p/' + rez[2] + '/media/?size=l';
|
||||||
|
type = 'image';
|
||||||
|
|
||||||
|
} else if ((rez = href.match(/maps\.google\.com\/(\?ll=|maps\/?\?q=)(.*)/i))) {
|
||||||
|
href = '//maps.google.com/' + rez[1] + '' + rez[2] + '&output=' + (rez[2].indexOf('layer=c') ? 'svembed' : 'embed');
|
||||||
|
type = 'iframe';
|
||||||
|
}
|
||||||
|
|
||||||
|
if (type) {
|
||||||
|
obj.href = href;
|
||||||
|
obj.type = type;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}(jQuery));
|
||||||
@ -0,0 +1,54 @@
|
|||||||
|
#fancybox-thumbs {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 8050;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-thumbs.bottom {
|
||||||
|
bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-thumbs.top {
|
||||||
|
top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-thumbs ul {
|
||||||
|
position: relative;
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-thumbs ul li {
|
||||||
|
float: left;
|
||||||
|
padding: 1px;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-thumbs ul li.active {
|
||||||
|
opacity: 0.75;
|
||||||
|
padding: 0;
|
||||||
|
border: 1px solid #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-thumbs ul li:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-thumbs ul li a {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
border: 1px solid #222;
|
||||||
|
background: #111;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-thumbs ul li img {
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
@ -0,0 +1,157 @@
|
|||||||
|
/*!
|
||||||
|
* Thumbnail helper for fancyBox
|
||||||
|
* version: 1.0.4
|
||||||
|
* @requires fancyBox v2.0 or later
|
||||||
|
*
|
||||||
|
* Usage:
|
||||||
|
* $(".fancybox").fancybox({
|
||||||
|
* thumbs: {
|
||||||
|
* width : 50,
|
||||||
|
* height : 50
|
||||||
|
* }
|
||||||
|
* });
|
||||||
|
*
|
||||||
|
* Options:
|
||||||
|
* width - thumbnail width
|
||||||
|
* height - thumbnail height
|
||||||
|
* source - function to obtain the URL of the thumbnail image
|
||||||
|
* position - 'top' or 'bottom'
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
(function ($) {
|
||||||
|
//Shortcut for fancyBox object
|
||||||
|
var F = $.fancybox;
|
||||||
|
|
||||||
|
//Add helper object
|
||||||
|
F.helpers.thumbs = {
|
||||||
|
wrap: null,
|
||||||
|
list: null,
|
||||||
|
width: 0,
|
||||||
|
|
||||||
|
//Default function to obtain the URL of the thumbnail image
|
||||||
|
source: function (el) {
|
||||||
|
var img;
|
||||||
|
|
||||||
|
if ($.type(el) === 'string') {
|
||||||
|
return el;
|
||||||
|
}
|
||||||
|
|
||||||
|
img = $(el).find('img');
|
||||||
|
|
||||||
|
return img.length ? img.attr('src') : el.href;
|
||||||
|
},
|
||||||
|
|
||||||
|
init: function (opts) {
|
||||||
|
var that = this,
|
||||||
|
list,
|
||||||
|
thumbWidth = opts.width || 50,
|
||||||
|
thumbHeight = opts.height || 50,
|
||||||
|
thumbSource = opts.source || this.source;
|
||||||
|
|
||||||
|
//Build list structure
|
||||||
|
list = '';
|
||||||
|
|
||||||
|
for (var n = 0; n < F.group.length; n++) {
|
||||||
|
list += '<li><a style="width:' + thumbWidth + 'px;height:' + thumbHeight + 'px;" href="javascript:jQuery.fancybox.jumpto(' + n + ');"></a></li>';
|
||||||
|
}
|
||||||
|
|
||||||
|
this.wrap = $('<div id="fancybox-thumbs"></div>').addClass(opts.position || 'bottom').appendTo('body');
|
||||||
|
this.list = $('<ul>' + list + '</ul>').appendTo(this.wrap);
|
||||||
|
|
||||||
|
//Load each thumbnail
|
||||||
|
$.each(F.group, function (i) {
|
||||||
|
$("<img />").load(function () {
|
||||||
|
var width = this.width,
|
||||||
|
height = this.height,
|
||||||
|
widthRatio, heightRatio, parent;
|
||||||
|
|
||||||
|
if (!that.list || !width || !height) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
//Calculate thumbnail width/height and center it
|
||||||
|
widthRatio = width / thumbWidth;
|
||||||
|
heightRatio = height / thumbHeight;
|
||||||
|
parent = that.list.children().eq(i).find('a');
|
||||||
|
|
||||||
|
if (widthRatio >= 1 && heightRatio >= 1) {
|
||||||
|
if (widthRatio > heightRatio) {
|
||||||
|
width = Math.floor(width / heightRatio);
|
||||||
|
height = thumbHeight;
|
||||||
|
|
||||||
|
} else {
|
||||||
|
width = thumbWidth;
|
||||||
|
height = Math.floor(height / widthRatio);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
$(this).css({
|
||||||
|
width: width,
|
||||||
|
height: height,
|
||||||
|
top: Math.floor(thumbHeight / 2 - height / 2),
|
||||||
|
left: Math.floor(thumbWidth / 2 - width / 2)
|
||||||
|
});
|
||||||
|
|
||||||
|
parent.width(thumbWidth).height(thumbHeight);
|
||||||
|
|
||||||
|
$(this).hide().appendTo(parent).fadeIn(300);
|
||||||
|
|
||||||
|
}).attr('src', thumbSource( F.group[ i ] ));
|
||||||
|
});
|
||||||
|
|
||||||
|
//Set initial width
|
||||||
|
this.width = this.list.children().eq(0).outerWidth(true);
|
||||||
|
|
||||||
|
this.list.width(this.width * (F.group.length + 1)).css('left', Math.floor($(window).width() * 0.5 - (F.current.index * this.width + this.width * 0.5)));
|
||||||
|
},
|
||||||
|
|
||||||
|
//Center list
|
||||||
|
update: function (opts) {
|
||||||
|
if (this.list) {
|
||||||
|
this.list.stop(true).animate({
|
||||||
|
'left': Math.floor($(window).width() * 0.5 - (F.current.index * this.width + this.width * 0.5))
|
||||||
|
}, 150);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
beforeLoad: function (opts) {
|
||||||
|
//Remove self if gallery do not have at least two items
|
||||||
|
if (F.group.length < 2) {
|
||||||
|
F.coming.helpers.thumbs = false;
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
//Increase bottom margin to give space for thumbs
|
||||||
|
F.coming.margin[ opts.position === 'top' ? 0 : 2 ] = opts.height + 30;
|
||||||
|
},
|
||||||
|
|
||||||
|
afterShow: function (opts) {
|
||||||
|
//Check if exists and create or update list
|
||||||
|
if (this.list) {
|
||||||
|
this.update(opts);
|
||||||
|
|
||||||
|
} else {
|
||||||
|
this.init(opts);
|
||||||
|
}
|
||||||
|
|
||||||
|
//Set active element
|
||||||
|
this.list.children().removeClass('active').eq(F.current.index).addClass('active');
|
||||||
|
},
|
||||||
|
|
||||||
|
onUpdate: function () {
|
||||||
|
this.update();
|
||||||
|
},
|
||||||
|
|
||||||
|
beforeClose: function () {
|
||||||
|
if (this.wrap) {
|
||||||
|
this.wrap.remove();
|
||||||
|
}
|
||||||
|
|
||||||
|
this.wrap = null;
|
||||||
|
this.list = null;
|
||||||
|
this.width = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}(jQuery));
|
||||||
234
src/restaurante-parrilla-pizzeria/fancybox/jquery.fancybox.css
vendored
Normal file
@ -0,0 +1,234 @@
|
|||||||
|
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
|
||||||
|
.fancybox-tmp iframe, .fancybox-tmp object {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-wrap {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 8020;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-skin {
|
||||||
|
position: relative;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
background: #f9f9f9;
|
||||||
|
color: #444;
|
||||||
|
text-shadow: none;
|
||||||
|
-webkit-border-radius: 4px;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-opened {
|
||||||
|
z-index: 8030;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-opened .fancybox-skin {
|
||||||
|
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||||
|
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-outer, .fancybox-inner {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
position: relative;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-inner {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-type-iframe .fancybox-inner {
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-error {
|
||||||
|
color: #444;
|
||||||
|
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
|
margin: 0;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-image, .fancybox-iframe {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-image {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
|
||||||
|
background-image: url('fancybox_sprite.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-loading {
|
||||||
|
position: fixed;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
margin-top: -22px;
|
||||||
|
margin-left: -22px;
|
||||||
|
background-position: 0 -108px;
|
||||||
|
opacity: 0.8;
|
||||||
|
cursor: pointer;
|
||||||
|
z-index: 8020;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-loading div {
|
||||||
|
width: 44px;
|
||||||
|
height: 44px;
|
||||||
|
background: url('fancybox_loading.gif') center center no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-close {
|
||||||
|
position: absolute;
|
||||||
|
top: -18px;
|
||||||
|
right: -18px;
|
||||||
|
width: 36px;
|
||||||
|
height: 36px;
|
||||||
|
cursor: pointer;
|
||||||
|
z-index: 8040;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-nav {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 40%;
|
||||||
|
height: 100%;
|
||||||
|
cursor: pointer;
|
||||||
|
background: transparent url('blank.gif'); /* helps IE */
|
||||||
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
|
z-index: 8040;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-prev {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-next {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-nav span {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
width: 36px;
|
||||||
|
height: 34px;
|
||||||
|
margin-top: -18px;
|
||||||
|
cursor: pointer;
|
||||||
|
z-index: 8040;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-prev span {
|
||||||
|
left: 20px;
|
||||||
|
background-position: 0 -36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-next span {
|
||||||
|
right: 20px;
|
||||||
|
background-position: 0 -72px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-nav:hover span {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-tmp {
|
||||||
|
position: absolute;
|
||||||
|
top: -9999px;
|
||||||
|
left: -9999px;
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Overlay helper */
|
||||||
|
|
||||||
|
#fancybox-overlay {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
display: none;
|
||||||
|
z-index: 8010;
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fancybox-overlay.overlay-fixed {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Title helper */
|
||||||
|
|
||||||
|
.fancybox-title {
|
||||||
|
visibility: hidden;
|
||||||
|
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
|
position: relative;
|
||||||
|
text-shadow: none;
|
||||||
|
z-index: 8050;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-opened .fancybox-title {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-title-float-wrap {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 50%;
|
||||||
|
margin-bottom: -35px;
|
||||||
|
z-index: 8030;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-title-float-wrap .child {
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: -100%;
|
||||||
|
padding: 2px 20px;
|
||||||
|
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
|
||||||
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
-webkit-border-radius: 15px;
|
||||||
|
-moz-border-radius: 15px;
|
||||||
|
border-radius: 15px;
|
||||||
|
text-shadow: 0 1px 2px #222;
|
||||||
|
color: #FFF;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 24px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-title-outside-wrap {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 10px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-title-inside-wrap {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancybox-title-over-wrap {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
color: #fff;
|
||||||
|
padding: 10px;
|
||||||
|
background: #000;
|
||||||
|
background: rgba(0, 0, 0, .8);
|
||||||
|
}
|
||||||
@ -0,0 +1,35 @@
|
|||||||
|
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
|
||||||
|
(function(s,l,d,t){var m=d(s),q=d(l),a=d.fancybox=function(){a.open.apply(this,arguments)},u=!1,k=l.createTouch!==t,o=function(a){return"string"===d.type(a)},n=function(b,c){c&&o(b)&&0<b.indexOf("%")&&(b=a.getViewport()[c]/100*parseInt(b,10));return Math.round(b)+"px"};d.extend(a,{version:"2.0.5",defaults:{padding:15,margin:20,width:800,height:600,minWidth:100,minHeight:100,maxWidth:9999,maxHeight:9999,autoSize:!0,autoResize:!k,autoCenter:!k,fitToView:!0,aspectRatio:!1,topRatio:0.5,fixed:!1,scrolling:"auto",
|
||||||
|
wrapCSS:"",arrows:!0,closeBtn:!0,closeClick:!1,nextClick:!1,mouseWheel:!0,autoPlay:!1,playSpeed:3E3,preload:3,modal:!1,loop:!0,ajax:{dataType:"html",headers:{"X-fancyBox":!0}},keys:{next:[13,32,34,39,40],prev:[8,33,37,38],close:[27]},tpl:{wrap:'<div class="fancybox-wrap"><div class="fancybox-skin"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div></div>',image:'<img class="fancybox-image" src="{href}" alt="" />',iframe:'<iframe class="fancybox-iframe" name="fancybox-frame{rnd}" frameborder="0" hspace="0"'+
|
||||||
|
(d.browser.msie?' allowtransparency="true"':"")+"></iframe>",swf:'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{href}" /><embed src="{href}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="100%" height="100%" wmode="transparent"></embed></object>',error:'<p class="fancybox-error">The requested content cannot be loaded.<br/>Please try again later.</p>',
|
||||||
|
closeBtn:'<div title="Close" class="fancybox-item fancybox-close"></div>',next:'<a title="Next" class="fancybox-nav fancybox-next"><span></span></a>',prev:'<a title="Previous" class="fancybox-nav fancybox-prev"><span></span></a>'},openEffect:"fade",openSpeed:300,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:300,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:300,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",
|
||||||
|
prevSpeed:300,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:{speedIn:0,speedOut:300,opacity:0.8,css:{cursor:"pointer"},closeClick:!0},title:{type:"float"}}},group:{},opts:{},coming:null,current:null,isOpen:!1,isOpened:!1,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(b,c){a.close(!0);b&&!d.isArray(b)&&(b=b instanceof d?d(b).get():[b]);a.isActive=!0;a.opts=d.extend(!0,{},a.defaults,c);d.isPlainObject(c)&&c.keys!==t&&(a.opts.keys=c.keys?
|
||||||
|
d.extend({},a.defaults.keys,c.keys):!1);a.group=b;a._start(a.opts.index||0)},cancel:function(){a.coming&&!1===a.trigger("onCancel")||(a.coming=null,a.hideLoading(),a.ajaxLoad&&a.ajaxLoad.abort(),a.ajaxLoad=null,a.imgPreload&&(a.imgPreload.onload=a.imgPreload.onabort=a.imgPreload.onerror=null))},close:function(b){a.cancel();a.current&&!1!==a.trigger("beforeClose")&&(a.unbindEvents(),!a.isOpen||b&&!0===b[0]?(d(".fancybox-wrap").stop().trigger("onReset").remove(),a._afterZoomOut()):(a.isOpen=a.isOpened=
|
||||||
|
!1,d(".fancybox-item, .fancybox-nav").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.closeMethod]()))},play:function(b){var c=function(){clearTimeout(a.player.timer)},e=function(){c();a.current&&a.player.isActive&&(a.player.timer=setTimeout(a.next,a.current.playSpeed))},f=function(){c();d("body").unbind(".player");a.player.isActive=!1;a.trigger("onPlayEnd")};if(a.player.isActive||b&&!1===b[0])f();else if(a.current&&(a.current.loop||
|
||||||
|
a.current.index<a.group.length-1))a.player.isActive=!0,d("body").bind({"afterShow.player onUpdate.player":e,"onCancel.player beforeClose.player":f,"beforeLoad.player":c}),e(),a.trigger("onPlayStart")},next:function(){a.current&&a.jumpto(a.current.index+1)},prev:function(){a.current&&a.jumpto(a.current.index-1)},jumpto:function(b){a.current&&(b=parseInt(b,10),1<a.group.length&&a.current.loop&&(b>=a.group.length?b=0:0>b&&(b=a.group.length-1)),a.group[b]!==t&&(a.cancel(),a._start(b)))},reposition:function(b,
|
||||||
|
c){var e;a.isOpen&&(e=a._getPosition(c),b&&"scroll"===b.type?(delete e.position,a.wrap.stop(!0,!0).animate(e,200)):a.wrap.css(e))},update:function(b){a.isOpen&&(u||setTimeout(function(){var c=a.current,e=!b||b&&"orientationchange"===b.type;if(u&&(u=!1,c)){if(!b||"scroll"!==b.type||e)c.autoSize&&"iframe"!==c.type&&(a.inner.height("auto"),c.height=a.inner.height()),(c.autoResize||e)&&a._setDimension(),c.canGrow&&"iframe"!==c.type&&a.inner.height("auto");(c.autoCenter||e)&&a.reposition(b);a.trigger("onUpdate")}},
|
||||||
|
200),u=!0)},toggle:function(){a.isOpen&&(a.current.fitToView=!a.current.fitToView,a.update())},hideLoading:function(){q.unbind("keypress.fb");d("#fancybox-loading").remove()},showLoading:function(){a.hideLoading();q.bind("keypress.fb",function(b){27===b.keyCode&&(b.preventDefault(),a.cancel())});d('<div id="fancybox-loading"><div></div></div>').click(a.cancel).appendTo("body")},getViewport:function(){return{x:m.scrollLeft(),y:m.scrollTop(),w:k&&s.innerWidth?s.innerWidth:m.width(),h:k&&s.innerHeight?
|
||||||
|
s.innerHeight:m.height()}},unbindEvents:function(){a.wrap&&a.wrap.unbind(".fb");q.unbind(".fb");m.unbind(".fb")},bindEvents:function(){var b=a.current,c=b.keys;b&&(m.bind("resize.fb orientationchange.fb"+(b.autoCenter&&!b.fixed?" scroll.fb":""),a.update),c&&q.bind("keydown.fb",function(b){var f;f=b.target||b.srcElement;if(!b.ctrlKey&&!b.altKey&&!b.shiftKey&&!b.metaKey&&(!f||!f.type&&!d(f).is("[contenteditable]")))f=b.keyCode,-1<d.inArray(f,c.close)?(a.close(),b.preventDefault()):-1<d.inArray(f,c.next)?
|
||||||
|
(a.next(),b.preventDefault()):-1<d.inArray(f,c.prev)&&(a.prev(),b.preventDefault())}),d.fn.mousewheel&&b.mouseWheel&&1<a.group.length&&a.wrap.bind("mousewheel.fb",function(b,c){var d=b.target||null;if(0!==c&&(!d||0===d.clientHeight||d.scrollHeight===d.clientHeight&&d.scrollWidth===d.clientWidth))b.preventDefault(),a[0<c?"prev":"next"]()}))},trigger:function(b,c){var e,f=c||a[-1<d.inArray(b,["onCancel","beforeLoad","afterLoad"])?"coming":"current"];if(f){d.isFunction(f[b])&&(e=f[b].apply(f,Array.prototype.slice.call(arguments,
|
||||||
|
1)));if(!1===e)return!1;f.helpers&&d.each(f.helpers,function(c,e){if(e&&d.isPlainObject(a.helpers[c])&&d.isFunction(a.helpers[c][b]))a.helpers[c][b](e,f)});d.event.trigger(b+".fb")}},isImage:function(a){return o(a)&&a.match(/\.(jpe?g|gif|png|bmp)((\?|#).*)?$/i)},isSWF:function(a){return o(a)&&a.match(/\.(swf)((\?|#).*)?$/i)},_start:function(b){var c={},e=a.group[b]||null,f,g,i;if(e&&(e.nodeType||e instanceof d))f=!0,d.metadata&&(c=d(e).metadata());c=d.extend(!0,{},a.opts,{index:b,element:e},d.isPlainObject(e)?
|
||||||
|
e:c);d.each(["href","title","content","type"],function(b,g){c[g]=a.opts[g]||f&&d(e).attr(g)||c[g]||null});"number"===typeof c.margin&&(c.margin=[c.margin,c.margin,c.margin,c.margin]);c.modal&&d.extend(!0,c,{closeBtn:!1,closeClick:!1,nextClick:!1,arrows:!1,mouseWheel:!1,keys:null,helpers:{overlay:{css:{cursor:"auto"},closeClick:!1}}});a.coming=c;if(!1===a.trigger("beforeLoad"))a.coming=null;else{g=c.type;b=c.href||e;g||(f&&(g=d(e).data("fancybox-type"),g||(g=(g=e.className.match(/fancybox\.(\w+)/))?
|
||||||
|
g[1]:null)),!g&&o(b)&&(a.isImage(b)?g="image":a.isSWF(b)?g="swf":b.match(/^#/)&&(g="inline")),g||(g=f?"inline":"html"),c.type=g);if("inline"===g||"html"===g){if(c.content||(c.content="inline"===g?d(o(b)?b.replace(/.*(?=#[^\s]+$)/,""):b):e),!c.content||!c.content.length)g=null}else b||(g=null);"ajax"===g&&o(b)&&(i=b.split(/\s+/,2),b=i.shift(),c.selector=i.shift());c.href=b;c.group=a.group;c.isDom=f;switch(g){case "image":a._loadImage();break;case "ajax":a._loadAjax();break;case "inline":case "iframe":case "swf":case "html":a._afterLoad();
|
||||||
|
break;default:a._error("type")}}},_error:function(b){a.hideLoading();d.extend(a.coming,{type:"html",autoSize:!0,minWidth:0,minHeight:0,padding:15,hasError:b,content:a.coming.tpl.error});a._afterLoad()},_loadImage:function(){var b=a.imgPreload=new Image;b.onload=function(){this.onload=this.onerror=null;a.coming.width=this.width;a.coming.height=this.height;a._afterLoad()};b.onerror=function(){this.onload=this.onerror=null;a._error("image")};b.src=a.coming.href;(b.complete===t||!b.complete)&&a.showLoading()},
|
||||||
|
_loadAjax:function(){a.showLoading();a.ajaxLoad=d.ajax(d.extend({},a.coming.ajax,{url:a.coming.href,error:function(b,c){a.coming&&"abort"!==c?a._error("ajax",b):a.hideLoading()},success:function(b,c){"success"===c&&(a.coming.content=b,a._afterLoad())}}))},_preloadImages:function(){var b=a.group,c=a.current,e=b.length,f,g,i,h=Math.min(c.preload,e-1);if(c.preload&&!(2>b.length))for(i=1;i<=h;i+=1)if(f=b[(c.index+i)%e],g=f.href||d(f).attr("href")||f,"image"===f.type||a.isImage(g))(new Image).src=g},_afterLoad:function(){a.hideLoading();
|
||||||
|
!a.coming||!1===a.trigger("afterLoad",a.current)?a.coming=!1:(a.isOpened?(d(".fancybox-item, .fancybox-nav").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.prevMethod]()):(d(".fancybox-wrap").stop().trigger("onReset").remove(),a.trigger("afterClose")),a.unbindEvents(),a.isOpen=!1,a.current=a.coming,a.wrap=d(a.current.tpl.wrap).addClass("fancybox-"+(k?"mobile":"desktop")+" fancybox-type-"+a.current.type+" fancybox-tmp "+a.current.wrapCSS).appendTo("body"),
|
||||||
|
a.skin=d(".fancybox-skin",a.wrap).css("padding",n(a.current.padding)),a.outer=d(".fancybox-outer",a.wrap),a.inner=d(".fancybox-inner",a.wrap),a._setContent())},_setContent:function(){var b=a.current,c=b.content,e=b.type,f=b.minWidth,g=b.minHeight,i=b.maxWidth,h=b.maxHeight;switch(e){case "inline":case "ajax":case "html":b.selector?c=d("<div>").html(c).find(b.selector):c instanceof d&&(c.parent().hasClass("fancybox-inner")&&c.parents(".fancybox-wrap").unbind("onReset"),c=c.show().detach(),d(a.wrap).bind("onReset",
|
||||||
|
function(){c.appendTo("body").hide()}));b.autoSize&&(f=d('<div class="fancybox-wrap '+a.current.wrapCSS+' fancybox-tmp"></div>').appendTo("body").css({minWidth:n(f,"w"),minHeight:n(g,"h"),maxWidth:n(i,"w"),maxHeight:n(h,"h")}).append(c),b.width=f.width(),b.height=f.height(),f.width(a.current.width),f.height()>b.height&&(f.width(b.width+1),b.width=f.width(),b.height=f.height()),c=f.contents().detach(),f.remove());break;case "image":c=b.tpl.image.replace("{href}",b.href);b.aspectRatio=!0;break;case "swf":c=
|
||||||
|
b.tpl.swf.replace(/\{width\}/g,b.width).replace(/\{height\}/g,b.height).replace(/\{href\}/g,b.href);break;case "iframe":c=d(b.tpl.iframe.replace("{rnd}",(new Date).getTime())).attr("scrolling",b.scrolling).attr("src",b.href),b.scrolling=k?"scroll":"auto"}if("image"===e||"swf"===e)b.autoSize=!1,b.scrolling="visible";"iframe"===e&&b.autoSize?(a.showLoading(),a._setDimension(),a.inner.css("overflow",b.scrolling),c.bind({onCancel:function(){d(this).unbind();a._afterZoomOut()},load:function(){a.hideLoading();
|
||||||
|
try{this.contentWindow.document.location&&(a.current.height=d(this).contents().find("body").height())}catch(b){a.current.autoSize=!1}a[a.isOpen?"_afterZoomIn":"_beforeShow"]()}}).appendTo(a.inner)):(a.inner.append(c),a._beforeShow())},_beforeShow:function(){a.coming=null;a.trigger("beforeShow");a._setDimension();a.wrap.hide().removeClass("fancybox-tmp");a.bindEvents();a._preloadImages();a.transitions[a.isOpened?a.current.nextMethod:a.current.openMethod]()},_setDimension:function(){var b=a.wrap,c=
|
||||||
|
a.inner,e=a.current,f=a.getViewport(),g=e.margin,i=2*e.padding,h=e.width,j=e.height,r=e.maxWidth+i,k=e.maxHeight+i,l=e.minWidth+i,m=e.minHeight+i,p;f.w-=g[1]+g[3];f.h-=g[0]+g[2];o(h)&&0<h.indexOf("%")&&(h=(f.w-i)*parseFloat(h)/100);o(j)&&0<j.indexOf("%")&&(j=(f.h-i)*parseFloat(j)/100);g=h/j;h+=i;j+=i;e.fitToView&&(r=Math.min(f.w,r),k=Math.min(f.h,k));if(e.aspectRatio){if(h>r&&(h=r,j=(h-i)/g+i),j>k&&(j=k,h=(j-i)*g+i),h<l&&(h=l,j=(h-i)/g+i),j<m)j=m,h=(j-i)*g+i}else h=Math.max(l,Math.min(h,r)),j=Math.max(m,
|
||||||
|
Math.min(j,k));h=Math.round(h);j=Math.round(j);d(b.add(c)).width("auto").height("auto");c.width(h-i).height(j-i);b.width(h);p=b.height();if(h>r||p>k)for(;(h>r||p>k)&&h>l&&p>m;)j-=10,e.aspectRatio?(h=Math.round((j-i)*g+i),h<l&&(h=l,j=(h-i)/g+i)):h-=10,c.width(h-i).height(j-i),b.width(h),p=b.height();e.dim={width:n(h),height:n(p)};e.canGrow=e.autoSize&&j>m&&j<k;e.canShrink=!1;e.canExpand=!1;if(h-i<e.width||j-i<e.height)e.canExpand=!0;else if((h>f.w||p>f.h)&&h>l&&j>m)e.canShrink=!0;a.innerSpace=p-i-
|
||||||
|
c.height()},_getPosition:function(b){var c=a.current,e=a.getViewport(),f=c.margin,d=a.wrap.width()+f[1]+f[3],i=a.wrap.height()+f[0]+f[2],h={position:"absolute",top:f[0]+e.y,left:f[3]+e.x};c.autoCenter&&c.fixed&&!b&&i<=e.h&&d<=e.w&&(h={position:"fixed",top:f[0],left:f[3]});h.top=n(Math.max(h.top,h.top+(e.h-i)*c.topRatio));h.left=n(Math.max(h.left,h.left+0.5*(e.w-d)));return h},_afterZoomIn:function(){var b=a.current,c=b?b.scrolling:"no";if(b&&(a.isOpen=a.isOpened=!0,a.wrap.addClass("fancybox-opened"),
|
||||||
|
a.inner.css("overflow","yes"===c?"scroll":"no"===c?"hidden":c),a.trigger("afterShow"),a.update(),(b.closeClick||b.nextClick)&&a.inner.css("cursor","pointer").bind("click.fb",function(c){if(!d(c.target).is("a")&&!d(c.target).parent().is("a"))a[b.closeClick?"close":"next"]()}),b.closeBtn&&d(b.tpl.closeBtn).appendTo(a.skin).bind("click.fb",a.close),b.arrows&&1<a.group.length&&((b.loop||0<b.index)&&d(b.tpl.prev).appendTo(a.outer).bind("click.fb",a.prev),(b.loop||b.index<a.group.length-1)&&d(b.tpl.next).appendTo(a.outer).bind("click.fb",
|
||||||
|
a.next)),a.opts.autoPlay&&!a.player.isActive))a.opts.autoPlay=!1,a.play()},_afterZoomOut:function(){var b=a.current;a.wrap.trigger("onReset").remove();d.extend(a,{group:{},opts:{},current:null,isActive:!1,isOpened:!1,isOpen:!1,wrap:null,skin:null,outer:null,inner:null});a.trigger("afterClose",b)}});a.transitions={getOrigPosition:function(){var b=a.current,c=b.element,e=b.padding,f=d(b.orig),g={},i=50,h=50;!f.length&&b.isDom&&d(c).is(":visible")&&(f=d(c).find("img:first"),f.length||(f=d(c)));f.length?
|
||||||
|
(g=f.offset(),f.is("img")&&(i=f.outerWidth(),h=f.outerHeight())):(b=a.getViewport(),g.top=b.y+0.5*(b.h-h),g.left=b.x+0.5*(b.w-i));return g={top:n(g.top-e),left:n(g.left-e),width:n(i+2*e),height:n(h+2*e)}},step:function(b,c){var e=c.prop,d,g;if("width"===e||"height"===e)d=Math.ceil(b-2*a.current.padding),"height"===e&&(g=(b-c.start)/(c.end-c.start),c.start>c.end&&(g=1-g),d-=a.innerSpace*g),a.inner[e](d)},zoomIn:function(){var b=a.wrap,c=a.current,e=c.openEffect,f="elastic"===e,g=d.extend({},c.dim,
|
||||||
|
a._getPosition(f)),i=d.extend({opacity:1},g);delete i.position;f?(g=this.getOrigPosition(),c.openOpacity&&(g.opacity=0),a.outer.add(a.inner).width("auto").height("auto")):"fade"===e&&(g.opacity=0);b.css(g).show().animate(i,{duration:"none"===e?0:c.openSpeed,easing:c.openEasing,step:f?this.step:null,complete:a._afterZoomIn})},zoomOut:function(){var b=a.wrap,c=a.current,d=c.openEffect,f="elastic"===d,g={opacity:0};f&&("fixed"===b.css("position")&&b.css(a._getPosition(!0)),g=this.getOrigPosition(),c.closeOpacity&&
|
||||||
|
(g.opacity=0));b.animate(g,{duration:"none"===d?0:c.closeSpeed,easing:c.closeEasing,step:f?this.step:null,complete:a._afterZoomOut})},changeIn:function(){var b=a.wrap,c=a.current,d=c.nextEffect,f="elastic"===d,g=a._getPosition(f),i={opacity:1};g.opacity=0;f&&(g.top=n(parseInt(g.top,10)-200),i.top="+=200px");b.css(g).show().animate(i,{duration:"none"===d?0:c.nextSpeed,easing:c.nextEasing,complete:a._afterZoomIn})},changeOut:function(){var b=a.wrap,c=a.current,e=c.prevEffect,f={opacity:0};b.removeClass("fancybox-opened");
|
||||||
|
"elastic"===e&&(f.top="+=200px");b.animate(f,{duration:"none"===e?0:c.prevSpeed,easing:c.prevEasing,complete:function(){d(this).trigger("onReset").remove()}})}};a.helpers.overlay={overlay:null,update:function(){var a,c;this.overlay.width("100%").height("100%");d.browser.msie||k?(a=Math.max(l.documentElement.scrollWidth,l.body.scrollWidth),c=Math.max(l.documentElement.offsetWidth,l.body.offsetWidth),a=a<c?m.width():a):a=q.width();this.overlay.width(a).height(q.height())},beforeShow:function(b){this.overlay||
|
||||||
|
(b=d.extend(!0,{},a.defaults.helpers.overlay,b),this.overlay=d('<div id="fancybox-overlay"></div>').css(b.css).appendTo("body"),b.closeClick&&this.overlay.bind("click.fb",a.close),a.current.fixed&&!k?this.overlay.addClass("overlay-fixed"):(this.update(),this.onUpdate=function(){this.update()}),this.overlay.fadeTo(b.speedIn,b.opacity))},afterClose:function(a){this.overlay&&this.overlay.fadeOut(a.speedOut||0,function(){d(this).remove()});this.overlay=null}};a.helpers.title={beforeShow:function(b){var c;
|
||||||
|
if(c=a.current.title)c=d('<div class="fancybox-title fancybox-title-'+b.type+'-wrap">'+c+"</div>").appendTo("body"),"float"===b.type&&(c.width(c.width()),c.wrapInner('<span class="child"></span>'),a.current.margin[2]+=Math.abs(parseInt(c.css("margin-bottom"),10))),c.appendTo("over"===b.type?a.inner:"outside"===b.type?a.wrap:a.skin)}};d.fn.fancybox=function(b){var c=d(this),e=this.selector||"",f,g=function(g){var h=this,j=f,k;!g.ctrlKey&&!g.altKey&&!g.shiftKey&&!g.metaKey&&!d(h).is(".fancybox-wrap")&&
|
||||||
|
(g.preventDefault(),g=b.groupAttr||"data-fancybox-group",k=d(h).attr(g),k||(g="rel",k=h[g]),k&&""!==k&&"nofollow"!==k&&(h=e.length?d(e):c,h=h.filter("["+g+'="'+k+'"]'),j=h.index(this)),b.index=j,a.open(h,b))},b=b||{};f=b.index||0;e?q.undelegate(e,"click.fb-start").delegate(e,"click.fb-start",g):c.unbind("click.fb-start").bind("click.fb-start",g);return this};d(l).ready(function(){a.defaults.fixed=d.support.fixedPosition||!(d.browser.msie&&6>=d.browser.version)&&!k})})(window,document,jQuery);
|
||||||
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 44 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6598.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6600.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6601.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6602.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6604.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6606.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6607.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6609.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6611.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/local/IMG_6613.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 55 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/parrilla/entrana.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 38 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/parrilla/parrilla.jpg
Normal file
|
After Width: | Height: | Size: 567 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 58 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/postres/chaja.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 39 KiB |
BIN
src/restaurante-parrilla-pizzeria/galerias/postres/milhoja.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 23 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/bg_bot_img.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/bg_slider.jpg
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/bg_top_img.jpg
Normal file
|
After Width: | Height: | Size: 450 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/box_bg.png
Normal file
|
After Width: | Height: | Size: 135 B |
BIN
src/restaurante-parrilla-pizzeria/images/box_top.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/box_top2.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/img1.jpg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/img2.jpg
Normal file
|
After Width: | Height: | Size: 221 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/img3.jpg
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/img4.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/logo.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 52 B |
BIN
src/restaurante-parrilla-pizzeria/images/menu_bg.png
Normal file
|
After Width: | Height: | Size: 128 B |
BIN
src/restaurante-parrilla-pizzeria/images/page2_img3.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page2_img4.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page2_img5.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page2_img6.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page2_img7.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page2_img8.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page3_img1.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page3_img2.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page3_img3.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page3_img4.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page4_img2.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page4_img3.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/page4_img4.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
src/restaurante-parrilla-pizzeria/images/quot1.png
Normal file
|
After Width: | Height: | Size: 214 B |