Advertisement
haffalump

theme thirteen

Apr 7th, 2015
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!--theme thirteen
  5. theme credit to hafsa (haffalump @ tumblr)
  6. the credit can not be removed or changed in any possible way.
  7. do not use this code as a base, and do not repost it/rehash it
  8. and use claim it as your own.
  9. -->
  10.  
  11.  
  12.  
  13. <html>
  14.  
  15.  
  16.  
  17. <head>
  18.  
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  24.  
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300' rel='stylesheet' type='text/css'>
  27.  
  28.  
  29. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  30.  
  31. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  32.  
  33. <script type=”text/javascript” language=”javascript” src=”http://assets.tumblr.com/javascript/tumblelog.js?7”></script>
  34.  
  35.  
  36.  
  37.  
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}
  41. <meta name="description" content="{MetaDescription}" />
  42. {/block:Description}
  43.  
  44.  
  45. <meta name="color:Background" content="#ffffff" />
  46. <meta name="color:HeaderBackground" content="#000000" />
  47. <meta name="font:Body" content="'Istok Web', times, Georgia, Baskerville, Helvetica Neue"/>
  48. <meta name="font:Title" content="'Montserrat', 'Istok Web', times, Georgia, Baskerville, Helvetica Neue"/>
  49. <meta name="color:Text" content="#000000"/>
  50. <meta name="color:Link" content="#000000"/>
  51. <meta name="color:LinkHov" content="#ffffff"/>
  52. <meta name="color:Scroll" content="#000000"/>
  53.  
  54. <meta name="text:Link1" content="Link 1"/>
  55. <meta name="text:Link1 URL" content="/"/>
  56. <meta name="text:Link2" content="Link 2"/>
  57. <meta name="text:Link2 URL" content="/"/>
  58. <meta name="text:Link3" content="Link 3"/>
  59. <meta name="text:Link3 URL" content="/"/>
  60.  
  61. <meta name="if:500px Width" content="0"/>
  62. <meta name="if:400px Width" content="1"/>
  63.  
  64. <style type="text/css">
  65.  
  66.  
  67.  
  68.  
  69.  
  70. body {
  71. background-color: #ffffff;
  72. font-family:{font:Body};
  73. font-size: 9px;
  74. color: {color:Text};
  75. text-align: center;
  76. letter-spacing: 0px;
  77. }
  78.  
  79.  
  80. .content {
  81. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  82. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  83. position: relative;
  84. margin-left: auto;
  85. text-align: justify;
  86. margin-right:auto;
  87. top: 50px;
  88. letter-spacing:1px;
  89. font-size: 9px;
  90. background-color: {color:Background};
  91. padding-bottom: 80px;
  92. font-family: {font:Body};
  93. }
  94.  
  95.  
  96. .container{
  97. width: 860px;
  98. float:right;
  99.  
  100. }
  101.  
  102.  
  103. .sidebar {
  104. font-family: {font:Body};
  105. font-size: 7px;
  106. letter-spacing: 2px;
  107. color: #fff;
  108. font-style:none;
  109. text-align: center;
  110. text-transform: uppercase;
  111. width: 700px;
  112. top: 80px;
  113. padding: 20px;
  114. position: relative;
  115. line-height: 180%;
  116.  
  117. }
  118.  
  119. .sidebar a:link, .sidebar a:visited, .sidebar a:active{
  120. color: #fff;
  121. }
  122.  
  123.  
  124. .sidebar a:hover {
  125. color: {color:LinkHov};
  126. text-decoration: none;
  127. }
  128.  
  129. .title {
  130. position: relative;
  131. font-family: {font:Title};
  132. font-size: 17px;
  133. color: #fff;
  134. text-align: center;
  135. text-transform: uppercase;
  136. padding-top:10px;
  137. font-weight: 700;
  138. letter-spacing: 1px;
  139. padding: 20px;
  140. display: inline;
  141. border:2px solid #fff;
  142. font-style: none;
  143. z-index: 2;
  144.  
  145. }
  146.  
  147. .title a:link, .title a:visited, .title a:active {
  148. font-weight: none;
  149. text-decoration: none;
  150. color: #fff;
  151. padding: 0px;
  152.  
  153. }
  154.  
  155. a {
  156. font-weight: none;
  157. text-decoration: none;
  158. color: {color:Link};
  159. padding: 0px;
  160.  
  161. }
  162.  
  163. a:hover {
  164. color: {color:LinkHov};
  165. text-decoration: none;
  166. padding: 0px;
  167. transition-duration: 0.3s; -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s;
  168. }
  169.  
  170. a img {
  171. border: 0px;
  172. }
  173.  
  174.  
  175.  
  176. .post img {
  177. display: inline-block;
  178. margin: 0 auto;
  179.  
  180. }
  181.  
  182. .post {
  183. margin-bottom:120px;
  184. text-align: justify;
  185. padding: 0px;
  186. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  187. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  188.  
  189. }
  190.  
  191.  
  192. .notesandtags {
  193. padding: 5px;
  194. margin-bottom: 30px;
  195. margin-top: 5px;
  196. margin-left: -4px;
  197. padding-right:10px;
  198. {block:if500pxWidth}width:495px;{/block:if500pxWidth}
  199. {block:if400pxWidth}width:395px;{/block:if400pxWidth}
  200.  
  201. }
  202.  
  203. .tags {
  204. {block:IndexPage}
  205. display:none;
  206. {/block:IndexPage}
  207. font-size: 7px;
  208. letter-spacing: 1px;
  209. font-weight: bold;
  210. text-transform: uppercase;
  211. float: center;
  212. text-align: center;
  213. margin-top: 10px;
  214. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  215. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  216. position: relative;
  217. padding-right:10px;
  218. }
  219.  
  220. .tags a:hover { padding-right:10px;}
  221.  
  222. .tag { margin-left:4px; padding-right:10px;}
  223.  
  224.  
  225.  
  226. .time {
  227. font-family: {font:Body};
  228. font-size: 7px;
  229. letter-spacing: 1px;
  230. color: {color:Text};
  231. text-transform: uppercase;
  232. width: 384px;
  233. background-color: #f5f5f5;
  234. padding: 8px 8px 3px 8px;
  235. }
  236.  
  237. h3 {
  238. font-size: 8px;
  239. color: {color:Text};
  240. text-align: left;
  241. letter-spacing: 1px;
  242. text-transform: uppercase;
  243. font-weight: bold;
  244. font-style: none;
  245. margin-bottom:20px;
  246. font-family: {font:Body};
  247.  
  248. }
  249.  
  250. .h3 a:link, .h3 a:visited, .h3 a:active{
  251. color: {color:Link};}
  252.  
  253. blockquote {
  254. font-family: {font:Body};
  255. font-size: 10px;
  256. color:{color:Text};
  257. letter-spacing: 1px;
  258. text-align: justify;
  259. font-weight: none;
  260. font-style: none;
  261. line-height: 120%;
  262. padding: 0px 0px 0px 10px;
  263. margin: 0px;
  264. border-left: 0px solid #000;
  265. }
  266.  
  267. .quote {
  268. font-family: {font:Body};
  269. font-size: 10px;
  270. font-style: none;
  271. letter-spacing: 1px;
  272. color: {color:Text};
  273. line-height: 180%;
  274. text-transform: none;
  275. font-weight: none;
  276. margin-top:60px;
  277. }
  278.  
  279. .source {
  280. margin-left: 60px;
  281. margin-top:35px;
  282. font-family: {font:Body};
  283. font-size: 8px;
  284. letter-spacing: 1px;
  285. text-align:left;
  286. color: {color:Text};
  287. text-transform: uppercase;
  288. font-style: none;
  289. padding: 10px;
  290. font-weight: bold;
  291. }
  292.  
  293. .link {
  294. font-family: {font:Body};
  295. font-size: 10px;
  296. color: {color:Text};
  297. text-align: justify;
  298. letter-spacing: 1px;
  299. text-transform: uppercase;
  300. font-weight: bold;
  301. font-style: none;
  302. padding-left: 0px;
  303. }
  304.  
  305. .link:hover {
  306. color: {color:LinkHov};
  307. }
  308.  
  309.  
  310.  
  311. ul.chat {
  312. margin: 0;
  313. padding: 0;
  314. }
  315.  
  316. .chat li {
  317. list-style-type: none;
  318. font-size: 8px;
  319. margin-left: 0px;
  320. padding: 3px;
  321. text-transform: uppercase;
  322. }
  323.  
  324. .chat li.odd {
  325. margin-bottom: 1px;
  326. color: {color:Text};
  327. font-size: 8px;
  328. text-transform: uppercase;
  329. }
  330.  
  331. .chat li.even {
  332. margin-bottom: 1px;
  333. color: {color:Text};
  334. font-size: 8px;
  335. text-transform: uppercase;
  336. }
  337.  
  338. .label {
  339. font-weight: none;
  340. }
  341.  
  342.  
  343.  
  344. #navcontainer
  345. {
  346. margin: 0px;
  347. padding: 0px;
  348. text-align: center;
  349. font-size: 10px;
  350. }
  351. #navcontainer { display: inline; }
  352. #navcontainer a
  353. {
  354. text-decoration: none;
  355. padding: .2em 1em;
  356. color: #fff;
  357. font-size: 10px;
  358. display: inline;
  359. }
  360.  
  361.  
  362. #navcontainer a:hover
  363. {
  364. color: #fff;
  365. background-color: #369;
  366. font-size: 10px;
  367. }
  368.  
  369.  
  370. ::-webkit-scrollbar {
  371. height: 9px;
  372. width: 4px;
  373. background: {color:Scroll};
  374. border: 4px solid #fff;
  375. }
  376.  
  377. ::-webkit-scrollbar-thumb {
  378. background: {color:Scroll};
  379. border: 1px solid #fff;
  380. height: auto;
  381.  
  382. }
  383.  
  384. ::-webkit-scrollbar-corner {
  385. background: #fff;
  386. }
  387.  
  388.  
  389.  
  390.  
  391. ol.notes {
  392. padding-top: 70px;
  393. margin: 25px 0px;
  394. font-size: 7px;
  395. list-style-type: none;
  396. line-height: 170%;
  397.  
  398. }
  399.  
  400. ol.notes li.note {
  401. padding: 2px;
  402. text-transform:uppercase;
  403. font-size: 7px;
  404. margin-top:10px;
  405. letter-spacing:1px;
  406. }
  407.  
  408. ol.notes li.note img.avatar {
  409. margin-right: 10px;
  410. width: 8px;
  411. margin-top:-10px;
  412. height: 8px;
  413. }
  414.  
  415. ol.notes li.note span.action {
  416. font-weight: none;
  417. }
  418.  
  419. ol.notes li.note .answer_content {
  420. font-weight: normal;
  421. }
  422.  
  423. ol.notes li.note blockquote {
  424. border-color: none;
  425. padding: 4px 10px;
  426. margin: 5px 0px 0px 25px;
  427. }
  428.  
  429. ol.notes li.note blockquote a {
  430. text-decoration: none;}
  431.  
  432. .audio {
  433. background-color: #ffffff;
  434. {block:if500pxWidth}width:350px;{/block:if500pxWidth}
  435. {block:if400pxWidth}width:250px;{/block:if400pxWidth}
  436. color: #000000;
  437. margin-left:15px;
  438. text-transform:uppercase;
  439. padding: 60px;
  440. line-height: 100%;
  441. border:1px solid #000;
  442. margin-top:60px;
  443. z-index:1;
  444. }
  445.  
  446.  
  447. .asker {
  448. font-size: 7px;
  449. padding-top: 0px;
  450. color: {color:Text};
  451. text-align: center;
  452. margin-right: 1px;
  453. margin-bottom: 20px;
  454. margin-top:30px;
  455. text-transform: uppercase;
  456. font-weight: none;
  457. letter-spacing: 1px;
  458. font-style: none;
  459. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  460. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  461. }
  462.  
  463. .q {
  464. font-family: {font:Body};
  465. margin-top: 60px;
  466. font-size: 7px;
  467. color: {color:Text};
  468. letter-spacing:2px;
  469. font-style: none;
  470. text-align: justify;
  471. line-height: 200%;
  472. text-transform: uppercase;
  473. background-color: #fff;
  474. {block:if500pxWidth}width:380px;{/block:if500pxWidth}
  475. {block:if400pxWidth}width:280px;{/block:if400pxWidth}
  476. border:1px solid #000;
  477. padding:60px;
  478.  
  479.  
  480. }
  481.  
  482. .answer {
  483. font-size: 10px;
  484. padding-top:30px;
  485. letter-spacing:1px;
  486. color: {color:Text};
  487. text-align: justify;
  488. margin-left:10px;
  489. {block:if500pxWidth}width:490px;{/block:if500pxWidth}
  490. {block:if400pxWidth}width:390px;{/block:if400pxWidth}
  491. line-height: 180%;
  492. margin-bottom:100px;
  493. }
  494.  
  495. .ask {
  496. background-color: #;
  497. {block:if500pxWidth}width:460px;{/block:if500pxWidth}
  498. {block:if400pxWidth}width:360px;{/block:if400pxWidth}
  499. padding: 0px;
  500. }
  501.  
  502.  
  503. .date {
  504. margin-top: 80px;
  505. font-size: 8px;
  506. text-align: center;
  507. font-size:7px;
  508. letter-spacing:1px;
  509. font-family: {font:Body};
  510. text-transform: uppercase;
  511. font-weight: none;
  512. letter-spacing: 1px;
  513. font-style: none;
  514. padding-bottom: 5px;
  515. margin-bottom: 50px;
  516. }
  517.  
  518. .date2 {
  519. margin-top: 80px;
  520. font-size: 8px;
  521. text-align: center;
  522. font-size:7px;
  523. letter-spacing:1px;
  524. font-family: {font:Body};
  525. text-transform: uppercase;
  526. font-weight: none;
  527. letter-spacing: 1px;
  528. font-style: none;
  529. padding-bottom: 5px;
  530. margin-bottom: 5px;
  531. }
  532.  
  533.  
  534. .li {
  535. font-family: {font:Body};
  536. color: #fff;
  537. font-size: 7px;
  538. letter-spacing:1px;
  539. line-height:170%;
  540. font-style: none;
  541. text-align: center;
  542. font-weight: bold;
  543. padding-top: 80px;
  544. text-transform: uppercase;
  545.  
  546. }
  547.  
  548. .li a:link, .li a:visited, .li a:active{
  549. color: #fff; }
  550.  
  551. .li a:hover {
  552. color: #fff;
  553. border-bottom:1px solid #fff;
  554. padding-bottom:1px;}
  555.  
  556. .playbutton {width: 19px;
  557. height: 27px;
  558. overflow: hidden;
  559. position: relative;
  560. z-index: 1000;
  561. margin: 12px 20px 10px 13px;
  562. font-size:7px;
  563. }
  564.  
  565. .playbox {background-color: #000;
  566. position: absolute;
  567. margin-top: 0px;
  568. margin-left:auto;
  569. margin-right:auto;
  570. z-index: 1000;
  571. }
  572.  
  573.  
  574. {CustomCSS}
  575. </style>
  576.  
  577. <center><title>{Title}</title></center>
  578.  
  579. </head>
  580.  
  581.  
  582.  
  583. <body>
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590. <div style="position: relative; right: 5px; bottom:5px; position: fixed; color: #000; "><a href="http://haffalump.tumblr.com/">theme</a></div>
  591.  
  592.  
  593. <center><div style="background-color: {color:HeaderBackground}; height:400px; margin-bottom:10px;">
  594. <div class="sidebar">
  595. <div id=”navcontainer”>
  596. <div class="title"><a href="/">{Title}</a></div> <p>
  597. <div class="li"> + <a href="/">home</a>
  598. <a href="/ask">ask</a>
  599. <a href="/archive">archive</a>
  600. <a href="{text:Link1 URL}">{text:Link1}</a>
  601. <a href="{text:Link2 URL}">{text:Link2}</a>
  602. <a href="{text:Link3 URL}">{text:Link3}</a> {block:HasPages}
  603. {block:Pages}
  604. <a href={URL}>{Label}</a>
  605. {/block:Pages}
  606. {/block:HasPages}</div></div>
  607.  
  608. <div style="padding-top: 50px;"><center><div style="width: 500px;">{block:Description}{Description}{/block:Description}</div></center>
  609. <p>
  610. </div>
  611. </div></div></div></div></center></center>
  612.  
  613.  
  614.  
  615. <div class="content">
  616.  
  617.  
  618. {block:Posts}
  619.  
  620.  
  621. {block:Text}
  622. <div class="post">
  623. <div class="date">
  624. <a href="{Permalink}">
  625. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount}
  626. </a></div>
  627. {block:Title}
  628. <h3><a href="{Permalink}">{Title}</a></h3>
  629. {/block:Title}
  630. <div style="padding-top:0px;">{Body}</div>
  631. </div>
  632. {/block:Text}
  633.  
  634. {block:Photo}
  635. <div class="post">
  636. <div class="date">
  637. <a href="{Permalink}">
  638. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  639. </a></div>
  640. {LinkOpenTag}
  641. {block:if500pxWidth} <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:if500pxWidth}
  642. {block:if400pxWidth} <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:if400pxWidth}
  643. {LinkCloseTag}
  644. <div style="padding-top:20px;">{Caption}</div>
  645. </div>
  646. {/block:Photo}
  647.  
  648. {block:Photoset}
  649. <div class="post">
  650. <div class="date">
  651. <a href="{Permalink}">
  652. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  653. </a></div>
  654. <center>
  655. {block:if500pxWidth} {Photoset-500}{/block:if500pxWidth}
  656. {block:if400pxWidth} {Photoset-400}{/block:if400pxWidth}</center>
  657. <div style="padding-top:20px;">{Caption}</div>
  658. {SourceURL}
  659. </div>
  660. {/block:Photoset}
  661.  
  662. {block:Quote}
  663. <div class="post">
  664. <div class="date">
  665. <a href="{Permalink}">
  666. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  667. </a></div>
  668. <span class="quote">
  669. <div style="padding-top: 20px; padding-bottom: 5px; padding-left: 0px;">
  670. <b>“</b> {Quote} <b>”</b> </div></span>
  671. {block:Source}
  672. <div class="source"><div style="padding-bottom: 20px;">– {Source}</div></div>
  673. {/block:Source}
  674. {SourceURL}
  675. </div>
  676. {/block:Quote}
  677.  
  678. {block:Link}
  679. <div class="post">
  680. <div class="date">
  681. <a href="{Permalink}">
  682. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  683. </a></div>
  684. <a href="{URL}" class="link" {Target}>{Name}</a>
  685. {block:Description}
  686. <div class="description">{Description}</div>
  687. {/block:Description}
  688. </div>
  689. {/block:Link}
  690.  
  691. {block:Chat}
  692. <div class="date">
  693. <a href="{Permalink}">
  694. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  695. </a></div>
  696. <div class="post">
  697. {block:Title}
  698. <h3><a href="{Permalink}">{Title}</a></h3>
  699. {/block:Title}
  700. <ul class="chat">
  701. {block:Lines}
  702. <li class="{Alt} user_{UserNumber}">
  703. {block:Label}
  704. <span class="label">{Label}</span>
  705. {/block:Label}
  706. {Line}
  707. </li>
  708. {/block:Lines}
  709. </ul>
  710. </div>
  711. {/block:Chat}
  712.  
  713. {block:Video}
  714. <div class="date">
  715. <a href="{Permalink}">
  716. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  717. </a></div>
  718. <div class="post">
  719. <center>{Video-400}</center>
  720. {block:Caption}
  721. {/block:Caption}
  722. </div>
  723. {/block:Video}
  724.  
  725.  
  726. {block:Audio}
  727. <div class="post">
  728. <div class="date">
  729. <a href="{Permalink}">
  730. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  731. </a></div>
  732. <div class="audio">
  733.  
  734. <center>
  735. <div style="font-size: 8px; text-transform: uppercase; font-weight: none; letter-spacing: 1px; text-align: center;">{block:TrackName}<b>{TrackName}</b> {/block:TrackName}<p></div>
  736. </p><div style="text-transform:uppercase; font-size:7px; padding-top:10px; letter-spacing:2px;"> {block:Artist} {Artist}{/block:Artist}</div><p>
  737. <center><div style=" display: inline-block; width: 100px;padding-top:20px;height:30px; margin-left:-10px; z-index:-1;">{AudioPlayerWhite}</div>
  738. </center>
  739.  
  740. </div></center><div style="margin-top:20px;"></div>
  741.  
  742. <div style="padding-top:50px;">{Caption}</div>
  743. </div>
  744. {block:ContentSource}
  745. {/block:ContentSource}
  746. {/block:Audio}
  747.  
  748.  
  749. {block:Answer}
  750. <div class="date2">
  751. <a href="{Permalink}">
  752. {block:Date}{12Hour}:{Minutes}{AmPm} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear}{/block:Date} {block:NoteCount}{NoteCount}{/block:NoteCount}
  753. </a></div>
  754. <div class="ask">
  755. <div class="q">{Question}</div><p></p>
  756. <div class="asker">ASKED BY<b> {Asker}</b></div></div>
  757. <div class="answer">{Answer}</div>
  758.  
  759. {/block:Answer}
  760.  
  761. <div class="notesandtags">
  762. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} </div>
  763. </div>
  764.  
  765.  
  766.  
  767. {PostNotes}
  768.  
  769. {/block:Posts}
  770.  
  771. <center><div style="padding-top: 60px; text-transform: uppercase; font-size: 8px; letter-spacing: 1px;">
  772. {block:Pagination}
  773. {block:PreviousPage}
  774. <div style="position: relative; bottom: 20px; margin-left:auto; margin-right: auto; margin-top: 60px;"><a href="{PreviousPage}">←</a></div>
  775. {/block:PreviousPage}
  776.  
  777.  
  778. {block:NextPage}
  779. <div style="position: relative; bottom: 20px;margin-left:auto; margin-right: auto; "><a href="{NextPage}">→</a></div>
  780. {/block:NextPage}
  781. {/block:Pagination}
  782. </div>
  783. </center>
  784.  
  785. </div>
  786.  
  787.  
  788. <div style="width: 60px; color: #000000; font-size: 10px; text-transform: uppercase; font-style: italic; position: fixed; right: 250px; bottom: 50px;">
  789.  
  790.  
  791.  
  792. </div>
  793.  
  794.  
  795.  
  796.  
  797. </div>
  798.  
  799.  
  800.  
  801. </div>
  802.  
  803. </body>
  804. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement