Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4.   <head data-gwd-animation-mode="quickMode">
  5.     <meta name="generator" content="Google Web Designer 1.0.5.0416">
  6.     <meta name="template" content="Banner 1.0.5">
  7.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.     <style type="text/css">
  10.       html, body {
  11.         width: 100%;
  12.         height: 100%;
  13.         margin: 0px;
  14.       }
  15.       .gwd-page-container {
  16.         position: relative;
  17.         width: 100%;
  18.         height: 100%;
  19.       }
  20.       .gwd-page-content {
  21.         background-color: transparent;
  22.         -webkit-transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  23.         -webkit-transform-style: preserve-3d;
  24.         position: absolute;
  25.       }
  26.       .gwd-page-wrapper {
  27.         background-color: rgb(255, 255, 255);
  28.         position: absolute;
  29.         -webkit-transform: translateZ(0px);
  30.       }
  31.       .gwd-page-size {
  32.         width: 300px;
  33.         height: 250px;
  34.       }
  35.     </style>
  36.     <script type="text/x-serialization" id="gwd-serialization">
  37.       {
  38.         "version": 1,
  39.         "content": {
  40.           "type": "rad.ad.RichMedia",
  41.           "properties": {
  42.             "environment": "@environment"
  43.           },
  44.           "children": [
  45.             "@page1"
  46.           ]
  47.         },
  48.         "objects": {
  49.           "environment": {
  50.             "type": "rad.environment.DoubleClickStudio",
  51.             "properties": {
  52.               "isBanner": true
  53.             }
  54.           },
  55.           "page1": {
  56.             "type": "rad.ui.Page",
  57.             "decorates": true,
  58.             "properties": {
  59.               "width": "300px",
  60.               "height": "250px"
  61.             },
  62.             "children": []
  63.           }
  64.         }
  65.       }
  66.     </script>
  67.   </head>
  68.  
  69.   <body>
  70.     <div class="gwd-page-container">
  71.       <div id="page1" class="gwd-page-wrapper gwd-page-size" data-gwd-component-id="page1">
  72.         <div class="gwd-page-content gwd-page-size"></div>
  73.       </div>
  74.     </div>
  75.   </body>
  76.  
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement