Advertisement
rillaz

Heavy Seas Of Love - (Only Pagination)

Dec 6th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. [ HEAVY SEAS OF LOVE ]
  5.  
  6. - - - - - - -
  7.  
  8. ♥ by rillaz.tumblr.com ♥
  9.  
  10. -->
  11. <html>
  12. <head>
  13.  
  14. <!---- TOOLTIPS --->
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17.  
  18. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19.  
  20. <script>
  21.  
  22. (function($){
  23.  
  24. $(document).ready(function(){
  25.  
  26. $("a[title]").style_my_tooltips({
  27.  
  28. tip_follows_cursor:true,
  29.  
  30. tip_delay_time:90,
  31.  
  32. tip_fade_speed:600,
  33.  
  34. attribute:"title"
  35.  
  36. });
  37.  
  38. });
  39.  
  40. })(jQuery);
  41.  
  42. </script>
  43.  
  44. <!--- NAVIGATION --->
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  47. <script>
  48. $(document).ready(function(){
  49. $("#flip").click(function(){
  50. $("#panel").slideToggle("slow");
  51. });
  52. });
  53. </script>
  54.  
  55. <!--- 1.2 LAST.FM --->
  56. {block:IfLastFm} <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  57. <script type="text/javascript" src="http://f.cl.ly/items/132O430B3t0F2i1Q0y1Q/lastfm.jquery.js"></script>
  58. <script type="text/javascript">
  59.  
  60. $(document).ready(function() {
  61. $('#nowPlayingBox').nowplaying({
  62. apikey: '{text:Lastfm APIKEY}',
  63. /* add your own apikey, get it from here www.lastfm.com/api/account */
  64. username: '{text:Lastfm Username}',
  65.  
  66. refresh: 30,
  67. /* number of seconds to check for new tracks */
  68. icon: '{image:lastfm}',
  69. notplayingtext: ''
  70. /* text that is shown when nothing is played */
  71. });
  72. }); </script> {/block:IfLastFm}
  73.  
  74. <!--- COLORS ---->
  75.  
  76. <meta name="color:Background" content="#3b627e" />
  77. <meta name="color:Text" content="#666666" />
  78. <meta name="color:Title" content="#000000" />
  79. <meta name="color:Links" content="#000000" />
  80. <meta name="color:Contrast" content="#000000" />
  81. <meta name="color:Contrast Text" content="#FFFFFF" />
  82. <meta name="color:Sidebar Links" content="#7BD8D8" />
  83.  
  84. <!--- IMG ---->
  85.  
  86. <meta name="image:Sidebar" content="" />
  87. <meta name="image:Background" content="" />
  88. <meta name="image:Lastfm" content="http://media.tumblr.com/1f18ad92da5cb0c9d35e52670711d2e2/tumblr_inline_mqtiy0sStP1qz4rgp.gif" />
  89.  
  90.  
  91. <meta name="image:link 1" content="" />
  92. <meta name="image:link 2" content="" />
  93. <meta name="image:link 3" content="" />
  94. <meta name="image:link 4" content="" />
  95. <meta name="image:link 5" content="" />
  96. <meta name="image:link 6" content="" />
  97. <meta name="image:link 7" content="" />
  98. <meta name="image:link 8" content="" />
  99. <meta name="image:link 9" content="" />
  100. <meta name="image:link 10" content="" />
  101.  
  102.  
  103. <!--- TEXT --->
  104.  
  105. <meta name="text:Lastfm Username" content="datfpunk" />
  106. <meta name="text:Lastfm APIKEY" content="" />
  107.  
  108. <meta name="text:Navigation Title" content="N A V I G A T I O N" />
  109.  
  110. <meta name="text:title 1" content="" />
  111. <meta name="text:url 1" content="" />
  112.  
  113. <meta name="text:title 2" content="" />
  114. <meta name="text:url 2" content="" />
  115.  
  116. <meta name="text:title 3" content="" />
  117. <meta name="text:url 3" content="" />
  118.  
  119. <meta name="text:title 4" content="" />
  120. <meta name="text:url 4" content="" />
  121.  
  122. <meta name="text:title 5" content="" />
  123. <meta name="text:url 5" content="" />
  124.  
  125. <meta name="text:title 6" content="" />
  126. <meta name="text:url 6" content="" />
  127.  
  128. <meta name="text:title 7" content="" />
  129. <meta name="text:url 7" content="" />
  130.  
  131. <meta name="text:title 8" content="" />
  132. <meta name="text:url 8" content="" />
  133.  
  134. <meta name="text:title 9" content="" />
  135. <meta name="text:url 9" content="" />
  136.  
  137. <meta name="text:title 10" content="" />
  138. <meta name="text:url 10" content="" />
  139.  
  140. <!--- EXTRAS ---->
  141.  
  142. <meta name="font:Other" content="Arial" />
  143. <meta name="font:Body" content="Arial" />
  144.  
  145. <!--- OPTIONS ---->
  146.  
  147. <meta name="if:Show Sidebar IMG" content="0" />
  148. <meta name="if:Cover Background" content="0" />
  149. <meta name="if:Toggle Navigation" content="0" />
  150. <meta name="if:Last Fm" content="1" />
  151.  
  152.  
  153. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  154. <title>{Title}</title>
  155. {block:Description}
  156. <meta name="description" content="{MetaDescription}" />
  157. {/block:Description}
  158.  
  159. <link rel="shortcut icon" href="{Favicon}" />
  160. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  161. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  162.  
  163. <style type="text/css">
  164. ::-webkit-scrollbar {
  165. width: 10px;
  166. }
  167.  
  168. ::-webkit-scrollbar-track {
  169. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  170. }
  171.  
  172. ::-webkit-scrollbar-thumb {
  173. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  174. }
  175.  
  176. body {
  177. background: {color:Background} url('{image:Background}') top left fixed repeat;
  178. {block:ifCoverBackground}
  179. -webkit-background-size: cover;
  180. -moz-background-size: cover;
  181. -o-background-size: cover;
  182. background-size: cover;
  183. {/block:ifCoverBackground}
  184. margin: 0;
  185. padding: 0;
  186. font-family: {font:body};
  187. font-size:12px;
  188. }
  189.  
  190. .rillaz {
  191. color:{color:text};
  192. position:fixed;
  193. font-size:11px;
  194. text-decoration:none;
  195. padding:5px;
  196. bottom:5px;
  197. left:5px;
  198. background: #fff;
  199. -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.25);
  200. -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.25);
  201. box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.25);
  202. }
  203.  
  204. a img {
  205. border: none; }
  206.  
  207. #wrapper {
  208. width: 700px;
  209. margin: 0 auto; }
  210.  
  211. #wrapper #content {
  212. margin-top: 30px;
  213. max-width:450px;
  214. float: right; }
  215.  
  216. #wrapper #content .post {
  217. font-family: {font:Body};
  218. width:400px;
  219. background:#fff;
  220. padding: 25px;
  221. position: relative;
  222. -webkit-box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.25);
  223. -moz-box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.25);
  224. box-shadow: 7px 7px 0px 0px rgba(50, 50, 50, 0.25);
  225. margin-bottom:50px;}
  226.  
  227. #wrapper #content .post .text {
  228. color: {color:text};
  229. font-size: 13px;
  230. line-height: 15px; }
  231.  
  232. #wrapper #content .post a {
  233. color: {color:links};
  234. text-decoration: none;
  235. font-weight: bold; }
  236.  
  237. #wrapper #content .post a:hover {
  238. font-style:oblique;
  239. }
  240.  
  241. #wrapper #content .post .text p {
  242. margin: 10px 0 0 0;
  243. padding: 0; }
  244.  
  245. #wrapper #content .post .stuff {
  246. text-align: center;
  247. margin-bottom: 5px; }
  248.  
  249. #wrapper #content .post .quote {
  250. color: {color:Text};
  251. font-weight: bold;
  252. line-height:35px;
  253. padding: 20px 20px 5px 20px;
  254. font-size: 30px; }
  255.  
  256. #wrapper #content .post .text img {
  257. max-width:100%;
  258. }
  259.  
  260. #wrapper #content .post .audio {
  261. background: #000;
  262. width:360px;
  263. float: right;
  264. padding: 20px;
  265. margin-bottom: 0px; }
  266.  
  267. #wrapper #content .post .audio .player {
  268. float: left; }
  269.  
  270. #wrapper #content .post .audio .player .audio_player embed {
  271. border: 1px solid #000; }
  272.  
  273. #wrapper #content .post .audio .meta {
  274. padding: 8px 13px;
  275. height: 13px;
  276. float: left;
  277. color: #fff;
  278. font-family: 'Lucida Sans';
  279. font-size: 12px;
  280. text-transform: lowercase; }
  281.  
  282. #wrapper #content .post .audio .meta a {
  283. color: {color:links};
  284. text-decoration: none; }
  285.  
  286. #wrapper #content .post .album_art {
  287. text-align: center; }
  288.  
  289. #wrapper #content .post .question {
  290. color: {color:Contrast Text};
  291. font-size: 16px;
  292. font-weight: bold;
  293. background: {color:Contrast};
  294. -moz-border-radius: 8px;
  295. -webkit-border-radius: 8px;
  296. border-radius: 8px;
  297. margin: 0 0 15px 0;
  298. padding: 15px 20px;
  299. position: relative; }
  300.  
  301. #wrapper #content .post .asker {
  302. margin: 0 0 20px 24px; }
  303.  
  304. #wrapper #content .post .asker_container img {
  305. margin: 0 12px -7px 0; }
  306.  
  307. #wrapper #content .post .title {
  308. color: {color:title};
  309. font-family:{font:Other};
  310. font-size: 16px;
  311. font-weight: bold;
  312. padding: 10px 10px 0 10px; }
  313.  
  314. #wrapper #content .post .chat {
  315. background: transparent;
  316. margin: 10px 0px 0px 0px; }
  317.  
  318. #wrapper #content .post .link {
  319. margin: 5px 0 5px 0;
  320. line-height: 25px; }
  321.  
  322. #wrapper #content .post .link a {
  323. background-color: {color:Contrast};
  324. color: {color:Contrast Text};
  325. padding: 10px 10px; }
  326.  
  327. #wrapper #content .post #footer {
  328. background: transparent;
  329. font-family: {font:body};
  330. font-size: 100%;
  331. color: {color:text};
  332. padding: 5px 10px;
  333. margin-top: 20px; }
  334.  
  335. #wrapper #content .post #footer a {
  336. color: {color:links}; }
  337.  
  338. #wrapper #content .post .text blockquote {
  339. margin: 10px 0px 10px 10px;
  340. padding-left: 15px;
  341. border-left: solid 4px {color:links}; }
  342.  
  343. #wrapper #content .post .notecontainer {
  344. background: {color:Contrast};
  345. width: 100%;
  346. height: 200px;
  347. font-size: 11px;
  348. color: {color:Contrast Text};
  349. margin-top: 10px;
  350. margin-bottom: -10px;
  351. overflow:auto; }
  352.  
  353. #wrapper #content .post .notecontainer a {
  354. color: {color:links};
  355. text-decoration: none; }
  356.  
  357. #wrapper #content .post .notecontainer ol.notes {
  358. padding: 0px 0 10px 0;
  359. list-style-type: none;
  360. font-size: 11px; }
  361.  
  362. #wrapper #content .post .notecontainer ol.notes li.note {
  363. padding: 10px 10px 0 10px; }
  364.  
  365. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  366. vertical-align: -4px;
  367. margin-right: 10px;
  368. width: 16px;
  369. height: 16px; }
  370.  
  371. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  372. border-left: 2px solid {color:links};
  373. padding: 4px 10px;
  374. margin: 10px 0px 0px 25px; }
  375.  
  376. #wrapper #sidebar {
  377. position: fixed;
  378. margin-top:30px;
  379. background: {color:Contrast};
  380. width: 200px;
  381. float: left;
  382. color: {color:Contrast Text};
  383. -webkit-box-shadow: 7px 7px 0px rgba(50, 50, 50, 0.25);
  384. -moz-box-shadow: 7px 7px 0px rgba(50, 50, 50, 0.25);
  385. box-shadow: 7px 7px 0px rgba(50, 50, 50, 0.25); }
  386.  
  387. #wrapper #sidebar a {
  388. color: {color:Sidebar Links}; }
  389.  
  390.  
  391. #wrapper #sidebar #img img {
  392. width:80%;
  393. height:auto;
  394. padding:10%;
  395. }
  396.  
  397. #wrapper #sidebar #description {
  398. padding: 15px;
  399. }
  400.  
  401. #wrapper #sidebar #description a {
  402. text-decoration:none;
  403. }
  404.  
  405. #wrapper #sidebar #description a:hover {
  406. text-decoration:none;
  407. font-style:oblique;
  408. }
  409.  
  410. select {
  411. background: {color:Contrast};
  412. color: {color:Contrast Text};
  413. width: 180px;
  414. padding: 3px;
  415. margin: -10px 0px 15px -10px;
  416. font-family: {font:body};
  417. font-size:12px; border:none;
  418. text-align: center;
  419. -webkit-appearance: none;
  420. -moz-appearance: none;
  421. border: 0 !important;
  422. cursor: pointer;
  423. text-indent: 0.01px;
  424. text-overflow: “”;
  425. -webkit-border-radius:5px;
  426. -moz-border-radius:5px;
  427. border-radius:5px;
  428. }
  429.  
  430. #s-m-t-tooltip {
  431. max-width:300px;
  432. background:#fff;
  433. font-size:90%;
  434. border: 1px dotted {color:Contrast Text};
  435. color:{color:Links};
  436. padding:3px 4px 3px 4px;
  437. margin:20px 0px 0px 20px;
  438. z-index:9999999; }
  439.  
  440. ::selection {
  441. color: {color:cotrast};
  442. background: {color:background}; }
  443.  
  444. ::-moz-selection {
  445. color: {color:cotrast};
  446. background: {color:background}; }
  447.  
  448. ::-webkit-selection {
  449. color: {color:cotrast};
  450. background: {color:background}; }
  451.  
  452. .like_and_reblog_buttons {
  453. display:inline;
  454. list-style:none;
  455. float:right; }
  456.  
  457. #flip {
  458. text-align:center; }
  459.  
  460. #panel, #flip {
  461. padding:5px;
  462. color: {color:Contrast Text};
  463. text-align:left;
  464. font-size:100%;
  465. width:100%;
  466. }
  467.  
  468. #panel {
  469. padding:0px;
  470. display:none; }
  471.  
  472. #panel img {
  473. max-width:25px;
  474. }
  475.  
  476. #panel a {
  477. text-decoration:none;
  478. color: {color:Sidebar Links}; }
  479.  
  480. #panel a:hover {
  481. font-style:oblique; }
  482.  
  483. #panel li {
  484. list-style:none; }
  485.  
  486. {block:IfLastFm}
  487. #lastfm {
  488. z-index: 9999;
  489. width: auto;
  490. color:{color:Contrast Text};
  491. font-size: 85%;
  492. background: {color:Contrast};
  493. padding: 10px;
  494. -webkit-transition: all 1s ease-in-out;
  495. -moz-transition: all 1s ease-in-out;
  496. -o-transition: all 1s ease-in-out;
  497. transition: all 1s ease-in-out;
  498. box-shadow: 5px 0px 0px transparent;
  499. border-top: 1px dashed {color:contrast text};}
  500.  
  501. #lastfm:hover {
  502. background:{color:Contrast Text};
  503. color:{color:Contrast};
  504. }
  505. {block:IfLastFm}
  506.  
  507. </style>
  508. <style type="text/css">{CustomCSS}</style>
  509. </head>
  510. <body>
  511.  
  512.  
  513.  
  514. <div id="wrapper">
  515. <div id="content">
  516.  
  517. {block:Posts}
  518. <div class="post">
  519. <!--- PHOTOS --->
  520. {block:Photo}
  521. <div class="stuff">{LinkOpenTag}<img src="{PhotoURL-400}" width="400px" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  522.  
  523. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  524. {/block:Photo}
  525. <!--- VIDEOS --->
  526. {block:Video}
  527. <div class="stuff">{Video-400}</div>
  528. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  529. {/block:Video}
  530. <!--- PHOTOSETS --->
  531. {block:photoset}
  532. <div class="stuff">{Video-400}</div>{photoset-400}
  533. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  534. {/block:photoset}
  535. <!--- AUDIO --->
  536. {block:Audio}
  537. {block:AudioEmbed} {AudioEmbed} {/block:AudioEmbed}
  538. {block:AudioPlayer}
  539. {block:AlbumArt}
  540. <div class="album_art"><img src="{AlbumArtURL}" width="400px" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px;" /></div>
  541. {/block:AlbumArt}
  542. <div class="audio">
  543. <div class="player">{AudioPlayerBlack}</div> </div>
  544. {/block:AudioPlayer} </br> </br>
  545.  
  546. {block:Caption}<div class="text" style="margin-top:50px;">{Caption}</div>{/block:Caption}
  547. {/block:Audio}
  548. <!--- QUOTE --->
  549. {block:Quote}
  550. <div class="quote">{Quote}</div>
  551. <div class="text">{block:Source}
  552. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  553. <tr> <td valign="top" style="width:20px;">&mdash;</td>
  554. <td valign="top" class="quote_source"> {Source} </td> </tr>
  555. </table>
  556. {/block:Source}</div>
  557. {/block:Quote}
  558. <!--- TEXT --->
  559. {block:Text}
  560. {block:Title}<div class="title">{Title}</div>{/block:Title}
  561. <div class="text">{Body}</div>
  562. {/block:Text}
  563. <!--- QUESTIONS --->
  564. {block:Answer}
  565. <div class="question">
  566. <div class="nipple"></div> {Question} </div>
  567. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  568. <div class="text">{Answer}</div>
  569. {/block:Answer}
  570. <!--- CHAT --->
  571. {block:Chat}
  572. {block:Title}<div class="title">{Title}</div>{/block:Title}
  573. <div class="chat">
  574. {block:Lines}
  575. {block:Label}<strong>{Label}</strong>{/block:Label} {Line} <br>
  576. {/block:Lines}
  577. </div>
  578. <div style="height:10px;"></div>
  579. {/block:Chat}
  580. <!--- LINKS --->
  581.  
  582. {block:Link}
  583. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  584. {block:Description}
  585. <div class="text">{Description}</div>
  586. {/block:Description}
  587. {/block:Link}
  588. <!--- HIDE SOURCE -->
  589.  
  590. {block:ContentSource}
  591. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  592. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  593. {/block:SourceLogo}
  594. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  595. {/block:ContentSource}
  596.  
  597. <!--- FOOTER --->
  598. <div id="footer">
  599. {block:Date}
  600. {block:Reblog}
  601. {TimeAgo} ► <a href="{Permalink}" title=" via {ReblogParentName} :: from {ReblogRootName}"> {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount} </a>
  602. {/block:Reblog}
  603.  
  604. {block:NotReblog}
  605. {TimeAgo} ► <a href="{Permalink}"> {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</a>
  606. {/block:NotReblog}
  607.  
  608. <table class="like_and_reblog_buttons">
  609. <tr><td> <a href="{ReblogURL}" target="_blank">Reblog</a> | </td> <td> {LikeButton size="15"}</td> </tr></table>
  610. {/block:Date}
  611.  
  612. {block:HasTags}
  613. <div class="tags">{lang:Tags}: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  614. {/block:HasTags}
  615. </div> <!--- NOTES --->
  616.  
  617. {block:PostNotes}
  618. <div class="notecontainer">{PostNotes}</div>
  619. {/block:PostNotes}
  620.  
  621.  
  622. </div>
  623. {/block:Posts}
  624.  
  625.  
  626. </div>
  627.  
  628. <!--- SIDEBAR --->
  629.  
  630. <div id="sidebar">
  631. {block:ifShowSidebarIMG} <div id="img"> <a href="/" title="{title}"> <img src="{image:Sidebar}" /> </a> </div>{/block:IfShowSidebarIMG}
  632.  
  633. <div id="description"> <p>{Description}</p>
  634. </br>
  635.  
  636.  
  637. {block:ifNotToggleNavigation}
  638. <div id="flip">{text:Navigation Title}</div>
  639. <div id="panel">
  640. <table>
  641. {block:iftitle1}
  642. <tr>
  643. <td><img src="{image:Link 1}"></td>
  644. <td><a href="{text:url 1}">{text:title 1}</a></td>
  645. </tr>
  646. {/block:iftitle1}
  647. {block:iftitle2}
  648. <tr>
  649. <td><img src="{image:Link 2}"></td>
  650. <td><a href="{text:url 2}">{text:title 2}</a></td>
  651. </tr>
  652. {/block:iftitle2}
  653. {block:iftitle3}
  654. <tr>
  655. <td><img src="{image:Link 3}"></td>
  656. <td><a href="{text:url 3}">{text:title 3}</a></td>
  657. </tr>
  658. {/block:iftitle3}
  659. {block:iftitle4}
  660. <tr>
  661. <td><img src="{image:Link 4}"></td>
  662. <td><a href="{text:url 4}">{text:title 4}</a></td>
  663. </tr>
  664. {/block:iftitle4}
  665. {block:iftitle5}
  666. <tr>
  667. <td><img src="{image:Link 5}"></td>
  668. <td><a href="{text:url 5}">{text:title 5}</a></td>
  669. </tr>
  670. {/block:iftitle5}
  671. {block:iftitle6}
  672. <tr>
  673. <td><img src="{image:Link 6}"></td>
  674. <td><a href="{text:url 6}">{text:title 6}</a></td>
  675. </tr>
  676. {/block:iftitle6}
  677. {block:iftitle7}
  678. <tr>
  679. <td><img src="{image:Link 7}"></td>
  680. <td><a href="{text:url 7}">{text:title 7}</a></td>
  681. </tr>
  682. {/block:iftitle7}
  683. {block:iftitle8}
  684. <tr>
  685. <td><img src="{image:Link 8}"></td>
  686. <td><a href="{text:url 8}">{text:title 8}</a></td>
  687. </tr>
  688. {/block:iftitle8}
  689. {block:iftitle9}
  690. <tr>
  691. <td><img src="{image:Link 9}"></td>
  692. <td><a href="{text:url 9}">{text:title 9}</a></td>
  693. </tr>
  694. {/block:iftitle9}
  695. {block:iftitle10}
  696. <tr>
  697. <td><img src="{image:Link 10}"></td>
  698. <td><a href="{text:url 10}">{text:title 10}</a></td>
  699. </tr>
  700. {/block:iftitle10}
  701. </table>
  702. </div>
  703. <div style="height:10px"></div>
  704. {/block:ifNotToggleNavigation}
  705.  
  706. {block:ifToggleNavigation}
  707. <form name="gotolocation1" method="POST">
  708. <select name="DDMenu" size=1 onchange="location.href=(form.DDMenu.options[form.DDMenu.selectedIndex].value)">
  709.  
  710. <option value="0">{text:Navigation Title}</option>
  711.  
  712. {block:ifTitle1}
  713. <option value="{text:url 1}">{text:title 1}</option>
  714. {/block:ifTitle1}
  715.  
  716. {block:ifTitle2}
  717. <option value="{text:url 2}">{text:title 2}</option>
  718. {/block:ifTitle2}
  719.  
  720. {block:ifTitle3}
  721. <option value="{text:url 3}">{text:title 3}</option>
  722. {/block:ifTitle3}
  723.  
  724. {block:ifTitle4}
  725. <option value="{text:url 4}">{text:title 4}</option>
  726. {/block:ifTitle4}
  727.  
  728. {block:ifTitle5}
  729. <option value="{text:url 5}">{text:title 5}</option>
  730. {/block:ifTitle5}
  731.  
  732. {block:ifTitle6}
  733. <option value="{text:url 6}">{text:title 6}</option>
  734. {/block:ifTitle6}
  735.  
  736. {block:ifTitle7}
  737. <option value="{text:url 7}">{text:title 7}</option>
  738. {/block:ifTitle7}
  739.  
  740. {block:ifTitle8}
  741. <option value="{text:url 8}">{text:title 8}</option>
  742. {/block:ifTitle8}
  743.  
  744. {block:ifTitle9}
  745. <option value="{text:url 9}">{text:title 9}</option>
  746. {/block:ifTitle9}
  747.  
  748. {block:ifTitle10}
  749. <option value="{text:url 10}">{text:title 10}</option>
  750. {/block:ifTitle10}
  751. </select>
  752. </form>
  753. {/block:ifToggleNavigation}
  754.  
  755.  
  756. <table style="width:100%; margin-bottom:10px; margin-top:10px;">
  757. <tr>
  758. <td>{block:PreviousPage}<a href="{PreviousPage}">← Previous</a>{/block:PreviousPage}</td>
  759. <td>{block:NextPage}<a href="{NextPage}">Next →</a>{/block:NextPage}</td>
  760. </tr>
  761. </table>
  762.  
  763. </div>
  764.  
  765.  
  766.  
  767. <!--- LAST.FM --->
  768.  
  769. <div id="lastfm" title="*Now playing on last.fm*"> <div id="nowPlayingBox"></div>
  770. </div> </div>
  771.  
  772. <!-- CREDIT ( DO NOT REMOVE, THANKS! ) -->
  773.  
  774. <a class="rillaz" href="http://rillaz.tumblr.com" title="Credit"> ✿ </a>
  775. </body>
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement