Advertisement
odeysseus_thm

about / ANGEL

Dec 15th, 2017
5,975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <!------
  4.  
  5.  
  6.  
  7.  
  8. angel
  9.  
  10. @odeysseus
  11.  
  12.  
  13.  
  14.  
  15. - accent color is #f9efff; use colorpicker.com and cntrl/cmmnd +F to replace
  16. ------>
  17. <title> about me </title> <!--title-->
  18.  
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23.  
  24. <style type="text/css">
  25.  
  26. * { margin:0;padding:0; }
  27. #s-m-t-tooltip{
  28. position:absolute;
  29. margin:15px;
  30. max-width:250px;
  31. z-index:9999;
  32. font-style:italic;
  33. color:#444;
  34. background:#fff;
  35. border:1px solid #eee;
  36. padding:0px 4px;
  37. }
  38.  
  39. @-webkit-keyframes fadein {
  40. 0% {opacity: 0;}
  41. 100% { opacity: 1; }
  42. }
  43.  
  44. @-moz-keyframes fadein {
  45. 0% { opacity: 0; }
  46. 100% { opacity: 1; }
  47. }
  48.  
  49. @keyframes fadein {
  50. 0% { opacity: 0; }
  51. 100% { opacity: 1; }
  52. }
  53.  
  54.  
  55. ::-webkit-scrollbar{ height:3px;width:1px;}
  56. ::-webkit-scrollbar-thumb {background:#eee;}
  57. ::-webkit-scrollbar-track {background:transparent;}
  58. .tmblr-iframe { display:none; } a { transition:0.2s ease-in;-webkit-transition:0.2s ease-in;-moz-transition:0.2s ease-in;} .c a { bottom:27px;right:27px;position:fixed;border:0; }
  59.  
  60. b,strong { color:#444; /* color of bold text */ }
  61. u { text-decoration:none;padding-bottom:1px;border-bottom:1px solid #aaa; }
  62. a:hover {
  63. color:#aaa; /*link hover*/
  64. border-color:#aaa;
  65. text-decoration:none;
  66. }
  67.  
  68.  
  69. body {
  70. background:#fff; /*background*/
  71. font-family:Georgia, serif; /*font*/
  72. font-size:11px; /* font size */
  73. line-height:190%;
  74. color:#666; /* text color */
  75. letter-spacing:.3px;
  76. -webkit-animation-name: fadein;-webkit-animation-duration: 1s;
  77. -moz-osx-font-smoothing:grayscale;
  78. -webkit-font-smoothing:antialiased;
  79. font-smoothing:antialiased;
  80.  
  81. }
  82.  
  83. a {
  84. color:#444; /*links*/
  85. text-decoration:none;
  86. padding-bottom:1px;
  87. border-bottom:1px solid #eee;
  88. }
  89.  
  90. section { width:400px;margin:100px auto;position:absolute;top:calc(50% - 100px);left:50%;transform:translate(-50%,-50%);text-align:center; } h1 { color:#444;letter-spacing:0px;margin-bottom:15px;margin-top:30px;font-size:12px;} h1:first-of-type { margin-top:0; } h1 b { background:#f9efff;font-weight:400;padding:5px;font-style:italic; }
  91. </style>
  92. </head>
  93. <body>
  94. <section>
  95. <!--start editing-->
  96. <h1><b>about</b></h1> <!--heading-->
  97. <!--about text-->
  98. about text here! <b>bold</b>, <i>italics</i>, <u>underline</u>, <a href="link url">link</a>.
  99.  
  100. <br> line break.
  101. <br><br> bigger break.
  102. <!--end about text-->
  103.  
  104. <h1><b> social </b></h1> <!--heading-->
  105. <!--social media: add or delete links as you wish, using <br> for line breaks if you have more than four links (see friends section below for an example) will look nicest -->
  106.  
  107. <a href="link url">pinterest</a> .
  108. <a href="link url">instagram</a> .
  109. <a href="link url">spotify</a>
  110. <br>
  111. mutuals pls ask for my snapchat!
  112.  
  113. <!--friends: add or delete links as you wish-->
  114. <br><br><i> loves of my life: </i><br> <!--subheading-->
  115.  
  116. <a href="link url" title="some hover text">username</a> .
  117. <a href="link url" title="some hover text">username</a> .
  118. <a href="link url" title="some hover text">username</a> .
  119. <a href="link url" title="some hover text">username</a> <br>
  120. <a href="link url" title="some hover text">username</a> .
  121. <a href="link url" title="some hover text">username</a> .
  122. <a href="link url" title="some hover text">username</a> .
  123. <a href="link url" title="some hover text">username</a>
  124.  
  125. <!--end editing-->
  126. </section>
  127.  
  128. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  129. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  130.  
  131. <script>
  132. (function($){
  133. $(document).ready(function(){
  134. $("a[title]").style_my_tooltips({
  135. tip_follows_cursor:true,
  136. tip_delay_time:30,
  137. tip_fade_speed:300,
  138. attribute:"title"
  139. });
  140. });
  141. })(jQuery);
  142. </script>
  143.  
  144. <div class="c"><a href="http://odeysseus.tumblr.com">O</a></div>
  145.  
  146. </body>
  147. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement