Advertisement
sexycullen

# 141

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