Advertisement
sexycullen

# 125 2

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