Advertisement
taehyung

i like you (about)

Jul 10th, 2014
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.52 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7. theme by 94ist@tumblr
  8. please, PLEASE, oh my frickin gosh please don't remove these credits, or i'll probably cry!! :-(
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. -->
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18.  
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  22. <title>{Title}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27.  
  28. <style type="text/css">
  29.  
  30. ::-webkit-scrollbar-thumb:vertical {
  31. -webkit-border-radius: 10px;
  32. border-radius: 10px;
  33. border:1px solid #fed5d5;
  34. }
  35. ::-webkit-scrollbar {
  36. width:6px;
  37. background:#fff;
  38. }
  39.  
  40.  
  41. body{
  42. background: #fff url('http://static.tumblr.com/coqtevm/nXVn44nhe/738465.gif') bottom right fixed repeat;
  43. margin: 0;
  44. padding: 0;
  45. font-family: helvetica;
  46. }
  47.  
  48. a{
  49. text-decoration:none;
  50. }
  51.  
  52. #exo{
  53. background: #fed5d5 url('http://static.tumblr.com/coqtevm/nXVn44nhe/738465.gif') bottom left fixed repeat; /* here you can change the colour of the topbar background and add an image pattern too if you wish! */
  54. width: 100%;
  55. height: 60px;
  56. margin:auto;
  57. position: fixed;
  58. top: 0;
  59. z-index:9999;
  60. }
  61.  
  62. #chanyeol{
  63. margin:auto;
  64. margin-top:8%;
  65. width:268px;
  66. text-align:center;
  67. }
  68.    
  69. #sehun{
  70. position:fixed;
  71. width:250px;
  72. font-family:consolas, 'courier new', monospace; /* here you can change the font */
  73. font-weight:lighter;
  74. font-size:10px;
  75. border:14px solid #fed5d5; /* border colour */
  76. }
  77.  
  78. #sehun img{
  79. border-bottom:14px solid #fed5d5; /* IF YOU'RE GOING TO CHANGE YOUR BORDER COLOUR, MAKE THIS THE SAME COLOUR AS WELL!!!! */
  80. width:250px;
  81. margin-bottom:5px;
  82. }
  83.  
  84. .jinyoung {
  85. color:#888; /* colour of your text */
  86. text-align:center;
  87. margin-top:10px;
  88. margin-bottom:15px;
  89. width:250px;
  90. height:220px;
  91. overflow:auto;
  92. }
  93.  
  94. {CustomCSS}
  95. </style>
  96. </head>
  97.  
  98. <body>
  99. <div id="exo"></div>
  100. <div id="chanyeol">
  101. <div id="sehun">
  102.  
  103. <!--image starts here! change the link to add your own image! the max-width is 200px whereas the height is infinite. though i do suggest keeping it short-->
  104. <img src="http://static.tumblr.com/coqtevm/IJKn8hw0t/about.png">
  105. <!--image ends here!-->
  106.  
  107.  
  108. <div class="jinyoung">
  109.  
  110. <!--text starts-->
  111. your text goes here!! i'm going to tell you now, that the preview when you're editing may look a little different (ie. everything has shifted upwards by a little bit) but don't fret! once you save it and look at the end product, it's much better :-)<br><br>
  112.  
  113. and the max height of this is 220px so once you pass that point, a scrollbar will appear :-) you can go up and customise that too if you'd like.<br><br>
  114.  
  115. please don't remove any credit i've added on this page! wahh, i work very hard on these pages so people can enjoy and like them ;_; if you ever want help with coding or tips, please come to me anytime. my askbox is always open :-)
  116.  
  117. <br><br>
  118. adieu from me!
  119. <!--end of text-->
  120. </div>
  121. </div>
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. <!-- do NOT touch these credits. the only thing you own on this page is the content you put in and nothing else, thank you very much! -->
  130. <a href="http://94ist.tumblr.com" target="_blank" title="theme by 94ist"><div style="position:fixed;right:10px;bottom:5px;font-size:10px;opacity:0.7;z-index:51;font-family:consolas, 'courier new', monospace;color:#000000;">.credit</div></a>
  131.  
  132. </body>
  133. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement