Advertisement
solarre

you

Oct 5th, 2016
9,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!---
  5.  
  6. you by solarre
  7.  
  8. -keep credit intact
  9. -don't steal any code
  10.  
  11. inspired by ello
  12.  
  13. --->
  14.  
  15. <head>
  16.  
  17. <!-- title -->
  18. <title>a story about you.</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:1,
  30. tip_fade_speed:100,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <link href="https://fonts.googleapis.com/css?family=Karla:400,700" rel="stylesheet">
  38.  
  39. <style type="text/css">
  40.  
  41. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {display:none!important;}
  42.  
  43. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  44. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  45. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  46.  
  47. .fade-in {
  48. opacity:0;
  49. -webkit-animation:fadeIn ease-in 1;
  50. -moz-animation:fadeIn ease-in 1;
  51. animation:fadeIn ease-in 1;
  52. -webkit-animation-fill-mode:forwards;
  53. -moz-animation-fill-mode:forwards;
  54. animation-fill-mode:forwards;
  55. -webkit-animation-duration:1s;
  56. -moz-animation-duration:1s; animation-duration:1s; }
  57.  
  58. .fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
  59. .fade-in.two { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s; }
  60.  
  61. #s-m-t-tooltip {
  62. max-width:300px;
  63. padding: 5px 8px;
  64. margin:10px;
  65. background-color:#fff;
  66. font-size:8.5px;
  67. letter-spacing:1px;
  68. text-transform:uppercase;
  69. color:#777;
  70. border-radius:2px;
  71. border:1px solid #f7f7f7;
  72. z-index:10000000000000000000000;
  73. transition:0.5s ease-in-out;
  74. -webkit-transition:0.5s ease-in-out;
  75. -moz-transition:0.5s ease-in-out;
  76. -ms-transition:0.5s ease-in-out;
  77. -o-transition:0.5s ease-in-out;
  78. }
  79.  
  80. body, html {height:100%;width:100%;}
  81.  
  82. body {
  83. background:#fff url('http://67.media.tumblr.com/46874bb7b87832a379d308f4139be279/tumblr_niu5jcj9yB1r4drjco1_1280.jpg') no-repeat center; /*background*/
  84. background-size:cover;
  85. margin:0px;
  86. color:#fff;
  87. font:12px 'Karla', calibri;
  88. line-height:15px;
  89. -moz-font-smoothing:subpixel-antialiased;
  90. -webkit-font-smoothing:subpixel-antialiased;
  91. font-smoothing:subpixel-antialiased;
  92. }
  93.  
  94. a {
  95. text-decoration:none;
  96. color:#eee;/* color of links */
  97. border-bottom:1px solid #eee;
  98. padding-bottom:2px;
  99. -moz-outline-style:none;
  100. transition:0.5s ease-in-out;
  101. -webkit-transition:0.5s ease-in-out;
  102. -moz-transition:0.5s ease-in-out;
  103. -ms-transition:0.5s ease-in-out;
  104. -o-transition:0.5s ease-in-out;
  105. }
  106.  
  107. a:hover {color:#fff;border-color:#fff;} /* color of links on hover */
  108.  
  109. h1 {
  110. padding:15px 0;
  111. border-bottom:1px solid #ccc;
  112. font:lighter 16px 'Karla', calibri;
  113. }
  114.  
  115. h1:first-child {padding-top:0;margin-top:0;}
  116.  
  117. p, ul, ol {padding:1px 0 15px;border-bottom:1px solid #bbb;}
  118. p:last-child {border:none;}
  119. li {margin-left:30px;line-height:16px;}
  120. li a {border:none;font-style:italic;}
  121.  
  122. #black {
  123. height:100vh;
  124. width:100vw;
  125. background:#000;
  126. opacity:0.5;
  127. position:fixed;
  128. z-index:-1;
  129. }
  130.  
  131. #photo {
  132. width:260px;
  133. height:290px;
  134. position:fixed;
  135. top:calc(50vh - 140px);
  136. left:calc(50vw - 300px);
  137. }
  138.  
  139. #flb {display:block;margin:25px auto;width:64px;}
  140. #flb a {padding:5px 9px; border:1px solid #eee;}
  141. #flb a:hover {background:#fff;color:#777;}
  142.  
  143. #photo img {
  144. width:260px;
  145. height:260px;
  146. border-radius:100%;
  147. }
  148.  
  149. #bio {
  150. width:300px;
  151. height:auto;
  152. position:fixed;
  153. top:calc(50vh - 140px);
  154. left:50vw;
  155. }
  156.  
  157. #links a {line-height:20px;margin-right:10px;}
  158.  
  159. #credit, #credit a {
  160. position:fixed;
  161. bottom:20px;
  162. right:25px;
  163. color:#fff;
  164. font:normal normal 12px calibri;
  165. text-decoration:none;
  166. border:none;
  167. }
  168.  
  169. </style></head><body>
  170.  
  171. <div id="black"></div>
  172. <div id="photo" class="box fade-in one">
  173.  
  174. <!-- side image!!! -->
  175. <img src="http://static.tumblr.com/vmteopo/PSGo43s40/gl_girl.jpg">
  176.  
  177. <!-- replace YOURURL with your url for the follow button to work! -->
  178. <div id="flb"><a href="http://www.tumblr.com/follow/YOURURL">+ Follow</a></div>
  179. </div>
  180.  
  181. <div id="bio" class="box fade-in two">
  182.  
  183. <h1>
  184. <!-- title -->
  185. This is a story about you.
  186. <br><span style="color:#ddd;font-size:13px;line-height:18px">
  187. @sappho
  188. </span></h1>
  189.  
  190. <!-- bio, sections separated by <p></p> -->
  191.  
  192. <p>It's no use Mother dear, I can't finish my
  193. weaving. You may blame Aphrodite, soft as she is; she has almost killed me with love for that girl.</p>
  194.  
  195. <p>You may forget but let me tell you this: someone in some future time will think of us. </p>
  196.  
  197. <p>Awed by her splendor, stars near the lovely moon cover their own bright faces when she is roundest and lights earth with her silver.</p>
  198.  
  199. <div id="links">
  200. <h1 style="border:none;padding-bottom:0">Elsewhere !</h1>
  201.  
  202. <a href="/">index</a>
  203. <a href="/ask">ask</a>
  204. <!-- replace YOURURL with your url!! -->
  205. <a href="http://www.tumblr.com/message/YOURURL">message</a>
  206. <a href="/archive">archive</a>
  207. <br>
  208. <a href="http://bindictr.tumblr.com/post/109293858804/someones-watching-cr-ig-bindictr">background cred</a>
  209. <a href="http://erised.co.vu/icons">icon cred</a>
  210. </div>
  211.  
  212. </div>
  213.  
  214.  
  215. <div id="credit"><a href="http://solarre.tumblr.com" title="solarre">☼</a></div>
  216. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement