Advertisement
sunkei

perfume

Feb 13th, 2015
909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. <!--
  2. perfume
  3. page made by gyapo.tumblr.com
  4. don't remove this comment
  5. -->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17.  
  18.  
  19. <style type="text/css">
  20.  
  21. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  22.  
  23. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  24.  
  25.  
  26.  
  27. body
  28. {font-family:arial;
  29. font-size:10px;
  30. background-color:#fff;
  31. background-image:url('http://static.tumblr.com/onhp7lq/TNunjq3wt/blue.png');
  32. background-position: fixed;
  33. background-attachment:fixed;
  34. background-repeat:repeat;}
  35.  
  36.  
  37. blockquote
  38. {border-left:2px solid;
  39. padding-left:5px;}
  40.  
  41. #left
  42. {width:180px;
  43. height:450px;padding:10px;
  44. background-color:#fff;
  45. margin:100px 100px 0px 100px;
  46. border:1px solid #000;
  47. overflow:hidden;
  48. }
  49.  
  50. #about
  51. {width:130px;margin:25px;
  52. font-family:lucida console;font-size:12px;}
  53.  
  54. #about p
  55. {border-top:1px solid #000;
  56. padding-top:5px;
  57. margin-bottom:20px;
  58. color:#777;}
  59.  
  60. #icon
  61. {width:100px;padding:10px;
  62. background-color:#fff;
  63. border:1px solid #000;
  64. position:absolute;margin-left:310px;}
  65.  
  66. #title
  67. {text-transform:uppercase;text-align:center;margin-bottom:20px;
  68. width:130px;font-size:15px;font-family:courier;
  69. color:#000;}
  70.  
  71. #menu
  72. {position:absolute;margin-left:369px;width:100px;margin-top:-16px;}
  73.  
  74. .boutton
  75. {width:5px;height:5px;padding:2px;border:1px solid #000;background-color:#fff;float:left;margin-left:10px;}
  76.  
  77. .boutton:hover
  78. {background-color:#000;}
  79. .legend
  80.  
  81. {position:absolute;margin-top:-18px;margin-left:-3px;font-family:lucida console;text-transform:uppercase;letter-spacing:1px;font-size:9px;background-color:#000;color:#fff;padding:2px 2px 2px 4px;opacity:0;}
  82.  
  83. .boutton:hover .legend
  84. {opacity:1;}
  85.  
  86. </style>
  87. </head>
  88.  
  89. <body>
  90.  
  91. <div id="menu">
  92. <a href="/"><div class="boutton"><div class="legend">home</div></div></a>
  93. <a href="/ask"><div class="boutton"><div class="legend">message</div></div></a>
  94. <a href="http://gyapo.tumblr.com/"><div class="boutton"><div class="legend">credits</div></div></a>
  95. </div><!--menu-->
  96.  
  97. <div id="icon">
  98. <img width="100" src="http://40.media.tumblr.com/60d3b2b561c3a7138db0e27180846cee/tumblr_njq2ibuQH71r9g6hvo5_250.png">
  99.  
  100. <!--music-->
  101. <div style="position:absolute;margin-top:20px;margin-left:-11px;">MUSIC CODE</div>
  102. <!--music end-->
  103.  
  104. </div><!--icon-->
  105.  
  106. <div id="left">
  107. <div id="about">
  108. <div id="title">
  109. • about me •
  110. </div><!--title-->
  111.  
  112. <p>text</p>
  113.  
  114. <p>text</p>
  115.  
  116. <p>text</p>
  117.  
  118. <p>copy and paste for more text </p>
  119.  
  120. <p>or erase</p>
  121.  
  122. </div><!--about-->
  123. </div><!--left-->
  124.  
  125.  
  126.  
  127.  
  128. </body>
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement