Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. body {
  2. background: url('mcontentback.jpg') repeat center center fixed;
  3. -webkit-background-size: cover;
  4. -moz-background-size: cover;
  5. -o-background-size: cover;
  6. margin:0;
  7. padding:0;
  8. border:0;
  9. width:100%;
  10. height:100%;
  11. min-width:497px;
  12. text-align:center;
  13. }
  14. @font-face {
  15. font-family: 'bahamasregular';
  16. src: url('../fonts/bahamas-webfont.eot');
  17. src: url('../fonts/bahamas-webfont.eot?#iefix') format('embedded-opentype'),
  18. url('../fonts/bahamas-webfont.woff') format('woff'),
  19. url('../fonts/bahamas-webfont.ttf') format('truetype');
  20. font-weight: normal;
  21. font-style: normal;
  22. font-size:100%;
  23. }
  24. @font-face {
  25. font-family: 'bahamaslightregular';
  26. src: url('../fonts/bahamaslight-webfont.eot');
  27. src: url('../fonts/bahamaslight-webfont.eot?#iefix') format('embedded-opentype'),
  28. url('../fonts/bahamaslight-webfont.woff') format('woff'),
  29. url('../fonts/bahamaslight-webfont.ttf') format('truetype');
  30. font-weight: normal;
  31. font-style: normal;
  32. font-size:100%;
  33. }
  34. a {
  35. color:#369;
  36. }
  37. a:hover {
  38. color:#000;
  39. background:#369;
  40. text-decoration:underline;
  41. }
  42. h1, h2, h3 {
  43. color:#000;
  44. margin:.8em 0 .2em 0;
  45. padding:0;
  46. font-family: bahamasregular;
  47. }
  48. p {
  49. color:#000;
  50. margin:.4em 0 .8em 0;
  51. padding:0;
  52. font-family: bahamaslightregular;
  53. }
  54. .colmask {
  55. position:relative;
  56. clear:both;
  57. float:left;
  58. width:100%;
  59. overflow:hidden;
  60. }
  61. .col1 {
  62. float:left;
  63. position:relative;
  64. padding:0 0 1em 0;
  65. overflow:hidden;
  66. }
  67. .fullpage {
  68. min-height:1200px;
  69. }
  70. .fullpage .col1 {
  71. width:96%;
  72. left:2%;
  73. }
  74. img {
  75. max-width:100%;
  76. }
  77.  
  78. <!DOCTYPE html>
  79. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB"><head>
  80.  
  81. <title>Blaa blaa</title><meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8">
  82. <meta name="description" content="Blaa blaa">
  83. <meta name="keywords" content="Blaa blaa">
  84. <meta name="robots" content="index, follow">
  85. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
  86. <link rel="stylesheet" type="text/css" href="../resourses/css/mcontent.css" media="screen"></head>
  87.  
  88. <body onload="parent.resizeIframe(document.body.scrollHeight)">
  89. <div class="colmask fullpage">
  90. <div class="col1">
  91. <h1>Blaa blaa!</h1>
  92. <p>Blaa blaa foo blah bla.</p>
  93. <p>Blaa blaa foo blah bla!</p>
  94. </div>
  95. </div>
  96. </body>
  97. </html>
  98.  
  99. h1, h2, h3 {
  100. color:#000;
  101. margin:.8em 0 .2em 0;
  102. padding:0;
  103. }
  104. {
  105. font-family: bahamasregular;
  106. }
  107.  
  108. h1, h2, h3 {
  109. color:#000;
  110. margin:.8em 0 .2em 0;
  111. padding:0;
  112. font-family: 'bahamasregular';
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement