Advertisement
Caylo

About 1

Jun 5th, 2014
1,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. ABOUT PAGE 1 BY CAYLO (princeoberynn)
  6. Please don't steal, redistribute or remove credit!
  7. Thank you ♥
  8.  
  9. -->
  10.  
  11.  
  12.  
  13. <html xml:lang="en" lang="en">
  14. <head><title>About me</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  20.  
  21. <style type="text/css">
  22.  
  23. pre, p{
  24.     white-space: -moz-pre-wrap;
  25.     white-space: -pre-wrap;
  26.     white-space: -o-pre-wrap;
  27.     white-space: pre-wrap;
  28.     word-wrap: break-word;
  29. }
  30.  
  31. ::-webkit-scrollbar {
  32.         height: 5px;
  33.         width: 5px;
  34.         -webkit-border-radius: 0px;
  35.         background-color:white;
  36. }
  37. ::-webkit-scrollbar-thumb{background-color: gray;}
  38. ::-webkit-scrollbar-track{background-color: white;}
  39.  
  40.  
  41. body {
  42.     margin: 0px;
  43.     color: #444;
  44.     font-size: 11px;
  45. }
  46.  
  47. a {
  48.     text-decoration: none;
  49.     outline :none;
  50.     -moz-outline-style: none;
  51.     color: #9a9a9a;
  52.     -webkit-transition: all 0.5s ease;
  53.     -moz-transition: all 0.5s ease;
  54.     -o-transition: all 0.5s ease;
  55. }
  56.  
  57. a:hover {
  58.     opacity: 0.7;
  59.     -webkit-transition: all 0.5s ease;
  60.     -moz-transition: all 0.5s ease;
  61.     -o-transition: all 0.5s ease;
  62. }
  63.  
  64.  
  65. img {
  66.     border: none;
  67. }
  68.  
  69.  
  70. #header{
  71.     width: 320px;
  72.     margin:auto;
  73.     margin-top: 90px;
  74.     text-align: center;
  75. }
  76.  
  77. #title{
  78.     font-size: 14px;
  79.     font-family: 'raleway', sans-serif;
  80.     letter-spacing: 4px;
  81.     text-transform: uppercase;
  82.     margin-top: 25px;
  83.     color: #444;
  84. }
  85.  
  86.  
  87. #image img{
  88.     width: 120px;
  89.    
  90.     /* DELETE THE LINES BELOW IF YOU DONT WANT A CIRCLE PICTURE */
  91.     width: 90px;
  92.     height: 90px;
  93.     border-radius: 45px;
  94.     -webkit-border-radius: 45px;
  95.     -moz-border-radius: 45px;
  96. }
  97.  
  98.  
  99. #links{
  100.     font-family: 'helvetica', sans-serif;
  101.     font-weight: bold;
  102.     font-size: 9px;
  103.     margin-top: 7px;
  104.     padding: 5px;
  105.  
  106.     /* CHANGE THIS FOR THE LINK BACKGROUND COLOR */
  107.     background-color: #444;
  108. }
  109.  
  110. #links a{
  111.     padding: 0 10px;
  112.  
  113.     /* CHANGE THIS FOR THE LINK TEXT COLOR */
  114.     color: white;
  115. }
  116.  
  117. #links a:hover{
  118.     opacity: 0.7;
  119. }
  120.    
  121. #content{
  122.     font-family: 'times', serif;
  123.     line-height: 180%;
  124.     color: #444;
  125.     width: 300px;
  126.     margin: 30px auto 50px auto;
  127.     text-align: center;
  128. }
  129.  
  130.  
  131.  
  132. {CustomCSS}</style></head>
  133.  
  134. <body>
  135.  
  136. <div id="header">
  137.  
  138. <!-- REPLACE THE LINK BELOW WITH THE PICTURE YOU WANT -->
  139. <div id="image"><img src="http://puu.sh/9k8JB/e75968b3f3.jpg"></div>
  140.  
  141. <div id="title">ABOUT ME</div>
  142. <div id="links">
  143.     <a href="/">home</a>
  144.     <a href="/ask">ask</a>
  145. </div>
  146. </div>
  147.  
  148. <div id="content">
  149.  
  150. <!-- WRITE WHATEVER YOU WANT DOWN HERE -->
  151. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
  152.  
  153. <p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  154.  
  155. <p>Normal text, <em>italic text, </em> <b>bold text.</b> </p>
  156. </div>
  157.  
  158.  
  159. <!-- CREDIT, PLEASE DON'T TOUCH -->
  160.  
  161. <div style="position:fixed; bottom:6px; right:12px; font-size:8px; letter-spacing:1px; font-family:gautami;"><a href="http://carolinesthemes.tumblr.com/">CAYLO</a></center></div>
  162.  
  163.    
  164. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement