Advertisement
sunkei

Loser by gyapo

Apr 23rd, 2012
10,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <!--
  2.  
  3. Loser
  4. 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.  
  13.  
  14. <head>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <style type="text/css">
  20.  
  21.  
  22.  
  23.  
  24. body
  25. {font-family:trebuchet ms;
  26. font-size:10px;
  27. background-color:#000;}
  28.  
  29. a
  30. {text-decoration:none;}
  31.  
  32.  
  33. #main
  34. {margin-top:100px;
  35. width:450px;}
  36.  
  37. #image
  38. {z-index:-999;
  39. width:450px;
  40. text-align:center;
  41. position:fixed;bottom:0px;}
  42.  
  43. #portrait
  44. {width:100px;
  45. height:100px;
  46. overflow:hidden;
  47. border-radius:100px;
  48. margin-bottom:15px;}
  49.  
  50. #title
  51. {color:#fff;
  52. text-transform:uppercase;
  53. letter-spacing:5px;
  54. text-align:center;}
  55.  
  56. #text
  57. {color:#777;
  58. text-align:justify;
  59. width:450px;}
  60.  
  61. #menu
  62. {text-align:center;
  63. border-top:1px solid #fff;
  64. margin-top:10px;}
  65.  
  66. .button
  67. {padding:0px 10px 0px 10px;
  68. text-transform:uppercase;
  69. color:#fff;
  70. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  71.  
  72. .button:hover
  73. {opacity:0.4;}
  74.  
  75. </style>
  76. </head>
  77. <body>
  78.  
  79.  
  80. <table align="center" border="0" cellspacing="0" cellpadding="0">
  81. <tr><td>
  82. <div id="main">
  83.  
  84.  
  85. <div id="image"><img src="http://media.tumblr.com/tumblr_m2y6teTf8L1r5r7s9.png"/></div>
  86.  
  87. <center><div id="portrait"><img src="http://media.tumblr.com/tumblr_m2oeq3oKXw1r5r7s9.png"/></div></center>
  88.  
  89. <div id="title">— some title here —</div>
  90.  
  91. <div id="text">type some hephap text here
  92. </div>
  93.  
  94. <div id="menu">
  95. <a href="/"><span class="button">home</span></a>
  96. <a href="/ask"><span class="button">message</span></a>
  97. <a href="URL HERE"><span class="button">link 1</span></a>
  98. <a href="URL HERE"><span class="button">link 2</span></a>
  99. <a href="http://gyapo.tumblr.com"><span class="button">credits</span></a>
  100.  
  101. </div>
  102.  
  103. </div>
  104. </td>
  105. </tr>
  106. </table>
  107.  
  108.  
  109.  
  110.  
  111.  
  112. </body>
  113. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement