Advertisement
Guest User

about

a guest
Jun 9th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. theme by ughirwn!!
  6. - usual rules apply ok have a nice day
  7. -->
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. <title>write page title here</title>
  12.  
  13. <style>
  14.  
  15. ::-webkit-scrollbar {
  16. width: 3px;
  17. height: 0px;
  18. padding-right:5px;
  19. background:#fff;
  20. -webkit-filter:saturate(60%);
  21. }
  22.  
  23. ::-webkit-scrollbar-thumb {
  24. background-color:#000;
  25. -webkit-filter:saturate(60%);
  26. }
  27.  
  28. .tooltip{
  29. display: inline;
  30. position: relative;
  31. }
  32.  
  33. #s-m-t-tooltip {
  34. max-width:300px;
  35. border-radius: 0px;
  36. padding:3px 4px 5px 4px;
  37. margin:20px 7px -2px 20px;
  38. background-color:#ffffff;
  39. border:1px solid #ccc;
  40. font-family:calibri;
  41. font-size:9px;
  42. letter-spacing:2px;
  43. text-transform:uppercase;
  44. color:#000;
  45. z-index:999999999999999999999999999999999999;
  46. }
  47.  
  48. <style type="text/css">
  49.  
  50. #s-m-t-tooltip{
  51. max-width:300px;
  52. margin:15px;
  53. padding:2px 8px;
  54. border:1px solid #DDD;
  55. border-radius:4px;
  56. background:#FFF;
  57. color:#AAA;
  58. z-index:999999;
  59. font-size:8px;
  60. font-style:italic;
  61. text-transform:lowercase;
  62. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  63. }
  64.  
  65. a {
  66. color:#000;
  67. text-decoration:none;
  68. -moz-transition-duration:0.5s;
  69. -webkit-transition-duration:0.5s;
  70. -o-transition-duration:0.5s;
  71. }
  72.  
  73. a:hover {
  74. opacity:0;
  75. text-decoration:none;
  76. -moz-transition-duration:0.5s;
  77. -webkit-transition-duration:0.5s;
  78. -o-transition-duration:0.5s;
  79. }
  80.  
  81. body {
  82. background:#ffffff;
  83. font-family:arial;
  84. }
  85.  
  86.  
  87. #container {
  88. font:arial;
  89. color:#000;
  90. font-style:none;
  91. margin-left:100px;
  92. }
  93.  
  94. #bgpic {
  95. margin-left:300px;
  96. margin-top:200px;
  97. opacity:.8;
  98. }
  99.  
  100. #desc {
  101. width:350px;
  102. height:300px;
  103. margin-left:510px;
  104. margin-top:-360px;
  105. background-color:#fff;
  106. opacity:.6;
  107. font-size:11px;
  108. letter-spacing:.5px;
  109. line-height:15px;
  110. padding:10px;
  111. overflow:scroll;
  112. }
  113.  
  114. #links {
  115. width:100px;
  116. height:120px;
  117. margin-left:350px;
  118. margin-top:-240px;
  119. background-color:#fff;
  120. opacity:.6;
  121. font-size:11px;
  122. letter-spacing:4px;
  123. text-align:center;
  124. line-height:27px;
  125. }
  126.  
  127. #credit {
  128. position:fixed;
  129. right:0px;
  130. bottom:0px;
  131. padding:20px;
  132. padding-bottom:10px;
  133. text-align:right;
  134. z-index:999;
  135. }
  136.  
  137. #credit a {
  138. color: #3e3e3e;
  139. font-family:calibri;
  140. font-size:11px;
  141. text-decoration:none;
  142. }
  143.  
  144. </style>
  145. </head>
  146. <body>
  147.  
  148. <div id="container">
  149.  
  150. <div id="bgpic"><img src="insert background image url here" style="width:600px; height:400px;"></div>
  151.  
  152. <div id="desc">
  153. <big>name:</big> your name here
  154. <br>
  155. <big>age:</big> your age here
  156. <br>
  157. <big>location:</big> your location here
  158. <br><br>
  159. extra information here, if there is a lot a scrollbar will appear :))
  160. </div>
  161.  
  162. <div id="links">
  163. <a href="/">link</a>
  164. <br>
  165. <a href="/">link</a>
  166. <br>
  167. <a href="/">link</a>
  168. <br>
  169. <a href="/">link</a>
  170. </div>
  171.  
  172. </div>
  173.  
  174. <div id="credit"><a href="http://www.ughirwn.tumblr.com/"> ©</a></div>
  175.  
  176. </body>
  177. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement