Advertisement
wcrmtails

Boy Who Lived (About 01)

Aug 10th, 2015
2,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!-----ABOUT PAGE 01 BY WCRMTAILS (http://wcrmtails.tumblr.com/). DON'T STEAL OR REDISTRIBUTE. THANKS.----->
  7.  
  8. <head>
  9.  
  10.  
  11.  
  12. <title>about me</title> <!-----CHANGE THE TITLE ON THE TAB HERE----->
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16.  
  17. <style type="text/css">
  18.  
  19.  
  20. ::-webkit-scrollbar-thumb {
  21. background-color: #eee; /*CHANGE THE SCROLLBAR*/
  22. height:auto;
  23. border-bottom:none;
  24. }
  25. ::-webkit-scrollbar {
  26. height:9px;
  27. width:5px;
  28. background-color: #fcfcfc; /*MATCH THIS TO THE BG COLOR*/
  29.  
  30. }
  31.  
  32. ::selection {
  33. background-color: #7d7d7d; /*SELECTION BG*/
  34. color: #fcfcfc; /*SELECTION TEXT*/
  35. }
  36.  
  37. body {
  38. background-color: #fcfcfc; /*BACKGROUND COLOR*/
  39. background-image: url(/); /*BACKGROUND URL*/
  40. background-repeat: repeat;
  41. color: #9c9c9c;
  42. font-family: arial;
  43. line-height: 110%;
  44. }
  45.  
  46.  
  47. a {
  48.  
  49. color: #000; /*CHANGE THE LINK COLOR*/
  50. text-decoration: none;
  51. }
  52.  
  53. a:hover {
  54. letter-spacing: 2px;
  55. -webkit-transition: 0.8s;
  56. -moz-transition: 0.8s;
  57. transition: 0.8s;
  58. }
  59.  
  60. b {
  61. color: #7d7d7d; /*CHANGE THE BOLD COLOR*/
  62. }
  63.  
  64. }
  65.  
  66. #face {
  67. width: 200px;
  68. }
  69.  
  70.  
  71. #face img {
  72. width: 200px;
  73. height: 200px;
  74. border-radius: 50%;
  75. padding: 5px;
  76. border: 2px solid #eee; /*CHANGE THE PICTURE BORDER*/
  77. margin-top: 50px;
  78.  
  79. }
  80.  
  81. #face:hover #links {
  82. width: 200px;
  83. height: 200px;
  84. opacity: .8;
  85. -webkit-transition: 0.8s;
  86. -moz-transition: 0.8s;
  87. transition: 0.8s;
  88. }
  89.  
  90. #links {
  91. width: 200px;
  92. height: 200px;
  93. border-radius: 50%;
  94. padding: 5px;
  95. background-color: #fcfcfc; /*CHANGE THE BG COLOR OF THE HOVER*/
  96. opacity: 0;
  97. margin-top: -215px;
  98. margin-left: 0px;
  99. font-size: 12px;
  100. letter-spacing: 2px;
  101. }
  102.  
  103. #links a {
  104. color: #7d7d7d; /*CHANGE THE COLOR OF THE CUSTOM LINKS*/
  105. }
  106.  
  107. #links a:hover {
  108. color: #000; /*CHANGE THE CUSTOM LINK HOVER*/
  109. -webkit-transition: 0.8s;
  110. -moz-transition: 0.8s;
  111. transition: 0.8s;
  112. }
  113.  
  114. #title {
  115. text-transform: uppercase;
  116. color: #000; /*CHANGE THE TITLE COLOR*/
  117. margin-top: 50px;
  118. letter-spacing: 5px;
  119. font-size: 12px;
  120. }
  121.  
  122. #info {
  123. width: 200px;
  124. height: 200px;
  125. font-size: 10px;
  126. text-transform: lowercase;
  127. line-height: 150%;
  128. color: #9c9c9c; /*CHANGE THE INFO COLOR*/
  129. }
  130.  
  131. #info b {
  132. text-transform: uppercase;
  133. color: #7d7d7d;
  134. border-bottom: 2px solid #7d7d7d; /*CHANGE THE INFO TITLE COLOR*/
  135. letter-spacing: 5px;
  136. }
  137.  
  138. #about {
  139. width: 170px;
  140. height: 270px;
  141. border: 2px solid #eee; /*CHANGE THE ABOUT BORDER*/
  142. padding: 20px;
  143. overflow-y: scroll;
  144. overflow-x: hidden;
  145. margin-top: -40px;
  146. border-radius: 0px;
  147. text-align: justify;
  148. font-size: 10px;
  149. border-radius: 5px
  150. }
  151.  
  152.  
  153. </style>
  154. </head>
  155.  
  156. <body>
  157.  
  158. <center>
  159.  
  160. <div id="face">
  161. <img src="https://41.media.tumblr.com/cd1d6d92a5622cdcc208870f7f11d34b/tumblr_nswelr38wO1tpb7s5o1_250.jpg"> <!--CHANGE THE PICTURE-->
  162.  
  163. <div id="links">
  164.  
  165. <div id="title">about me</div> <!--CHANGE THE TITLE-->
  166.  
  167. <a href="/" title="return">I</a><br><br>
  168. <a href="/ask" title="message">II</a><br><br>
  169. <a href="/navi" title="navigation">III</a> <!--CUSTOM LINK-->
  170.  
  171. </div>
  172.  
  173. </div>
  174.  
  175. <div id="info" style="margin-top: -130px; margin-left: -450px; text-align: right">
  176.  
  177. <b>Name:</b> name<br> <!--CHANGE YOUR NAME-->
  178. <b>Age:</b> age<br> <!--AGE-->
  179. <b>Location:</b> location <!--LOCATION-->
  180.  
  181. </div>
  182.  
  183. <div id="info" style="margin-top: -200px; margin-left: 450px; text-align: left">
  184.  
  185. <!--ADD WHATEVER YOU WANT HERE. FOR EXAMPLE, I HAVE MY HOGWARTS HOUSE, MYERS-BRIGGS TYPE, AND PRONOUNS. YOU CAN DO WHATEVER YOU WANT.-->
  186.  
  187. <b>extra:</b>info<br>
  188. <b>extra:</b>info<br>
  189. <b>extra:</b>info
  190.  
  191. </div>
  192.  
  193. <div id="about">
  194.  
  195. write whatever you want here. a scrollbar appears if it's too long. <i>italics</i> <b>bold</b> <a href="/">link</a> <u>underline</u>
  196.  
  197. <br><br>
  198.  
  199. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum.
  200.  
  201.  
  202.  
  203. </div>
  204.  
  205.  
  206. </center>
  207.  
  208.  
  209. <!--DON'T TOUCH ANYTHING HERE EXCEPT FOR #000 TO CHANGE LINK COLOR-->
  210.  
  211. <div style="position:fixed;bottom:8px; right:3px; font-size:9px; font-family:calibri; height: 15px;"><a style="color:#000; text-decoration:none;" href="http://wcrmtails.tumblr.com/">W</a></center></div>
  212.  
  213. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement