letsrp

Little Talks - About Me

Oct 29th, 2013
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!-- Code by letsrp @ tumblr. -->
  4.  
  5. <html>
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. <style type="text/css">
  11.  
  12. body{
  13. color:#000;
  14. background-attachment:fixed;
  15. background-color:#fff;
  16. background-image: url('http://25.media.tumblr.com/25ed74506480612321cbfff50d32187c/tumblr_mjaw3fNCOM1r24l6ro2_250.png');
  17. text-align:justify;
  18. font-family:verdana;
  19. font-size:10px;
  20. }
  21.  
  22. a{
  23. color:#000;
  24. text-decoration: none;
  25. }
  26.  
  27. a:hover{
  28. color:#000;
  29. }
  30.  
  31. ::-webkit-scrollbar {width: 8px; height: 4px; background: #eee; }
  32. ::-webkit-scrollbar-thumb { background-color: #b3b3b3;}
  33.  
  34. #top{
  35. position:fixed;
  36. width:525px;
  37. margin-top:100px;
  38. margin-left:400px;
  39. padding:15px;
  40. }
  41.  
  42. #box {
  43. position:fixed;
  44. color:#000;
  45. width:500px;
  46. height:120px;
  47. background-color:#eee;
  48. margin-top:100px;
  49. padding:5px;
  50. }
  51.  
  52. .linkz {
  53. opacity: 1;
  54. margin-top: 10px;
  55. width: 522px;
  56. -webkit-transition: all 0.7s ease;
  57. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  58. }
  59.  
  60. .linkz a{
  61. color: #000;
  62. width: 53px;
  63. height:13px;
  64. margin-bottom: 5px;
  65. display: inline-block;
  66. text-align:center;
  67. line-height:14px;
  68. text-transform:uppercase;
  69. font-size:8px;
  70. font-family:littlefont;
  71. letter-spacing:2px;
  72. background-color:#eee;
  73. padding:4px;}
  74.  
  75. .linkz a:hover{
  76. -webkit-transition: all 0.7s ease;
  77. -moz-transition: all 0.7s ease;
  78. -o-transition: all 0.7s ease;
  79. opacity:0.5;
  80. }
  81.  
  82. @font-face {
  83. font-family: "littlefont";
  84. src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');
  85. }
  86.  
  87. #about {
  88. position:fixed;
  89. color:#000;
  90. width:497px;
  91. height:203px;
  92. font-size:10px;
  93. font-family:verdana;
  94. background-color:#eee;
  95. margin-top:5px;
  96. padding-top:10px;
  97. padding-left:10px;
  98. padding-right:10px;
  99. overflow:auto;
  100. border-bottom:15px solid #eee;
  101. }
  102.  
  103. {CustomCSS}
  104. </style>
  105. </head>
  106. <body>
  107. <div id="top">
  108. <img src="{PortraitURL-64}"style="background:#eee;border:15px solid #eee;">
  109. <div style="width:400px; background-color:#eee;height:83px;margin-left:105px;margin-top:-95px;padding:5px;text-align:left;">
  110.  
  111. <!-- TWEET #1 -->
  112. <div style="font-size:12px;font-weight:bold;">@sassyandsad</div>
  113. <div style="font-style:italic;font-size:9px;">Ugh. Can't wait to get home and blaze. Ugh.</div>
  114. <div style="font-size:8px;margin-top:-7px;font-style:italic;color:#999;text-align:right;">
  115. 6:05 PM March 29th, 2013 via Web </div>
  116.  
  117. <!-- TWEET #2 -->
  118. <div style="font-size:12px;font-weight:bold;">@sassyandsad</div>
  119. <div style="font-style:italic;font-size:9px;">Hipsters get 98% of their cardiovascular exercise making air-quote signs while they talk.The other 2% comes from sighing.</div>
  120. <div style="font-size:8px;margin-top:-7px;font-style:italic;color:#999;text-align:right;">
  121. 8:35 PM March 22th, 2013 via Web </div>
  122. </div>
  123.  
  124. <!-- LINKS -->
  125. <div class="linkz">
  126. <a href="/">go back</a>
  127. <a href="/">paras</a>
  128. <a href="/">texts</a>
  129. <a href="/">tweets</a>
  130. <a href="/">photos</a>
  131. <a href="/">music</a>
  132. <a href="/">other</a>
  133. <a href="/">roleplay</a>
  134. </div>
  135.  
  136. <!-- BIO SECTION -->
  137. <div id="about">
  138. BIO.
  139. </div>
  140. </div>
  141. </body>
  142. <div style="position:fixed; bottom:3px; right:5px;"><a href="http://letsrp.tumblr.com">©</a>
  143. </html>
Advertisement
Add Comment
Please, Sign In to add comment