Advertisement
lennonthemes

oikjhnb

Jul 28th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.  
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <title>hell yes</title>
  8.  
  9.  
  10.  
  11. <link rel="shortcut icon" href="http://24.media.tumblr.com/avatar_a1668ace4eb8_128.png">
  12. <link rel="alternate" type="application/rss+xml" href="http://kardashthemes.tumblr.com/rss">
  13.  
  14.  
  15. <meta name="image:picture" content=""/>
  16.  
  17. <meta name="color:scrollbarbg" content="ffffff"/>
  18.  
  19. <style type="text/css">
  20.  
  21. @import url(http://fonts.googleapis.com/css?family=Lobster);
  22.  
  23. ::-webkit-scrollbar {
  24. width: 8px;height: 5px;}
  25. ::-webkit-scrollbar-button:start:decrement,
  26. ::-webkit-scrollbar-button:end:increment {
  27. height: 6px;display: block;background-color: ;}
  28. ::-webkit-scrollbar-track-piece {
  29. background-color: ;}
  30. ::-webkit-scrollbar-thumb:vertical {
  31. height: 9px;background-color: ;border-top:1px solid ;border-bottom:1px solid ;}
  32.  
  33. body { margin:0px 10px 0px 10px;font-size:40px;
  34. background: #fff; color#fff;}
  35.  
  36. @font-face{font-family:Destrukt;
  37. src:url(http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf);}
  38.  
  39. a, a:visited, a:active {
  40. color:#fff ;
  41. text-decoration: none;
  42. }
  43. @font-face{font-family:Double Feature;src:url(http://static.tumblr.com/9wzbixa/pY7mj2hgs/doublefeature20.ttf);}
  44.  
  45.  
  46. .start { -webkit-perspective: 1000;
  47. -moz-perspective: 1000;
  48. -o-perspective: 1000;
  49. border-right:2px solid #00FF33; border-left:2px solid #00FF33; border-top:2px solid #009DFF; border-bottom:2px solid #009DFF;
  50. width: 800px;
  51. height: 600px;
  52. padding:8px;
  53. background-color: #000;
  54. }
  55.  
  56. .startback {
  57. -webkit-transition: all 1s ease-in-out;
  58. -moz-transition: all 1s ease-in-out;
  59. -o-transition: all 1s ease-in-out;
  60.  
  61. transition: all 1s ease-in-out;
  62. -webkit-transform-style: preserve-3d;
  63. -moz-transform-style: preserve-3d;
  64. -o-transform-style: preserve-3d;
  65. width: 200px;
  66. height: 240px;
  67. }
  68.  
  69. .start:hover .startback {
  70. -webkit-transform: rotateY(180deg);
  71. -moz-transform: rotateY(180deg);
  72. -o-transform: rotateY(180deg); }
  73.  
  74. .one {
  75. overflow: hidden;
  76. -webkit-transition: all .1s ease-in-out;
  77. -moz-transition: all .1s ease-in-out;
  78. -o-transition: all .1s ease-in-out;
  79. -ms-transition: all .1s ease-in-out;
  80. transition: all .1s ease-in-out;
  81.  
  82. -webkit-backface-visibility: hidden;
  83. -o-backface-visibility: hidden;
  84. -moz-backface-visibility: hidden;
  85. position: absolute;
  86. }
  87.  
  88. .two { color:#fff;font-size:40px;
  89. overflow: hidden;
  90. -webkit-transform: rotateY(180deg);
  91. -moz-transform: rotateY(180deg);
  92. -o-transform: rotateY(180deg);
  93. opacity: 0;
  94. -webkit-transition: all .1s ease-in-out;
  95. -moz-transition: all .1s ease-in-out;
  96. -o-transition: all .1s ease-in-out;
  97. -ms-transition: all .1s ease-in-out;
  98.  
  99. transition: all .1s ease-in-out;
  100. -moz-backface-visibility: hidden;
  101. -webkit-backface-visibility: hidden;
  102. -o-backface-visibility: hidden;
  103. position: absolute;
  104. width: 599px;
  105. font-family:Double Feature;
  106. height: 599px; font-size:40px;
  107. background-color: #000;
  108. margin-left: -500px;
  109. }
  110.  
  111. .start:hover .two {
  112. -webkit-transition: all .1s ease-in-out;
  113. -moz-transition: all .1s ease-in-out;
  114. -o-transition: all .1s ease-in-out;
  115. -ms-transition: all .1s ease-in-out;
  116. transition: all .1s ease-in-out;
  117. opacity: 1;
  118. background-color: #000;
  119. }
  120.  
  121. .homelink {
  122. margin-top:4px;
  123. width:150px;
  124. padding:10px 5px 11px 5px;
  125. background-color: #000;
  126. font-family: tahoma;
  127. font-size:7px;
  128. line-height:100%;
  129. text-align:center;
  130. text-transform:uppercase;
  131. letter-spacing:1px;
  132. margin-right:4px;
  133. color: #000;
  134.  
  135. transition-duration: 0.7s;
  136. -moz-transition-duration: 0.7s;
  137. -webkit-transition-duration: 0.7s;
  138. -o-transition-duration: 0.7s;
  139. }
  140.  
  141. .homelink a:link, .homelink a:visited, .homelink a:active {
  142. text-decoration: none;
  143. }
  144. .homelink:hover {
  145. background-color: #ebebeb; color: #000;
  146. }
  147.  
  148. #picture img{
  149. width:400px;
  150. height:230px;
  151. margin-top: 120px;
  152. margin-left: 40px;
  153. position:fixed;
  154. }
  155.  
  156.  
  157. </style></head><body>
  158.  
  159.  
  160.  
  161. <!--start of first table-->
  162.  
  163.  
  164. <div style="height:50px;"></div><center>
  165. <table cellspacing="0" cellpadding="0"><br>
  166. <td><div class="start"><div class="startback"><div class="one"><div style="width: 799px; height:599px; background-image: url(http://www.totallylayouts.com/backgrounds/black-and-white/starry_night_sky.gif);"></div></div>
  167.  
  168. <div class="two"><div style="padding:10px; font-size: 20px; width:399px; height:699px; overflow:auto; border-left: 10px #000 solid; border-right: 10px #000 solid;">
  169.  
  170. Dont:<br><br>
  171. 1. Steal my codes.<br>
  172. 2. Move my credit.<br>
  173. 3. Use as a base code. <br>
  174. 4. Edit too heavily. <br>
  175. <br>Do:<br><br>
  176. 1. Keep my credit<br>2. Keep my credit.<br>3. KEEP MY CREDIT.(:<br>4.Click on the lips to view my themes.<br>5. Ask me any questions you have<br>6. Ask me for my base code.<br>
  177.  
  178.  
  179.  
  180. </div></div></div></div></td><td><div style="width: 5px;"></div></td><td>
  181.  
  182.  
  183.  
  184.  
  185. </center>
  186.  
  187.  
  188. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement