Advertisement
belleamerph

space between navigation page; by belleamerph

Jan 19th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}"}
  7.  
  8.  
  9.  
  10. <!-------- fonts ------>
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Great+Vibes|Herr+Von+Muellerhoff|Lovers+Quarrel|Parisienne" rel="stylesheet">
  13.  
  14.  
  15. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("[title],a[title],img[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:90,
  25. tip_fade_speed:600,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32.  
  33.  
  34. <!--- for my reference
  35.  
  36. font-family: 'Dancing Script', cursive;
  37. font-family: 'Great Vibes', cursive;
  38. font-family: 'Parisienne', cursive;
  39. font-family: 'Herr Von Muellerhoff', cursive;
  40. font-family: 'Lovers Quarrel', cursive;
  41.  
  42. --->
  43.  
  44.  
  45. <style>
  46.  
  47. ::-webkit-scrollbar {
  48. width: 2px;
  49. height: 2px;
  50. }
  51. ::-webkit-scrollbar-button {
  52. width: 0px;
  53. height: 0px;
  54. }
  55. ::-webkit-scrollbar-thumb {
  56. background: #e1e1e1;
  57. border: 0px none #ffffff;
  58. border-radius: 0px;
  59. }
  60. ::-webkit-scrollbar-thumb:hover {
  61. background: #ffffff;
  62. }
  63. ::-webkit-scrollbar-thumb:active {
  64. background: #000000;
  65. }
  66. ::-webkit-scrollbar-track {
  67. background: #666666;
  68. border: 0px none #ffffff;
  69. border-radius: 2px;
  70. }
  71. ::-webkit-scrollbar-track:hover {
  72. background: #666666;
  73. }
  74. ::-webkit-scrollbar-track:active {
  75. background: #333333;
  76. }
  77. ::-webkit-scrollbar-corner {
  78. background: transparent;
  79. }
  80.  
  81. body {
  82. background-color:#eee;
  83. font-size: 11px;
  84. color:#000;
  85. background-image:url('');
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. color:#008080;
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease;
  94. }
  95.  
  96. a:hover {
  97. color:#353535;
  98. }
  99.  
  100. b, strong {
  101. color:#008080;
  102. text-transform:uppercase;
  103. }
  104.  
  105. i, em {
  106. color:#008080;
  107. }
  108.  
  109. h1 {
  110. font-family: 'Herr Von Muellerhoff';
  111. text-align:center;
  112. font-size:30px;
  113. margin-top:-5px;
  114. }
  115.  
  116. h2 {
  117. font-family: 'Herr Von Muellerhoff';
  118. text-align:center;
  119. font-size:30px;
  120. color:#d4859a;
  121. }
  122.  
  123. blockquote {
  124. padding:2px 7px;
  125. margin:3px 0 3px 8px;
  126. border-left:1px solid #008080;
  127. }
  128.  
  129. img {
  130. border-radius:5px;
  131. }
  132.  
  133. blockquote img {
  134. max-width:100%;
  135. height:auto;
  136. }
  137.  
  138. #s-m-t-tooltip {
  139. color:#fff;
  140. margin:15px 10px 10px 10px;
  141. border-radius:5px;
  142. font-size:20px;
  143. text-transform:uppercase;
  144. font-family: 'Dancing Script';
  145. text-align:center;
  146. text-shadow:
  147. -1px -1px 0 #000,
  148. 1px -1px 0 #000,
  149. -1px 1px 0 #000,
  150. 1px 1px 0 #000;
  151. padding:4px 8px 2px 8px;
  152. background:#008080;
  153. }
  154.  
  155. #title {
  156. position:fixed;
  157. width:350px;
  158. left:200px;
  159. top:250px;
  160. color:#fff;
  161. text-align:center;
  162. }
  163.  
  164. #title h1 {
  165. text-align:center;
  166. text-shadow: 5px 7px 10px #008080;
  167. font-family: 'Herr Von Muellerhoff';
  168. font-size:65px;
  169. }
  170.  
  171. #sidebar {
  172. position:fixed;
  173. left:200px;
  174. top:200px;
  175. height:300px;
  176. width:350px;
  177. background:url('https://66.media.tumblr.com/f5a4f9772b66112ec8e007db089b6e8a/tumblr_inline_plijgiJX0t1w4kmn8_1280.jpg');
  178. background-color:#353535;
  179. border-radius:30px;
  180. box-shadow: 4px 4px 5px #008080;
  181. opacity:0.9;
  182. -webkit-transition: all 0.7s ease;
  183. -moz-transition: all 0.7s ease;
  184. -o-transition: all 0.7s ease;
  185. }
  186.  
  187. #sidebar:hover {
  188. opacity:1;
  189. }
  190.  
  191. #description {
  192. position:relative;
  193. left:15px;
  194. top:-215px;
  195. width:300px;
  196. height:100px;
  197. overflow-y:scroll;
  198. font-size:10px;
  199. color:#fff;
  200. background-color:#353535;
  201. text-align:center;
  202. padding:10px;
  203. border-radius:30px;
  204. box-shadow: 4px 4px 5px #008080;
  205. }
  206.  
  207. #description::-webkit-scrollbar {
  208. display:none;
  209. }
  210.  
  211. #sidebarimg {
  212. position:relative;
  213. left:10px;
  214. top:-150px;
  215. background:transparent;
  216. }
  217.  
  218. #links {
  219. position:fixed;
  220. left:185px;
  221. top:427px;
  222. font-size:12px;
  223. padding:10px;
  224. }
  225.  
  226. #links a {
  227. display:inline-block;
  228. height:35px;
  229. width:35px;
  230. font-size:35px;
  231. border-radius:100%;
  232. text-align:center;
  233. color:#008080;
  234. padding:10px;
  235. margin-left:25px;
  236. background-color:#fff;
  237. box-shadow: 4px 4px 5px #008080;
  238. -webkit-transition: all 0.7s ease;
  239. -moz-transition: all 0.7s ease;
  240. -o-transition: all 0.7s ease;
  241. }
  242.  
  243. #links a:hover {
  244. color:#353535;
  245. background-color:transparent;
  246. letter-spacing:1px;
  247. box-shadow: 4px 4px 5px transparent;
  248. }
  249.  
  250. .container {
  251. position:absolute;
  252. width:760px;
  253. height:470px;
  254. margin-left:580px;
  255. margin-top:50px;
  256. padding-bottom:50px;
  257. overflow-y:scroll;
  258. }
  259.  
  260. .list {
  261. margin-top:10px;
  262. width:220px;
  263. height:auto;
  264. padding:0px;
  265. background-color:#fff;
  266. padding:6px;
  267. border-radius:10px;
  268. box-shadow: 4px 4px 5px #008080;
  269. }
  270.  
  271. .list li {
  272. list-style-type: none;
  273. text-align:center;
  274. margin-top:15px;
  275. }
  276.  
  277. .listtitle {
  278. margin-top:-10px;
  279. }
  280.  
  281. .cj {
  282. position:fixed;bottom:5px;left:5px;color:#008080;
  283. }
  284.  
  285.  
  286. </style>
  287. </head>
  288.  
  289. <body>
  290. <div id="sidebar">
  291.  
  292. <div id="sidebarimg"><img src="https://66.media.tumblr.com/1ca6d0bd9e1ff152a8496fb071143340/tumblr_inline_plijgh0uia1w4kmn8_1280.png"></div>
  293.  
  294. <div id="description">description</div>
  295.  
  296. <div id="links">
  297. <a href="/" title="return"><span class="th th-home-o"></span></a>
  298. <a href="/ask" title="message"><span class="th th-bubble-heart-o"></span></a>
  299. <a href="/" title="link 1"><span class="th th-app-o"></span></a>
  300. <a href="/" title="link 2"><span class="th th-plus-5-o"></span></a>
  301. </div>
  302.  
  303. <div id="title"><h1>space between</h1></div>
  304.  
  305. </div>
  306.  
  307. <div class="cj"><a href="http://etherevlrph.tumblr.com/"><span class="th th-cherry-o"></span></a></div>
  308.  
  309. <!--- this is your muse table, you can add as many as you want it scrolls. to start a new row you need a <tr> tag between the muse blocks.
  310.  
  311. where it states onclick="openAlytut(event, 'TabzBioOne'), you need to make sure that the number in both the bio and verse tabs match for your muse pop ups to properly work !
  312. ---->
  313.  
  314. <div class="container">
  315. <table id="all" border="0" cellpadding="0" cellspacing="15">
  316.  
  317. <td><div class="list">
  318. <div class="listtitle"><h2>title</h2></div>
  319. <li><a href="/"> l i n k &nbsp;&nbsp; o n e</a>
  320. <li><a href="/"> l i n k &nbsp;&nbsp; t w o</a>
  321. <li><a href="/"> l i n k &nbsp;&nbsp; t h r e e</a>
  322. <li><a href="/"> l i n k &nbsp;&nbsp; f o u r</a>
  323. <li><a href="/"> l i n k &nbsp;&nbsp; f i v e</a>
  324. <li><a href="/"> l i n k &nbsp;&nbsp; s i x</a>
  325. <li><a href="/"> l i n k &nbsp;&nbsp; s e v e n</a>
  326. <li><a href="/"> l i n k &nbsp;&nbsp; e i g h t</a>
  327. </div></td>
  328. <td><div class="list">
  329. <div class="listtitle"><h2>title</h2></div>
  330. <li><a href="/"> l i n k &nbsp;&nbsp; o n e</a>
  331. <li><a href="/"> l i n k &nbsp;&nbsp; t w o</a>
  332. <li><a href="/"> l i n k &nbsp;&nbsp; t h r e e</a>
  333. <li><a href="/"> l i n k &nbsp;&nbsp; f o u r</a>
  334. <li><a href="/"> l i n k &nbsp;&nbsp; f i v e</a>
  335. <li><a href="/"> l i n k &nbsp;&nbsp; s i x</a>
  336. <li><a href="/"> l i n k &nbsp;&nbsp; s e v e n</a>
  337. <li><a href="/"> l i n k &nbsp;&nbsp; e i g h t</a>
  338. </div></td>
  339.  
  340. <td><div class="list">
  341. <div class="listtitle"><h2>title</h2></div>
  342. <li><a href="/"> l i n k &nbsp;&nbsp; o n e</a>
  343. <li><a href="/"> l i n k &nbsp;&nbsp; t w o</a>
  344. <li><a href="/"> l i n k &nbsp;&nbsp; t h r e e</a>
  345. <li><a href="/"> l i n k &nbsp;&nbsp; f o u r</a>
  346. <li><a href="/"> l i n k &nbsp;&nbsp; f i v e</a>
  347. <li><a href="/"> l i n k &nbsp;&nbsp; s i x</a>
  348. <li><a href="/"> l i n k &nbsp;&nbsp; s e v e n</a>
  349. <li><a href="/"> l i n k &nbsp;&nbsp; e i g h t</a>
  350. </div></td>
  351.  
  352. <tr>
  353.  
  354. <td><div class="list">
  355. <div class="listtitle"><h2>title</h2></div>
  356. <li><a href="/"> l i n k &nbsp;&nbsp; o n e</a>
  357. <li><a href="/"> l i n k &nbsp;&nbsp; t w o</a>
  358. <li><a href="/"> l i n k &nbsp;&nbsp; t h r e e</a>
  359. <li><a href="/"> l i n k &nbsp;&nbsp; f o u r</a>
  360. <li><a href="/"> l i n k &nbsp;&nbsp; f i v e</a>
  361. <li><a href="/"> l i n k &nbsp;&nbsp; s i x</a>
  362. <li><a href="/"> l i n k &nbsp;&nbsp; s e v e n</a>
  363. <li><a href="/"> l i n k &nbsp;&nbsp; e i g h t</a>
  364. </div></td>
  365.  
  366. <td><div class="list">
  367. <div class="listtitle"><h2>title</h2></div>
  368. <li><a href="/"> l i n k &nbsp;&nbsp; o n e</a>
  369. <li><a href="/"> l i n k &nbsp;&nbsp; t w o</a>
  370. <li><a href="/"> l i n k &nbsp;&nbsp; t h r e e</a>
  371. <li><a href="/"> l i n k &nbsp;&nbsp; f o u r</a>
  372. <li><a href="/"> l i n k &nbsp;&nbsp; f i v e</a>
  373. <li><a href="/"> l i n k &nbsp;&nbsp; s i x</a>
  374. <li><a href="/"> l i n k &nbsp;&nbsp; s e v e n</a>
  375. <li><a href="/"> l i n k &nbsp;&nbsp; e i g h t</a>
  376. </div></td>
  377.  
  378. <td><div class="list">
  379. <div class="listtitle"><h2>title</h2></div>
  380. <li><a href="/"> l i n k &nbsp;&nbsp; o n e</a>
  381. <li><a href="/"> l i n k &nbsp;&nbsp; t w o</a>
  382. <li><a href="/"> l i n k &nbsp;&nbsp; t h r e e</a>
  383. <li><a href="/"> l i n k &nbsp;&nbsp; f o u r</a>
  384. <li><a href="/"> l i n k &nbsp;&nbsp; f i v e</a>
  385. <li><a href="/"> l i n k &nbsp;&nbsp; s i x</a>
  386. <li><a href="/"> l i n k &nbsp;&nbsp; s e v e n</a>
  387. <li><a href="/"> l i n k &nbsp;&nbsp; e i g h t</a>
  388. </div></td>
  389.  
  390.  
  391. </table>
  392. </div>
  393.  
  394.  
  395. <!--
  396.  
  397. < *TABS END >
  398.  
  399. -->
  400.  
  401. </div>
  402. </body>
  403.  
  404.  
  405.  
  406. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement