Advertisement
teruteru

Sunset Strip -【 PAGE 4 by Anomaly ☽】

Jan 7th, 2017
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. PAGE #4 by Anomaly ☾ tumblr user xollyx ☽ : SUNSET STRIP !!
  7.  
  8. - i made the base code
  9. - please abide by all the rules
  10.  
  11. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  12.  
  13. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  14. Feel free to message me if you need any help, my ask box is always open!
  15.  
  16.  
  17. -->
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21.  
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("a[title]").style_my_tooltips({
  26. tip_follows_cursor:true,
  27. tip_delay_time:90,
  28. tip_fade_speed:600,
  29. attribute:"title"
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35. <link rel="shortcut icon" href="{FAVICON URL HERE}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39. <style type="text/css">
  40.  
  41. @font-face { font-family:"nishuki"; src: url('https://dl.dropboxusercontent.com/s/cj2vk6rxyk8pqhh/nishuki_pixels.ttf?dl=1'); format(“truetype”);}
  42.  
  43. ::-webkit-scrollbar {
  44. width: 5px;
  45. height: 2px;
  46. background:#fff;
  47. border:2px solid #ccc;
  48. }
  49.  
  50. ::-webkit-scrollbar-thumb {
  51. background-color:#fff;
  52. border-radius:5px;
  53. }
  54.  
  55. #s-m-t-tooltip {
  56. max-width:300px;
  57. margin:10px 0px 0px 10px;
  58. background-color:#000;
  59. font-family:nishuki;
  60. font-size:8px;
  61. padding:3px;
  62. color:#fff;
  63. border-radius:1px;
  64. z-index:999999999999999999999999999999999999;
  65. }
  66.  
  67. #s-m-t-tooltip:after {
  68. position: absolute;
  69. display: block; content: "";
  70. border-color: transparent #000 transparent transparent ;
  71. border-style: solid;
  72. border-width: 5px;
  73. height:0;
  74. width:0;
  75. position:absolute;
  76. top:3px;
  77. left:-10px;
  78. }
  79.  
  80. ::selection {
  81. background: #000;
  82. color: #fff;
  83. }
  84.  
  85. ::-moz-selection {
  86. background: #000;
  87. color: #fff;
  88. }
  89.  
  90. ::-webkit-selection {
  91. background: #000;
  92. color: #fff;
  93. }
  94.  
  95. body, a, a:hover {cursor: url('CURSOR URL HERE'), progress;} /* -- REMOVE IF YOU DONT WANT A CURSOR -- */
  96.  
  97. body {
  98. background:#000;
  99. background-image:url('BACKGROUND URL HERE');
  100. background-repeat:no-repeat;
  101. background-size:cover; /* -- REMOVE IF YOU DONT WANT A COVER BG -- */
  102. color:#000;
  103. font-family:arial;
  104. font-size:11px;
  105. }
  106.  
  107. a {
  108. color:#fff;
  109. text-decoration:none;
  110. }
  111.  
  112. a:hover {
  113. color:#ddd;
  114. -webkit-transition: all 0.5s ease-in-out;
  115. -moz-transition: all 0.5s ease-in-out;
  116. -o-transition: all 0.5s ease-in-out;
  117. }
  118.  
  119. #b1 {
  120. position:fixed;
  121. width:25px;
  122. height:100%;
  123. left:0px;
  124. background-color:#000000;
  125. z-index:1;
  126. }
  127.  
  128. #b2 {
  129. position:fixed;
  130. width:16px;
  131. height:100%;
  132. right:0px;
  133. background-color:#000000;
  134. z-index:1;
  135. }
  136.  
  137. #b3 {
  138. position:fixed;
  139. width:100%;
  140. height:25px;
  141. bottom:0px;
  142. background-color:#000000;
  143. z-index:1;
  144. }
  145.  
  146. #b4{
  147. position:fixed;
  148. margin-top:0px;
  149. text-align:center;
  150. background-color:#000000;
  151. width:100%;
  152. height:25px;
  153. z-index:1;
  154. }
  155.  
  156. #faqbox {
  157. float:left;
  158. display:block;
  159. position:fixed;
  160. margin-left:120px;
  161. padding:10px;
  162. padding-right:20px;
  163. margin-top:150px;
  164. width:250px;
  165. height:400px;
  166. overflow-x:none;
  167. overflow-y:auto;
  168. background-color:#ccc;
  169. border:2px solid #aaa;
  170. margin-bottom:50px;
  171. z-index:9999;
  172. }
  173.  
  174. #askbox {
  175. float:left;
  176. display:block;
  177. position:fixed;
  178. margin-left:425px;
  179. padding:10px;
  180. padding-right:20px;
  181. margin-top:150px;
  182. width:450px;
  183. height:400px;
  184. overflow-x:none;
  185. overflow-y:auto;
  186. background-color:#ccc;
  187. border:2px solid #aaa;
  188. margin-bottom:50px;
  189. z-index:9999;
  190. }
  191.  
  192.  
  193. #title {
  194. position:fixed;
  195. width:500px;
  196. margin-left:120px;
  197. margin-top:75px;
  198. padding:10px;
  199. font-size:50px;
  200. font-weight:bold;
  201. font-style:italic;
  202. text-transform:uppercase;
  203. color:#aaa;
  204. text-shadow: 4px 4px #777;
  205. }
  206.  
  207. #button {
  208. position:fixed;
  209. margin-left:120px;
  210. margin-top:585px;
  211. font-family:nishuki;
  212. font-size:8px;
  213. }
  214.  
  215. #button a {
  216. background:#aaa;
  217. padding:3px;
  218. padding-right:5px;
  219. border-radius:5px;
  220. }
  221.  
  222. #button a:hover {
  223. background:#777;
  224. -webkit-transition: all 0.5s ease-in-out;
  225. -moz-transition: all 0.5s ease-in-out;
  226. -o-transition: all 0.5s ease-in-out;
  227. }
  228.  
  229. .credit {
  230. position:fixed;
  231. bottom:4px;
  232. left:8px;
  233. font: 9px consolas;
  234. text-transform:uppercase;
  235. letter-spacing: 0px;
  236. padding: 2px;
  237. z-index:2;
  238. }
  239.  
  240. </style>
  241. <body>
  242.  
  243. <div id="b1"></div><div id="b2"></div><div id="b3"></div><div id="b4"></div>
  244.  
  245. <div id="title">
  246. TITLE
  247. </div>
  248.  
  249. <div id="faqbox">
  250. <b>This is your question</b><br>
  251. <li>And this is your answer</li>
  252. <p></p>
  253. /* -- copy and paste from here to add more questions, remove this when finished -- */
  254.  
  255. </div>
  256.  
  257.  
  258. <div id="askbox">
  259. <p>
  260. <iframe frameborder="0" width="450" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe></p></center>
  261. <br>
  262. <iframe frameborder="0" width="450" height="300" id="submit_form" scrolling="no" src="http://www.tumblr.com/submit_form/{name}.tumblr.com" width="100%"></iframe></p></center>
  263. </div>
  264.  
  265. <div id="button">
  266. <a href="/">refresh</a>
  267. <a href="/archive">archive</a>
  268. <a href="">link 1</a>
  269. <a href="">link 2</a>
  270. <a href="">link 3</a>
  271. <a href="">link 4</a>
  272. <a href="">link 5</a>
  273. </div>
  274.  
  275. <div style="position:fixed; right:0px; bottom:0px; z-index:1;"><img src="RENDER URL HERE" width="400"></div> /* -- REMOVE OR CHANGE THE WIDTH/POSITION TO YOUR LIKING -- */
  276.  
  277.  
  278. <div class="credit"><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>
  279.  
  280. </body>
  281. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement