Advertisement
teruteru

Egress - 【 PAGE 1 by Anomaly ☽】

Aug 7th, 2016
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. <head>
  2. <title>{title}</title>
  3.  
  4. <link rel="shortcut icon" href="FAVICON URL"> <!-- if you dont want a favicon just remove the image link and change it to {/Favicon/} without the slashes -->
  5.  
  6. <!--
  7.  
  8.  
  9. page 1: egress by anomaly betrayus
  10. base code by asschlinthemes
  11. dont remove credit otherwise have fun!
  12.  
  13.  
  14.  
  15. -->
  16.  
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18.  
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <script>
  22.  
  23. (function($){
  24.  
  25. $(document).ready(function(){
  26.  
  27. $("a[title]").style_my_tooltips({
  28.  
  29. tip_follows_cursor:true,
  30.  
  31. tip_delay_time:90,
  32.  
  33. tip_fade_speed:600,
  34.  
  35. attribute:"title"
  36.  
  37. });
  38.  
  39. });
  40.  
  41. })(jQuery);
  42.  
  43. </script>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. @font-face { font-family:"betty noir"; src: url('https://dl.dropboxusercontent.com/s/alsnahmekny1i5v/bettynoir.ttf'); format(“truetype”);}
  49.  
  50. ::-webkit-scrollbar-thumb:vertical {background-color:#F4D910;border-radius:10px;}
  51. ::-webkit-scrollbar-button:horizontal {display:none;}
  52. ::-webkit-scrollbar {background-color:transparent; width:5px; border-radius:5px;}
  53.  
  54.  
  55. body {
  56. background:#ffec67;
  57. background-image:url('BACKGROUND URL');
  58. color:#D99601;
  59. font-family:consolas;
  60. font-size:11px;
  61. text-align:justify;
  62. margin:0;}
  63.  
  64. a {
  65. color:#A55204;
  66. text-decoration:none;
  67. -moz-transition-duration: 0.5s;
  68. -o-transition-duration: 0.5s;
  69. -webkit-transition-duration: 0.5s;
  70. transition-duration: 0.5s;}
  71.  
  72. a:hover {
  73. color:#5D1600;
  74. text-decoration:none;}
  75.  
  76. #top{
  77. position:fixed;
  78. margin-top:0px;
  79. margin-left:-450px;
  80. width:200%;
  81. height:55px;
  82. background-image: url('LACE URL');
  83. z-index:2;
  84. }
  85.  
  86. #title{
  87. position:fixed;
  88. top:95px;
  89. left:110px;
  90. font-family:betty noir;
  91. color:#A55204;
  92. font-size:32px;
  93. text-shadow: -1px 0 #F5E81E, 0 1px #F5E81E, 1px 0 #F5E81E, 0 -1px #F5E81E;
  94. }
  95.  
  96.  
  97. #container{
  98. position:fixed;
  99. background:#fcf4a9;
  100. padding:20px;
  101. left:100px;
  102. top:130px;
  103. width:600px;
  104. max-height:400px;
  105. border-radius:5px;
  106. overflow-y:scroll;
  107. overflow-x:hidden;
  108. }
  109.  
  110. #nip{
  111. position:fixed;
  112. top: 320px;
  113. left:740px;
  114. border-top: 30px solid transparent;
  115. border-bottom: 30px solid transparent;
  116. border-left:30px solid #fcf4a9;
  117. }
  118.  
  119. #links{
  120. position:fixed;
  121. margin-top:575px;
  122. margin-left:120px;
  123. font-size:30px;
  124. }
  125.  
  126. #links a{
  127. position:fixed;
  128. width:20px;
  129. height:20px;
  130. border-radius:100%;
  131. background-color:#F4D910;
  132. }
  133.  
  134. #links a:hover{
  135. background-color:#D99601;
  136. -webkit-transition: all .7s ease;
  137. -moz-transition: all .7s ease;
  138. -o-transition: all .7s ease;
  139. transition: all .7s ease;
  140. }
  141.  
  142.  
  143. </style>
  144.  
  145. <!--bubble tooltip from tutorial-baby! Enjoy-->
  146. <style>
  147.  
  148. .tooltip{display: inline;position: relative;}
  149. #s-m-t-tooltip {min-width:120px;-moz-border-radius:10px;-webkit-border-radius:10px; padding:3px 4px 5px 4px; margin:20px 7px -2px -10px; background: #F5E81E; font-family:consolas; font-size:11px; text-transform:uppercase; color:#D99601; text-align: center;}
  150. #s-m-t-tooltip:after {position: absolute; display: block; content: ""; border-color: transparent transparent #F5E81E transparent ; border-style: solid; border-width: 7px; height:0; width:0; position:absolute; bottom: 20px;left:10px;}
  151. </style>
  152.  
  153. </head>
  154.  
  155. <body>
  156. <div id="top"></div>
  157. <div id="title">title</div>
  158. <div id="container">
  159. this is where you put your content
  160. </div>
  161. <div id="nip"></div>
  162. <div id="links"><div style="position:fixed; width:20px; height:20px; border-radius:100%; margin-left:0px"><a href="/" title="home"></a></div>
  163. <div style="position:fixed; width:20px; height:20px; border-radius:100%; margin-left:30px"><a href="/ask" title="message"></a></div>
  164. <div style="position:fixed; width:20px; height:20px; border-radius:100%; margin-left:60px"><a href="/submit" title="submit"></a></div>
  165. <div style="position:fixed; width:20px; height:20px; border-radius:100%; margin-left:90px"><a href="/" title="link 1"></a></div>
  166. <div style="position:fixed; width:20px; height:20px; border-radius:100%; margin-left:120px"><a href="/" title="link 2"></a></div>
  167. <div style="position:fixed; width:20px; height:20px; border-radius:100%; margin-left:150px"><a href="/" title="link 3"></a></div>
  168. <div style="position:fixed; width:20px; height:20px; border-radius:100%; margin-left:180px"><a href="/" title="link 4"></a></div>
  169. <div style="position:fixed; width:20px; height:20px; border-radius:100%; margin-left:210px"><a href="/" title="link 5"></a></div>
  170. </div></div>
  171.  
  172. <div style="position:fixed; left:600px; bottom:-50px; z-index:1;"><img src="RENDER URL" width="600px"></div>
  173.  
  174. <div style="position:fixed; left:8px; bottom:4px; z-index:1;"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif"></a></div>
  175.  
  176. </body>
  177.  
  178.  
  179. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement