Advertisement
sexstilinski

about page 02

Apr 19th, 2015
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.67 KB | None | 0 0
  1. <!--
  2.  
  3. THEME BY SPIDERMN
  4.  
  5. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  6.  
  7. DO NOT TOUCH THE CREDIT
  8.  
  9. -->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13. <html>
  14. <head>
  15.  
  16.     <title>{title}</title>
  17.     <link rel="shortcut icon" href="{Favicon}">
  18.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  19.     <meta name="description" content="" />
  20.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  21.    
  22.  
  23. <style type="text/css">
  24.  
  25. body {
  26.     font-size:10px;
  27.     font-family:verdana;
  28.     color:#000
  29.     background-color:#fff;
  30.     margin-top:45px;
  31.     margin-left:45%;
  32.     width:350px;
  33. }
  34.    
  35. a {
  36. color:#000;
  37. font-style:italic;
  38. text-decoration:none;
  39. }
  40.  
  41. li{margin-left:-20px !important;}
  42.  
  43. #cont {
  44.     padding:10px;
  45.     border:solid #000 2px;
  46. }
  47.  
  48. #linkage {
  49.     text-align:center;
  50.     margin-left:-62%;
  51.     margin-bottom:42px;
  52. }
  53.  
  54. #icon img {
  55.     width:80px;
  56.     height:80px;
  57.     margin-bottom:10px;
  58.     margin-left:9%;
  59. }
  60.  
  61. .icon {
  62. border-radius: 40px;
  63. }
  64.  
  65. #heading {
  66.     color:#000;
  67.     text-shadow:1px 1px #ffe866;
  68.     font-size:24px;
  69.     letter-spacing:-2px;
  70.     margin-left:-60%;
  71. }
  72.  
  73. #texty {
  74.     padding-left:3px;
  75.     border-left:4px solid #000;
  76.     margin-top:12px;
  77.     margin-bottom:12px;
  78.     margin-left:-50%;
  79. }
  80.  
  81. .credit a {
  82.     font:verdana;
  83.     font-size:11px;
  84.     position:fixed;
  85.     color:#000;
  86.     font-weight:bold;
  87.     bottom:8px;
  88.     right:10px;
  89. }
  90.  
  91. </style>  
  92. </head>
  93.  
  94. <body>
  95. <div id="icon"><img class="icon" src="http://static.tumblr.com/6anaw8n/1xbnn0wub/normal_teenwolf0101hd-1136.png"></div>
  96. <div id="linkage"><a href="/">home</a> // <a href="/ask">message</a> // <a href="/">link 1</a> // <a href="/">link 2</a> // <a href="http://tumblr.com/dashboard">dashboard</a></div>
  97.  
  98. <div id="heading">heading;</div>
  99. <div id="texty">
  100. <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.
  101. </div>
  102.  
  103. <div id="heading">heading;</div>
  104. <div id="texty">
  105. <ul>
  106. <li>If you're not feeling paragraphs</li>
  107. <li>You can use these niffty bullet points</li>
  108. </ul>
  109. </div>
  110. </div>
  111.  
  112. <div class="credit"><a href="http://spidermn.tumblr.com">cr.</a></div>
  113.  
  114. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement