Advertisement
sunkei

1611 page

Aug 6th, 2012
35,957
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <!--
  2.  
  3. 1611
  4. family page made by gyapo.tumblr.com
  5. don't remove this comment
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  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. <style type="text/css">
  18. body
  19. {font-family:arial;
  20. font-size:9px;
  21. background:url("http://static.tumblr.com/s2ymoja/PFLm8cfpd/p25.png");
  22. background-color:#fff;}
  23.  
  24. a
  25. {text-decoration:none;
  26. color:#dd6ec1;}
  27.  
  28.  
  29. #all
  30. {margin:0 auto;
  31. margin-top:100px;
  32. padding:10px;
  33. border:1px solid #ddd;
  34. background-color:#fff;}
  35.  
  36. #picture
  37. {width:200px;
  38. height:400px;
  39. background-color:#e5e5e5;
  40. background-image:url("http://25.media.tumblr.com/tumblr_ly0ae2N4hE1r9g6hvo7_r1_250.png");}
  41.  
  42. #links
  43. {width:110px;
  44. padding:15px;
  45. background-color:#fff;
  46. position:absolute;
  47. margin:310px 30px 30px 30px;
  48. text-transform:uppercase;
  49. font-size:8px;}
  50.  
  51. .link
  52. {margin-bottom:1px;
  53. letter-spacing:3px;
  54. color:#000;}
  55.  
  56. .link:hover
  57. {background-color:#000;}
  58.  
  59. #family
  60. {overflow:auto;
  61. width:550px;
  62. height:398px;
  63. margin-left:10px;
  64. border:1px solid #e5e5e5;}
  65.  
  66. #about
  67. {font-style:italic;
  68. letter-spacing:1px;
  69. text-align:center;
  70. margin:10px 10px 5px 10px;
  71. color:#555;
  72. padding-bottom:3px;
  73. border-bottom:#e5e5e5 1px dashed;}
  74.  
  75. #about b
  76. {color:#fe4c4f;}
  77.  
  78. .member
  79. {margin:10px 20px 10px 20px;
  80. width:225px;
  81. float:left;}
  82.  
  83. #portrait
  84. {float:left;
  85. width:100px;
  86. margin-right:5px;}
  87.  
  88. #position
  89. {float:left;
  90. width:115px;
  91. text-align:justify;
  92. padding:5px 0px 5px 5px;
  93. color:#222;}
  94.  
  95. .title
  96. {color:#6cc4db;
  97. font-weight:800;
  98. margin-bottom:3px;
  99. border-left:11px solid;
  100. padding-left:5px;
  101. letter-spacing:1px;}
  102.  
  103. #color
  104. {color:#a2e367;}
  105. </style>
  106. </head>
  107.  
  108. <body>
  109.  
  110. <table id="all" cellspacing="0" cellpadding="0">
  111. <tr>
  112. <td>
  113. <div id="picture">
  114. <div id="links">
  115. <a href="/"><div class="link">● back to blog</div></a>
  116. <a href="/ask"><div class="link">● message</div></a>
  117. <a title="1611 page" href="http://gyapo.tumblr.com"><div class="link">● credits</div></a>
  118. </div><!--links-->
  119. </div><!--picture-->
  120. </td>
  121. <td>
  122. <div id="family">
  123. <div id="about"><b>1611</b> family page. You should put <b>some description here</b>.</div>
  124.  
  125. <div class="member">
  126. <a href="URL HERE (http://)"><div id="portrait"><img width="100px" src="http://media.tumblr.com/tumblr_m8chwv3N0i1r5r7s9.png"/></div></a>
  127. <div id="position">
  128. <a href="URL HERE (http://)"><div class="title">Gyapo</div></a>
  129. <div id="more">Tumblr typewriter squid pitchfork, stumptown twee chillwave four loko cosby sweater ethnic keytar banh mi.</div>
  130. </div><!--position-->
  131. </div><!--member-->
  132.  
  133. <div class="member">
  134. <a href="URL HERE (http://)"><div id="portrait"><img width="100px" src="http://media.tumblr.com/tumblr_m8chwmkHhz1r5r7s9.png"/></div></a>
  135. <div id="position">
  136. <a href="URL HERE (http://)"><div class="title" id="color">Lavestale</div></a>
  137. <div id="more">Wayfarers cosby sweater shoreditch vinyl, polaroid gluten-free master cleanse carles letterpress salvia kale chips DIY.</div>
  138. </div><!--position-->
  139. </div><!--member-->
  140.  
  141.  
  142.  
  143. </div><!--family-->
  144. </td>
  145. </tr>
  146. </table>
  147. </body>
  148. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement