Advertisement
sexstilinski

about page 01

Jul 6th, 2014
1,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.98 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <!--
  5.  
  6. THEME BY SPIDERMN
  7.  
  8. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  9.  
  10. DO NOT TOUCH THE CREDIT
  11.  
  12. -->
  13.  
  14. <html>
  15. <head>
  16.  
  17.     <title>{title}</title>
  18.     <link rel="shortcut icon" href="{Favicon}">
  19.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  20.     <meta name="description" content="" />
  21.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  22.    
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27.     margin-top:45px;
  28.     margin-left:45%;
  29.     width:350px;
  30.     font-size:10px;
  31.     font-family:verdana;
  32.     color:#000;
  33.     background:#fff;
  34. }
  35.    
  36. a {
  37. color:#00BD4F;
  38. text-decoration:none;
  39. font-weight:bold;
  40. }
  41.  
  42. a:hover {
  43.     color:#00FE6C;
  44.     -moz-transition-duration:0.4s;
  45.     -o-transition-duration:0.4s;
  46.     -webkit-transition-duration:0.4s;
  47.     transition-duration:0.4s;
  48. }
  49.  
  50. li{margin-left:-20px !important;}
  51.  
  52. #case {
  53.  
  54. }
  55.  
  56. #bigheading {
  57.     color:#00bdb3;
  58.     letter-spacing:8px;
  59.     font-weight:900;
  60.     font-size:36px;
  61.     letter-spacing:8px;
  62.     text-align:center;
  63.     margin-left:-60%;
  64. }
  65.  
  66. #icon img {
  67.     width:80px;
  68.     height:80px;
  69.     margin-bottom:20px;
  70.     margin-left:7.5%;
  71. }
  72.  
  73. .icon {
  74. border-radius: 40px;
  75. }
  76.  
  77. #linkage {
  78.     margin-top:5px;
  79.     text-align:center;
  80.     margin-left:-62%;
  81.     margin-bottom:10px;
  82. }
  83.  
  84. #heading {
  85.     color:#00CCC0;
  86.     font-weight:bold;
  87.     font-size:24px;
  88.     letter-spacing:-2px;
  89.     margin-left:-60%;
  90. }
  91.  
  92. #texty {
  93.     padding-left:3px;
  94.     border-left:4px solid #000;
  95.     margin-top:12px;
  96.     margin-bottom:12px;
  97.     margin-left:-50%;
  98. }
  99.  
  100. .credit a {
  101.     color:#000;
  102.     font-size:11px;
  103.     position:fixed;
  104.     bottom:8px;
  105.     right:14px;
  106. }
  107.  
  108. </style>  
  109. </head>
  110.  
  111. <body>
  112. <div id="bigheading">last hope</div>
  113. <div id="linkage"><a href="/">link1</a> // <a href="/">link2</a> // <a href="/">link3</a> // <a href="/">link4</a> // <a href="/">link5</a></div>
  114. <div id="icon"><img class="icon" src="http://static.tumblr.com/6anaw8n/gNjn8bkv8/stiles__39_.png"></div>
  115. <div id="heading">HEADING1;</div>
  116. <div id="texty">
  117. <b>Bold</b>. <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus at ligula vitae erat eleifend lobortis. Nam justo nibh, tempus eget sem eu, cursus porta tellus. Sed sed lectus at turpis venenatis sollicitudin. Curabitur fringilla nibh nec metus accumsan accumsan. Suspendisse laoreet sem quam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed accumsan nisi sit amet condimentum congue. Phasellus lectus dui, bibendum commodo magna quis, egestas blandit ipsum. Cras laoreet sed tellus et consectetur.
  118. </div>
  119.  
  120. <div id="heading">HEADING2;</div>
  121. <div id="texty">
  122. paragraph text goes here~
  123. </div>
  124.  
  125. <div id="heading">HEADING3;</div>
  126. <div id="texty">
  127. paragraph text goes here~
  128. </div>
  129.  
  130. <div id="heading">HEADING4;</div>
  131. <div id="texty">
  132. paragraph text goes here~
  133. </div>
  134.  
  135. <div class="credit"><a href="http://spidermn.tumblr.com">cr.</a></div>
  136.  
  137. </body>
  138. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement