yayfritzi

Titanium / Character Page

Mar 3rd, 2013
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 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 selenagomezhelps @ 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{color:#000; background-attachment:fixed; background-color:#fff; background-image: url('BACKGROUNDIMAGEURL'); text-align:justify; font-family:verdana; font-size:10px;}
  14.  
  15. a{color:#000; text-decoration: none;}
  16. a:hover{ color:#bbb;}
  17.  
  18. ::-webkit-scrollbar {width: 8px; height: 4px; background: #f4f4f4; }
  19. ::-webkit-scrollbar-thumb { background-color: #b3b3b3;border-top-left-radius:200px;border-bottom-right-radius:200px;}
  20.  
  21. #box {color:#000;width:500px;height:400px;background-color:;margin-top:130px; margin-left:0px;padding-bottom:12px;background-image: url('');border:4px double #bbb;}
  22. .shipimgyah { opacity: 0; width: 220px; height: 390px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; transition: all 1s ease-out; }
  23. .shipimgyah:hover { opacity: 1.0; width: 220px; height: 390px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; transition: all 1s ease-out; }
  24. }
  25.  
  26. </style>
  27. {CustomCSS}
  28. </style>
  29. </head>
  30. <body>
  31. <center>
  32.  
  33. <div id="box">
  34. <table cellpadding="0" cellspacing="0"><tr><td width="220"><div style="width: 260px; height: 390px; margin-left:-130px;margin-top:10px;background-color: #D2D2D2; padding: 0px;">
  35.  
  36. <div style="width: 260px; height: 390px; background-image: url(PICTUREURL260x390);"></div>
  37.  
  38. <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%; color: #000; text-transform: lowercase;">
  39. ♛ First Last<p>
  40. Age<p>
  41. Occupation<p>
  42. Trait<p>
  43. Trait<p>
  44. Trait<p>
  45. Playby<p>
  46.  
  47. </div>
  48.  
  49. <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;">
  50.  
  51. <a href="/">link</a> ✘ <a href="/">link</a><br>
  52. <a href="/">link</a> ✘ <a href="/">link</a><br>
  53. <a href="/">link</a> ✘ <a href="/">link</a><br>
  54. <a href="/">link</a> ✘ <a href="/">link</a>
  55.  
  56. </div>
  57.  
  58. <div style="width: 200px; height: 299px; padding-left: 15px; padding-right: 10px; overflow: auto; font-family: georgia; margin-left:255px;margin-top:0px;font-size: 11px; line-height: 95%; text-align: justify; text-transform: lowercase;">
  59. Bio.
  60.  
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment