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

MediaWiki:PAD desktop.html

From the Assassin's Creed Wiki
Jump to navigation Jump to search


<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>