sexmeluke

About Page #1: Whisper

Apr 21st, 2014
2,023
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.43 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-----------------------------------------------------------------
  5.  
  6.                     PAGE BY
  7.       ╭━━━┳━━━┳━╮╭━┳━╮╭━┳━━━┳╮╱╱╭╮╱╭┳╮╭━┳━━━╮
  8.       ┃╭━╮┃╭━━┻╮╰╯╭┫┃╰╯┃┃╭━━┫┃╱╱┃┃╱┃┃┃┃╭┫╭━━╯
  9.       ┃╰━━┫╰━━╮╰╮╭╯┃╭╮╭╮┃╰━━┫┃╱╱┃┃╱┃┃╰╯╯┃╰━━╮
  10.       ╰━━╮┃╭━━╯╭╯╰╮┃┃┃┃┃┃╭━━┫┃╱╭┫┃╱┃┃╭╮┃┃╭━━╯
  11.       ┃╰━╯┃╰━━┳╯╭╮╰┫┃┃┃┃┃╰━━┫╰━╯┃╰━╯┃┃┃╰┫╰━━╮
  12.       ╰━━━┻━━━┻━╯╰━┻╯╰╯╰┻━━━┻━━━┻━━━┻╯╰━┻━━━╯
  13.  
  14. ******** All pages are optimized for google chrome*********
  15.  
  16. • Don't remove or change the credit
  17.  
  18. • Don't use my page as a base code
  19.  
  20. • Only edit my page for personal use
  21.  
  22. • Send me an ask if you need help
  23.  
  24. • Send me an ask OFF ANON!
  25. ------------------------------------------------------------------------>
  26.     <head>
  27.         <title>{Title}</title>
  28.         <link rel="shortcut icon" href="http://i.imgur.com/v7jvraj.png">
  29.        
  30.         <style type="text/css">
  31.  
  32. ::-webkit-scrollbar {background-color:transparent; height:8px; width:5px}
  33. ::-webkit-scrollbar-thumb:vertical {background-color:black; height:50px}
  34. ::-webkit-scrollbar-thumb:horizontal {background-color:black; height:8px!important}
  35.  
  36.  html {
  37.        overflow: scroll;
  38. }
  39.  
  40. body {
  41.      background-image:url('INSERT BACKGROUND IMAGE URL');
  42.     margin:0px;
  43.     background-color:white ;
  44.     font-family:calibri;
  45.     font-size:12px;
  46.     padding:5px;
  47.     line-height:100%;
  48. }  
  49.  
  50.  
  51. a {
  52. color:#0489B1;
  53. outline:none;
  54. text-decoration:none;
  55. font-family: calibri;
  56. font-size:15px;
  57. -webkit-transition: all 0.8s;
  58. -moz-transition: all 0.8s;
  59. transition: all 0.8s;
  60. }
  61.  
  62. a:hover {
  63. color:#FE2E9A;
  64. -webkit-transition: all 0.8s;
  65. -moz-transition: all 0.8s;
  66. transition: all 0.8s;
  67. }
  68.  
  69.  
  70.  
  71.  
  72.  
  73. #all{
  74.     margin-left:auto;
  75.     margin-right:auto;
  76.     margin-top:120px;
  77.     width:760px;
  78.     height:95%;
  79. }
  80.  
  81. #title{
  82.     background-color:transparent;
  83.     margin-top:30px;
  84.     margin-left:auto;
  85.     margin-right:auto;
  86.     width:600px;
  87.     height:40px;
  88.     text-align:center;
  89.     font-size:50px;
  90.     font-family:calibri;
  91.     border-bottom:10px solid black;
  92. }
  93.  
  94. #pic img{
  95.     position:fixed;
  96.     margin-top:10px;
  97.     width:280px;
  98.     height:300px;
  99.     margin-left:84px;
  100.    
  101. }
  102.  
  103.  
  104. #info{
  105.  
  106.     background-color:;
  107.     width:290px;
  108.     height:288px;
  109.     margin-left:375px;
  110.     margin-right:auto;
  111.     margin-top:10px;
  112.     font-size:12px;
  113.     font-family:calibri;
  114.     line-height:100%;
  115.     overflow-y:scroll;
  116.     padding:5px;
  117.  
  118. }
  119.  
  120. .r{
  121.     font-weight:bold;
  122.     font-size:13px;
  123. }
  124.  
  125. #bottomlinks{
  126.     background-color:black;
  127.     width:600px;
  128.     height:37px;
  129.     margin-left:auto;
  130.     margin-right:auto;
  131.     text-align:center;
  132.     margin-top:10px;
  133.     padding-top:25px;
  134.     color:white;
  135.     font-family:calibri;
  136. }
  137.  
  138. #bottomlinks a{
  139.     color:white;
  140.     padding:10px;
  141.     font-size:15px;
  142. }
  143.  
  144. #bottomlinks a:hover{
  145.     background-color:white;
  146.     color:black;
  147. }
  148.  
  149.  
  150.  #taco {
  151.     font-size:8px;
  152.     font-family:times;
  153.     letter-spacing:1px;
  154.     }
  155.  
  156.  #taco a {
  157.     font-size:11px;
  158.     text-decoration:none;
  159.     background-color:#fff;
  160.     color:#a8a8a8;
  161.     padding:5px;
  162.     border:2px solid #ddd;
  163.     position:fixed;
  164.     right:7px;
  165.     bottom:8px
  166.     }    
  167.  
  168.  
  169. #taco a:hover {
  170.     color:#fff;
  171.     background-color:#000;
  172.     border-radius:110px;
  173.     -moz-transition-duration:2s;
  174.     -webkit-transition-duration:2s;
  175.     -o-transition-duration:2s;
  176.     }
  177.    
  178. </style>
  179.  
  180.  
  181. </head>
  182. <body>
  183.  
  184. <div id="all">
  185. <div id="title">About;</div>
  186.  
  187. <div id="pic"><img src="http://media.tumblr.com/dfaceeb868e31a0886714e78b06aaa65/tumblr_inline_mq38k5Ho591qz4rgp.png"></div>
  188. <!-- To change the picture, change the URL between the quotation marks to that of your image. -->
  189.  
  190. <div id="info">
  191.  
  192. <span class="r">◆ Name: </span> Insert name here.
  193. <hr>
  194. <span class="r">◆ Age:</span> Insert age here.
  195. <hr>
  196. <span class="r">◆ Location:</span> Insert location here.
  197. <hr>
  198. <span class="r">◆ Other:</span> Insert other info here.
  199.  
  200. <!--
  201.  
  202. To make a new category, copy and paste this code and fill it with your info:
  203.  
  204. <span class="r">◆ New Category:</span> Insert info here.
  205.  
  206. To make a line under or between categories, just add: <hr>
  207.  
  208. -->
  209.  
  210. </div>
  211. <div id="bottomlinks">
  212.         <a href="/">link 1</a>
  213.         <a href="/">link 2</a>
  214.         <a href="/">link 3</a>
  215.         <a href="/">link 4</a>
  216.         <a href="/">link 5</a>
  217.        
  218. <!--
  219.  
  220. To add a new link, copy and paste this code under the last link:
  221. <a href="/">new link</a>
  222.  
  223. To link to a page, put the page name between the quotation marks:
  224. <a href="/pagename">link name</a>
  225.  
  226. To redirect to a new site, add the URL between the quotation marks:
  227. <a href="https://instagram.com/">Instagram</a>
  228.  
  229. -->
  230. </div>
  231. </div>
  232.        
  233.  
  234. <div id="taco">
  235. <a href="http://sexmeluke.tumblr.com/">SML</a>
  236.                 </div>
  237.          
  238. </body>
  239.    
  240. </html>
Advertisement
Add Comment
Please, Sign In to add comment