Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  6. <title>Untitled</title>
  7. <!--Adobe Edge Runtime-->
  8. <script type="text/javascript" charset="utf-8" src="romneyMorph_edgePreload.js"> </script>
  9. <style>
  10. .edgeLoad-EDGE-455562748 { visibility:hidden; }
  11.  
  12. .MobileMorph{
  13. outline:1px solid red;
  14. }
  15.  
  16. @media only screen and (max-device-width : 1223px) and (orientation : landscape){
  17. .DesktopMorph {
  18. display: none;
  19. }
  20. }
  21.  
  22. @media only screen and (max-device-width : 1223px) and (orientation : portrait){
  23. .MobileMorph, .DesktopMorph {
  24. display:none;
  25. }
  26. }
  27.  
  28. @media only screen and (min-width : 1224px){
  29. .MobileMorph {
  30. display: none;
  31. }
  32. }
  33.  
  34. @media only screen and (min-width : 1224px){
  35. .MobileMorph {
  36. display: none;
  37. }
  38. }
  39. </style>
  40. <!--Adobe Edge Runtime End-->
  41.  
  42.  
  43.  
  44. </head>
  45. <body style="margin:0;padding:0;">
  46.  
  47. <div id="everything">
  48. <!--MOBILE-->
  49. <div class="DesktopMorph" align="center">
  50. <iframe src="google.com" width="1024" height="344" frameBorder="0" style="outline: none; border: 0px;"></iframe>
  51. </div>
  52.  
  53. <!--DESKTOP-->
  54. <div class="MobileMorph" align="center">
  55. <iframe src="index.html" width="690" height="322" frameBorder="0" style="outline: none; border: 0px;"></iframe>
  56. </div>
  57. </div>
  58.  
  59. </body>
  60. </html>
  61.  
  62. @media only screen and (orientation: landscape) {
  63. /* css rules */
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement