Welcome to Assassin's Creed Wiki! Log in and join the community.

MediaWiki:PAD desktop.html: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Oaklandish
No edit summary
imported>Oaklandish
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 62: Line 62:
<div style="position: fixed; left: -1000px">
<div style="position: fixed; left: -1000px">
<!-- This iframe is only for youtube assets preloading, don't edit -->
<!-- This iframe is only for youtube assets preloading, don't edit -->
<iframe width="380" height="215" src="https://www.youtube.com/embed/O7n7zC0Zq9o?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
<iframe width="380" height="215" src="https://www.youtube.com/embed/3kGHHMc5dqE?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="codpad_special">&nbsp;&nbsp;&nbsp;&nbsp;Special to the Assassin's Creed Community</div>
<div class="codpad_special">&nbsp;&nbsp;&nbsp;&nbsp;Special to the Assassin's Creed Community</div>
Line 73: Line 73:
<div class="codpad_video">
<div class="codpad_video">
<!-- Replace the URL in the following tag to the bitly URL pointing to youtube embed URL with &autoplay=1 -->
<!-- Replace the URL in the following tag to the bitly URL pointing to youtube embed URL with &autoplay=1 -->
<a id="play-cod" href="https://www.youtube.com/embed/O7n7zC0Zq9o?rel=0&controls=0&showinfo=0&autoplay=1">
<a id="play-cod" href="http://goo.gl/CSHXJI">
<img width="380" height="215" src="http://vignette3.wikia.nocookie.net/vdna/images/8/86/ACThumbnailDesktop.png" alt="YouTube Video">
<img width="380" height="215" src="http://vignette2.wikia.nocookie.net/vdna/images/8/85/ACThumbnailDesktop2.png" alt="YouTube Video">
</a>
</a>



Latest revision as of 21:54, 12 May 2015


<style>

.codpad_special { font-size: 11px; margin-bottom: -15px; padding: 20px 0px 0px 0px; }

.codpad_video { width: 380px; height: 215px; background-color: black; margin-left: 10px; }

.codpad_delivered { text-align: right; font-size: 11px; padding: 0px 20px 10px 0px; }

.codpad_logo { padding: 10px 0 0 0; line-height: 1; }

.codpad_social { margin: 10px 0; }

.codpad_social a { cursor: pointer; }

.codpad_desc { padding: 10px 10px 10px 10px; }

.portal_section {

 border: 2px solid rgb(0,0,0);
 margin: 10px 10px 10px 10px ;
 background: transparent;
 background-image: -moz-linear-gradient(top,rgba(149,213,255,0.1) 0,rgba(0,26,43,0.4) 100%);
 -moz-border-radius: 1em;
 -moz-box-shadow: 0px 0px 4px rgba(240,248,255,0.5);
 background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,rgba(149,213,255,0.1)),color-stop(100%,rgba(0,26,43,0.4)));
 -webkit-border-radius: 1em;
 -webkit-box-shadow: 0px 0px 4px rgba(240,248,255,0.5);
 border-radius: 1em;
 box-shadow: 0px 0px 4px rgba(240,248,255,0.5);

} </style>


<iframe width="380" height="215" src="https://www.youtube.com/embed/3kGHHMc5dqE?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>

    Special to the Assassin's Creed Community


<a id="play-cod" href="http://goo.gl/CSHXJI"> <img width="380" height="215" src="http://vignette2.wikia.nocookie.net/vdna/images/8/85/ACThumbnailDesktop2.png" alt="YouTube Video"> </a>

Delivered by Assassin's Creed

Ubisoft has announced the latest Assassin’s Creed game! In Assassin’s Creed Syndicate you’ll play as gangster Assassin, Jacob Frye to take back the streets of London.

Watch the gameplay walkthrough now!

<script> $('.codpad_video a').on('click', function (e) {

 var $iframe = $('<iframe width="380" height="215" src="" frameborder="0" allowfullscreen></iframe>');
 $iframe.attr('src', $(this).attr('href'));
 $(this).html($iframe);
 return false;

}); </script>