Advertisement
enemylinnes

Theme 44 - The boys were all electric

Apr 13th, 2014
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.08 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <!-- Theme created by Sheila ( rosetyller.tumblr.com ) DON'T STEAL OR USE THIS AS A BASE CODE. FEEL FREE FOR EDIT IT AND ASK ME ANY DOUBT!
  4. -->
  5. <head>
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:Background" content ="#fdfeff"/>
  8. <meta name="color:Scrollbar" content= "#969090"/>
  9. <meta name="font:Text" content="Helvetica"/>
  10. <meta name="color:Text" content="#686461"/>
  11. <meta name="color:Sidebar" content="#686461"/>
  12. <meta name="color:Link" content=โ€"#72716e"/>
  13. <meta name="color:Link Hover" content="#9c9a9a"/>
  14. <meta name="image:Sidebar" content=""/>
  15. <meta name="color:Info" content="#464646"/>
  16. <meta name="text:link1" content="link 1" />
  17. <meta name="text:url1" content="/" />
  18. <meta name="text:link2" content="link 2" />
  19. <meta name="text:url2" content="/" />
  20. <meta name="text:link3" content="link3"/>
  21. <meta name="text:url3" content="/"/>
  22. <meta name="text:link4" content="link 4" />
  23. <meta name="text:url4" content="/" />
  24. <meta name="text:link5" content="link 5" />
  25. <meta name="text:url5" content="/" />
  26. <meta name="text:link6" content="link 6" />
  27. <meta name="text:url6" content="/" />
  28. <meta name="text:update" content="" />
  29.  
  30.  
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Oleo Script' rel='stylesheet' type='text/css'>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44.  
  45. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  46. <script>
  47. (function($){
  48. $(document).ready(function(){
  49. $("a[title]").style_my_tooltips({
  50. tip_follows_cursor:true,
  51. tip_delay_time:20,
  52. tip_fade_speed:400,
  53. attribute:"title"
  54. });
  55. });
  56. })(jQuery);
  57. </script>
  58.  
  59.  
  60. <style type="text/css">
  61. body {
  62. background-color: {color:Background};
  63. background-image: {image:Background};
  64. font-family: calibri;
  65. font-size: 11px;
  66. color: {color:Text};}
  67. a, a:active, a:visited {color: {color:Link};
  68. font-weight: none;
  69. text-decoration: none;
  70. -webkit-transition: all 0.4s ease-out;
  71. -o-transition: all 0.4s ease-out;
  72. -webkit-transition: all 0.4s ease-out;
  73. -moz-transition: all 0.4s ease-out;}
  74. a:hover {
  75. color: {color:Link Hover};}
  76. a:visited {color:{color:Link};}
  77. img {width:auto;}
  78. a img {
  79. border: 0px;}
  80. blockquote {
  81. padding: 0px;
  82. padding-left:5px;
  83. border-left: 3px solid {color:Link Hover};
  84. margin:5px;}
  85. p{margin-top:5px;
  86. margin-bottom:5px}
  87. small{font-size:10px}
  88. big{font-size:20px;}
  89. hr{border:1px solid;
  90. border-color:{color:info};}
  91. h1 {text-align:center;
  92. color:red;
  93. font-size:18px;
  94. margin: 5px;
  95. }
  96. b, strong{color:{color:Link Hover}}
  97. i, em {color:{color:text}}
  98. center{line-height:8px;}
  99.  
  100. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:30px;}
  101. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
  102. ::-webkit-scrollbar {background-color:{color:background}; height:6px; width:6px}
  103.  
  104.  
  105. @font-face {
  106. font-family: calibri;
  107. font-style: normal;
  108. src: url(fonts/calibri/calibri.ttf);}
  109. @font-face {
  110. font-family: georgia;
  111. font-style: normal;
  112. src: url(fonts/georgia/georgia.ttf);}
  113.  
  114. @font-face {
  115. font-family: consolas;
  116. font-style: normal;
  117. src: url(fonts/consolas/consolas.ttf);}
  118.  
  119. #entries {margin-left:300px; margin-top:100px; max-width:500px;
  120. padding:50px 20px 15px ;}
  121.  
  122. #posts{margin-bottom:-10px;
  123. max-width:500px;
  124. margin-top:-30px;
  125. overflow:hidden;
  126. padding:5px;
  127. -webkit-transition: all 0.5s
  128. ease-out;-moz-transition: all 0.5s
  129. ease-out;transition: all 0.5s ease-out;
  130. background-color:transparent;}
  131.  
  132.  
  133. #container {
  134. width:500px;
  135. padding:6px;
  136. font-size:11px;
  137. text-align:justify;
  138. font-family:helvetica;
  139. margin-left:500px;
  140. letter-spacing:0px;
  141. margin-top:300px;
  142. opacity:1;
  143. position:fixed;
  144. background-color:transparent;
  145. z-index: 100;
  146. -webkit-transition:all 0.8s ease-out;
  147. -o-transition:all 0.5s ease-out;
  148. -moz-transition:all 0.5s ease-out;
  149. -ms-transition:all 0.5s ease-out;}
  150.  
  151.  
  152.  
  153.  
  154. #image {width:400px;
  155. height:100px;
  156. text-align:center;
  157. margin-top:0px;
  158. position:fixed;
  159. margin-left:0px;
  160. z-index:-100;
  161. background-color:transparent;
  162. opacity:1;
  163. -webkit-transition:all 0.8s ease-out;
  164. -o-transition:all 0.5s ease-out;
  165. -moz-transition:all 0.5s ease-out;
  166. -ms-transition:all 0.5s ease-out;}
  167.  
  168. #image img {
  169. margin-left:0px;
  170. margin-top:0px;
  171. max-width:100px;
  172. z-index:-100;
  173. height:auto;}
  174.  
  175. #divider {width:520px;
  176. height:100px;
  177. text-align:center;
  178. margin-top:0px;
  179. position:fixed;
  180. margin-left:-2px;
  181. z-index:-100;
  182. background-color:transparent;
  183. opacity:1;
  184. -webkit-transition:all 0.8s ease-out;
  185. -o-transition:all 0.5s ease-out;
  186. -moz-transition:all 0.5s ease-out;
  187. -ms-transition:all 0.5s ease-out;}
  188.  
  189. #divider img {
  190. margin-left:0px;
  191. margin-top:0px;
  192. max-width:120px;
  193. z-index:-100;
  194. height:auto;}
  195.  
  196. #borderbg{width:50px;
  197. margin-left:-10px;
  198. margin-top:-100px;
  199. height:100%;
  200. position:fixed;
  201. background-color:{color:Sidebar};
  202. }
  203.  
  204. #sidebar {
  205. width:520px;
  206. height:70px;
  207. padding:6px;
  208. font-size:10px;
  209. text-align:center;
  210. font-family:calibri;
  211. margin-left:308px;
  212. letter-spacing:0px;
  213. line-height:10px;
  214. margin-top:-100px;
  215. position:fixed;
  216. background-color:{color:background};
  217. overflow:visible;
  218. z-index: 100;}
  219.  
  220.  
  221.  
  222. #description {text-align:center;
  223. font-family:helvetica;
  224. margin-top:10px;
  225. margin-left:0px;
  226. padding:3px;
  227. opacity:1;
  228. width:510px;
  229. position:fixed;
  230. z-index:100;
  231. color:{color:text};
  232. background-color:transparent;
  233. -webkit-transition:all 0.8s ease-out;
  234. -o-transition:all 0.5s ease-out;
  235. -moz-transition:all 0.5s ease-out;
  236. -ms-transition:all 0.5s ease-out;}
  237.  
  238.  
  239.  
  240. #description b {color:{color:text};}
  241.  
  242. #description a {color:{color:text};}
  243.  
  244. #description a:hover {color:{color:sidebar};}
  245.  
  246. #title2 {width:250px;
  247. color:{color:sidebar};
  248. height:auto;
  249. padding:5px 5px 5px;
  250. text-align:justify;
  251. font-size:20px;
  252. margin-left:-7px;
  253. margin-top:0px;
  254. font-family:helvetica;
  255. font-weight:bold;
  256. line-height:9px;
  257. z-index:-100;
  258. letter-spacing:-2px;}
  259.  
  260.  
  261. #title {font-family:helvetica;
  262. text-align:center;
  263. letter-spacing:5px;
  264. text-transform:uppercase;
  265. font-size:16px;
  266. color:{color:text};}
  267.  
  268. #nav {width:150px;
  269. height:15px;
  270. padding:5px;
  271. text-align:center;
  272. font-size:10px;
  273. margin-left:0px;
  274. margin-top:5px;
  275. font-family:arial;
  276. line-height:5px;
  277. z-index:-100;
  278. text-transform:lowercase;0
  279. background-color:transparent;}
  280.  
  281. #nav a {
  282. margin-top:-5px;
  283. display:inline-block;
  284. padding:8px 8px 8px 8px;
  285. font-size:9px;
  286. font-family:arial;
  287. letter-spacing:1px;
  288. color:{color:background};
  289. text-align:center;
  290. background-color:transparent;}
  291.  
  292. #nav a:hover {background-color:{color:Sidebar};
  293. color:white;}
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. #links {text-align:right;
  302. font-family:helvetica;
  303. font-size:9px;
  304. width:25px;
  305. margin-left:250px;
  306. margin-top:.3px;
  307. letter-spacing:1px;
  308. text-transform: uppercase;
  309. z-index:120;
  310. opacity:1;
  311. background-color:transparent;
  312. -webkit-transition:all 0.5s ease-out;
  313. -o-transition:all 0.5s ease-out;
  314. -moz-transition:all 0.5s ease-out;
  315. -ms-transition:all 0.5s ease-out;}
  316.  
  317. #links a {color:{color:sidebar};
  318. display:inline-block;
  319. text-align:center;
  320. width:35px;
  321. height:10px;
  322. padding:5px 5px 5px 5px;
  323. background-color:transparent;}
  324.  
  325. #links a:hover {color:{color:background};
  326. background-color:{color:link hover};}
  327.  
  328.  
  329. .pagination{
  330. background-color:{color:background};
  331. width:200px;
  332. font-family:helvetica;
  333. font-style:none;
  334. color:{color:link};
  335. margin-top:0px;
  336. margin-left:0px;
  337. height:5px;
  338. text-align:right;
  339. text-transform:lowercase;
  340. font-size:14px;}
  341.  
  342. .pagination a {color:{color:info};}
  343.  
  344. .pagination a:hover {color:{color:sidebar};}
  345.  
  346.  
  347.  
  348. #info{font-family:arial;
  349. font-style:none;
  350. width:504px;
  351. margin-top:10px;
  352. line-height:2px;
  353. margin-left:0px;
  354. height:10px;
  355. padding:3px;
  356. padding-top:5px;
  357. font-size:11px;
  358. letter-spacing:1px;
  359. text-align:left;
  360. text-transform:uppercase;
  361. color:{color:info};
  362. -webkit-transition:all 0.5s ease-out;
  363. -o-transition:all 0.5s ease-out;
  364. -moz-transition:all 0.5s ease-out;
  365. -ms-transition:all 0.5s ease-out;}
  366.  
  367. #info a {font-family:calibri;
  368. color:{color:info};
  369. font-size:11px;
  370. background-color:transparent;
  371. padding:2px;}
  372.  
  373. #info a:hover {color:{color:Link Hover};}
  374.  
  375. #tags {text-align:left;
  376. padding-left:5px;
  377. display:inline-block;
  378. font-size:9px;
  379. font-family:arial;
  380. color:{color:info};
  381. width:404px;
  382. margin-top:0px;
  383. margin-bottom:10px;
  384. margin-bottom:30px;
  385. text-transform:lowercase;
  386. -webkit-transition:all 1s ease-out;
  387. -o-transition:all 0.5s ease-out;
  388. -moz-transition:all 0.5s ease-out;
  389. -ms-transition:all 0.5s ease-out;}
  390.  
  391. #tags a {color:{color:info};
  392. padding:2px;}
  393.  
  394. #tags a:hover {color:black;
  395. text-decoration:underline;}
  396.  
  397.  
  398.  
  399. #answer {font-family:georgia; font-style:italic; text-align:right;max-width:500px;text-transform:lowercase;margin-left:0px;margin-top:0px;padding:5px;font-size:12px;color:{color:background};background-color:{color:Link Hover};}
  400.  
  401. #answer a {color:{color:background};
  402. padding:2px;;}
  403.  
  404. #quote {
  405. font-family: helvetica;
  406. font-style:italic;
  407. font-size: 20px;
  408. margin-bottom:5px;
  409. color: {color:link};}
  410.  
  411. .newplayerbutton {
  412. position: relative;
  413. width: 28px;
  414. height: 27px;
  415. overflow: hidden;
  416. }
  417.  
  418. .playerbuttonhug {
  419. position: absolute;
  420. top: -11px;
  421. left: -12px;
  422. }
  423.  
  424.  
  425. .tumblr_audio_player {
  426. border: none;
  427. padding: 0px;
  428. margin: 0px;
  429. height: 50px;
  430. width: 500px;
  431. }
  432.  
  433. .playerbuttonbg {
  434. position: absolute;
  435. left: 15px;
  436. top: 15px;
  437. width: 28px;
  438. height: 28px;
  439. background-color: #ffffff;
  440. padding: 10px;
  441. -webkit-border-radius: 40px;
  442. -moz-border-radius: 40px;
  443. border-radius: 40px;
  444. opacity: .4;
  445. filter: alpha(opacity=40);
  446. -moz-opacity: 0.4;
  447. -khtml-opacity: 0.4;
  448. transition: opacity .7s ease-in-out;
  449. -moz-transition: opacity .7s ease-in-out;
  450. -webkit-transition: opacity .7s ease-in-out;
  451. }
  452.  
  453. .playerbuttonbg:hover {
  454. opacity: 1;
  455. filter: alpha(opacity=100);
  456. -moz-opacity: 1;
  457. -khtml-opacity: 1;
  458. }
  459.  
  460. .audioimgwrapper {
  461. position: absolute;
  462. left: 0px;
  463. top: 0px;
  464. -webkit-border-radius: 50px;
  465. -moz-border-radius: 50px;
  466. border-radius: 50px;
  467. overflow: hidden;
  468. width: 78px;
  469. height: 78px;
  470. }
  471.  
  472. .audioimgwrapper img {
  473. width: 100%;
  474. height: auto;
  475. -webkit-border-radius: 50px;
  476. -moz-border-radius: 50px;
  477. border-radius: 50px;
  478. }
  479.  
  480. .trackdetails {
  481. width: auto;
  482. display:inline-block;
  483. margin-left: 100px;
  484. min-height: 95px;
  485. }
  486.  
  487. .audiowrapper {
  488. position: relative;
  489. display:inline-block;
  490. }
  491.  
  492.  
  493.  
  494. .source {font-size:11px;
  495. color: {color:text};
  496. margin-left: 35px;}
  497.  
  498. .link {
  499. font-family:helvetica;
  500. font-size:22px;
  501. background-color: transparent;
  502. letter-spacing:0px;
  503. color: {color:text};
  504. margin-bottom:5px;
  505. padding: 5px;
  506. font-weight: normal;
  507. -webkit-transition: all 0.3s ease-out;
  508. -o-transition: all 0.3s ease-out;
  509. -webkit-transition: all 0.3s ease-out;
  510. -moz-transition: all 0.3s ease-out;}
  511.  
  512. .link:hover {letter-spacing:5px;
  513. color: {color:link};}
  514. ul.chat {
  515. margin: 0px;
  516. padding: 0px;}
  517.  
  518. .chat li {
  519. list-style-type: none;
  520. margin-left: 0px;
  521. padding: 3px;}
  522.  
  523. .chat li.odd {
  524. background-color: transparent;
  525. margin-bottom: 1px;
  526. color:{color:Link};
  527. max-width:500px;}
  528.  
  529. .chat li.even {
  530. background-color: {color:sidebar};
  531. margin-bottom: 5px;
  532. color: {color:background};
  533. max-width:500px;รง}
  534.  
  535. .label {
  536. padding:2px;
  537. font-size:10px;
  538. font-family:helvetica;
  539. font-weight:none;
  540. margin-bottom:5px;
  541. letter-spacing:1px;}
  542.  
  543. #credit {font-size:10px;
  544. font-family:calibri;
  545. text-transform:uppercase;
  546. bottom:10px;
  547. width:30px;
  548. padding:5px;
  549. text-align:center;
  550. height:20px;
  551. right:10px;
  552. position:fixed;
  553. color:{color:text};
  554. -webkit-transition: all 0.5s ease-out;
  555. -o-transition: all 0.5s ease-out;
  556. -webkit-transition: all 0.5s ease-out;
  557. -moz-transition: all 0.5s ease-out;}
  558.  
  559. #credit a {display:inline-block;
  560. padding:3px;
  561. width:15px;
  562. font-size:10px;
  563. border-width: 4px; border-style: double; border-color:{color:background};
  564. font-family:calibri;
  565. color:{color:info};}
  566.  
  567. #credit a:hover {color:{color:background};
  568. border-width: 4px; border-style: double; border-color: {color:background};
  569. background-color:{color:info};}
  570.  
  571. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;-webkit-transition: all 0.4s ease-out;
  572. -o-transition: all 0.4s ease-out;
  573. -webkit-transition: all 0.4s ease-out;
  574. -moz-transition: all 0.4s ease-out;
  575. }
  576.  
  577. iframe#tumblr_controls:hover {opacity:1;}
  578.  
  579.  
  580. #update {background-color:transparent;
  581. text-align:justify;
  582. margin-top:{text:adjust update};
  583. margin-left:300px;
  584. width:130px;
  585. height:130px;
  586. -webkit-transition: all 0.5s ease-out;
  587. -o-transition: all 0.5s ease-out;
  588. -webkit-transition: all 0.5s ease-out;
  589. -moz-transition: all 0.5s ease-out;}
  590.  
  591. #update img {
  592. margin-left:0px;
  593. margin-top:2px;
  594. max-width:145px;
  595. z-index:-100;
  596. height:auto;}
  597.  
  598. #update b {color:black;}
  599.  
  600. #update:hover {margin-top:50px;}
  601.  
  602. a {color: {color:Link};
  603. font-weight: none;
  604. text-decoration: none;
  605. -webkit-transition: all 0.4s ease-out;
  606. -o-transition: all 0.4s ease-out;
  607. -webkit-transition: all 0.4s ease-out;
  608. -moz-transition: all 0.4s ease-out;
  609.  
  610. }
  611.  
  612.  
  613.  
  614. #s-m-t-tooltip {
  615. font-size:8px;
  616. background-color:{color:sidebar};
  617. color:{color:background};
  618. letter-spacing:1px;
  619. font-family:helvetica;
  620. text-transform:uppercase;
  621. padding:8px;
  622. max-width:500px;
  623. margin:20px 0px 0px 10px;
  624. z-index:99999999999999999999999999999;
  625. }
  626.  
  627. </style>
  628. <!-- start of script tooltip -->
  629. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  630.  
  631. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  632.  
  633. <script>
  634.  
  635. (function($){
  636.  
  637. $(document).ready(function(){
  638.  
  639. $("a[title]").style_my_tooltips({
  640.  
  641. tip_follows_cursor:true,
  642.  
  643. tip_delay_time:90,
  644.  
  645. tip_fade_speed:300,
  646.  
  647. attribute:"title"
  648.  
  649. });
  650.  
  651. });
  652.  
  653. })(jQuery);
  654.  
  655. </script>
  656.  
  657. <!-- end of script tooltip -->
  658. </head>
  659. <div id="borderbg"></div>
  660. <div id="sidebar">
  661. <div id="container"><div id="image"><a href="/" title="home"><img src="{image:Sidebar}"></a> </div>
  662. <div id="links">
  663. <a href="/ask" >mssg</a>
  664. {block:ifLink1}<a href="{text:url1}" >{text:link1}</a>{/block:ifLink1}
  665. {block:ifLink2}<a href="{text:url2}" >{text:link2}</a>{/block:ifLink2}
  666. {block:ifLink3}<a href="{text:url3}" >{text:link3}</a>{/block:ifLink3}
  667. {block:ifLink4}<a href="{text:url4}" >{text:link4}</a>{/block:ifLink4}
  668. </div>
  669. </div><div id="description">
  670. {block:Description}{Description}{/block:Description}<div class="pagination"> {block:Pagination}
  671.  
  672. {block:PreviousPage}
  673. <a href="{PreviousPage}">-</a>
  674. {/block:PreviousPage}
  675. {block:NextPage}
  676. <a href="{NextPage}">+</a>
  677. {/block:NextPage}
  678. {/block:Pagination}</div>
  679. <div id="divider"><img src="http://static.tumblr.com/bp2raau/ZoNn3yqod/tumblr_inline_mxej8jlzjr1s2pyq9.png"></div>
  680. </div>
  681.  
  682.  
  683.  
  684. </div>
  685.  
  686.  
  687.  
  688. <div id="entries">
  689. {block:Posts}
  690.  
  691. <div id="posts">
  692.  
  693.  
  694.  
  695. {block:Text}<br>
  696. <div class="post">
  697. {block:Title}<div id="title">{Title}</div>
  698. {/block:Title}{Body}</div>
  699. {/block:Text}
  700.  
  701. {block:Photo}<br>
  702. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  703. {block:Caption}{Caption}{/block:Caption}
  704. {/block:Photo}
  705.  
  706. {block:Photoset}<br>
  707. <center>{Photoset-500}</center>
  708. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  709.  
  710. {block:Quote}<br>
  711. <div style="font-size:20px; font-family:georgia; font-style:italic;"><font size="6">&ldquo;</font>{Quote}&#8221;{block:Source}</div><div class="source">&#8212;{Source}</div>{/block:Source}{/block:Quote}
  712.  
  713. {block:Link}<br><div class="post"><center><a href="{URL}" class="link" {Target}>{Name}</a></center></div>{block:Description}{Description}{/block:Description}{/block:Link}
  714.  
  715. {block:AudioPlayer}<br>
  716. <div class="audiowrapper">
  717. {block:AlbumArt}
  718. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  719. {/block:AlbumArt}
  720.  
  721. <div class="playerbuttonbg">
  722. <div class="newplayerbutton">
  723. <div class="playerbuttonhug">
  724.  
  725. {AudioPlayerWhite}
  726.  
  727. </div>
  728. </div>
  729. </div>
  730.  
  731. <div class="trackdetails">
  732.  
  733. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  734. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  735. {block:Album}Album: {Album}{/block:Album}<br/>
  736. {PlayCountWithLabel}
  737.  
  738. </div>
  739. </div>
  740. {/block:AudioPlayer}
  741.  
  742. {block:Chat}<br><div class="post">{block:Title}<div id="title">{Title}</div>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}{/block:Label}{Line}</li> {/block:Lines}</ul></div>{/block:Chat}
  743.  
  744. {block:Video}<br>
  745. {Video-500}{block:Caption}{Caption} {/block:Caption} {/block:Video}
  746.  
  747. {block:Answer}
  748. <div id="answer">{Question} - {Asker}</div>
  749. {Answer}{/block:Answer}
  750.  
  751.  
  752. </div>
  753. <div id="info">
  754. {block:Date}<a href="{Permalink}">{DayOfMonth} {ShortMonth} </a> {/block:Date}
  755. <a href="{Permalink}">+{NoteCount}</a>
  756. <div style="text-align:right; ">{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>
  757. {/block:RebloggedFrom}{block:ContentSource}/ <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</div>
  758.  
  759. </div>
  760. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  761. {block:PostNotes}{PostNotes} {/block:PostNotes} {/block:Posts}
  762. </div>
  763.  
  764. </div>
  765.  
  766. <div id="credit"> <a href="http://rosetyllerthemes.tumblr.com">SH</a>
  767. </body>
  768.  
  769. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement