Advertisement
lojsan7

mio260725

Jul 24th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.06 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 155
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#868686">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#3E3E3E">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#EAEAEA">
  28. <meta name="color:Info Border" content="#F9F9F9">
  29. <meta name="color:Questions Border" content="#FAFAFA">
  30. <meta name="color:Sidebar Border" content="#F4F4F4">
  31. <meta name="color:Image Border" content="#FFFFFF">
  32. <meta name="color:Sidebar Link Border" content="#F0F0F0">
  33.  
  34. <meta name="text:Body Font Size" content="11px"/>
  35. <meta name="text:Body Font" content="arial"/>
  36.  
  37. <meta name="image:Sidebar" content=""/>
  38.  
  39. <meta name="if:Show 400px posts" content="0"/>
  40. <meta name="if:Hover Tags" content="0"/>
  41. <meta name="if:Show Link1" content="1" />
  42. <meta name="if:Show Link2" content="1" />
  43. <meta name="if:Show Link3" content="1" />
  44. <meta name="if:Show Link4" content="1" />
  45.  
  46. <meta name="text:link1" content="">
  47. <meta name="text:link1 url" content="/">
  48. <meta name="text:link2" content="">
  49. <meta name="text:link2 url" content="/">
  50. <meta name="text:link3" content="">
  51. <meta name="text:link3 url" content="/">
  52. <meta name="text:link4" content="">
  53. <meta name="text:link4 url" content="/">
  54.  
  55.  
  56. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  57.  
  58. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  59.  
  60.  
  61. <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700' rel='stylesheet' type='text/css'>
  62.  
  63. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  72.  
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75. <script>
  76. (function($){
  77. $(document).ready(function(){
  78. $("a[title]").style_my_tooltips({
  79. tip_follows_cursor:true,
  80. tip_delay_time:90,
  81. tip_fade_speed:600,
  82. attribute:"title"
  83. });
  84. });
  85. })(jQuery);
  86. </script>
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  95. <script type="text/javascript">
  96. $(document).ready(function(){
  97. $(".hover_body").hide();
  98. $(".hover_head").click(function(){
  99. $(this).next(".hover_body").slideToggle('fast');
  100. }); }); </script>
  101.  
  102.  
  103.  
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  109. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  110. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  111.  
  112. #s-m-t-tooltip {
  113. max-width:300px;
  114. margin-top:-25px;
  115. margin-left:-25px;
  116. font-size:8px;
  117. padding:2px;
  118. font-family:calibri;
  119. letter-spacing:1px;
  120. text-align:center;
  121. text-transform:uppercase;
  122. background-color:{color:Background};
  123. color:{color:text};
  124. z-index:999999999999999999999999999999999999;
  125. }
  126.  
  127. h1 {
  128. font-weight:normal;
  129. font-size: {text:Body Font Size};
  130. font-family: {text:Body Font};
  131. text-align:center;
  132. font-style:italic;
  133. line-height:50%;
  134. letter-spacing:px;
  135. text-transform:none;
  136. color:{color:Text};
  137. }
  138.  
  139. h2 {
  140. font-size: {text:Body Font Size};
  141. font-family: {text:Body Font};
  142. letter-spacing:px;
  143. margin-bottom:12px;
  144. padding-bottom:10px;
  145. font-weight:normal;
  146. line-height:90%;
  147. text-transform:lowercase;
  148. color:{color:Text};
  149. margin: 0px;
  150. border-bottom:0px solid {color:Info Border};
  151. }
  152.  
  153. pre {
  154. {block:ifNotShow400pxposts}
  155. width:500px;
  156. {/block:ifNotShow400pxposts}
  157. {block:ifShow400pxposts}
  158. width:400px;
  159. {/block:ifShow400pxposts}
  160. text-align: left;
  161. word-wrap: break-word;
  162. color:{color:Text};
  163. }
  164.  
  165. blockquote {
  166. border-left:1px solid {color:Blockquote};
  167. padding-left:13px;
  168. padding-top:0px;
  169. padding-bottom:0px;
  170. margin:10px;
  171. margin-top:20px;
  172. margin-bottom:5px;
  173. margin-left:20px;
  174. }
  175.  
  176. blockquote img {
  177. max-width:470px;
  178. }
  179.  
  180.  
  181. body {
  182. color: {color:Text};
  183. background-color:{color:Background};
  184. letter-spacing:0px;
  185. font-weight:normal;
  186. }
  187.  
  188.  
  189. a {
  190. color: {color:Link};
  191. text-decoration: none;
  192. -moz-transition-duration: 0.5s;
  193. -o-transition-duration: 0.5s;
  194. -webkit-transition-duration: 0.5s;
  195. transition-duration: 0.5s;
  196. }
  197.  
  198. a:hover {
  199. color: {color:Link Hover};
  200. text-decoration:underline;
  201. -moz-transition-duration: 0.5s;
  202. -o-transition-duration: 0.5s;
  203. -webkit-transition-duration: 0.5s;
  204. transition-duration: 0.5s;
  205. }
  206.  
  207. .title {
  208. width:245px;
  209. margin-top:-5px;
  210. font-size:11px;
  211. font-family: arial;
  212. letter-spacing:0px;
  213. font-style:none;
  214. font-weight:;
  215. text-transform:lowercase;
  216. color:{color:Title};
  217. text-align:center;
  218. border:px solid {color:Sidebar Link Border};
  219. }
  220.  
  221.  
  222. .sidebar {
  223. margin-left:-50px;
  224. width:245px;
  225. position: fixed;
  226. margin-top:30px;
  227. border:px solid {color:Sidebar Border};
  228. }
  229.  
  230. .sidebarimage {
  231. width:245px;
  232. margin-bottom:15px;
  233. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  234. }
  235.  
  236. .sidebarlinks {
  237. width:245px;
  238. margin-top:px;
  239. margin-bottom:10px;
  240. font-size:10px;
  241. font-family:calibri;
  242. line-height:150%;
  243. text-transform:capitalize;
  244. }
  245.  
  246. .sidebarlinks a {
  247. color:{color:Text};
  248. padding:5px;
  249. -moz-transition-duration: 0.5s;
  250. -o-transition-duration: 0.5s;
  251. -webkit-transition-duration: 0.5s;
  252. transition-duration: 0.5s;
  253. }
  254.  
  255. .sidebarlinks a:hover {
  256. color:{color:Link Hover};
  257. -moz-transition-duration: 0.5s;
  258. -o-transition-duration: 0.5s;
  259. -webkit-transition-duration: 0.5s;
  260. transition-duration: 0.5s;
  261. }
  262.  
  263. .description {
  264. width:245px;
  265. margin-top:10px;
  266. padding-bottom:10px;
  267. margin-bottom:px;
  268. text-align:center;
  269. line-height:135%;
  270. font-size:11px;
  271. font-family:helvetica;
  272. text-transform:lowercase;
  273. color:{color:Text};
  274. letter-spacing:0px;
  275. }
  276.  
  277. .description a {
  278. color:{color:Link};
  279. }
  280.  
  281. .description a:hover {
  282. color:{color:Link Hover};
  283. }
  284.  
  285. .pagination {
  286. width:245px;
  287. font-family:calibri;
  288. text-align:center;
  289. font-size:10px;
  290. padding:px;
  291. }
  292.  
  293. .pagination a {
  294. color:{color:Text};
  295. padding:3px;
  296. -moz-transition-duration: 0.5s;
  297. -o-transition-duration: 0.5s;
  298. -webkit-transition-duration: 0.5s;
  299. transition-duration: 0.5s;
  300. }
  301.  
  302. .pagination a:hover {
  303. color:{color:Link Hover};
  304. text-decoration:underline;
  305. -moz-transition-duration: 0.5s;
  306. -o-transition-duration: 0.5s;
  307. -webkit-transition-duration: 0.5s;
  308. transition-duration: 0.5s;
  309. }
  310.  
  311. .border {
  312. margin-left:0px;
  313. border-bottom: 1px solid {color:Sidebar Link Border};
  314. width:110px;
  315. }
  316.  
  317. .container {
  318. width:900px;
  319. margin: auto;
  320. margin-top:-8px;
  321. }
  322.  
  323.  
  324. .postscontainer {
  325. {block:ifNotShow400pxposts}
  326. max-width:500px;
  327. {/block:ifNotShow400pxposts}
  328. {block:ifShow400pxposts}
  329. max-width:400px;
  330. {/block:ifShow400pxposts}
  331. margin: auto;
  332. margin-top:30px;
  333. margin-left:340px;
  334. margin-bottom:80px;
  335. }
  336.  
  337. .posts {
  338. {block:ifNotShow400pxposts}
  339. width:500px;
  340. {/block:ifNotShow400pxposts}
  341. {block:ifShow400pxposts}
  342. width:400px;
  343. {/block:ifShow400pxposts}
  344. font-size: {text:Body Font Size};
  345. font-family: {text:Body Font};
  346. margin-top:100px;
  347. line-height:160%;
  348. text-align:justify;
  349. }
  350.  
  351. .posts img {
  352. {block:ifNotShow400pxposts}
  353. max-width:500px;
  354. {/block:ifNotShow400pxposts}
  355. {block:ifShow400pxposts}
  356. max-width:400px;
  357. {/block:ifShow400pxposts}
  358. }
  359.  
  360. .info {
  361. {block:ifNotShow400pxposts}
  362. max-width:500px;
  363. {/block:ifNotShow400pxposts}
  364. {block:ifShow400pxposts}
  365. max-width:400px;
  366. {/block:ifShow400pxposts}
  367. margin-top:25px;
  368. text-align:left;
  369. text-transform:capitalize;
  370. font-size:10px;
  371. font-family:calibri;
  372. color:{color:Text};
  373. border-top: 0px solid {color:Info Border};
  374. border-bottom: 0px solid {color:Info Border};
  375. }
  376.  
  377. .info a {
  378. padding:4px;
  379. border-bottom: px solid {color:Info Border};
  380. color:{color:Text};
  381. }
  382.  
  383. .info a:hover {
  384. text-decoration: none;
  385. color:{color:Link Hover};
  386. }
  387.  
  388. .dashicons {
  389. margin-top:5px;
  390. {block:ifNotShow400pxposts}
  391. margin-left:520px;
  392. {/block:ifNotShow400pxposts}
  393. {block:ifShow400pxposts}
  394. margin-left:420px;
  395. {/block:ifShow400pxposts}
  396. padding-bottom:0px;
  397. line-height:0%;
  398. font-family:calibri;
  399. text-transform:lowercase;
  400. letter-spacing:0px;
  401. font-size:11px;
  402. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  403. list-style: none;
  404. }
  405.  
  406. .posts:hover .dashicons {
  407. margin-top:5px;filter: alpha(opacity = 100);
  408. opacity:100;-webkit-transition: all 0.5s ease-out;
  409. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  410. }
  411.  
  412. .posts:hover .tags {
  413. {block:ifHoverTags}
  414. margin-top:0px;filter: alpha(opacity = 100);
  415. opacity:100;-webkit-transition: all 0.5s ease-out;
  416. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  417. {/block:ifHoverTags}}
  418.  
  419. .tags {
  420. {block:ifHoverTags}
  421. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  422. {/block:ifHoverTags}
  423. {block:ifNotShow400pxposts}
  424. width:500px;
  425. {/block:ifNotShow400pxposts}
  426. {block:ifShow400pxposts}
  427. width:400px;
  428. {/block:ifShow400pxposts}
  429. position:absolute;
  430. margin-top:0px;
  431. line-height:135%;
  432. font-size:11px;
  433. font-family:helvetica;
  434. text-align:left;
  435. -moz-transition-duration:0.5s;
  436. -webkit-transition-duration:0.5s;
  437. -o-transition-duration:0.5s;
  438. }
  439.  
  440. .tags a {
  441. padding:4px;
  442. color:{color:Text};
  443. }
  444.  
  445. .tags a:hover {
  446. text-decoration:underline;
  447. color:{color:Link Hover};
  448. }
  449.  
  450. .postnote {
  451. {block:ifNotShow400pxposts}
  452. width:500px;
  453. {/block:ifNotShow400pxposts}
  454. {block:ifShow400pxposts}
  455. width:400px;
  456. {/block:ifShow400pxposts}
  457. text-transform:lowercase;
  458. font-size: {text:Body Font Size};
  459. font-family: {text:Body Font};
  460. text-align:left;
  461. margin-top:60px;
  462. }
  463.  
  464. .postnote li {
  465. list-style-type:none;
  466. padding:10px 0px 0px 0px;
  467. text-align:left;
  468. -moz-transition-duration:0.5s;
  469. -webkit-transition-duration:0.5s;
  470. -o-transition-duration:0.5s;
  471. }
  472.  
  473. .postnote img {
  474. width:0px;
  475. }
  476.  
  477. .music {
  478. width:500px;
  479. {block:ifShow400pxposts}
  480. width:400px;
  481. {/block:ifShow400pxposts}
  482. padding-bottom:10px;
  483. }
  484.  
  485. .albumart {
  486. float:left;
  487. }
  488.  
  489. .albumart img {
  490. width:50px;
  491. padding: 3px;
  492. margin:2px 7px -3px 6px;
  493. border:2px solid {color:Info Border};
  494. border-radius:100px;
  495. -webkit-border-radius:100px;
  496. -moz-border-radius:100px;
  497. }
  498.  
  499. .playercontainer {
  500. text-align:left;
  501. padding-top:15px;
  502. width:450px;
  503. {block:ifShow400pxposts}
  504. width:350px;
  505. {/block:ifShow400pxposts}
  506. }
  507.  
  508. .musicinfo {
  509. padding:10px;
  510. margin-top:20px;
  511. font-size: {text:Body Font Size};
  512. font-family: {text:Body Font};
  513. color:{color:Text};
  514. }
  515.  
  516. .quote {
  517. font-size: {text:Body Font Size};
  518. font-family: {text:Body Font};
  519. line-height:120%;
  520. text-align:justify;
  521. }
  522.  
  523. .source {
  524. font-family:calibri;
  525. font-size:10px;
  526. font-style:normal;
  527. text-align:left;
  528. line-height:17px;
  529. }
  530.  
  531. .chat ol {
  532. font-size: {text:Body Font Size};
  533. font-family: {text:Body Font};
  534. line-height:150%;
  535. padding:3px;
  536. list-style:none;
  537. }
  538.  
  539. .label {
  540. font-weight:bold;
  541. text-transform:uppercase;
  542. font-family:calibri;
  543. font-size:11px;
  544. letter-spacing:1px;
  545. color:{color:Text};
  546. padding:4px;
  547. border-bottom: 1px solid {color:Info Border};
  548. }
  549.  
  550. .line.odd {
  551. padding:4px;
  552. margin-bottom:2px;
  553. }
  554.  
  555. .line.even {
  556. padding:4px;
  557. margin-bottom:2px;
  558. }
  559.  
  560. .ask {
  561. {block:ifNotShow400pxposts}
  562. width:500px;
  563. {/block:ifNotShow400pxposts}
  564. {block:ifShow400pxposts}
  565. width:400px;
  566. {/block:ifShow400pxposts}
  567. font-size: {text:Body Font Size};
  568. font-family: {text:Body Font};
  569. text-transform:capitalize;
  570. text-align:left;
  571. font-weight:;
  572. line-height: 130%;
  573. padding-top:4px;
  574. padding-left:7px;
  575. padding-bottom:8px;
  576. border-bottom: 1px solid {color:Questions Border};
  577. }
  578.  
  579. .ask a {
  580. color:{color:Text};
  581. }
  582.  
  583. .question {
  584. {block:ifNotShow400pxposts}
  585. width:500px;
  586. {/block:ifNotShow400pxposts}
  587. {block:ifShow400pxposts}
  588. width:400px;
  589. {/block:ifShow400pxposts}
  590. margin-top:3px;
  591. padding-left:7px;
  592. padding-bottom:8px;
  593. text-align:justify;
  594. color:{color:Text};
  595. font-size: {text:Body Font Size};
  596. font-family: {text:Body Font};
  597. }
  598.  
  599. .answer {
  600. {block:ifNotShow400pxposts}
  601. width:500px;
  602. {/block:ifNotShow400pxposts}
  603. {block:ifShow400pxposts}
  604. width:400px;
  605. {/block:ifShow400pxposts}
  606. text-align:justify;
  607. padding-top:5px;
  608. line-height: 120%;
  609. margin-bottom:1px;
  610. font-size: {text:Body Font Size};
  611. font-family: {text:Body Font};
  612. color:{color:Text};
  613. }
  614.  
  615. .askimg {
  616. padding: 3px;
  617. margin:2px 7px -3px 6px;
  618. }
  619.  
  620. .credit {
  621. position:fixed;
  622. font-family:calibri;
  623. font-size:8px;
  624. line-height:150%;
  625. letter-spacing:0px;
  626. right:5px;
  627. bottom:20px;
  628. text-transform:uppercase;
  629. text-align:center;
  630. }
  631.  
  632. .credit a {
  633. font-style:normal;
  634. padding:3px;
  635. color:{color:text};
  636. -moz-transition-duration:0.5s;
  637. -webkit-transition-duration:0.5s;
  638. -o-transition-duration:0.5s;
  639. }
  640.  
  641. </style>
  642.  
  643. </head>
  644.  
  645. <body>
  646. <div class="container">
  647. <div class="sidebar">
  648. <center>
  649. <a href="/"><img src="{image:sidebar}" class="sidebarimage"></a>
  650.  
  651. <!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'video girl','url':'https://www.youtube.com/watch?v=DCamBdxgnGU'}, {'title':'bed of lies','url':'https://www.youtube.com/watch?v=uwznBOgyDy0'}, {'title':'breezeblocks','url':'https://www.youtube.com/watch?v=IXJcOvNO7iM'},{'title':'habits','url':'https://www.youtube.com/watch?v=SYM-RJwSGQ8'}]}" ></script><noscript><a href="http://playlist.me/songs/">player playlist</a></noscript><!-- playlist.me script end -->
  652.  
  653. <div class="sidebarlinks">
  654. <a href="/ask">ask</a> </span>
  655. {block:ifShowLink1}
  656. <a href="{text:link1 url}">{text:link1}</a>
  657. {/block:IfShowLink1}
  658. {block:ifShowLink2}
  659. <a href="{text:link2 url}">{text:link2}</a>
  660. {/block:IfShowLink2}
  661. {block:ifShowLink3}
  662. <a href="{text:link3 url}">{text:link3}</a>
  663. {/block:IfShowLink3}
  664. {block:ifShowLink4}
  665. <a href="{text:link4 url}">{text:link4}</a>
  666. {/block:IfShowLink4}
  667. </div>
  668. <center><div class="border"></div></center>
  669. <div class="description">
  670. {Description}
  671. </div>
  672.  
  673. {block:Pagination}
  674. <div class="pagination">
  675. {block:PreviousPage}
  676. <a href="{PreviousPage}"> ‹ </a>
  677. {/block:PreviousPage}
  678. {block:NextPage}
  679. <a href="{NextPage}"> › </a>
  680. {/block:NextPage}
  681. </div>
  682. {/block:Pagination}
  683. </center>
  684. </div>
  685.  
  686. <div class="postscontainer">
  687.  
  688. {block:Posts}
  689. <div class="posts">
  690.  
  691. <div class="dashicons">
  692. {ReblogButton size="13"}
  693. </div>
  694.  
  695. {block:Text}
  696. {block:Title}<h2>{Title}</h2>{/block:Title}
  697. {Body}
  698. {/block:Text}
  699.  
  700. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  701.  
  702. {/block:Quote}
  703.  
  704. {block:Link}
  705. <h2><a href="{URL}">{Name}</a></h2>
  706. {block:Description}{Description}{/block:Description}
  707. {/block:Link}
  708.  
  709. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  710. </ol></div>{/block:Chat}
  711.  
  712. {block:Answer}<div class="ask"><span style="font-weight:bold;letter-spacing:px;text-transform:uppercase;font-family:;font-size:px;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  713.  
  714. {block:Photo}
  715. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  716. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  717. {/block:Photo}
  718.  
  719. {block:Photoset}
  720. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  721. {block:Caption}{Caption}{/block:Caption}
  722. {/block:Photoset}
  723.  
  724. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  725. <div class="playercontainer">{AudioPlayerWhite}</div>
  726. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  727. {/block:ExternalAudio}</div>
  728. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  729.  
  730. {block:Video}
  731. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  732. {block:Caption}{Caption}{/block:Caption}
  733. {/block:Video}
  734.  
  735. {block:Date}<div class="info"><a title="{timeago}" href="{Permalink}"> {dayofweek} </a> {block:NoteCount} {NoteCountwithlabel}{/block:NoteCount}</span> <span style="float:right;">{block:RebloggedFrom} {block:Permalinkpage}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:Permalinkpage} {block:ContentSource}<a href="{ReblogRootURL}"> ©</a>{block:Permalinkpage}<a href="{SourceURL}"></a>{/block:Permalinkpage}{/block:RebloggedFrom}{/block:ContentSource}</span>{/block:RebloggedFrom}</div>{/block:Date}
  736.  
  737. {block:HasTags}
  738. <div class="tags">
  739. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  740. </div>
  741. {/block:HasTags}
  742.  
  743.  
  744. <div class="postnote">
  745. {block:PostNotes}{PostNotes}{/block:PostNotes}
  746. </div>
  747. {/block:Posts}
  748.  
  749. </div>
  750.  
  751.  
  752.  
  753. <div class="credit"><div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
  754.  
  755. </div>
  756. </div>
  757. </div>
  758. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement