Advertisement
sexycullen

151 hide caption opc

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