Advertisement
letsrp

Everything Nice - About Me

Oct 29th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 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:#aaa;
  14. background-color:#fff;
  15. text-align:justify;
  16. font-family:verdana;
  17. font-size:9px;
  18. }
  19.  
  20. a{color:#aaa; text-decoration: none;}
  21. a:hover{ color:#bbb;}
  22.  
  23. ::-webkit-scrollbar {width: 3px; height: 4px; background: #fff; }
  24. ::-webkit-scrollbar-thumb { background-color: #eee;}
  25.  
  26. #main {
  27. position:fixed;
  28. width:358px;
  29. margin-left:200px;
  30. margin-top:40px;
  31. height:400px;
  32. }
  33.  
  34. #pic{
  35. width:350px;
  36. height:250px;
  37. }
  38.  
  39. #pic img{
  40. width:350px;
  41. height:250px;
  42. padding:3px;
  43. border:solid #eee 1px;
  44. }
  45.  
  46. .bio {
  47. width:358px;
  48. margin-top:13px;
  49. height:auto;
  50. border-bottom:1px solid #eee;
  51. overflow:auto;
  52. padding-right:2px;
  53. font-size:9px;
  54. }
  55.  
  56. #side {
  57. position:fixed;
  58. background-image: url("http://media.tumblr.com/091afb0a6ef4a7a7f805242e82f254fc/tumblr_inline_mvfm9yQ5pX1r4iu2l.png");
  59. width:100px;
  60. margin-left:600px;
  61. margin-top:-8px;
  62. padding:10px;
  63. text-align:center;
  64. height:100%;
  65. background-color:#eee;
  66. }
  67.  
  68. #links {
  69. padding:3px;
  70. width:60px;
  71. height:auto;
  72. margin-left:17px;
  73. margin-top:240px;
  74. }
  75.  
  76. .slinks {
  77. opacity: 1;
  78. margin-left: -5px;
  79. margin-top: -1px;
  80. -webkit-transition: all 0.7s ease;
  81. -moz-transition: all 0.7s ease;
  82. -o-transition: all 0.7s ease;
  83. }
  84.  
  85. .slinks a{
  86. width: 64px;
  87. margin-bottom: 1px;
  88. display: inline-block;
  89. text-align:center;
  90. text-transform:uppercase;
  91. font-size:10px;
  92. background-color:#fff;
  93. padding:3px;
  94. }
  95.  
  96. .slinks a:hover{
  97. -webkit-transition: all 0.7s ease;
  98. -moz-transition: all 0.7s ease;
  99. -o-transition: all 0.7s ease;
  100. opacity:0.4;
  101. }
  102.  
  103. #babyspice{
  104. width: auto;
  105. height: auto;
  106. color:transparent;
  107. transition-duration: 0.5s;
  108. -moz-transition-duration: 0.5s;
  109. -webkit-transition-duration: 0.5s;
  110. -o-transition-duration: 0.5s;
  111. padding: 5px;
  112. text-align:justify;
  113. position:absolute;
  114. margin-top:-278px;
  115. margin-left:120px;
  116. }
  117.  
  118. #side:hover #babyspice {
  119. width: 250px;
  120. height: 590px;
  121. padding: 5px;
  122. color:#aaa;
  123. }
  124.  
  125. .n {
  126. line-height:100%;
  127. color:transparent;
  128. text-align:center;
  129. padding:2px;
  130. height:22px;
  131. }
  132.  
  133. #side:hover .n {
  134. font-family: 'caviardreams';
  135. font-size:23px;
  136. line-height:100%;
  137. text-transform:uppercase;
  138. color:#aaa;
  139. text-align:center;
  140. border-bottom:1px solid #eee;
  141. }
  142.  
  143. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  144.  
  145. {CustomCSS}
  146. </style>
  147. </head>
  148. <body>
  149.  
  150. <div id="main">
  151. <div id="pic"><img src="350x250"></div>
  152.  
  153. <div class="bio">
  154. BIO.
  155.  
  156. </div>
  157. </div>
  158.  
  159. <div id="side">
  160. <img src="{PortraitURL-64}"style="background:#fff; padding:3px; float:left; margin-left:15px; margin-top:160px;">
  161.  
  162. <div id="links">
  163. <div class="slinks">
  164. <a href="/">I.</a>
  165. <a href="/">II.</a>
  166. <a href="/">III.</a>
  167. <a href="http://letsrp.tumblr.com/">IV.</a>
  168.  
  169. </div>
  170.  
  171. <div id="babyspice">
  172. <div class="n">navigation</div><br>
  173.  
  174. NAV
  175.  
  176. </div>
  177. </div>
  178. </div>
  179. </body>
  180. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement