Advertisement
Guest User

kdfkjsdhfkjs

a guest
Jul 7th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.79 KB | None | 0 0
  1. <!--
  2.  
  3. codes by hellmouths
  4.  
  5. don't copy, steal or redistribute
  6.  
  7. -->
  8.  
  9.  
  10. <html>
  11. <head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
  19.  
  20. <!-- COLORS -->
  21.  
  22. <meta name="color:Scrollbar" content="#000000">
  23. <meta name="color:Scrollbar Background" content="#ffffff">
  24. <meta name="color:Background" content="#ffffff">
  25. <meta name="color:Main Font" content="#222222">
  26. <meta name="color:Link" content="#2b2b2b">
  27. <meta name="color:Link Hover" content="#000000">
  28. <meta name="color:Border" content="#efefef">
  29. <meta name="color:Top Bar" content="#ffffff">
  30.  
  31.  
  32. <!-- BLOCKS -->
  33.  
  34. <meta name="if:No Background Repeat" content="1">
  35. <meta name="if:Hide Blog Title" content="0">
  36. <meta name="if:500 Width Posts" content="0">
  37.  
  38.  
  39. <!-- LINKS -->
  40.  
  41. <meta name="text:Link 1 URL" content="URL HERE">
  42. <meta name="text:Link 1" content="LINK TITLE">
  43. <meta name="text:Link 2 URL" content="URL HERE">
  44. <meta name="text:Link 2" content="LINK TITLE">
  45. <meta name="text:Link 3 URL" content="URL HERE">
  46. <meta name="text:Link 3" content="LINK TITLE">
  47. <meta name="text:Link 4 URL" content="URL HERE">
  48. <meta name="text:Link 4" content="LINK TITLE">
  49. <meta name="text:Link 5 URL" content="URL HERE">
  50. <meta name="text:Link 5" content="LINK TITLE">
  51.  
  52.  
  53. <!-- FONTS -->
  54.  
  55. <meta name="text:Menu Font" content="Playfair Display">
  56. <meta name="text:Main Font" content="Times">
  57. <meta name="text:Title Font" content="Playfair Display">
  58.  
  59.  
  60. <!-- IMAGES -->
  61.  
  62. <meta name="image:Top Bar" content="http://static.tumblr.com/747hq6z/qcMmngu6m/13danneel2.png">
  63. <meta name="image:Background" content="">
  64. <meta name="text:Background Position" content="bottom left">
  65.  
  66.  
  67.  
  68. <!-- SCRIPT CODES -->
  69.  
  70. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71. <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
  72.  
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("[title],a[title],img[title]").style_my_tooltips({
  77. tip_follows_cursor:"true",
  78. tip_delay_time:100,
  79. tip_fade_speed:100,
  80. attribute:"title"
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85.  
  86.  
  87. </head>
  88. <style>
  89.  
  90.  
  91. b, strong {color: #2f3060; font-size: 12px;}
  92.  
  93. i, em {font color:#000000; font-family: 'Tangerine', cursive;
  94. font-size:20px;}
  95.  
  96. h2, {font-size:20px;}
  97.  
  98. h1, h1 a {
  99. font-size:13px;
  100. line-height: 18px;
  101. text-align: center;
  102. text-transform:lowercase;
  103. letter-spacing: 1px;
  104. padding:5px ;
  105. font-weight: 600;
  106. color: #2f3060;
  107.  
  108. }
  109.  
  110. h1 a:hover { color: #000000; }
  111.  
  112. h2 {
  113. font-size:13px;
  114. background-color:#ffffff;
  115. padding:4px;
  116. text-align:center;
  117. font-weight:600;
  118. word-wrap: break-word;
  119. color: #2f3060;}
  120.  
  121. h2 a, h2 a:hover { color:#2f3060; border-bottom: 0px solid #2f3060; }
  122.  
  123. /* SCROLLBAR */
  124.  
  125. ::-webkit-scrollbar { width:3px; height:auto; background:{color:Scrollbar Background};}
  126. ::-webkit-scrollbar-corner { background:{color:Scrollbar};}
  127. ::-webkit-scrollbar-thumb:vertical { background:{color:Scrollbar};}
  128. ::-webkit-scrollbar-thumb:horizontal { background:{color:Scrollbar};}
  129.  
  130.  
  131. body {
  132. background-color: {color:Background};
  133. background-image: url('{image:Background}');
  134. background-repeat: {block:IfNoBackgroundRepeat}no-repeat{/block:IfNoBackgroundRepeat};
  135. background-attachment:fixed;
  136. background-position: {text:Background Position};
  137. color:{color:Main Font};
  138. font-family:{text:Main Font};
  139. font-size:10px;
  140. text-transform: lowercase;
  141. margin:0;
  142. line-height: 150%; }
  143.  
  144. a { color:{color:Link};
  145. text-decoration: none;
  146. -webkit-transition: all 0.5s ease-out;
  147. -o-transition: all 0.5s ease-out;
  148. -webkit-transition: all 0.5s ease-out;
  149. -moz-transition: all 0.5s ease-out; }
  150.  
  151. a:hover { color:{color:Link hover};
  152. -webkit-transition: all 0.5s ease-out;
  153. -o-transition: all 0.5s ease-out;
  154. -webkit-transition: all 0.5s ease-out;
  155. -moz-transition: all 0.5s ease-out; }
  156.  
  157.  
  158. blockquote { margin:10px; padding:0 10px; border-left: 1px solid {color:Border}; }
  159. small { font-size:10px; }
  160.  
  161.  
  162.  
  163.  
  164. /* CONTENT */
  165.  
  166. .wrap { width:500px; margin:320px auto 60px auto; padding-bottom:30px; float: center; }
  167.  
  168. .topper {
  169. background-color: {color:Top Bar};
  170. width:100%;
  171. margin: auto;
  172. padding-top:70px;
  173. padding-bottom: 40px;
  174. top:0;
  175. height:auto;
  176. position: fixed; }
  177.  
  178. .topcontent { width:400px; margin:auto;}
  179.  
  180.  
  181.  
  182. .toptitle { font-size:14px; font-family:{text:Title Font}; font-style:italic; padding-bottom: 10px; {block:IfHideBlogTitle}display:none;{/block:IfHideBlogTitle}; }
  183.  
  184.  
  185. #topimage {
  186. margin:auto;
  187. text-align: center;
  188. min-height:120px;
  189. margin-bottom: 5px; }
  190.  
  191.  
  192. #topimage img {
  193. width: 400px;
  194. height: 120px; }
  195.  
  196.  
  197. .about {
  198. width:375px
  199. text-align: justify;
  200. font-size:9px;
  201. margin:auto;
  202. opacity:0;
  203. max-height: 70px;
  204. overflow: auto;
  205. padding:10px 13px;
  206. margin-top: -110px;
  207. background-color: rgba(255,255,255,0.84);
  208. position: relative;
  209. -webkit-transition: all 0.5s ease-out;
  210. -o-transition: all 0.5s ease-out;
  211. -webkit-transition: all 0.5s ease-out;
  212. -moz-transition: all 0.5s ease-out; }
  213.  
  214.  
  215. .topper:hover .about { opacity:0.7;
  216. -webkit-transition: all 0.5s ease-out;
  217. -o-transition: all 0.5s ease-out;
  218. -webkit-transition: all 0.5s ease-out;
  219. -moz-transition: all 0.5s ease-out; }
  220.  
  221.  
  222.  
  223. .links { width:200px; position:fixed; margin-left:200px; text-align: right; border-bottom: 1px solid {color:Border};
  224. -webkit-transition: all 0.5s ease-out;
  225. -o-transition: all 0.5s ease-out;
  226. -webkit-transition: all 0.5s ease-out;
  227. -moz-transition: all 0.5s ease-out; }
  228.  
  229. .links a {
  230. display: inline-block;
  231. padding: 5px;
  232. font-size:10px;
  233. letter-spacing:0px;
  234. width:16px;
  235. font-size:8px;
  236. text-transform: lowercase;
  237. font-family: {text:Menu Font};
  238. -webkit-transition: all 0.5s ease-out;
  239. -o-transition: all 0.5s ease-out;
  240. -webkit-transition: all 0.5s ease-out;
  241. -moz-transition: all 0.5s ease-out;
  242. }
  243.  
  244. .links a:hover {
  245. color:{color:Link hover}; }
  246.  
  247.  
  248.  
  249.  
  250. #entries { width:500px; margin-top:80px;}
  251.  
  252.  
  253. .post { {block:If500WidthPosts}width:500px;{/block:if500WidthPosts} {block:ifNot500WidthPosts}width:400px;{/block:ifNot500WidthPosts} margin:10px auto 60px auto; overflow:hidden; }
  254.  
  255.  
  256. .caption { margin:10px 0; }
  257.  
  258.  
  259. .title { font-size:14px; font-family:{text:Title Font}; font-style:italic; }
  260.  
  261.  
  262. .quote {
  263. font-size:12px;
  264. font-family:{text:Title Font};
  265. font-style:italic;
  266. text-align:center; }
  267.  
  268. .source {
  269. padding:5px;
  270. font-family:{text:Main Font};
  271. font-size:10px;
  272. text-align:center;
  273. display:block;
  274. width:200px;
  275. margin:10px auto;
  276. border-top:1px solid {color:Border}; }
  277.  
  278.  
  279. .post-info {
  280. margin:20px 0;
  281. font-family:{text:Main Font};
  282. font-size:10px;
  283. padding: 5px 3px;
  284. max-width: 100%;
  285. text-transform: lowercase;
  286. border-top:1px solid {color:Border}; }
  287.  
  288. .date {
  289. text-transform:lowercase;
  290. letter-spacing:1px;
  291. font-style:normal;
  292. font-size:8px; }
  293.  
  294.  
  295. .tags {
  296. text-align: center;
  297. font-family:{text:Main Font};
  298. font-size:10px;
  299. font-style: lowercase;
  300. opacity: 0;
  301. -webkit-transition: all 0.9s ease-out;
  302. -o-transition: all 0.9s ease-out;
  303. -webkit-transition: all 0.9s ease-out;
  304. -moz-transition: all 0.9s ease-out; }
  305.  
  306. .tags a {
  307. padding-right: 2px; }
  308.  
  309. .tags a:before {
  310. content: " ♚ ▪ ▫ "; }
  311.  
  312. .tags a:last-child:after {
  313. content:none; }
  314.  
  315.  
  316. .post:hover .tags { opacity:1;
  317. -webkit-transition: all 0.9s ease-out;
  318. -o-transition: all 0.9s ease-out;
  319. -webkit-transition: all 0.9s ease-out;
  320. -moz-transition: all 0.9s ease-out; }
  321.  
  322.  
  323.  
  324. /* AUDIO POSTS !!!CHANGE!!! */
  325.  
  326. .aud {
  327. width:100%;
  328. background-color:#f3f3f3;
  329. background-image: url('https://41.media.tumblr.com/2247470c21eb085efc201c6beefcb824/tumblr_inline_nr3skilyfW1tvrq1q_540.png');
  330. background-attachment:repeat;
  331. background-color:; }
  332.  
  333. .aud2{
  334. height:26px;
  335. width:6.5%;
  336. margin-left: 45%;
  337. overflow:hidden;
  338. opacity:.75;}
  339.  
  340.  
  341.  
  342.  
  343. /* ASKS */
  344.  
  345. .ques {
  346. display:block;
  347. margin-bottom: 20px;
  348. padding:0px;}
  349.  
  350.  
  351. .asker {
  352. background: url('https://41.media.tumblr.com/2247470c21eb085efc201c6beefcb824/tumblr_inline_nr3skilyfW1tvrq1q_540.png') repeat;
  353. width:400px;
  354. letter-spacing: 1px;
  355. font-family: 'Tangerine', cursive;
  356. font-size:18px;
  357. text-align: center;
  358. padding:5px 7px;
  359. text-transform: lowercase; }
  360.  
  361. .zach {
  362. padding:10px 0;
  363. border-top: 1px solid {color:Border};
  364. font-size:11px;
  365. font-style:italic; }
  366.  
  367.  
  368.  
  369.  
  370. /* PAGINATION */
  371.  
  372. #nan {
  373. width:400px;
  374. margin-left:60px;
  375. font-size:10px;
  376. letter-spacing:0px;
  377. font-family: arial;
  378. text-transform:lowercase;
  379. text-align:center;
  380. font-style:normal;
  381. opacity:1;
  382. padding-top:1%;
  383. padding-bottom:22%;
  384. }
  385.  
  386.  
  387.  
  388.  
  389. /* POST NOTES */
  390.  
  391. .notes img { display:none; }
  392. ol.notes, .notes li { width:490px; list-style:none; margin:0px 0 10px 5px; padding:0px; }
  393.  
  394.  
  395.  
  396. /* HOVER TITLE */
  397.  
  398. #s-m-t-tooltip{
  399. font-size:8px;
  400. text-align:center;
  401. letter-spacing: 1px;
  402. width:auto;
  403. padding:3px 7px;
  404. text-transform: lowercase;
  405. margin-top:10px;
  406. margin-left:10px;
  407. border:1px solid #efefef;
  408. background-color: white;
  409. position:absolute;
  410. z-index:1000;
  411. display:none;
  412. }
  413.  
  414.  
  415. /*--- UPDATE ---*/
  416.  
  417.  
  418. .update {
  419. position:fixed;
  420. margin-top:-240px;
  421. margin-left:255px;
  422. text-align:center;
  423. text-transform:lowercase;
  424. color:#f7f7fd;
  425. font-size:8px;
  426. letter-spacing:1px;
  427. z-index:2147483607;
  428. font-family:consolas;
  429. width:50px;
  430. }
  431.  
  432. /*---BEGIN FIRST TAB ---*/
  433.  
  434. .l1 {
  435. width:50px;
  436. background:black;
  437. margin-bottom:8px;
  438. text-align:center;
  439. background:#f7f7fd;
  440. color:#79829d;
  441. padding:1px;
  442. -webkit-transition: all 0.7s ease;
  443. -moz-transition: all 0.7s ease;
  444. -o-transition: all 0.7s ease
  445. }
  446.  
  447. .l1:hover {width:130px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  448. }
  449.  
  450. .txt1 {
  451. position:absolute;
  452. width:100px;
  453. padding:10px;
  454. padding-left:5px;
  455. left:180px;
  456. margin-top:6px;
  457. opacity:0;
  458. color:#79829d;
  459. text-align:left;
  460. -moz-transition:all 0.7s ease-out;
  461. -webkit-transition:all 0.7s ease-out;
  462. -o-transition:all 0.7s ease-out;}
  463.  
  464. .l1:hover .txt1{left:50px;opacity:1;}
  465.  
  466. /*--- END FIRST TAB ---*/
  467.  
  468. /*---BEGIN SECOND TAB---*/
  469.  
  470. .l2 {
  471. width:50px;
  472. background:black;
  473. margin-bottom:8px;
  474. text-align:center;
  475. background:#f7f7fd;
  476. color:#79829d;
  477. padding:1px;
  478. -webkit-transition: all 0.7s ease;
  479. -moz-transition: all 0.7s ease;
  480. -o-transition: all 0.7s ease
  481. }
  482.  
  483. .l2:hover {width:130px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  484. }
  485.  
  486. .txt2 {
  487. position:absolute;
  488. width:100px;
  489. padding:10px;
  490. padding-left:5px;
  491. left:180px;
  492. margin-top:6px;
  493. opacity:0;
  494. color:#79829d;
  495. text-align:left;
  496. -moz-transition:all 0.7s ease-out;
  497. -webkit-transition:all 0.7s ease-out;
  498. -o-transition:all 0.7s ease-out;}
  499.  
  500. .l2:hover .txt2{left:50px;opacity:1;}
  501.  
  502. /*---END SECOND TAB---*/
  503.  
  504. /*---BEGIN THIRD TAB--*/
  505.  
  506. .l3 {
  507. width:50px;
  508. background:black;
  509. margin-bottom:8px;
  510. text-align:center;
  511. background:#f7f7fd;
  512. color:#79829d;
  513. padding:1px;
  514. -webkit-transition: all 0.7s ease;
  515. -moz-transition: all 0.7s ease;
  516. -o-transition: all 0.7s ease
  517. }
  518.  
  519. .l3:hover {width:130px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  520. }
  521.  
  522. .txt3 {
  523. position:absolute;
  524. width:100px;
  525. padding:10px;
  526. padding-left:5px;
  527. left:180px;
  528. margin-top:6px;
  529. opacity:0;
  530. color:#79829d;
  531. text-align:left;
  532. -moz-transition:all 0.7s ease-out;
  533. -webkit-transition:all 0.7s ease-out;
  534. -o-transition:all 0.7s ease-out;}
  535.  
  536. .l3:hover .txt3{left:50px;opacity:1;}
  537.  
  538. /*---END THIRD TAB---*/
  539.  
  540. /*--- BEGIN FOURTH TAB---*/
  541.  
  542. .l4 {
  543. width:50px;
  544. background:black;
  545. margin-bottom:8px;
  546. text-align:center;
  547. background:#f7f7fd;
  548. color:#79829d;
  549. padding:1px;
  550. -webkit-transition: all 0.7s ease;
  551. -moz-transition: all 0.7s ease;
  552. -o-transition: all 0.7s ease
  553. }
  554.  
  555. .l4:hover {width:130px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  556. }
  557.  
  558. .txt4 {
  559. position:absolute;
  560. width:100px;
  561. padding:10px;
  562. padding-left:5px;
  563. left:180px;
  564. margin-top:6px;
  565. opacity:0;
  566. color:#79829d;
  567. text-align:left;
  568. -moz-transition:all 0.7s ease-out;
  569. -webkit-transition:all 0.7s ease-out;
  570. -o-transition:all 0.7s ease-out;}
  571.  
  572. .l4:hover .txt4{left:50px;opacity:1;}
  573.  
  574. /*---END FOURTH TAB---*/
  575.  
  576. /*---END UPDATE---*/
  577.  
  578.  
  579. </style>
  580. <body>
  581.  
  582. <!-- CREDIT -->
  583. <div style="position:fixed; text-align:right; bottom:0; right:0; padding:10px;">
  584. <i><a href="http://hmthemes.tumblr.com">hmthemes</a></i></div>
  585. <!-- END CREDIT -->
  586.  
  587. <img style="position:fixed; opacity: 1.0; width: 217px; height: 521px; TOP:-10px; LEFT:40px; z-index: 1;" src="https://40.media.tumblr.com/98011be92029c7dc03ff5d6a7ace753d/tumblr_inline_nqcuyeQE3T1tx5xti_540.png">
  588.  
  589. <div class="update">
  590. <div class="l1">are
  591. <div class="txt1"><center>
  592. indie<br/> <a><b>elsa</b></a><br/>from disney's <a>frozen</a><br/>set post<br/> <a>movie</a></br> active since <b>22.06.2015.</b>
  593. </center>
  594. </div>
  595. </div>
  596.  
  597. <div class="l2">you
  598. <div class="txt2">
  599. <center>
  600. mun is<br/><a>major</a><br/>timezone<br/><b><a>est</a></b><br/>tracking<br/><a>#nivealis</a>
  601. </center>
  602. </div>
  603. </div>
  604.  
  605. <div class="l3">still
  606. <div class="txt3">
  607.  
  608. <center><a>selective</a><br/>multi-verse<br/><a>multiship</a><br/>non-exclusive<br/><a>panfandom</a><br/>nsfw<br/><a>oc friendly</a><br/>tagged ooc</center>
  609.  
  610. </div>
  611. </div>
  612.  
  613. <div class="l4">cold?
  614. <div class="txt4">
  615.  
  616. <center> <p>i recommend:&nbsp;</p><p><a href="http://www.applesforanna.tumblr.com">applesforanna</a><br><a href="http://www.sxmniare.tumblr.com">sxmniare</a><br><a href="http://www.aepoch.tumblr.com">aepoch</a><br><a href="http://www.daemens.tumblr.com">daemens</a><br><a href="http://www.siphondelta.tumblr.com">siphondelta</a><br><a href="http://www.favorxd.tumblr.com">favorxd</a><br><a href="http://www.banrighinn.tumblr.com">banrighinn</a><br><a href="http://www.frostivity.tumblr.com">frostivity</a><br><br>i also write:<br><br><a href="http://www.acroubat.tumblr.com">acroubat</a><br><br><br></p> </center>
  617.  
  618. </div>
  619. </div>
  620.  
  621.  
  622. </div>
  623.  
  624. <div class="topper">
  625. <div class="topcontent">
  626.  
  627. <div class="toptitle"><a href="/">{Title}</a></div>
  628.  
  629. <div id="topimage">
  630. <img src="{image:Top Bar}">
  631. <div class="about">{Description}</div>
  632. </div>
  633.  
  634. <div class="links">
  635. <a href="{text:Link 1 URL}" title="{text:Link 1}">i</a>
  636. <a href="{text:Link 2 URL}" title="{text:Link 2}">ii</a>
  637. <a href="{text:Link 3 URL}" title="{text:Link 3}">iii</a>
  638. <a href="{text:Link 4 URL}" title="{text:Link 4}">iv</a>
  639. <a href="{text:Link 5 URL}" title="{text:Link 5}">v</a>
  640. </div>
  641.  
  642.  
  643. </div>
  644. </div>
  645.  
  646.  
  647.  
  648.  
  649. <div class="wrap">
  650.  
  651.  
  652.  
  653. <div id="entries">
  654.  
  655. {block:Posts}
  656.  
  657. <div class="post">
  658.  
  659.  
  660.  
  661. {block:Text}
  662. {block:Title}
  663. <div class="title"><a href="{Permalink}">{Title}</a></div>
  664. {/block:Title}
  665. {Body}
  666. {/block:Text}
  667.  
  668. {block:Photo}
  669. <center>
  670. {block:if500WidthPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:if500WidthPosts}
  671. {block:ifNot500WidthPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:ifNot500WidthPosts}</center>
  672. {block:Caption}
  673. <div class="caption">{Caption}</div>
  674. {/block:Caption}
  675. {/block:Photo}
  676.  
  677. {block:Photoset}
  678. <center>{block:if500WidthPosts}{Photoset-500}{/block:if500WidthPosts}
  679. {block:ifNot500WidthPosts}{Photoset-400}{/block:ifNot500WidthPosts}</center>
  680. {block:Caption}
  681. <div class="caption">{Caption}</div>
  682. {/block:Caption}
  683. {/block:Photoset}
  684.  
  685. {block:Quote}
  686. <div class="quote">"{Quote}"</div>
  687. {block:Source}
  688. <div class="source">{Source}</div>
  689. {/block:Source}
  690. {/block:Quote}
  691.  
  692. {block:Link}
  693. <center><div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div></center>
  694. {block:Description}
  695. {Description}
  696. {/block:Description}
  697. {/block:Link}
  698.  
  699. {block:Chat}{block:Title}<div class="title">{Title}</div>{/block:Title}<p>
  700. <div style="margin:-10px 0px;">
  701. {block:Lines}<div style="padding:7px 3px; border-bottom: 1px solid {color:border}; ">{block:Label}<span style="text-transform: lowercase; letter-spacing: 1px;">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}</div><br />{/block:Chat}
  702.  
  703. {block:Video}
  704. <center>{block:if500WidthPosts}{Video-500}{/block:if500WidthPosts}
  705. {block:ifNot500WidthPosts}{Video-400}{/block:ifNot500WidthPosts}</center>
  706. {block:Caption}
  707. {Caption}
  708. {/block:Caption}
  709. {/block:Video}
  710.  
  711. {block:Answer}
  712. <div class="ques">
  713.  
  714. <div class="zach">{Question}</div>
  715. <div class="asker">{Asker}</div>
  716. </div>
  717.  
  718. <div class="answer">{Answer}</div>
  719.  
  720. {/block:Answer}
  721.  
  722.  
  723. {block:Audio}
  724. <div style="border-top:1px solid #fff;"></div>
  725. <div class="aud"><div class="aud2"><center>{AudioPlayerWhite}</center></div></div><div style="border-top:1px solid #fff;"></div>{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  726. {/block:Audio}
  727.  
  728.  
  729.  
  730. <div class="post-info">
  731.  
  732. <div class="date">
  733. {block:Date}
  734. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount} ∙ <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{/block:Date}
  735.  
  736. <span style="float:right;">
  737. {block:ContentSource}<a href="{SourceURL}">origin</a> {block:RebloggedFrom}/ <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}<br>{/block:ContentSource}
  738. </span>
  739.  
  740. </div>
  741.  
  742. {block:HasTags}
  743. <div class="tags">
  744. {block:Tags}
  745. <a href="{TagURL}">{Tag}</a>
  746. {/block:Tags}
  747. </div>
  748. {/block:HasTags}
  749. </div>
  750.  
  751.  
  752.  
  753. {block:PostNotes}
  754. <div style="height:30px; width:100%; "></div>
  755. {PostNotes}
  756. {/block:PostNotes}
  757.  
  758.  
  759.  
  760. </div>
  761.  
  762. {/block:Posts}
  763.  
  764. </div>
  765.  
  766.  
  767.  
  768. <div id="nan">
  769. {block:indexpage}
  770. {block:PreviousPage}
  771. <a href="{PreviousPage}">⇠</a>&nbsp;
  772. {/block:PreviousPage}{CurrentPage} of {TotalPages}
  773. {block:NextPage}
  774. &nbsp;<a href="{NextPage}">⇢</a>
  775. {/block:NextPage}
  776. {/block:Pagination}
  777. {/block:indexpage}
  778. </div>
  779.  
  780.  
  781.  
  782. </div>
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790. </body>
  791. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement