Advertisement
sexycullen

# 151

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