Advertisement
sexycullen

# 117

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