MediaWiki:PAD desktop.html: Difference between revisions
imported>Oaklandish No edit summary |
imported>Oaklandish No edit summary |
||
| Line 74: | Line 74: | ||
<!-- 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="https://www.youtube.com/embed/O7n7zC0Zq9o?rel=0&controls=0&showinfo=0&autoplay=1"> | ||
<img width="380" height="215" src="http://vignette3.wikia.nocookie.net/vdna/images/8/86/ACThumbnailDesktop.png | <img width="380" height="215" src="http://vignette3.wikia.nocookie.net/vdna/images/8/86/ACThumbnailDesktop.png" alt="YouTube Video"> | ||
</a> | </a> | ||
Revision as of 21:13, 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/O7n7zC0Zq9o?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
|
<a id="play-cod" href="https://www.youtube.com/embed/O7n7zC0Zq9o?rel=0&controls=0&showinfo=0&autoplay=1"> <img width="380" height="215" src="http://vignette3.wikia.nocookie.net/vdna/images/8/86/ACThumbnailDesktop.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>