Advertisement
sexycullen

# 157

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