Advertisement
extasisthemes

Further

Feb 19th, 2017
4,780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----- Further by extasisthemes ----->
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15. <script>
  16. (function($){
  17. $(document).ready(function(){
  18. $("a[title]").style_my_tooltips({
  19. tip_follows_cursor:true,
  20. tip_delay_time:90,
  21. tip_fade_speed:600,
  22. attribute:"title"
  23. });
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28. <style type="text/css">
  29.  
  30. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);
  31.  
  32. ::-webkit-scrollbar-thumb:vertical {
  33. background:#000000;
  34. height:50px;
  35. }
  36.  
  37. ::-webkit-scrollbar {
  38. height:10px;
  39. width:3px;
  40. }
  41.  
  42. #s-m-t-tooltip {
  43. background:#ffffff;
  44. border:1px solid #f5f5f5;
  45. color:#000000;
  46. font-family:'Open Sans', sans-serif;
  47. font-size:10px;
  48. font-style:normal;
  49. font-weight:normal;
  50. letter-spacing:0px;
  51. margin-top:20px;
  52. padding:10px;
  53. text-align:center;
  54. text-decoration:none;
  55. text-transform:uppercase;
  56. z-index:999999999999999999999999999999999999;
  57. }
  58.  
  59. body {
  60. background:#ffffff;
  61. color:#000000;
  62. cursor:url(http://i.imgur.com/lhPqll6.png), progress;
  63. font-family:'Open Sans', sans-serif;
  64. font-size:11px;
  65. font-style:normal;
  66. font-weight:normal;
  67. letter-spacing:0px;
  68. margin:0px;
  69. text-align:justify;
  70. text-decoration:none;
  71. text-transform:none;
  72. word-break:break-word;
  73. }
  74.  
  75. a {
  76. border-bottom:1px solid #f5f5f5;
  77. color:#000000;
  78. text-decoration:none;
  79. -webkit-transition: all 0.5s ease;
  80. -moz-transition: all 0.5s ease;
  81. -o-transition: all 0.5s ease;
  82. }
  83.  
  84. a:hover {
  85. color:#f5f5f5;
  86. }
  87.  
  88. ul {
  89. padding:10px;
  90. }
  91.  
  92. li {
  93. list-style:none;
  94. padding:2px 0px 1px 0px;
  95. }
  96.  
  97. li:before {
  98. color:#f5f5f5;
  99. content:'–––––';
  100. letter-spacing:-3px;
  101. padding-right:10px;
  102. }
  103.  
  104. img {
  105. height:auto;
  106. max-width:100%;
  107. }
  108.  
  109. #border-top {
  110. background:#fcfcfc;
  111. height:15px;
  112. margin-top:-100px;
  113. position:fixed;
  114. width:100%;
  115. z-index:1;
  116. }
  117.  
  118. #container {
  119. margin-bottom:100px;
  120. margin-left:auto;
  121. margin-right:auto;
  122. margin-top:100px;
  123. width:500px;
  124. }
  125.  
  126. .image {
  127. border:1px solid #f5f5f5;
  128. height:48px;
  129. width:48px;
  130. }
  131.  
  132. .image img {
  133. height:48px;
  134. width:48px;
  135. }
  136.  
  137. .title {
  138. color:#000000;
  139. font-family:Times New Roman;
  140. font-size:15px;
  141. font-style:normal;
  142. font-weight:normal;
  143. letter-spacing:0px;
  144. margin-top:20px;
  145. text-decoration:none;
  146. text-align:left;
  147. text-transform:lowercase;
  148. }
  149.  
  150. .about-content {
  151. border-left:1px solid #f5f5f5;
  152. color:#000000;
  153. font-family:'Open Sans', sans-serif;
  154. font-size:11px;
  155. font-style:normal;
  156. font-weight:normal;
  157. letter-spacing:0px;
  158. margin-top:20px;
  159. padding-left:20px;
  160. text-decoration:none;
  161. text-align:left;
  162. text-transform:none;
  163. }
  164.  
  165. .links {
  166. color:#000000;
  167. font-family:'Open Sans', sans-serif;
  168. font-size:10px;
  169. font-style:normal;
  170. font-weight:normal;
  171. letter-spacing:0px;
  172. margin-top:20px;
  173. text-decoration:none;
  174. text-align:left;
  175. text-transform:uppercase;
  176. }
  177.  
  178. .links a {
  179. border-bottom:none;
  180. display:inline-block;
  181. color:#000000;
  182. }
  183.  
  184. .links a:hover {
  185. color:#cfcfcf;
  186. }
  187.  
  188. #credit {
  189. background:#ffffff;
  190. border:1px solid #eeeeee;
  191. bottom:15px;
  192. color:#000000;
  193. float:right;
  194. font-family:'Open Sans', sans-serif;
  195. font-size:10px;
  196. font-style:normal;
  197. font-weight:normal;
  198. letter-spacing:0px;
  199. padding:5px;
  200. position:fixed;
  201. right:15px;
  202. text-align:justify;
  203. text-decoration:none;
  204. text-transform:uppercase;
  205. }
  206.  
  207. #credit a {
  208. border-bottom:none;
  209. color:#000000;
  210. }
  211.  
  212. #credit a:hover {
  213. color:#cfcfcf;
  214. }
  215.  
  216. {CustomCSS}</style></head><body>
  217.  
  218. <div id="border-top"></div>
  219.  
  220. <div id="container">
  221.  
  222. <div class="image"><img src="http://i.imgur.com/Z0nEIxX.png"/></div>
  223.  
  224. <div class="title">i want to believe it's not too late for me</div>
  225.  
  226. <div class="about-content">
  227. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  228. <br><br>
  229. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  230. <br><br>
  231. Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.
  232. </div>
  233.  
  234. <div class="links">
  235. <li><a href="/">Home</a></li>
  236. <li><a href="/ask">Ask</a></li>
  237. <li><a href="/">Link One</a></li>
  238. <li><a href="/">Link Two</a></li>
  239. <li><a href="/">Link Three</a></li>
  240. <li><a href="/archive">Archive</a></li>
  241. </div>
  242.  
  243. </div>
  244.  
  245. <div id="credit">
  246. <a href="http://extasisthemes.tumblr.com/">ET</a>
  247. </div>
  248.  
  249. </body>
  250. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement