Advertisement
heavenlydoctor

transcendence

Jul 6th, 2015
9,745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---transcendence by eurhipides. visit elisionthemes.tumblr.com for more info--->
  5.  
  6. <title>title here</title><!---page title--->
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/9y86jzv/74ynmikto/fonts.css" />
  10.  
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  12.  
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14.  
  15. <script>
  16.  
  17. (function($){
  18.  
  19. $(document).ready(function(){
  20.  
  21. $("a[title]").style_my_tooltips({
  22.  
  23. tip_follows_cursor:true,
  24.  
  25. tip_delay_time:100,
  26.  
  27. tip_fade_speed:300,
  28.  
  29. attribute:"title"
  30.  
  31. });
  32.  
  33. });
  34.  
  35. })(jQuery);
  36.  
  37. </script>
  38.  
  39. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  40.  
  41. <style type="text/css">
  42.  
  43. #s-m-t-tooltip { /*edit the tooltips*/
  44. max-width:150px;
  45. padding:5px 8px;
  46. margin:20px 14px 7px 10px;
  47. background-color:#fff;
  48. font-family:Calibri;
  49. font-size:10px;
  50. line-height:11px;
  51. letter-spacing:1px;
  52. text-transform:uppercase;
  53. color:#000;
  54. z-index:99999999;
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:5px;
  59. width:15px;
  60. background-color: transparent;
  61. }
  62.  
  63. ::-webkit-scrollbar-thumb {
  64. background:#ddd;/*scrollbar color*/
  65. border:14px solid #fff;/*make this the same as the container background color*/
  66. border-left:0px;
  67. }
  68.  
  69. body {
  70. background-color: #f7f7f7;/*page background*/
  71. font-family:'Lato', sans-serif;
  72. font-size:12px;
  73. color:#666;/*text color*/
  74. margin:0px;
  75. }
  76.  
  77. a {
  78. text-decoration: none;
  79. -webkit-transition: 0.5s;
  80. -moz-transition: 0.5s;
  81. transition: 0.5s;
  82. color: #aaa; /*link color*/
  83. }
  84.  
  85. a:hover {
  86. -webkit-transition: 0.5s;
  87. -moz-transition: 0.5s;
  88. transition: 0.5s;
  89. color: #bbb; /*link hover*/
  90. }
  91.  
  92. #universe {
  93. width:650px;
  94. height:430px;
  95. border-radius:3px;
  96. position:fixed;
  97. top:0;
  98. bottom:0;
  99. overflow:hidden;
  100. left:0;
  101. right:0;
  102. margin:auto;
  103. background:#fff;/*container background color*/
  104. }
  105.  
  106. .desc {
  107. padding:0px 25px;
  108. text-align:justify;
  109. overflow:auto;
  110. position:absolute;
  111. box-sizing:border-box;
  112. right:20px;
  113. top:40px;
  114. bottom:40px;
  115. width:410px;
  116. line-height:190%;
  117. }
  118.  
  119. .desc p:first-child {
  120. margin-top:0px;
  121. }
  122.  
  123. #side {
  124. position:absolute;
  125. left:40px;
  126. top:40px;
  127. bottom:40px;
  128. padding:10px;
  129. overflow:hidden;
  130. box-sizing:border-box;
  131. width:170px;
  132. }
  133.  
  134. #side img {
  135. width:100px;
  136. display:block;
  137. margin:0px auto 15px;
  138. height:100px;
  139. border-radius:50%;
  140. }
  141.  
  142. #side li {
  143. margin:0px 0px;
  144. border-bottom:1px solid #ddd;/*sidebar details border color*/
  145. padding:5px;
  146. list-style:none;
  147. }
  148.  
  149. #side li:last-child {
  150. border-bottom:0px;
  151. }
  152.  
  153. .credit {
  154. position:fixed;
  155. bottom:8px;
  156. right:10px;
  157. font-family:arial;
  158. }
  159.  
  160. .credit:hover {
  161. transform:rotate(135deg);
  162. }
  163.  
  164. </style>
  165. </head>
  166. <body>
  167.  
  168. <div id="universe">
  169.  
  170. <div id="side">
  171. <div style="display:table;width:100%;height:100%">
  172. <div style="display:table-cell;height:100%;vertical-align:middle">
  173. <a href="/"><img src="https://40.media.tumblr.com/02c045e9a539116e808cea51d8dca715/tumblr_nqo8puww8G1rd2j8to6_250.png"></a><!---IMAGE HERE--->
  174.  
  175. <li><b>Name:</b> Name here</li><!--NAME--->
  176. <li><b>Age:</b> Age here</li><!---AGE--->
  177. <li><b>Location:</b> Location here</li><!---LOCATION-->
  178. <li><b>Extra:</b> Extra space for whatever you want.</li>
  179.  
  180. </div>
  181. </div>
  182. </div>
  183.  
  184. <div class="desc">
  185.  
  186. <!---DESCRIPTION BEGINS HERE--->
  187.  
  188. <p><b>About Me</b></p>
  189.  
  190. <p>Remember to wrap each paragraph in < p > and < / p > tags. <a href="">Link</a>, <b>bolded,</b> <u>underlined</u> and <i>italicized.</i></p>
  191.  
  192. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse semper nisi at porta dapibus. Donec bibendum venenatis libero, vitae tempus metus fringilla et. Maecenas eget faucibus neque. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec a nunc in magna ultricies condimentum. Nam congue nibh hendrerit nibh mollis vehicula sed sit amet elit. In volutpat libero et leo rutrum, ut vulputate nunc aliquam. Quisque massa erat, fringilla sed laoreet a, dictum sed nibh. Donec in arcu eu velit posuere dapibus.</p>
  193.  
  194. </div><!---DESCRIPTION ENDS HERE--->
  195.  
  196.  
  197.  
  198.  
  199. </div>
  200.  
  201. <!--please do not edit/remove--->
  202. <a class="credit" href="http://astraeus.co.vu" title="eurhipides">+</a>
  203.  
  204.  
  205. </body>
  206. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement