shadowprince

About page 3

May 25th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Page by @flickeringflower
  6. -->
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13.  
  14. <!--------------------JAVASCRIPTS-------------------->
  15. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  17. <script>
  18. (function($){
  19. $(document).ready(function(){
  20. $("a[title]").style_my_tooltips({
  21. tip_follows_cursor:true,
  22. tip_delay_time:500,
  23. tip_fade_speed:150,
  24. attribute:"title"
  25. });
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30. <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
  31.  
  32. <style type="text/css">
  33.  
  34. #s-m-t-tooltip {
  35. margin:20px;
  36. padding:10px;
  37. background:#eaebff;
  38. border-radius:2px;
  39. font-family: 'Open Sans', sans-serif;
  40. font-size:12px;
  41. color:#42274b;
  42. letter-spacing:1px;
  43. text-transform:uppercase;
  44. z-index:99;
  45. max-width:100px;
  46. }
  47.  
  48. body {
  49. background-color:#eaebff;
  50. background-attachment:fixed;
  51. font-size:12px;
  52. font-family: 'Open Sans', sans-serif;
  53. color:#12153b;
  54. margin:0px;
  55. }
  56.  
  57. a {
  58. text-decoration:none;
  59. color:#fff;
  60. }
  61.  
  62. b {
  63. padding:3px 5px;
  64. background:#d3d5fa;
  65. font-size:13px;
  66. font-weight:500;
  67. text-transform:uppercase;
  68. }
  69.  
  70. #bigthing {
  71. margin:100px auto;
  72. top:0px;
  73. bottom:0px;
  74. left:0px;
  75. right:0px;
  76. position:fixed;
  77. width:800px;
  78. height:300px;
  79. background:transparent;
  80. }
  81.  
  82. /*this is the circular thing behind the text */
  83. #circle {
  84. width:500px;
  85. height:500px;
  86. position:absolute;
  87. border-radius:100%;
  88. margin-left:200px;
  89. margin-top:100px;
  90. border:2px dotted #d3d5fa;
  91. background-image:url(https://i.imgur.com/u0dh0Re.png);
  92. z-index:-11;
  93. }
  94.  
  95. #textspace {
  96. margin-left:200px;
  97. margin-top:100px;
  98. height:340px;
  99. width:340px;
  100. font-size:14px;
  101. letter-spacing:1px;
  102. text-align:justify;
  103. line-height:200%;
  104. padding:80px;
  105. text-shadow: 0 0 5px #d3d5fa, 1px 0 #d3d5fa, 0 1px #d3d5fa, -1px 0 #d3d5fa, 0 -1px #d3d5fa; /* erase this for no text border */
  106. border-radius:100%;
  107. background: rgba(235,235,255,0.3); /* change the 255's to 0's for a dark layout */
  108. font-family: 'Open Sans', sans-serif;
  109. text-transform:none;
  110. position:absolute;
  111. overflow-y:scroll;
  112. z-index:2;
  113. }
  114.  
  115. ::-webkit-scrollbar-thumb { display:none; }
  116.  
  117. ::-webkit-scrollbar { display:none; }
  118.  
  119. #links {
  120. position:absolute;
  121. margin-top:340px;
  122. margin-left:720px;
  123. width:500px;
  124. }
  125.  
  126. #links a {
  127. font-family: 'Open Sans', sans-serif;
  128. font-size:40px;
  129. text-transform:uppercase;
  130. color:#fff;
  131. font-weight:bold;
  132. display:inline-block;
  133. width:70px;
  134. border:2px dotted #eaebff;
  135. height:70px;
  136. border-radius:70px;
  137. line-height:70px;
  138. background-color:#d3d5fa;
  139. text-align:center;
  140. }
  141.  
  142. .link1, .link2, .link3 {
  143. position:absolute;
  144. }
  145.  
  146. .link1 {
  147. margin-top:-120px;
  148. margin-left:-20px;
  149. }
  150. .link2 {
  151. margin-top:-30px;
  152. margin-left:-5px;
  153. }
  154. .link3 {
  155. margin-top:60px;
  156. margin-left:-17px;
  157. }
  158.  
  159. #img {
  160. position:absolute;
  161. margin-top:0px;
  162. margin-left:0px;
  163. z-index:1;
  164. }
  165.  
  166. </style>
  167.  
  168. </head>
  169.  
  170. <body>
  171.  
  172. <div id="bigthing"><div id="circle"></div>
  173. <div id="img"><img src="https://i.imgur.com/7Xqs2CJ.png"></div> <!--change image here -->
  174. <div id="links">
  175. <a href="/" title="home" class="link1">01</a>
  176. <a href="/ask" title="ask" class="link2">02</a>
  177. <a href="/archive" title="archive" class="link3">03</a>
  178. </div>
  179. <div id="textspace">Text here, you know how it is</div>
  180. </div>
  181.  
  182. </body>
  183. </html>
Advertisement
Add Comment
Please, Sign In to add comment