trenzalours

theme 09- solitude

Jun 7th, 2014
945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.75 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <!---
  7. |||||||||| T R E N Z A L O U R S - T H E M E S ||||||||||
  8.  
  9. -PLEASE DON'T REMOVE THE CREDIT--DON'T REPOST AND CLAIM AS YOUR OWN-
  10. -EDIT AS MUCH AS YOU LIKE--Don't just take the update code from theme-
  11. _____________________________________________________________________________
  12. ~You can remove the updates tab I've labeled
  13. where the codes begin and end for you~
  14. _____________________________________________________________________________
  15. -Feel free to message me with any questions! Enjoy!
  16.  
  17. wwww.trenzathemes.tumblr.com *****
  18. ****** wwww.trenzalours.tumblr.com
  19. _____________________________________________________________________________
  20. --->
  21.  
  22. <head>
  23.  
  24.  
  25. <meta name="color:bg" content="#ffffff">
  26. <meta name="color:link" content="#gggggg">
  27. <meta name="color:info hover" content="#ffffff">
  28. <meta name="color:text" content="#gggggg">
  29. <meta name="color:title" content="#000000">
  30. <meta name="color:accent" content="#eeeeee">
  31. <meta name="color:scrollbar" content="#gggggg">
  32. <meta name="color:selection" content="#000000" />
  33.  
  34. <meta name="image:favicon" content="/">
  35. <meta name="color:tab01" content="#eeeeee">
  36. <meta name="color:tab02" content="#dddddd">
  37.  
  38. <meta name="if:updates tab" content="1">
  39. <meta name="if:music" content="0">
  40.  
  41. <meta name="text:URL" content="url here">
  42.  
  43. <meta name="text:link2" content="">
  44. <meta name="text:link2 url" content="/">
  45. <meta name="text:link3" content="">
  46. <meta name="text:link3 url" content="/">
  47. <meta name="text:link4" content="">
  48. <meta name="text:link4 url" content="/">
  49.  
  50.  
  51. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52. <link rel="shortcut icon" href="{image:Favicon}" />
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  54.  
  55. <!---FONTS--->
  56. <link href='http://fonts.googleapis.com/css?family=Londrina+Sketch' rel='stylesheet' type='text/css'>
  57. <link href='http://fonts.googleapis.com/css?family=Bubbler+One' rel='stylesheet' type='text/css'>
  58.  
  59. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  60.  
  61. <!--end fonts-->
  62.  
  63.  
  64.  
  65. <!-- start of script tooltip -->
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67.  
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69. <script>
  70.  
  71. (function($){
  72.  
  73. $(document).ready(function(){
  74.  
  75. $("a[title]").style_my_tooltips({
  76.  
  77. tip_follows_cursor:true,
  78.  
  79. tip_delay_time:90,
  80.  
  81. tip_fade_speed:600,
  82.  
  83. attribute:"title"
  84.  
  85. });
  86.  
  87. });
  88.  
  89. })(jQuery);
  90.  
  91. </script>
  92.  
  93. <!---popup ask script--->
  94. <script type="text/javascript"
  95. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  96. <script>
  97. $(document).ready(function() {
  98. //
  99. $('a.poplight[href^=#]').click(function() {
  100. var popID = $(this).attr('rel'); //Get Popup Name
  101. var popURL = $(this).attr('href'); //Get Popup href to define size
  102. var query= popURL.split('?');
  103. var dim= query[1].split('&');
  104. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  105. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  106. var popMargTop = ($('#' + popID).height() + 80) / 2;
  107. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  108. //Apply Margin to Popup
  109. $('#' + popID).css({
  110. 'margin-top' : -popMargTop,
  111. 'margin-left' : -popMargLeft
  112. });
  113. $('body').append('<div id="fade"></div>');
  114. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  115. return false;
  116. });
  117. $('a.close, #fade').live('click', function() {
  118. $('#fade , .popup_block').fadeOut(function() {
  119. $('#fade, a.close').remove(); //fade them both out
  120. });
  121. return false;
  122. });
  123. });
  124. </script>
  125. <!---end pop up script--->
  126.  
  127.  
  128. <style type="text/css">
  129.  
  130. ::selection {
  131. background-color:{color:selection};
  132. color:white;
  133. }
  134.  
  135.  
  136. *, body, a, a:hover {cursor: url(http://i62.tinypic.com/141v3o7.png), auto;}
  137.  
  138. /*/BEGIN UPDATES TAB CODE/*/
  139.  
  140.  
  141. #tab1{
  142. font-size:7px; /* CHANGE THE FONT SIZE */
  143. letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
  144. font-family:tahoma; /* CHANGE THE FONT */
  145. background:{color:tab01};
  146. margin-left:2px;
  147. color:{color:text};
  148. text-align:left;
  149. padding:10px;
  150.  
  151. }
  152.  
  153. #tab1box{ /*---DO NOT EDIT ANY OF THIS---*/
  154. margin-right:8px;
  155. margin-top:8px;
  156. position:absolute;
  157. overflow:hidden;
  158. right:50%;
  159. width:5px;
  160. height:50px;
  161. z-index:9;
  162. -webkit-transition: all 0.8s ease-out;
  163. -moz-transition: all 0.8s ease-out;
  164. transition: all 0.8s ease-out;
  165.  
  166. }
  167.  
  168. #tab1box:hover{
  169. background:{color:bg};
  170. padding-top:20px;
  171. width:120px;
  172. height:auto;
  173.  
  174. }
  175.  
  176. #tab2{
  177. font-size:7px; /* CHANGE THE FONT SIZE */
  178. letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
  179. font-family:tahoma; /* CHANGE THE FONT */
  180. background:{color:tab02};
  181. margin-left:2px;
  182. color:{color:text};
  183. text-align:left;
  184. padding:10px;
  185.  
  186. }
  187.  
  188.  
  189. #tab2box{ /*---DO NOT EDIT ANY OF THIS---*/
  190. position:absolute;
  191. right:50%;
  192. overflow:hidden;
  193. width:5px;
  194. height:50px;
  195. z-index:999999999999;
  196. z-index:9;
  197. -webkit-transition: all 0.8s ease-out;
  198. -moz-transition: all 0.8s ease-out;
  199. transition: all 0.8s ease-out;
  200.  
  201. }
  202.  
  203. #tab2box:hover{
  204. background:{color:bg};
  205. padding-top:20px;
  206. width:120px;
  207. height:auto;
  208.  
  209. }
  210.  
  211. {block:ifupdatestab}
  212. #holder{
  213. padding:5px;
  214. font-size:10px;
  215. text-transform:uppercase;
  216. position:fixed;
  217. font-family:calibri;
  218. left:415px;
  219. background-color:transparent;
  220. letter-spacing:0px;
  221. z-index:9999999999999999999;
  222. top:200px;
  223. }
  224. {/block:ifupdatestab}
  225. /*---end updates tab css---*/
  226.  
  227. a {
  228. color:{color:link};
  229. text-decoration:none;
  230. -moz-transition-duration:0.5s;
  231. -webkit-transition-duration:0.5s;
  232. -o-transition-duration:0.5s;
  233. }
  234.  
  235. a:hover {
  236. color:{color:info hover};
  237. text-decoration:none;
  238. -moz-transition-duration:0.5s;
  239. -webkit-transition-duration:0.5s;
  240. -o-transition-duration:0.5s;
  241. }
  242.  
  243.  
  244. ::-webkit-scrollbar {
  245. background-color:{color:bg};
  246. height:8px;
  247. width:4px;
  248. border-radius:2px;
  249.  
  250. }
  251. ::-webkit-scrollbar-thumb:vertical {
  252. background-color:{color:scrollbar};
  253. height:30px;
  254. border-radius:2px;
  255.  
  256.  
  257. }
  258. ::-webkit-scrollbar-thumb:horizontal {
  259. background-color:{color:scrollbar};
  260. height:4px!important;
  261.  
  262. }
  263.  
  264. /*---begin tooltips---*/
  265.  
  266. #s-m-t-tooltip {-webkit-animation: Beeh 500ms;
  267.  
  268. max-width:300px;
  269. background-color:{color:bg};
  270. box-shadow:0px 2px 3px gray;
  271. font-family:calibri;
  272. font-size:8px;
  273. color:{color:title};
  274. letter-spacing:2px;
  275. text-transform:uppercase;
  276. padding:3px 4px 3px 4px;
  277. margin:-20px 0px 0px 0px;
  278. z-index:9999999999999999999999; }
  279.  
  280. @-webkit-keyframes Beeh {
  281. 0% {-webkit-transform: opacity(.4);}
  282. 50% {-webkit-transform: opacity(1.04);}
  283. 70% {-webkit-transform: opacity(.9);}
  284. 100% {-webkit-transform: opacity(1);}}
  285. /*---end tooltips---*/
  286.  
  287.  
  288. body {
  289. background-color:{color:bg};
  290. font-family:Calibri;
  291. font-weight:normal;
  292. width:1200px;
  293. }
  294.  
  295.  
  296. h1 {
  297. font-weight:normal;
  298. font-size:10px;
  299. text-align:center;
  300. font-style:normal;
  301. line-height:80%;
  302. letter-spacing:1px;
  303. text-transform:uppercase;
  304. color:{color:text};
  305. }
  306.  
  307. h2 {
  308. font-size:15px;
  309. text-align:center;
  310. line-height:100%;
  311. letter-spacing:-0.5px;
  312. color:{color:text};
  313. font-weight:normal;
  314. padding:5px;
  315. padding-bottom:2px;
  316. }
  317.  
  318.  
  319. blockquote {
  320. text-align:justify;
  321. border-left:1px solid #fafafa;
  322. padding-left:0px;
  323. margin-left:50px;
  324. width:400px;
  325. }
  326.  
  327. #theme {
  328. background-color:{color:bg};
  329. width:700px;
  330. margin: 0 auto -12px auto;
  331. text-align: center;
  332. }
  333.  
  334. /*/ SIDEBAR /*/
  335. a {
  336. color:;
  337. text-decoration:none;
  338. -webkit-transition: all 0.7s ease-out;
  339. -moz-transition: all 0.7s ease-out;
  340. transition: all 0.7s ease-out;
  341.  
  342. }
  343.  
  344. .fufu {
  345. width:300px;
  346. -webkit-transition: all 1.7s ease-out;
  347. -moz-transition: all 1.7s ease-out;
  348. transition: all 1.7s ease-out;
  349.  
  350. }
  351.  
  352. .fufu:hover {
  353. -webkit-transform: translate(1em,0);
  354. -moz-transform: translate(1em,0);
  355. -o-transform: translate(1em,0);
  356.  
  357. }
  358.  
  359. #biter
  360.  
  361. #bite a {display:block}
  362.  
  363. #bite .death {
  364. margin-bottom:0px;
  365. filter: alpha(opacity = 0);opacity:0;
  366. -webkit-transition: all 1.6s ease-out;
  367. -moz-transition: all 1.6s ease-out;
  368. transition: all 1.6s ease-out;
  369.  
  370. }
  371.  
  372. #bite:hover .death {
  373. margin-bottom:0px;
  374. -webkit-transition: all 1.8s ease-out;
  375. -moz-transition: all 1.8s ease-out;
  376. transition: all 1.8s ease-out;
  377. filter: alpha(opacity = 100);
  378. filter: alpha(opacity = 100);
  379. opacity:100;
  380.  
  381. }
  382.  
  383. #title{
  384.  
  385. text-align:center;
  386. margin-left:10px;
  387. font-family: 'Bubbler One', sans-serif;
  388. border-bottom:1px solid {color:accent};
  389. line-height:25px;
  390. font-size:30px;
  391. letter-spacing:2px;
  392. text-transform:uppercase;
  393. -webkit-transition: all 1s ease-in-out;
  394. -moz-transition: all 1s ease-in-out;
  395. transition: all 1s ease-in-out;
  396. }
  397. #title a{
  398. text-decoration:none;
  399. color:{color:title};
  400. }
  401.  
  402. #sidebar {
  403. color:{color:text};
  404. margin-top:30px;
  405. width:320px;
  406. margin-left:265px;
  407. padding:15px;
  408. text-align:center;
  409. }
  410.  
  411.  
  412.  
  413.  
  414. /*/ DESCRIPTION /*/
  415.  
  416. .description {
  417. width:325px;
  418. margin-top:5px;
  419. font-size:9px;
  420. line-height:12px;
  421. text-align:center;
  422. font-family:gothic;
  423. font-style:italic;
  424. }
  425.  
  426. /*/music player /*/
  427. {block:ifmusic}
  428. #music{
  429. padding-top:2px;
  430. margin-left:90px;
  431. }
  432. {/block:ifmusic}
  433.  
  434.  
  435.  
  436. /*/ LINKS /*/
  437. #links {
  438. margin-top:5px;
  439. margin-left:-10px;
  440. text-align:center;
  441. font-size:9px;
  442. font-style:italic;
  443. font-family:gothic;
  444. word-spacing:5px;
  445.  
  446. }
  447.  
  448.  
  449. #links a {
  450. display:inline-block;
  451. color:{color:link};
  452. text-transform:lowercase;
  453. transition-duration: 1s;
  454. -moz-transition-duration: 1s;
  455. -webkit-transition-duration: 1s;
  456. -o-transition-duration: 1s;
  457. }
  458.  
  459. #links a:hover {
  460. color:{color:info hover};
  461. border-radius:10px;
  462. }
  463.  
  464. #fade { /*--Transparent background layer--*/
  465. display: none; /*--hidden by default--*/
  466. background: {color:info hover};
  467. position: fixed; left: 0; top: 0;
  468. width: 100%; height: 100%;
  469. opacity: .80;
  470. z-index: 9999;
  471. }
  472. .popup_block{
  473. display: none;
  474. overflow:scroll;/*--hidden by default--*/
  475. background: #fff;
  476. padding: 20px;
  477. border: 1px solid {color:accent};
  478. float: left;
  479. color:#6E6E6E;
  480. font-size:10px;
  481. position: fixed;
  482. top: 60%; left: 53%;
  483. z-index: 9999999999999999;
  484. /*--CSS3 Box Shadows--*/
  485. -webkit-box-shadow: 0px 0px 10px {color:info hover};
  486. -moz-box-shadow: 0px 0px 10px {color:info hover};
  487. box-shadow: 0px 0px 5px {color:info hover};
  488. /*--CSS3 Rounded Corners--*/
  489. -webkit-border-radius: 10px;
  490. -moz-border-radius: 10px;
  491. border-radius: 10px;
  492. }
  493. .popup_block strong{
  494. color:#A67C7C;
  495. font-weight:bold;
  496. font-size:13px;
  497. padding:3px;
  498. text-transform:uppercase;
  499. }
  500.  
  501. /*--Making IE6 Understand Fixed Positioning--*/
  502. *html #fade {
  503. position: absolute;
  504. }
  505. *html .popup_block {
  506. position: absolute;
  507. }
  508.  
  509.  
  510.  
  511.  
  512.  
  513. /*/ POSTS /*/
  514.  
  515. #stuffcontainer {
  516. margin-left:150px;
  517. padding:25px;
  518. width:522px;
  519. text-align:center;
  520. color:{color:text};
  521. margin-bottom: 20px;
  522.  
  523. }
  524.  
  525.  
  526. #stuff {
  527.  
  528.  
  529. border:1px solid {color:accent};
  530. padding:15px 5px 10px 5px;
  531. margin-bottom:100px;
  532. background-color: #ffffff;
  533. width:522px;
  534. text-align:justify;
  535. font-size:11px;
  536. line-height:100%;
  537. letter-spacing:0x;
  538. color:{color:text};
  539.  
  540. }
  541.  
  542.  
  543. /*/ NOTES /*/
  544.  
  545.  
  546. #info {
  547. border:1px solid {color:accent};
  548. position:absolute;
  549. width:500px;
  550. margin-left:6px;
  551. padding:5px;
  552. font-size:8px;
  553. letter-spacing:1px;
  554. text-transform:uppercase;
  555. color:{color:link};
  556. margin-top:20px;
  557. text-align:left;
  558. opacity:0;
  559. -webkit-transition: all 1s ease-in-out;
  560. -moz-transition: all 1s ease-in-out;
  561. -o-transition: all 1s ease-in-out;
  562. -ms-transition: all 1s ease-in-out;
  563. transition: all 1s ease-in-out;
  564. }
  565.  
  566. #inforight{
  567. float:right;
  568. text-align:right;
  569. margin-right:13px;
  570. }
  571.  
  572. #info a{
  573. color:{color:text};
  574. -webkit-transition: all 1s ease-in-out;
  575. -moz-transition: all 1s ease-in-out;
  576. -o-transition: all 1s ease-in-out;
  577. -ms-transition: all 1s ease-in-out;
  578. transition: all 1s ease-in-out;
  579. }
  580.  
  581. #stuffcontainer:hover #info {
  582. color:{color:info hover};
  583. opacity:1;
  584. -webkit-transition: all 1s ease-in-out;
  585. -moz-transition: all 1s ease-in-out;
  586. -o-transition: all 1s ease-in-out;
  587. -ms-transition: all 1s ease-in-out;
  588. transition: all 1s ease-in-out;
  589. }
  590.  
  591.  
  592. #tags {
  593. position:absolute;
  594. margin-top:5px;
  595. text-transform:lowercase;
  596. font-size:9px;
  597. margin-left:10px;
  598. opacity:.8;
  599. color:{color:link};
  600. -webkit-transition: all .3s ease-in-out;
  601. -moz-transition: all .3s ease-in-out;
  602. -o-transition: all .3s ease-in-out;
  603. -ms-transition: all .3s ease-in-out;
  604. transition: all .3s ease-in-out;
  605. }
  606.  
  607. #tags a{
  608. color:{color:link};
  609. -webkit-transition: all .3s ease-in-out;
  610. -moz-transition: all .3s ease-in-out;
  611. -o-transition: all .3s ease-in-out;
  612. -ms-transition: all .3s ease-in-out;
  613. transition: all .3s ease-in-out;
  614. }
  615.  
  616. #tags a:hover{
  617. color:{color:info hover};
  618. -webkit-transition: all .3s ease-in-out;
  619. -moz-transition: all .3s ease-in-out;
  620. -o-transition: all .3s ease-in-out;
  621. -ms-transition: all .3s ease-in-out;
  622. transition: all .3s ease-in-out;
  623. }
  624.  
  625.  
  626.  
  627. ol.notes {
  628. display:block;
  629. text-align:left;
  630. margin-bottom:30px;
  631. list-style-type:none;
  632. width:520px;
  633. margin-left:10px;
  634. padding:0px;
  635. }
  636.  
  637. ol.notes li.note{
  638. padding:5px;
  639. padding-top:2px;
  640. margin-bottom:3px;
  641. }
  642.  
  643. .pagenotes {
  644. text-align:left;
  645. background:transparent;
  646. text-transform:uppercase;
  647. font-size:9px;
  648. }
  649.  
  650. .pagenotes:hover{
  651. Background:{color:link bg};
  652. }
  653.  
  654. .pagenotes img{
  655. padding-right:5px;
  656. padding-top:5px;
  657. margin-bottom:-5px;
  658. border:none;
  659. padding-bottom:2px;
  660. }
  661.  
  662. /*/ PAGINATION /*/
  663.  
  664. #pagi {
  665. margin-top:50px;
  666. margin-left:157px;
  667. padding:15px;
  668. width:auto;
  669. text-align:center;
  670. margin-bottom:30px;
  671. font-family:arial;
  672. font-size:12px;
  673. letter-spacing:4px;
  674. text-transform:uppercase;
  675. font-style:italic;
  676. z-index:100;
  677.  
  678. }
  679.  
  680.  
  681. /*/ ASK /*/
  682.  
  683.  
  684. .ask {
  685. padding:25px;
  686. text-align:left;
  687. color:{color:text};
  688. border-right:1px solid {color:accent};
  689. }
  690.  
  691. .ans {
  692. text-align:center;
  693. padding:10px;
  694. color:{color:text};
  695. }
  696.  
  697. /*/ AUDIO /*/
  698.  
  699. .audio {
  700. width:500px;
  701. padding-bottom:10px;
  702. background-color:{color:infobg};
  703. }
  704.  
  705. .albumart {
  706. float:left;
  707. padding:0px 10px 10px 0px;
  708. }
  709.  
  710. .albumart img {
  711. width:45px;
  712. height:45px;
  713. }
  714.  
  715. .playercontainer {
  716. text-align:left;
  717. padding:10px;
  718. background-color:#ffffff;
  719. width:480px;
  720. }
  721.  
  722. .audioinfo {
  723. padding:10px;
  724. color:{color:text};
  725. }
  726.  
  727. ul.chat, .chat ol, .chat li {
  728. list-style:none;
  729. margin:0px;
  730. padding:2px;
  731. }
  732.  
  733. .label {
  734. text-decoration:underline;
  735. font-weight:700;
  736. background-color:{color:infobg};
  737. margin-right:5px;
  738. }
  739.  
  740.  
  741. /*DO NOT TOUCH*/
  742. #cred {
  743. bottom:3px;
  744. position:fixed;
  745. right:10px;
  746. float:right;
  747. font-size:13px;
  748. letter-spacing:1px;
  749. padding:4px;
  750. }
  751.  
  752. #cred a {
  753. color:{color:link};
  754. -webkit-transition-duration:1s;
  755. -o-transition-duration:1s;
  756. -moz-transition-duration:1s;
  757.  
  758. }
  759.  
  760. #cred a:hover {
  761. color:{color:info hover};
  762. color:transparent;
  763. }
  764.  
  765. {CustomCSS}
  766.  
  767. </style></head><body>
  768.  
  769.  
  770.  
  771. <!---begin updates tab code--->
  772. {block:ifupdatestab}<div id="holder">
  773. <div id="tab1box">
  774. <div id="tab1"><div id="tab1title"></div><br>
  775. <p></p>
  776. <div style="background-color:#fff; padding:2px;text-align:center;">TAB TITLE 1<br></div>
  777. <b>bold</b> <strike>strike</strike> <em>italics</em>
  778. </div></div>
  779.  
  780. <div id="tab2box">
  781. <div id="tab2">
  782. <p></p><br>
  783. <div style="background-color:white; padding:2px;text-align:left;">TAB TITLE 2<br></div>
  784. <li>look</li>
  785. <li>its</li>
  786. <li>a list!</li>
  787. </ul>
  788. <p></p>
  789.  
  790.  
  791. </div></div>
  792.  
  793. </div>{/block:ifupdatestab}
  794. <!---end updates tab code-->
  795.  
  796. <div id="theme">
  797. <div id="sidebar">
  798. <div id="bite">
  799. <center><div id="title"><a href="/">{title}</a></div></center>
  800. <div id="links">
  801. <a href="#?w=500" rel="02" class="poplight">{text:link1}</a>
  802. <a href="{text:link2 url}">{text:link2}</a>
  803. <a href="{text:link3 url}">{text:link3}</a>
  804. <a href="{text:link4 url}">{text:link4}</a>
  805. </div>
  806.  
  807. <div class="death">
  808. <div align="center">
  809. <div class="description">{Description}
  810. </div>
  811. {block:ifmusic}<div id="music"><center>
  812. <!---REPLACE THE AREAS WITH DIRECT LINKS TO YOUR SONGS AND THE TITLES--->
  813. <embed src="http://www.sheepproductions.com/billy/billy.swf?
  814. autoplay=false&f0=http://k007.kiwi6.com/hotlink/99lda92h9a/Ms_Mr_-_Bones.mp3
  815.  
  816. &t0=Bones&f1=http://DIRECTLINKTOSONG02.mp3
  817.  
  818. &t1=SONGTITLE02&f2=http://DIRECTLINKTOSONG03.mp3
  819.  
  820. &t2=SONGTITLE03&f3=http://DIRECTLINKTOSONG04.mp3
  821.  
  822. &t3=SONGTITLE04&f4=http://DIRECTLINKTOSONG05.mp3
  823.  
  824. &t4=SONGTITLE05&f5=http://DIRECTLINKTOSONG06.mp3
  825.  
  826. &t5=SONGTITLE06&f6=http://DIRECTLINKTOSONG07.mp3
  827. &total=6"
  828. quality="high" wmode="transparent"
  829. width="156" height="10" name="billy" align="center"
  830. type="application/x-shockwave-flash" />
  831. </center></div>{block:ifmusic}
  832. </div>
  833. </div>
  834. </div>
  835. </div>
  836.  
  837.  
  838.  
  839. <div id="stuffcontainer">
  840.  
  841. {block:Posts}
  842.  
  843. <div id="stuff">
  844.  
  845. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  846.  
  847. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  848.  
  849. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  850. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  851.  
  852. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  853.  
  854. {block:Photoset}<center>{Photoset-500}</center>
  855. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  856.  
  857. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  858.  
  859. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  860.  
  861. {block:Answer}<div class="ask"><strong>{Asker} asked:</strong> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  862.  
  863. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  864. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  865. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  866. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  867. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  868.  
  869. {block:Date}
  870. <div id="info">
  871. <a href="{Permalink}">
  872. {block:Date}
  873. {12Hour}:{Minutes} {AmPm}
  874. {/block:Date}
  875. </a> {block:NoteCount}
  876. | ♥ <a href="{Permalink}">{NoteCount}</a> |{/block:NoteCount}
  877. <div id="inforight">
  878. {block:RebloggedFrom}
  879. <a href="{ReblogParentURL}">via</a>
  880. {/block:RebloggedFrom}
  881. {block:ContentSource} &
  882. <a href="{SourceURL}">src</a>
  883. {/block:ContentSource}
  884. </div>
  885.  
  886. <div id="tags">
  887. {block:HasTags}
  888. {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}
  889. {/block:HasTags}
  890. </div>
  891.  
  892. </div></div>
  893.  
  894.  
  895. {block:PostNotes}
  896. <div class="pagenotes">{PostNotes-16}</div>{/block:PostNotes}
  897. {/block:Posts}
  898.  
  899.  
  900. {/block:Posts}</div>
  901.  
  902.  
  903. <div id="pagi">
  904. {block:Pagination}
  905. {block:PreviousPage}
  906. <a href="{PreviousPage}">prev</a>
  907. {/block:PreviousPage}
  908. {block:NextPage}
  909. <a href="{NextPage}">next</a>
  910. {/block:NextPage}
  911. </div>
  912. {/block:Pagination}
  913. </div>
  914.  
  915.  
  916. </div>
  917. </div>
  918. <div id="cred">
  919.  
  920. <a href="http://trenzalours.tumblr.com/" title="trenzalours themes">
  921. <i class="fa fa-star-half"></i>
  922. </a></div>
  923. </body>
  924. <div id="02" class="popup_block">
  925. FAQ GOES HERE!
  926. <Center><font size="5" color="#eeeeee"><p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{block:URL}.tumblr.com" style="background-color:transparent; overflow:hidden;padding:5px;" id="ask_form">
  927. </center></div>
Advertisement
Add Comment
Please, Sign In to add comment