Advertisement
letsrp

Simplicity - About Me

Oct 29th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 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=Raleway:100' rel='stylesheet' type='text/css'>
  11.  
  12. <style type="text/css">
  13.  
  14. h {
  15. background:#ea8111; /*orange highlighter color*/
  16. }
  17.  
  18. b, strong {
  19. color: #ea8111; /*orange bold color*/
  20. }
  21.  
  22. i, em {
  23. font: italic;
  24. }
  25.  
  26. blockquote {
  27. padding-left:2px;
  28. margin-top:5px;
  29. margin-bottom:10px;
  30. margin-left:40px;
  31. margin-right:40px;
  32. border-left: 2px solid #ea8111; /*orange blockquote color*/
  33. }
  34.  
  35. body{
  36. color:#000; /*text color*/
  37. background-attachment:fixed;
  38. background-color:#fff;
  39. text-align:justify;
  40. font-family:verdana;
  41. font-size:9px;
  42. }
  43.  
  44. a{
  45. color:#bbb; /*grey link color*/
  46. text-decoration: none;
  47. }
  48.  
  49. a:hover{
  50. color:#ea8111; /*orange hover color*/
  51. text-shadow:4px 4px 0px rgba(0,0,0,0.1),3px -6px 0px rgba(0,0,0,0.2),6px 6px 0px
  52. rgba(0,0,0,0.1),-5px 4px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.15);
  53. -webkit-transition: all 0.2s ease-out;
  54. -moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
  55. }
  56.  
  57. #box {
  58. width:520px;
  59. height:100%;
  60. margin-top:-320px;
  61. margin-left:-638px;
  62. padding-bottom:12px:
  63. }
  64.  
  65. #line {
  66. position:fixed !important;
  67. width:100px;
  68. height:100%;
  69. margin-left:525px;
  70. margin-top:-10px;
  71. border-left:1px solid #bbb;
  72. }
  73.  
  74. .link {
  75. display:inline-block;
  76. margin-top: 1px;
  77. line-height: 25px;
  78. font-size: 30px;
  79. font-family: calibri;
  80. text-transform: uppercase;
  81. padding: 0px;
  82. text-align:left;-webkit-transition-duration: .3s;
  83. }
  84.  
  85. .name{
  86. font-family:raleway;
  87. font-size:40px;
  88. color:#bbb;
  89. margin-left:0px;
  90. margin-top:0px;
  91. text-align:center;
  92. }
  93.  
  94. #picimage img {
  95. margin-top:-5px;
  96. width:500px;
  97. height:250px;
  98. margin-left:0px ;
  99. }
  100.  
  101. {CustomCSS}
  102. </style>
  103. </head>
  104. <body>
  105. <center>
  106.  
  107. <div id="line">
  108. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  109.  
  110. <div class="link"><a href="/">Go Back</a><br>
  111. <div class="link"><a href="RPG URL HERE">Roleplay</a><br>
  112. <div class="link"><a href="/ask">Message</a><br>
  113. <div class="link"><a href="/dashboard">Dboard</a><br>
  114. <div class="link"><a href="http://letsrp.tumblr.com/">Credit</a>
  115. </div></div></div></div></div>
  116.  
  117. <div id="box"><br><br><br>
  118. <div class="name">NAME</div>
  119. <div id="picimage"><img src="500x250"/></div>
  120.  
  121.  
  122. <blockquote><i>I wish I wasn’t such a narcissist. I wish I didn’t really kiss the mirror when I’m on my own Oh God! I’m gonna die alone. Adolescence didn’t make sense, a little loss of innocence. The ugly years of being a fool ain’t youth meant to be beautiful?</i></blockquote>
  123.  
  124. BIO.
  125.  
  126. <br><br>
  127. <b> bold </b> <br>
  128. <small> small </small> <br>
  129. <big> big </big> <br>
  130. <h> highlight </h> <br>
  131. <i> italic </i> <br>
  132. <u> underline </u> <br>
  133. <s> strike </s> <br>
  134.  
  135. </div>
  136. </div>
  137. </body>
  138.  
  139. <div style="position:fixed; bottom:-75px; right:10px;"><img src="PNG URL"/>
  140. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement