letsrp

Whiplash - About Me

Jun 17th, 2013
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!--
  4. ゜・。。・゜☆゜・。。(◕‿◕✿)・゜゜・。。・゜☆゜・。。・゜
  5.  
  6. .---. .-''-.,---------. .-'''-..-------. .-------.
  7. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  8. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  9. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  10. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  11. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  12. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  13. | \ / (_I_) \ /| | \ // )
  14. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  15. Character page "Whiplash" made by letsrp @ tumblr
  16. ゜・。。・゜☆゜・。。(◕‿◕✿)・゜゜・。。・゜☆゜・。。・゜
  17. -->
  18.  
  19. <head>
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}" />
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  23. <style type="text/css">
  24.  
  25. body{
  26. color:color:#5f5959;
  27. background-attachment:fixed;
  28. background-color:#eee;
  29. background-image: url('http://24.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo5_250.png'); /*bg image*/
  30. text-align:justify;
  31. font-family:arial;
  32. font-size:11px;}
  33.  
  34. a{
  35. color: #787f81;
  36. text-decoration: none;
  37. }
  38.  
  39. a:hover{
  40. color:#66afc9;
  41. }
  42.  
  43.  
  44. #sidebar {
  45. width 115px;
  46. height:115px;
  47. position:fixed;
  48. margin-left:480px;
  49. margin-top:160px;
  50. opacity:.80;
  51.  
  52. }
  53.  
  54. #simage {
  55. width 115px;
  56. height:115px;
  57. margin-top: 50px;
  58. margin-left: 0px;
  59. -webkit-transition-duration:0.5s;
  60. -moz-transition-duration: 0.5s;
  61. -o-transition-duration: 0.5s;
  62. }
  63.  
  64. #simage img {
  65. width:115px;
  66. background:#fff;
  67. box-shadow: 0px 0px 5px #f3f3f3;
  68. padding:6px;
  69. border: 1px solid #f3f3f3;
  70. }
  71.  
  72. #sidebar:hover #simage {
  73. width 115px;
  74. height:115px;
  75. margin-top: 0px;
  76. margin-left: -115px;
  77. opacity: 1;
  78. -webkit-transition-duration:0.5s;
  79. -moz-transition-duration: 0.5s;
  80. -o-transition-duration: 0.5s;
  81. }
  82.  
  83. #simage2 {
  84. width 250px;
  85. height:115px;
  86. margin-top: -115px;
  87. margin-left: 0px;
  88. opacity: 0;
  89. -webkit-transition-duration:0.5s;
  90. -moz-transition-duration: 0.5s;
  91. -o-transition-duration: 0.5s;
  92. }
  93.  
  94. #simage2 img {
  95. width:245px;
  96. height:245px;
  97. box-shadow: 0px 0px 5px #f3f3f3;
  98. padding:6px;
  99. background:#fff;
  100. border-radius:200px;
  101. }
  102.  
  103. #sidebar:hover #simage2 {
  104. width 115px;
  105. height:115px;
  106. margin-top: -115px;
  107. margin-left: 25px;
  108. opacity: 1;
  109. -webkit-transition-duration:0.5s;
  110. -moz-transition-duration: 0.5s;
  111. -o-transition-duration: 0.5s;
  112. }
  113.  
  114.  
  115. #simage3 {
  116. width 115px;
  117. height:115px;
  118. margin-top: -115px;
  119. margin-left: 0px;
  120. opacity: 0;
  121. -webkit-transition-duration:0.5s;
  122. -moz-transition-duration: 0.5s;
  123. -o-transition-duration: 0.5s;
  124. }
  125.  
  126. #simage3 img {
  127. width:115px;
  128. padding:6px;
  129. background:#fff;
  130. box-shadow: 0px 0px 5px #f3f3f3;
  131. }
  132.  
  133. #sidebar:hover #simage3 {
  134. width 115px;
  135. height:115px;
  136. margin-top: 25px;
  137. margin-left: -115px;
  138. opacity: 1;
  139. -webkit-transition-duration:0.5s;
  140. -moz-transition-duration: 0.5s;
  141. -o-transition-duration: 0.5s;
  142. }
  143.  
  144.  
  145.  
  146. .about {
  147. width:250px;
  148. height:255px;
  149. padding: 6px;
  150. font-size:10px;
  151. font-family:'candara';
  152. text-align:right;
  153. margin-top:-132px;
  154. overflow:auto;
  155. margin-left:-80px;
  156. text-transform:none;
  157. word-spacing:2px;
  158. background:#fff;
  159. position:fixed;
  160. padding-bottom:7px;
  161. opacity:0;
  162. -webkit-transition-duration:0.5s;
  163. -moz-transition-duration: 0.5s;
  164. -o-transition-duration: 0.5s;
  165. }
  166.  
  167. #sidebar:hover .about {
  168. font-style: italic;
  169. text-align:justify;
  170. margin-top:-255px;
  171. margin-left:295px;
  172. font-size: 12px;
  173. box-shadow: 0px 0px 5px #f3f3f3;
  174. opacity:1;
  175. -webkit-transition-duration:0.5s;
  176. -moz-transition-duration: 0.5s;
  177. -o-transition-duration: 0.5s;
  178. -webkit-transition: opacity .8s linear;
  179. -webkit-transition: all .8s linear;
  180. -webkit-transform: rotate(360deg);
  181. -moz-transform: rotate(360deg);
  182. -o-transform: rotate(360deg);
  183. }
  184.  
  185.  
  186.  
  187.  
  188. #link {
  189. position:fixed;
  190. font-family:calibri;
  191. line-height:90%;
  192. font-size:15px;
  193. font-style:italic;
  194. width:70px;
  195. margin-top:-118px;
  196. margin-left:-85px;
  197. padding:8px;
  198. text-align:justify;
  199. -webkit-transition-duration:0.5s;
  200. -moz-transition-duration: 0.5s;
  201. -o-transition-duration: 0.5s;
  202. }
  203.  
  204. #sidebar:hover #link {
  205. line-height:90%;
  206. font-style:italic;
  207. width:70px;
  208. margin-top:-260px;
  209. margin-left:-200px;
  210. -webkit-transition-duration:0.5s;
  211. -moz-transition-duration: 0.5s;
  212. -o-transition-duration: 0.5s;
  213. }
  214.  
  215. #name {
  216. position:fixed;
  217. font-family:lovenote;
  218. line-height:90%;
  219. font-size:40px;
  220. font-style:italic;
  221. width:500px;
  222. margin-left:170px;
  223. margin-top:-80px;
  224. padding:8px;
  225. text-align:justify;
  226. -webkit-transition-duration:0.5s;
  227. -moz-transition-duration: 0.5s;
  228. -o-transition-duration: 0.5s;
  229. }
  230.  
  231. #sidebar:hover #name {
  232. line-height:90%;
  233. font-size:12px;
  234. font-style:italic;
  235. width:70px;
  236. margin-top:-260px;
  237. margin-left:-200px;
  238. opacity:0.0;
  239. -webkit-transition-duration:0.5s;
  240. -moz-transition-duration: 0.5s;
  241. -o-transition-duration: 0.5s;
  242. }
  243.  
  244. ::-webkit-scrollbar-thumb:vertical {background-color:#A8A8A8;width:10px;border:1px solid #fff;}
  245. ::-webkit-scrollbar {height:0px;width:7px;background-color:#fff;}
  246. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  247.  
  248.  
  249. </style>
  250. <style type="text/css">{CustomCSS}</style>
  251. </head>
  252. <body>
  253.  
  254.  
  255.  
  256. <div id="sidebar">
  257.  
  258. <div id="simage"><img src="IMAGE HERE"></div>
  259. <div id="simage2"><img src="CIRCLE IMAGE HERE"></div>
  260. <div id="simage3"><img src="IMAGE HERE"></div>
  261.  
  262.  
  263.  
  264. <div id="link">
  265. <br><br><br>
  266. ✘<a href="/ADD LINK HERE"> go back</a><br>
  267. ✘<a href="/ADD LINK HERE"> message</a><br>
  268. ✘<a href="/ADD LINK HERE"> roleplay</a>
  269. </div>
  270.  
  271.  
  272. <div class="about">ABOUT ME GOES HERE.
  273. </div>
  274.  
  275.  
  276. <div id="name"> CHARACTER NAME GOES HERE.</div>
  277. </div>
  278. </div>
  279. </div>
  280. </body>
  281. <div style="position:fixed;padding:4px; bottom:6px; background:#fff;box-shadow: 0px 0px 5px #f3f3f3;right:10px;font-family:arial; font-size:8px;">
  282. <a href="http://selgasm.tumblr.com">LETSRP</a>
  283. </html>
Advertisement
Add Comment
Please, Sign In to add comment