furyofthetimelords

page 002 (about)

Oct 21st, 2013
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <style type="text/css">
  8.  
  9.  
  10. body {
  11. background-color:#ffffff;
  12. font-family:calibri;
  13. color:#fcfdff;
  14. font-size:12px;
  15. background-image: url('');
  16. }
  17.  
  18. a {text-decoration:none;}
  19.  
  20. a:link, a:active, a:visited {
  21. display:inline-block;
  22. color:#d39f9f;
  23. font-style:italic;
  24. }
  25.  
  26.  
  27. a:hover {
  28. color:#b17979;
  29. }
  30.  
  31. #about{
  32. width:600px;
  33. text-align:left;
  34. margin-left:300px;
  35. margin-top:100px;
  36. background-color:#410505;
  37. padding:50px;
  38. }
  39.  
  40. #ab img {
  41. margin-top:-100px;
  42. margin-left:250px;
  43. position:absolute;
  44. max-width:50px;
  45. border: 20px solid #220202;
  46. height:auto;
  47. text-align:center;
  48. }
  49.  
  50. #tilt {
  51. font-size:18px;
  52. color:#c93a3a;
  53. text-transform:uppercase;
  54. font-style:bold;
  55. }
  56.  
  57. .nix a{
  58. color:#d39f9f;
  59. display:inline-block;
  60. text-transform:uppercase;
  61. font-size:16px;
  62. font-style:italic;
  63. margin-right:10px;
  64. }
  65.  
  66. .nix a:hover {
  67. color:#fcfdff;
  68. }
  69.  
  70. </style>
  71.  
  72. </head>
  73.  
  74. <body>
  75.  
  76. <div id="about">
  77. <div id="ab"><img src="{PortraitURL-96}"></div>
  78. <p><center><div id="tilt">NAME. AGE. LOCATION.</div></center>
  79.  
  80. <p>WRITE ABOUT YOURSELF HERE. TELL THE WORLD HOW COOL YOU ARE.
  81.  
  82. <p><center><div class="nix"><a href="/">home</a> <a href="/ask">ask</a> <a href="/">ONE</a> <a href="/">TWO</a> <a href="http://furyofthetimelords.tumblr.com">credit</div>
  83.  
  84. </div>
  85.  
  86. </body>
  87.  
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment