Advertisement
letsrp

Titanium - About Me

Oct 29th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 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. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  11. <style type="text/css">
  12.  
  13. body{
  14. color:#000;
  15. background-color:#fff;
  16. text-align:justify;
  17. font-family:verdana;
  18. font-size:10px;
  19. }
  20.  
  21. a{color:#000; text-decoration: none;}
  22. a:hover{ color:#bbb;}
  23.  
  24. ::-webkit-scrollbar {width: 8px; height: 4px; background: #f4f4f4; }
  25. ::-webkit-scrollbar-thumb { background-color: #b3b3b3;border-top-left-radius:200px;border-bottom-right-radius:200px;}
  26.  
  27. #box {
  28. color:#000;
  29. width:500px;
  30. height:400px;
  31. margin-top:130px;
  32. padding-bottom:12px;
  33. border:4px double #bbb;
  34. }
  35.  
  36. .shipimgyah {
  37. opacity: 0;
  38. width: 220px;
  39. height: 390px;
  40. -webkit-transition: all 1s ease-out;
  41. -moz-transition: all 1s ease-out; transition: all 1s ease-out;
  42. }
  43.  
  44. .shipimgyah:hover {
  45. opacity: 1.0;
  46. width: 220px;
  47. height: 390px;
  48. -webkit-transition: all 1s ease-out;
  49. -moz-transition: all 1s ease-out;
  50. transition: all 1s ease-out;
  51. }
  52.  
  53. {CustomCSS}
  54. </style>
  55. </head>
  56. <body>
  57. <center>
  58.  
  59. <div id="box">
  60. <div style="width:260px; height:390px; margin-left:-220px;margin-top:10px;background-color: #D2D2D2;">
  61. <div style="width: 260px; height: 390px; background-image: url(260X390);"></div>
  62.  
  63. <div class="shipimgyah" style="margin-top: -390px; width: 210px; height: 300px; background-color: #eee; text-align: center; font-family: megrim; font-size: 25px; padding-left: 25px; padding-right: 25px; padding-top: 45px; padding-bottom: 45px; line-height: 80%; text-transform: lowercase;">
  64. ♛ First Last<p>
  65. Age<p>
  66. Occupation<p>
  67. Trait<p>
  68. Trait<p>
  69. Trait<p>
  70. Playby<p>
  71. </div>
  72.  
  73. <div style="width: 200px; height: 89px; padding-left: 15px; padding-right: 10px;font-family: megrim; margin-left:255px;margin-top:-390px;font-size: 20px; line-height: 95%; text-align: center; text-transform: lowercase;">
  74.  
  75. <a href="/">link</a> ✘ <a href="/">link</a><br>
  76. <a href="/">link</a> ✘ <a href="/">link</a><br>
  77. <a href="/">link</a> ✘ <a href="/">link</a><br>
  78. <a href="/">link</a> ✘ <a href="/">link</a>
  79. </div>
  80.  
  81. <div style="width: 200px; height: 299px; padding-left: 15px; padding-right: 10px; overflow: auto; font-family: georgia; margin-left:255px;font-size: 11px; line-height: 95%;text-align:justify;text-transform: lowercase;">
  82.  
  83. BIO.
  84.  
  85. </div>
  86. </div>
  87. </body>
  88. <div style="position:fixed; bottom:3px; right:5px;"><a href="http://letsrp.tumblr.com">©</a>
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement