Вы находитесь на странице: 1из 5

<?xml version="1.0" encoding="UTF-8" ?

>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='htt
p://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data
='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gm
l/expr'>
<head>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maxi
mum-scale=1.0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+P
ro|Noto+Sans' rel='stylesheet' type='text/css'/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/
jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#logo").delay(300).animate({marginTop: "40px"
}, 1500);
$("#bg").delay(2000).fadeIn("slow");
$("#top").delay(3500).animate({
width: "100%",
height: "400px",
opacity: 1
}, 1500);
$("#textbox").delay(5500).animate({
height: "450px",
opacity: 1
}, 800);
});
</script>
<b:skin><![CDATA[
/* Content
----------------------------------------------- */
body html{
margin: 0;
padding: 0;
width: 100%;
}
body{
background: #1B2330;
font-family: 'Source Sans Pro', sans-serif;
}
h1{
font-family: 'Noto Sans', sans-serif;
}
h2{
font-family: 'Noto Sans', sans-serif;
}
p{

font-family: 'Source Sans Pro', sans-serif;


}
#bg{
display: none;
position: fixed;
z-index: 0;
top: 0;
left: 0;
background: #1B2330 url("http://www.play4movie.com/file_news/2079/BG_Joh
nny%20Depp%20on%20the%20set%20of%20Mortdecai_08-01_01.jpg") 50% 50% no-repeat fi
xed;
background-size: cover;
width: 100%;
height: 100%;
}
#wrapper{
position: relative;
width: 700px;
height: 100%;
margin: 0 auto;
}
#logo{
position: relative;
left: 50%;
margin-left: -185px;
margin-top: -200px;
}
#top{
position: relative;
opacity: 0;
width: 10%; /*100%*/
height: 40px; /*400px*/
background: url("http://www.filmtotaal.nl/images/newscontent/ciyyqq3cyla
e_full.jpg") 50% 0% no-repeat;
background-size: cover;
border-radius: 0px 0px 15px 15px;
box-shadow: 0px 0px 15px;
margin: 0 auto;
margin-top: 70px;
}
.title{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: absolute;
top: 0px;
width: 100%;
height: 75px;
font-family: 'Source Sans Pro', sans-serif;
color: #fce26f;
padding: 10px 0px 0px 10px;
background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,
255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0
%,rgba(0,0,0,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(255,25

5,255,0) 100%); /* Chrome10+,Safari5.1+ */


background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(255,255,255
,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(255,255,25
5,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(255,255,
255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00
0000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.dltext{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: absolute;
bottom: 0;
width: 100%;
height: 17%;
font-family: 'Noto Sans', sans-serif;
color: #fce26f;
padding: 10px;
background: rgba(0,0,0,0.3);
border-radius: 0px 0px 14px 14px;
}
.dltext p{
width: 85%;
}
.dlbtn{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: absolute;
width: 150px;
height: 50px;
border-radius: 5px;
background: rgba(213, 159, 68, 0.8) /*rgba(34, 46, 66, 0.8)*/;
right: 10px;
top: 10px;
padding-top: 13px;
padding-left: 37px;
font-size: 18px;
text-decoration: none;
font-family: 'Source Sans Pro', sans-serif;
color: #1b2330;
}
.dlbtn:hover{
background: rgba(213, 159, 68, 1);
}
#textbox{
opacity: 0;
position: relative;
z-index: 1;
width: 95%;
height: 1px;
margin: 40px auto;
border-radius: 10px;
box-shadow: 0px 0px 15px;
background: rgba(255, 238, 238, 0.5);

padding: 15px;
}
]]></b:skin>
</head>
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
<b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
<b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar'>
<b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt;
function setAttributeOnload(object, attribute, val) {
if(window.addEventListener) {
window.addEventListener(&#39;load&#39;,
function(){ object[attribute] = val; }, false);
} else {
window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val
; });
}
}
&lt;/script&gt;
&lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js
/plusone.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
gapi.load(&quot;gapi.iframes:gapi.iframes.style.bubble&quot;, function()
{
if (gapi.iframes &amp;&amp; gapi.iframes.getContext) {
gapi.iframes.getContext().openChild({
url: &#39;https://www.blogger.com/navbar.g?targetBlogID\07568724
37626441418763\46blogName\75CPAELandingpage\46publishMode\75PUBLISH_MODE_BLOGSPO
T\46navbarType\75LIGHT\46layoutType\75LAYOUTS\46searchRoot\75http://cpaelanding.
blogspot.com/search\46blogLocale\75nl\46v\0752\46homepageUrl\75http://cpaelandin
g.blogspot.com/\46vt\0756189525663362663937&#39;,
where: document.getElementById(&quot;navbar-iframe-container&quo
t;),
id: &quot;navbar-iframe&quot;
});
}
});
&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
(function() {
var script = document.createElement(&#39;script&#39;);
script.type = &#39;text/javascript&#39;;
script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#3
9;;
var head = document.getElementsByTagName(&#39;head&#39;)[0];
if (head) {
head.appendChild(script);
}})();
&lt;/script&gt;
</b:includable>
</b:widget>
</b:section>
<script src='https://gripclix.com/script_include.php?id=195526' type='text/java
script'/>
<div id="bg"></div>
<div id="wrapper">
<div id="logo">
<img src="http://i.imgur.com/tuuwoJX.png"/>

</div>
<div id="top">
<h2 class="title">Regarder Mortdecai En Streamin
g VK VF film Complet</h2>
<div class="dltext">
<p>Regarder Film</p>
<a class='dlbtn' href='#' onclick='call_
locker();'>
Regarder
</a>
</div>
</div>
<div id="textbox">
<h2>Mortdecai</h2>
<p>Juggling some angry Russians, the British Mi5
, his impossibly leggy wife and an international terrorist, debonair art dealer
and part time rogue Charlie Mortdecai must traverse the globe armed only with hi
s good looks and special charm in a race to recover a stolen painting rumored to
contain the code to a lost bank account filled with Nazi gold.</p>
<h2>Comment regarder</h2>
<p>Cliquez sur le bouton et apprciez!</p>
<h2></h2>
<p></p>
</div>
</div>
</body>
<script id="_wau6he">var _wau = _wau || [];
_wau.push(["tab", "ni945a01e83d", "6he", "left-middle"]);
(function() {var s=document.createElement("script"); s.async=true;
s.src="http://widgets.amung.us/tab.js";
document.getElementsByTagName("head")[0].appendChild(s);
})();</script>
</html>

Вам также может понравиться