Advertisement
foundcas

Theme 11: Currents

Aug 17th, 2014
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.60 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- Don't steal and all that jazz. Any problems just tell me and I'll try to fix it. I honestly don't care if you move the credit or change the styling to suit your tastes, just don't put it on a separate page // foundcasthemes.tumblr.com/ask -->
  5.  
  6. <title>{Title}</title>
  7. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <!--SCRIPT FOR TOOLTIPS-->
  12. <stsss>
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15. <script>
  16. (function($){
  17. $(document).ready(function(){
  18. $("a[title]").style_my_tooltips({
  19. tip_follows_cursor:true,
  20. tip_delay_time:0,
  21. tip_fade_speed:0,
  22. attribute:"title"
  23. });
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28. <meta name="color:Background" content="#fff" />
  29. <meta name="color:Link" content="#767676" />
  30. <meta name="color:Hover" content="#444" />
  31. <meta name="color:Text" content="#444" />
  32. <meta name="color:Titles" content="#444" />
  33. <meta name="color:Borders" content="#444" />
  34. <meta name="color:Chat Odd" content="#ccc" />
  35. <meta name="color:Chat Even" content="#ddd" />
  36. <meta name="color:Selection" content="#000" />
  37. <meta name="color:Selection Background" content="#fff" />
  38. <meta name="color:Scrollbar Thumb" content="#444" />
  39. <meta name="color:Scrollbar" content="#fff" />
  40.  
  41. <meta name="image:Header" content="" />
  42.  
  43. <meta name="if:Updates" content="1">
  44. <meta name="if:50px" content="1">
  45. <meta name="if:100px" content="1">
  46. <meta name="if:Link1" content="1">
  47. <meta name="if:Link2" content="1">
  48. <meta name="if:Link3" content="1">
  49. <meta name="if:Link4" content="1">
  50.  
  51. <meta name="text:Subtitle" content="subtitle" />
  52. <meta name="text:Link1" content="/" />
  53. <meta name="text:Link1 Text" content="Link 1" />
  54. <meta name="text:Link2" content="/" />
  55. <meta name="text:Link2 Text" content="Link 2" />
  56. <meta name="text:Link3" content="/" />
  57. <meta name="text:Link3 Text" content="Link 3" />
  58. <meta name="text:Link4" content="/" />
  59. <meta name="text:Link4 Text" content="Link 4" />
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. ::selection{
  65. color:{color:Selection};
  66. background:{color:Selection Background};
  67. }
  68.  
  69. ::-webkit-scrollbar-thumb {
  70. height:auto;
  71. background-color:{color:Scrollbar Thumb};
  72. }
  73.  
  74. ::-webkit-scrollbar {
  75. height:4px;
  76. width:3px;
  77. padding-right:2px;
  78. background-color:{color:Scrollbar};
  79. }
  80.  
  81. #s-m-t-tooltip {
  82. max-width:200px;
  83. font-family:'pt sans';
  84. font-size:10px;
  85. background-color:{color:Background};
  86. color:{color:text};
  87. line-height:9px;
  88. display:none;
  89. position:absolute;
  90. text-transform:lowercase;
  91. padding:3px;
  92. margin:15px 0px 0px 15px;
  93. z-index:99999999999999;
  94. }
  95. pre, code {
  96. padding:10px;
  97. box-sizing:border-box;
  98. -moz-box-sizing:border-box;
  99. webkit-box-sizing:border-box;
  100. display:block;
  101. white-space: pre-wrap;
  102. white-space: -moz-pre-wrap;
  103. white-space: -pre-wrap;
  104. white-space: -o-pre-wrap;
  105. word-wrap: break-word;
  106. width:100%; overflow-x:auto;
  107. border-bottom:1px solid {color:Borders};
  108. }
  109. body {
  110. background:{color:Background};
  111. color:{color:Text};
  112. font-family:'calibri';
  113. font-size:12px;
  114. text-decoration:none;
  115. text-transform:none;
  116. margin:0px;
  117. }
  118.  
  119. a {
  120. color:{color:Link};
  121. text-decoration:none;
  122. -moz-transition-duration:0.7s;
  123. -webkit-transition-duration:0.7s;
  124. -o-transition-duration:0.7s;
  125. }
  126.  
  127. a:hover {
  128. color:{color:Hover};
  129. -moz-transition-duration:0.7s;
  130. -webkit-transition-duration:0.7s;
  131. -o-transition-duration:0.7s;
  132. }
  133.  
  134. h2 {
  135. text-transform:lowercase;
  136. font-family:arial black;
  137. color:{color:Link};
  138. }
  139.  
  140. ol {
  141. list-style-type:lower-roman;
  142. }
  143. ul{
  144. list-style-type:square;
  145. }
  146.  
  147. blockquote {
  148. border-left:2px solid {color:Text};
  149. padding-left:5px;
  150. }
  151.  
  152. blockquote img{
  153. max-width:300px;
  154. }
  155.  
  156. #entries {
  157. width:520px;
  158. position:relative;
  159. top:100px;
  160. margin-left:auto;
  161. margin-right:auto;
  162. padding:40px;
  163. }
  164.  
  165. #posts {
  166. width:500px;
  167. margin-bottom:50px;
  168. }
  169. {block:if50px}
  170. #header {
  171. width:320px;
  172. height:55px;
  173. margin-top:50px;
  174. margin-left:auto;
  175. margin-right:auto;
  176. border-bottom:5px solid {color:Borders};
  177. }
  178.  
  179. .title {
  180. line-height:20px;
  181. font-family:'arial bold';
  182. color:{color:Titles};
  183. letter-spacing:1px;
  184. text-align:right;
  185. text-transform:lowercase;
  186. font-size:20px;
  187. float:left;
  188. width:260px;
  189. }
  190. .stitle{
  191. line-height:21px;
  192. font-family:'arial bold';
  193. color:{color:Titles};
  194. letter-spacing:1px;
  195. text-align:right;
  196. text-transform:lowercase;
  197. font-size:15px;
  198. float:left;
  199. width:260px;
  200. }
  201. .pic {
  202. width:auto;
  203. height:auto;
  204. float:right;
  205. margin-top:0px;
  206. border:5px solid {color:Borders};
  207. border-bottom:none;
  208. }
  209.  
  210. .pic img {
  211. width:50px;
  212. height:50px;
  213. }
  214.  
  215. .links {
  216. font-size:9px;
  217. width:auto;
  218. height:auto;
  219. text-decoration:none;
  220. text-align:right;
  221. margin-top:13px;
  222. letter-spacing:1px;
  223. text-transform:uppercase;
  224. }
  225. .desc{
  226. text-align:left;
  227. margin-top:8px;
  228. max-height:50px;
  229. overflow-y:auto;
  230. border:5px solid transparent;
  231. border-top:none;
  232. padding:5px;
  233. -moz-transition-duration:0.7s;
  234. -webkit-transition-duration:0.7s;
  235. -o-transition-duration:0.7s;
  236. }
  237. #header:hover .desc{
  238. border:5px solid {color:Borders};
  239. border-top:none;
  240. -moz-transition-duration:0.7s;
  241. -webkit-transition-duration:0.7s;
  242. -o-transition-duration:0.7s;
  243. }
  244. {/block:if50px}
  245. {block:if100px}
  246. #header {
  247. width:370px;
  248. height:105px;
  249. margin-top:50px;
  250. margin-left:auto;
  251. margin-right:auto;
  252. border-bottom:5px solid {color:Borders};
  253. }
  254.  
  255. .title a{
  256. line-height:43px;
  257. font-family:'arial bold';
  258. color:{color:Titles};
  259. letter-spacing:1px;
  260. text-align:center;
  261. text-transform:lowercase;
  262. font-size:30px;
  263. float:left;
  264. width:260px;
  265. }
  266. .stitle a{
  267. line-height:43px;
  268. font-family:'arial bold';
  269. color:{color:Titles};
  270. letter-spacing:1px;
  271. text-align:center;
  272. text-transform:lowercase;
  273. font-size:25px;
  274. float:left;
  275. width:260px;
  276. }
  277. .pic {
  278. width:auto;
  279. height:auto;
  280. float:right;
  281. margin-top:0px;
  282. border:5px solid {color:Borders};
  283. border-bottom:none;
  284. }
  285.  
  286. .pic img {
  287. width:100px;
  288. height:100px;
  289. }
  290.  
  291. .links {
  292. font-size:10px;
  293. width:auto;
  294. height:auto;
  295. text-decoration:none;
  296. text-align:center;
  297. margin-top:13px;
  298. line-height:20px;
  299. letter-spacing:1px;
  300. text-transform:uppercase;
  301. }
  302. .desc{
  303. text-align:left;
  304. margin-top:4px;
  305. max-height:60px;
  306. overflow-y:auto;
  307. border:5px solid transparent;
  308. border-top:none;
  309. padding:5px;
  310. -moz-transition-duration:0.7s;
  311. -webkit-transition-duration:0.7s;
  312. -o-transition-duration:0.7s;
  313. }
  314. #header:hover .desc{
  315. border:5px solid {color:Borders};
  316. border-top:none;
  317. -moz-transition-duration:0.7s;
  318. -webkit-transition-duration:0.7s;
  319. -o-transition-duration:0.7s;
  320. }
  321. {/block:if100px}
  322. .links a {
  323. padding:3px;
  324. color:{color:Link};
  325. border-bottom:1px solid {color:Link};
  326. }
  327.  
  328. .links a:hover {
  329. background-color:{color:Hover};
  330. color:white;
  331. border:none;
  332. }
  333.  
  334. #pagination {
  335. margin-left:auto;
  336. bottom:15px;
  337. font-size:10px;
  338. float:center;
  339. text-align:center;
  340. text-transform:uppercase;
  341. }
  342.  
  343. /*POSTS*/
  344. /*QUOTES*/
  345. .spoken{
  346. font-size:20px;
  347. font-weight:600;
  348. }
  349. .src{
  350. font-size:18px;
  351. text-align:center;
  352. font-weight:600;
  353. font-style:italic;
  354. }
  355. /*CHATS*/
  356. .chat ul{
  357. margin-left:-40px;
  358. list-style-type:none;
  359. }
  360. .chat li{
  361. border-bottom:1px solid transparent;
  362. padding:6px 6px;
  363. -moz-transition-duration:0.7s;
  364. -webkit-transition-duration:0.7s;
  365. -o-transition-duration:0.7s;
  366. }
  367. .chat .even{
  368. background:{color:Chat Even};
  369. margin-top:4px;
  370. }
  371. .chat .odd{
  372. margin-top:4px;
  373. background:{color:Chat Odd};
  374. }
  375. .chat:hover li{
  376. background:none;
  377. -moz-transition-duration:0.7s;
  378. -webkit-transition-duration:0.7s;
  379. -o-transition-duration:0.7s;
  380. }
  381. .chat:hover .odd{
  382. border-bottom:1px solid {color:Chat Odd};
  383. -moz-transition-duration:0.7s;
  384. -webkit-transition-duration:0.7s;
  385. -o-transition-duration:0.7s;
  386. }
  387. .chat:hover .even{
  388. border-bottom:1px solid {color:Chat Even};
  389. -moz-transition-duration:0.7s;
  390. -webkit-transition-duration:0.7s;
  391. -o-transition-duration:0.7s;
  392. }
  393. /*LINKS*/
  394. .lp{
  395. text-transform:lowercase;
  396. font-weight:bold;
  397. padding:10px;
  398. text-align:center;
  399. font-size:20px;
  400. border:1px solid {color:Borders};
  401. font-family:arial black;
  402. }
  403. /*MUSICAL*/
  404. #audioplayer {
  405. width:27px;
  406. height:30px;
  407. overflow:hidden;
  408. position:absolute;
  409. margin-top:18px;
  410. margin-left:16px;
  411. opacity:.7;
  412. z-index:9;
  413. }
  414.  
  415. #albumart {
  416. border-radius:100%;
  417. width:60px;
  418. height:60px;
  419. background-color:#e3e3e3;
  420. }
  421. /*ASKS*/
  422. .inquire{
  423. padding:10px;
  424. text-transform:uppercase;
  425. font-style:italic;
  426. font-weight:bold;
  427. border-bottom:1px solid {color:Borders};
  428. }
  429. .inq{
  430. font-weight:none;
  431. text-decoration:none;
  432. }
  433. .resp{
  434. padding:10px;
  435. }
  436.  
  437. /*--INFO AND TAGS--*/
  438. #info {
  439. text-transform:uppercase;
  440. width:500px;
  441. text-align:left;
  442. font-size:10px;
  443. border-top:1px solid {color:Borders};
  444. margin-top:5px;
  445.  
  446. }
  447.  
  448. #info a {
  449. color:{color:Link};
  450. }
  451.  
  452. #info a:hover {
  453. color:{color:Hover};
  454. }
  455. .tags{
  456. text-transform:lowercase;
  457. font-style:italic;
  458. text-align:right;
  459. margin-right:-50px;
  460. opacity:0;
  461. -moz-transition-duration:0.7s;
  462. -webkit-transition-duration:0.7s;
  463. -o-transition-duration:0.7s;
  464. }
  465. #posts:hover .tags{
  466. opacity:1;
  467. margin-right:0px;
  468. -moz-transition-duration:0.7s;
  469. -webkit-transition-duration:0.7s;
  470. -o-transition-duration:0.7s;
  471. }
  472. .coms:last-child{
  473. display:none;
  474. }
  475. #noted ol,li{
  476. list-style-type:none;
  477. padding:4px;
  478. vertical-align:middle;
  479. }
  480. #noted img{
  481. width:16px;
  482. height:16px;
  483. }
  484.  
  485. {block:ifUpdates}
  486. /*--UPDATES TAB--*/
  487. #lostatsea {
  488. width:150px;
  489. height:90px;
  490. margin-top:150px;
  491. position:fixed;
  492. font-size:10px;
  493. margin-left:50px;
  494. }
  495.  
  496. .updatetitle {
  497. border-left:3px solid #767676;
  498. text-transform:uppercase;
  499. letter-spacing:1px;
  500. line-height:20px;
  501. -moz-transition-duration:0.7s;
  502. -webkit-transition-duration:0.7s;
  503. -o-transition-duration:0.7s;
  504.  
  505. }
  506. .updatetitle:hover{
  507. border-left:none;
  508. -moz-transition-duration:0.7s;
  509. -webkit-transition-duration:0.7s;
  510. -o-transition-duration:0.7s;
  511. }
  512. .updatetitle a {
  513. color:#767676;
  514. padding:2px;
  515. }
  516.  
  517. .updatetitle a:hover {
  518. color:#fff;
  519. background:#767676;
  520. }
  521.  
  522. #update1 {
  523.  
  524. }
  525.  
  526. #update1:hover .updatesinfo1{
  527. height:100px; /*--change the length of your updates text here--*/
  528. opacity:1;
  529. -moz-transition-duration:0.7s;
  530. -webkit-transition-duration:0.7s;
  531. -o-transition-duration:0.7s;
  532. }
  533.  
  534. .updatesinfo1 {
  535. margin-left:70px;
  536. width:100px;
  537. height:1px;
  538. opacity:0;
  539. position:fixed;
  540. margin-top:-15px;
  541. overflow:hidden;
  542. -moz-transition-duration:0.7s;
  543. -webkit-transition-duration:0.7s;
  544. -o-transition-duration:0.7s;
  545. }
  546.  
  547. #update2 {
  548.  
  549. }
  550.  
  551. #update2:hover .updatesinfo2{
  552. height:50px; /*--change the length of your updates text here--*/
  553. opacity:1;
  554. -moz-transition-duration:0.7s;
  555. -webkit-transition-duration:0.7s;
  556. -o-transition-duration:0.7s;
  557. }
  558.  
  559. .updatesinfo2 {
  560. margin-left:60px;
  561. width:100px;
  562. height:1px;
  563. opacity:0;
  564. position:fixed;
  565. overflow:hidden;
  566. margin-top:-15px;
  567. -moz-transition-duration:0.7s;
  568. -webkit-transition-duration:0.7s;
  569. -o-transition-duration:0.7s;
  570. }
  571.  
  572. #update3 {
  573.  
  574. }
  575.  
  576. #update3:hover .updatesinfo3{
  577. opacity:1;
  578. height:70px; /*--change the length of your updates text here--*/
  579. -moz-transition-duration:0.7s;
  580. -webkit-transition-duration:0.7s;
  581. -o-transition-duration:0.7s;
  582. }
  583.  
  584. .updatesinfo3 {
  585. margin-left:60px;
  586. width:100px;
  587. height:1px;
  588. opacity:0;
  589. position:fixed;
  590. overflow:hidden;
  591. margin-top:-15px;
  592. -moz-transition-duration:0.7s;
  593. -webkit-transition-duration:0.7s;
  594. -o-transition-duration:0.7s;
  595. }
  596.  
  597. #update4 {
  598.  
  599. }
  600.  
  601. #update4:hover .updatesinfo4{
  602. opacity:1;
  603. height:30px; /*--change the length of your updates text here--*/
  604. -moz-transition-duration:0.7s;
  605. -webkit-transition-duration:0.7s;
  606. -o-transition-duration:0.7s;
  607. }
  608.  
  609. .updatesinfo4 {
  610. margin-left:60px;
  611. width:100px;
  612. height:1px;
  613. opacity:0;
  614. position:fixed;
  615. margin-top:-15px;
  616. overflow:hidden;
  617. -moz-transition-duration:0.7s;
  618. -webkit-transition-duration:0.7s;
  619. -o-transition-duration:0.7s;
  620. }
  621. #update5 {
  622.  
  623. }
  624.  
  625. #update5:hover .updatesinfo5{
  626. opacity:1;
  627. height:30px; /*--change the length of your updates text here--*/
  628. -moz-transition-duration:0.7s;
  629. -webkit-transition-duration:0.7s;
  630. -o-transition-duration:0.7s;
  631. }
  632.  
  633. .updatesinfo5 {
  634. margin-left:60px;
  635. width:100px;
  636. height:1px;
  637. opacity:0;
  638. position:fixed;
  639. margin-top:-15px;
  640. overflow:hidden;
  641. -moz-transition-duration:0.7s;
  642. -webkit-transition-duration:0.7s;
  643. -o-transition-duration:0.7s;
  644. }
  645. #update6 {
  646.  
  647. }
  648.  
  649. #update6:hover .updatesinfo6{
  650. opacity:1;
  651. height:90px; /*--change the length of your updates text here--*/
  652. -moz-transition-duration:0.7s;
  653. -webkit-transition-duration:0.7s;
  654. -o-transition-duration:0.7s;
  655. }
  656.  
  657. .updatesinfo6 {
  658. margin-left:60px;
  659. width:100px;
  660. height:1px;
  661. opacity:0;
  662. position:fixed;
  663. margin-top:-15px;
  664. overflow:hidden;
  665. -moz-transition-duration:0.7s;
  666. -webkit-transition-duration:0.7s;
  667. -o-transition-duration:0.7s;
  668. }
  669. {/block:ifUpdates}
  670.  
  671. /*--CREDIT--*/
  672. #spectrum {
  673. bottom:9px;
  674. right:7px;
  675. font-size:10px;
  676. font-family:'calibri';
  677. letter-spacing:1px;
  678. text-transform:uppercase;
  679. position:fixed;
  680. }
  681.  
  682. #spectrum a:hover{
  683. -webkit-filter: blur(1px) drop-shadow(36px 36px 20px black);
  684. }
  685.  
  686. {CustomCSS}</style></head><body>
  687.  
  688. {block:ifUpdates}
  689. <div id="lostatsea">
  690.  
  691. <div id="update1">
  692. <div class="updatetitle"><a ="">about</a><br></div>
  693. <div class="updatesinfo1">
  694.  
  695. this updates tab is optional <br>
  696. there are six sections, feel free to add or delete them as you see fit.
  697. <a href="foundcasthemes.tumblr.com/ask">message me if there are any problems</a>
  698.  
  699. </div>
  700. </div>
  701.  
  702. <div id="update2">
  703. <div class="updatetitle"><a ="">title</a><br></div>
  704. <div class="updatesinfo2">
  705.  
  706. <div style="padding:3px;background:{color:Link};color:#fff">subtitle</div>
  707.  
  708. text here
  709.  
  710.  
  711. </div>
  712. </div>
  713.  
  714. <div id="update3">
  715. <div class="updatetitle"><a ="">title</a><br></div>
  716. <div class="updatesinfo3">
  717.  
  718. text here
  719.  
  720. </div>
  721. </div>
  722.  
  723. <div id="update4">
  724. <div class="updatetitle"><a ="">title</a><br></div>
  725. <div class="updatesinfo4">
  726.  
  727. text here
  728.  
  729. </div>
  730. </div>
  731.  
  732. <div id="update5">
  733. <div class="updatetitle"><a ="">title</a><br></div>
  734. <div class="updatesinfo5">
  735.  
  736. text here
  737.  
  738. </div>
  739. </div>
  740.  
  741. <div id="update6">
  742. <div class="updatetitle"><a ="">title</a><br></div>
  743. <div class="updatesinfo6">
  744.  
  745. text here
  746.  
  747. </div>
  748. </div>
  749.  
  750. </div>
  751. </div>
  752. {/block:ifUpdates}
  753.  
  754.  
  755. <div id="header">
  756. <div class="title"><a href="/" title="home">{Title}</a></div>
  757. <div class="pic"><img src="{image:Header}" /></div>
  758. <div class="stitle"><a href="/" title="home">{text:Subtitle}</a></div>
  759. <div class="links">
  760. <a href="/ask">message</a>
  761. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Text}</a>{/block:ifLink1}
  762. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Text}</a>{/block:ifLink2}
  763. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Text}</a>{/block:ifLink3}
  764. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Text}</a>{/block:ifLink4}
  765. </div>
  766. <div class="desc">{Description}</div>
  767. </div>
  768.  
  769. <div id="entries">{block:Posts}<div id="posts">
  770.  
  771. {block:Text}
  772. {block:Title}<h2>{Title}</h2>{/block:Title}
  773. {Body}
  774. {/block:Text}
  775.  
  776. {block:Answer}
  777. <div class="inquire">{Asker} howled: <span class="inq">"{Question}"</span></div>
  778. <div class="resp">{Answer}</div>
  779. {/block:Answer}
  780.  
  781. {block:Quote}
  782. <div class="spoken">"{Quote}"</div>
  783. {block:Source}<div class="src">- {Source}</div>{/block:Source}
  784. {/block:Quote}
  785.  
  786. {block:Link}
  787. <div class="lp"><a href="{URL}">{Name}</a></div>
  788. {block:Description}{Description}{/block:Description}
  789. {/block:Link}
  790.  
  791. {block:Chat}
  792. <div class="chat"><ul>
  793. {block:Lines}<li class="{Alt}">
  794. {block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  795. </ul></div>
  796. {/block:Chat}
  797.  
  798. {block:Photo}
  799. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  800. {block:Caption}{Caption}{/block:Caption}
  801. {/block:Photo}
  802.  
  803. {block:Photoset}
  804. {Photoset-500}
  805. {block:Caption}{Caption}{/block:Caption}
  806. {/block:Photoset}
  807.  
  808. {block:Audio}
  809. <div id="audio"><table style="padding:5px;margin-bottom:5px;">
  810. <tr><td style="vertical-align:top;padding-right:10px;"><div id="audioplayer">{AudioPlayerWhite}</div>
  811. <div id="albumart">
  812. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:60px;height:60px;border-radius:100%">
  813. {/block:AlbumArt}</div></td>
  814. <td style="vertical-align:middle; font-size:11px; line-height:12px"> {block:TrackName}<i>Title:</i> {TrackName} <br />{/block:TrackName}
  815. {block:Artist}<i>Artist:</i> {Artist} <br />{/block:Artist}
  816. {block:Album}<i>Album:</i> {Album} <br />{/block:Album}
  817. {block:PlayCount}<i>Played:</i> {FormattedPlayCount} times{/block:PlayCount}</td></tr></table>
  818. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  819. </div>
  820. {/block:Audio}
  821.  
  822. {block:Video}
  823. {Video-500}
  824. {block:Caption}{Caption}{/block:Caption}
  825. {/block:Video}
  826.  
  827. <div id="info">
  828. {block:Date}<a title="{TimeAgo}" href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>
  829. <a style="float:right" title="care to share?" href="{ReblogURL}">reblog</a>
  830. {block:PermalinkPage}
  831. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  832. {block:RebloggedFrom} / <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  833. {block:ContentSource} / <a href="{SourceURL}">src</a>{/block:ContentSource}<br>
  834. {/block:PermalinkPage}
  835.  
  836. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a><span class="coms">,</span>{/block:Tags}</div>{/block:HasTags}
  837. {/block:Date}</div>
  838.  
  839. {block:PostNotes}<div id="noted">{PostNotes}</div>{/block:PostNotes}
  840.  
  841. </div>{/block:Posts}
  842.  
  843. <div id="pagination">
  844. {block:Pagination}
  845. {block:PreviousPage}<a href="{PreviousPage}" title="back">← prev</a> -{/block:PreviousPage}
  846. {block:NextPage}<a href="{NextPage}" title="next">next →</a>{/block:NextPage}
  847. {/block:Pagination}
  848. </div>
  849.  
  850. <div style="bottom:10px; left:10px; width:auto; height:auto; position:fixed; display:block; z-index:9999999; background-color:transparent"><a href="http://stop-bullies.tumblr.com"><img src=" http://i43.tinypic.com/2w585e1.png" width="90"></div>
  851.  
  852. <div id="spectrum">
  853. <a href="http://foundcas.tumblr.com">fc</a>
  854. </div>
  855.  
  856. </div>
  857.  
  858. </body>
  859. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement