Advertisement
Ilma

About Me #1 (Dark Ver)

Jan 30th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 6.01 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  <head>
  4.   <title>{title}</title>
  5.   <link rel="shortcut icon" href="{Favicon}">
  6.  </head>
  7. <style>
  8.  
  9. /** change your background here **/
  10.  
  11. body {
  12. background:url(http://s9.postimage.org/3txjmipkv/image.png) fixed;
  13. }
  14.  
  15. /** change your scrollbar colour here **/
  16.  
  17. ::-webkit-scrollbar-thumb:vertical {
  18.     background-color:#7d7d7d;
  19.     width:7px;
  20.     height:auto;
  21.     }
  22.  
  23. ::-webkit-scrollbar-thumb:horizontal {
  24.     background-color:#7d7d7d;
  25.     width:auto;
  26.     height:7px;
  27.     }
  28.  
  29. ::-webkit-scrollbar {
  30.     height:7px;
  31.     width:7px;
  32.     background-color:#fff;
  33.     }
  34.  
  35. /** change your selection color  here **/
  36.  
  37. ::-moz-selection {background-color: #000; color: #fff;}
  38. ::selection {background-color: #000; color: #fff;}
  39.  
  40. /** bold and italic colors **/
  41.  
  42. b, strong {
  43. color:#7d7d7d
  44. }
  45.  
  46. i, em {
  47. color:#949494;
  48. }
  49.  
  50. /** the colors of general link **/
  51.  
  52. a {
  53. color:#ffffff;
  54. text-decoration:none;
  55. }
  56.  
  57. a:hover {
  58. color:#cccccc;
  59. text-decoration:line-through;
  60. }
  61.  
  62. /** the settings of  the back, message, and credit links **/
  63.  
  64. #link {
  65. position:fixed;
  66. left:0;
  67. top:50%;
  68. padding:10px;
  69. font-size:50px;
  70. font-style:italic;
  71. line-height:30px;
  72. font-family:Consolas;
  73. }
  74.  
  75. #link a {
  76. color:#ffffff;
  77. text-decoration:none;
  78. }
  79.  
  80. #link a:hover {
  81. color:#cccccc;
  82. text-decoration:line-through;
  83. }
  84.  
  85. /** the about me section **/
  86.  
  87. #box {
  88. width:500px;
  89. margin-top:2%;
  90. margin-bottom:2%;
  91. margin-left:17.5%;
  92. display:block;
  93. -webkit-border-radius: 50px;
  94. -moz-border-radius: 50px;
  95. border-radius: 50px;
  96. border:1px dashed #fff;
  97. }
  98.  
  99. /** the header of the about me section, check here if you want to change the borders **/
  100.  
  101. #image img {
  102. -webkit-border-top-left-radius: 50px;
  103. -webkit-border-top-right-radius: 50px;
  104. -moz-border-radius-topleft: 50px;
  105. -moz-border-radius-topright: 50px;
  106. border-top-left-radius: 50px;
  107. border-top-right-radius: 50px;
  108. width:500px;
  109. height:250px;
  110. display:block;
  111. }
  112.  
  113. /** all data's backgrounds **/
  114.  
  115. #data {
  116. display:block;
  117. width:450px;
  118. background:#000;
  119. padding:25px;
  120. -webkit-border-bottom-right-radius: 50px;
  121. -webkit-border-bottom-left-radius: 50px;
  122. -moz-border-radius-bottomright: 50px;
  123. -moz-border-radius-bottomleft: 50px;
  124. border-bottom-right-radius: 50px;
  125. border-bottom-left-radius: 50px;
  126. }
  127.  
  128. /** titles ('about the blogger', 'introduction', and 'fandoms' **/
  129.  
  130. #data h1 {
  131. font-size:40px;
  132. color:#ccc;
  133. text-align:center;
  134. margin:5px;
  135. margin-top:-10px;
  136. font-family:Consolas;
  137. text-transform:uppercase;
  138. }
  139.  
  140. #data h2 {
  141. font-size:25px;
  142. color:#ccc;
  143. text-align:center;
  144. margin:5px;
  145. margin-top:-10px;
  146. font-family:Consolas;
  147. text-transform:uppercase;
  148. }
  149.  
  150. /** music area **/
  151.  
  152. #music {
  153. border:1px dashed #fff;
  154. margin-top:5px;
  155. width:100%
  156. }
  157.  
  158. /** short data (`name`, `age`, etc) **/
  159.  
  160. #short {
  161. width:100%;
  162. padding:5px;
  163. font-family:consolas;
  164. text-transform:uppercase;
  165. font-size:12px;
  166. margin-top:5px;
  167. font-size:11px;
  168. text-align:justify;
  169. }
  170.  
  171. /** the colors of short data .span1 for odds and .span2 for even **/
  172.  
  173. .span1 {
  174. color:#ffffff;
  175. }
  176.  
  177. .span2 {
  178. color:#b4b4b4;
  179. }
  180.  
  181. /** introduction and fandom settings **/
  182.  
  183. .biodata {
  184. max-height:150px;
  185. overflow:auto;
  186. padding:5px;
  187. width:98%;
  188. background:#292929;
  189. display:block;
  190. margin-top:5px;
  191. color:#fff;
  192. font-family:Consolas;
  193. font-size:11px;
  194. text-align:justify;
  195. }
  196.  
  197. /** the big image, increase or decreasethe number in left:(number)px; to fit it into your liking**/
  198.  
  199. #render {
  200. left:600px;
  201. position:fixed;
  202. bottom:0;
  203. }
  204.  
  205. </style>
  206.  <body>
  207.  
  208.  <div id="render">
  209.  <img src="http://s9.postimage.org/rnle57itb/render2.png">
  210.  </div>
  211.  
  212.  <div id="link">
  213.  <a href="/">back</a><br>
  214.  <a href="/ask">message</a><br>
  215.  <a href="/archive">archive</a><br>
  216.  <a href="http://thematchgirl.tumblr.com">credit</a><br>
  217.  </div>
  218.  
  219.   <div id="box">
  220.  
  221.   <div id="image">
  222.   <img src="http://s9.postimage.org/9tlaq6adb/image1.png">
  223.   </div>
  224.  
  225.   <div id="data">
  226.  
  227. <h1>ABOUT THE BLOGGER</h1>
  228.  
  229.   <div id="music">
  230.   <center>
  231. MUSIC CODE HERE
  232.     </center>
  233. </object>
  234. </div>
  235.  
  236.   <div id="short">
  237.   <span class="span1"><li>Name: (Insert your name here)</li></span>
  238.   <span class="span2"><li>Age: (Insert your age here)</li></span>
  239.   <span class="span1"><li>Location: (Insert your locationhere)</li></span>
  240.   <span class="span2"><li>Likes: (Insert your hobbies here)</li></span>
  241.   </div>
  242.  
  243.  
  244. <h2>Introduction</h2>
  245.   <div class="biodata">
  246.   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.
  247.   </div>
  248.  
  249.   <br><br>
  250. <h2>Fandoms</h2>
  251.   <div class="biodata">
  252.   <span class="span1"><li>Fandom 1</li></span>
  253.   <span class="span2"><li>Fandom 2</li></span>
  254.   <span class="span1"><li>Fandom 3</li></span>
  255.   <span class="span2"><li>Fandom 4</li></span>
  256.   <span class="span1"><li>Fandom 5</li></span>
  257.   <span class="span2"><li>Fandom 6</li></span>
  258.   <span class="span1"><li>Fandom 7</li></span>
  259.   <span class="span2"><li>Fandom 8</li></span>
  260.   </div>
  261.   </div>
  262.  </body>
  263. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement