Advertisement
letsrp

Coffee Shop - About Me

Oct 30th, 2013
1,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 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-image: url('http://i43.tinypic.com/1f8w3l.jpg');
  16. text-align:justify;
  17. font-family:calibri;
  18. font-size:10px;
  19. line-height:10px;
  20. }
  21.  
  22. *, body, a, a:hover {cursor: url(http://ani.cursors-4u.net/food/foo-7/foo655.cur), auto;}
  23.  
  24. a{
  25. color:#81b4a9;
  26. text-transform:uppercase;
  27. text-decoration:none;
  28. }
  29.  
  30. a:hover{
  31. color:#ffffff;
  32. text-decoration:italic;
  33. }
  34.  
  35. ::-webkit-scrollbar {width: 4px; height: 4px; background: #d5bea3; }
  36. ::-webkit-scrollbar-thumb { background-color: #d5bea3;}
  37.  
  38. #box{
  39. position:fixed;
  40. width:500px;
  41. height:auto;
  42. margin-top:120px;
  43. margin-left:410px;
  44. padding:20px;
  45. background-color:#f1ede0;
  46. border:1px dotted #cdc6b0;
  47. }
  48.  
  49. #portrait{
  50. width:250px;
  51. height:400px;
  52. border-bottom:20px solid #b3dcca;
  53. border-top:20px solid #b3dcca;
  54. }
  55.  
  56. #portrait img{
  57. width:250px;
  58. height:400px;
  59. }
  60.  
  61. #about{
  62. position:absolute;
  63. width:220px;
  64. height:200px;
  65. margin-top:-440px;
  66. margin-left:260px;
  67. overflow:auto;
  68. padding:10px;
  69. color:#8d775d;
  70. background-color:#e6e0cb;
  71. }
  72.  
  73. .blurb{
  74. background-color:#d6c1a9;
  75. padding:4px;
  76. width:100px;
  77. font-family: calibri;
  78. text-transform: uppercase;
  79. font-size: 12px;
  80. color:#fff;
  81. margin-left:-10px;
  82. margin-bottom:10px;
  83. border-right:5px solid #b3dcca;
  84. }
  85.  
  86. #board{
  87. position:absolute;
  88. background-image: url('http://media.tumblr.com/402ccebf69776c477e216176f3967fce/tumblr_inline_mvi0dpwuek1r4iu2l.png');
  89. width:220px;
  90. height:190px;
  91. margin-top:-210px;
  92. margin-left:260px;
  93. overflow:auto;
  94. background-color:#e6e0cb;
  95. border:10px solid #bba182;
  96. border-radius:10px;
  97. }
  98.  
  99. .chalk{
  100. width:200px;
  101. height:190px;
  102. font-family:eraser;
  103. font-size:18px;
  104. margin-left:10px;
  105. color:#fff;
  106. text-align:left;
  107. line-height:15px;
  108. }
  109.  
  110. @font-face { font-family: "eraser"; src: url('http://static.tumblr.com/yy7o4zk/4zHmvhznj/erasdust.ttf'); }
  111.  
  112. #open{
  113. position:fixed;
  114. width:250px;
  115. height:360px;
  116. margin-top:480px;
  117. margin-left:72px;
  118. transition-duration: 0.7s;
  119. -moz-transition-duration: 0.7s;
  120. -webkit-transition-duration: 0.7s;
  121. -o-transition-duration: 0.7s;
  122. }
  123.  
  124. #open:hover{
  125. width:250px;
  126. height:360px;
  127. margin-top:150px;
  128. }
  129.  
  130. .slinks {
  131. margin-left:55px;
  132. margin-top:25px;
  133. }
  134.  
  135. .slinks a{
  136. width: 130px;
  137. margin:1px;
  138. display: inline-block;
  139. text-align:center;
  140. text-transform:uppercase;
  141. font-size:10px;
  142. background-color:#ceb598;
  143. padding:3px;
  144. color:#fff;
  145. }
  146.  
  147. .slinks a:hover{
  148. -webkit-transition: all 0.7s ease;
  149. -moz-transition: all 0.7s ease;
  150. -o-transition: all 0.7s ease;
  151. color:#91785b;
  152. background-color:#f1ede0;
  153. }
  154.  
  155.  
  156.  
  157. {CustomCSS}
  158. </style>
  159. </head>
  160. <body>
  161.  
  162.  
  163. <div id="box">
  164. <div id="portrait"><img src="250x400"/></div>
  165.  
  166. <div id="about">
  167. <div class="blurb">about</div>
  168. text
  169.  
  170. <div class="blurb">likes</div>
  171. text
  172. <br><br>
  173.  
  174. <div class="blurb">dislikes</div>
  175. text
  176. </div>
  177.  
  178. <div id="board"><div class="chalk"><br>
  179.  
  180. NAME: <br>
  181. AGE: <br>
  182. DOB: <br><br>
  183.  
  184. <center>
  185. "Everything has beauty, but not everyone sees it." <br>
  186. - Confucius
  187. </center>
  188. </div></div></div>
  189.  
  190. <div id="open">
  191. <img src="http://media.tumblr.com/1e05a1a4f89ad31a296ce726aa582f57/tumblr_inline_mvhxsx3dgu1r4iu2l.png"/>
  192.  
  193. <div class="slinks">
  194. <a href="/">link one</a>
  195. <a href="/">link two</a>
  196. <a href="/">link three</a>
  197. <a href="/">link four</a>
  198. <a href="/">link five</a>
  199. <a href="/">link six</a>
  200. <a href="/">link seven</a>
  201. </div>
  202. </div>
  203. </body>
  204. <div style="position:fixed; bottom:3px; right:5px;"><a href="http://letsrp.tumblr.com">©</a>
  205. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement