Advertisement
sexycullen

# 140

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