Advertisement
rillaz

004: HEAVY SEAS OF LOVE

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