sexycullen

# 129 540px posts

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