Advertisement
sexycullen

# 130

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