Advertisement
diannaelise

Theme 5

Jan 22nd, 2015
6,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.94 KB | None | 0 0
  1. <!-- THEME 5 by ADRIANIVASHKOVS.TUMBLR.COM-->
  2.  
  3.  
  4.  
  5.  
  6. <!------------
  7.  
  8.  
  9.  
  10.  
  11. p l e a s e r e a d
  12.  
  13. by using my themes, you’ve agreed to the following conditions:
  14. don't steal my codes,
  15. don't use them as base,
  16. don't claim them as your own,
  17. leave all credit intact.
  18.  
  19.  
  20.  
  21.  
  22.  
  23. ------------>
  24.  
  25.  
  26.  
  27. <html><head>
  28. <title>{Title}</title>
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  32. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  33.  
  34. <meta name="color:background" content="#FEFEFE" />
  35. <meta name="color:highlight" content="#DBE2EA" />
  36. <meta name="color:link" content="#000000" />
  37. <meta name="color:hover" content="#000000" />
  38. <meta name="color:date" content="#000000" />
  39. <meta name="color:date link" content="#FFFFFF" />
  40. <meta name="color:text" content="#000000" />
  41. <meta name="color:border" content="#E7E7E7" />
  42. <meta name="color:title" content="#494949" />
  43. <meta name="color:description text" content="#5A5A5A" />
  44. <meta name="color:question" content="#FCFCFC" />
  45. <meta name="color:question text" content="#000000" />
  46. <meta name="color:chat" content="#F8F8F8" />
  47. <meta name="color:chat text" content="#868686" />
  48. <meta name="color:navigation link" content="#868686" />
  49.  
  50. <meta name="color:italic" content="#000000" />
  51. <meta name="color:bold" content="#000000" />
  52.  
  53. <meta name="if:Lazy Load" content="0" />
  54. <meta name="if:Posts 400px" content="0" />
  55. <meta name="text:font family body" content="times"/>
  56. <meta name="text:font family title" content="consolas"/>
  57. <meta name="text:font family navigation" content="consolas"/>
  58.  
  59. <meta name="text:second title" content="second title;" />
  60. <meta name=”image:Background Image” content=”“/>
  61.  
  62. <meta name="text:link1" content="/" />
  63. <meta name="text:link1 title" content="link one" />
  64. <meta name="text:link2" content="/" />
  65. <meta name="text:link2 title" content="link two" />
  66. <meta name="text:link3" content="/" />
  67. <meta name="text:link3 title" content="link three" />
  68. <meta name="text:link4" content="/" />
  69. <meta name="text:link4 title" content="link four" />
  70. <meta name="text:link5" content="/" />
  71. <meta name="text:link5 title" content="link five" />
  72.  
  73. <!--- lazy load--->
  74.  
  75. {block:ifLazyLoad}
  76. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  77. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  78. <script type="text/javascript" charset="utf-8">
  79. var $j = jQuery.noConflict();
  80. $j(function() {
  81. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  82. $j("img").lazyload({
  83. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  84. effect: "fadeIn",
  85. });
  86. });
  87. </script>
  88. {/block:ifLazyLoad}
  89.  
  90. <!--- tooltips --->
  91.  
  92. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  93. <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
  94.  
  95. <script>
  96. (function($){
  97. $(document).ready(function(){
  98. $("[title],a[title],img[title]").style_my_tooltips({
  99. tip_follows_cursor:"true",
  100. tip_delay_time:100,
  101. tip_fade_speed:100,
  102. attribute:"title"
  103. });
  104. });
  105. })(jQuery);
  106. </script>
  107.  
  108. <style type="text/css">
  109.  
  110. /*<!--- tumblr controls --->*/
  111.  
  112. iframe#tumblr_controls {
  113. white-space:nowrap;
  114. -webkit-filter: invert(100%);
  115. -moz-filter: invert(100%);
  116. -o-filter: invert(100%);
  117. -ms-filter: invert(100%); filter: invert(100%);
  118. opacity:0.5;
  119. transition: .8s ease-in-out;
  120. -webkit-transition: .8s ease-in-out;
  121. -moz-transition: .8s ease-in-out;
  122. -o-transition: .8s ease-in-out;
  123. }
  124.  
  125. /*<!--- tooltips --->*/
  126.  
  127. #s-m-t-tooltip {
  128. color:{color:link};
  129. background-color:{color:background};
  130. display:none;
  131. text-align:left;
  132. position:absolute;
  133. z-index:9999;
  134. font-size:8px;
  135. font-family:{text:font family body};
  136. letter-spacing:1px;
  137. text-transform:uppercase;
  138. padding:0px 6px 0px 6px;
  139. margin-top:27px;
  140. -webkit-transition:all 0.2s ease-out
  141. -moz-transition:all 0.2s ease-out;
  142. transition:all 0.2s ease-out;
  143. }
  144.  
  145. /*<!--- scrollbar --->*/
  146.  
  147. ::-webkit-scrollbar {
  148. width:9px;
  149. }
  150.  
  151. ::-webkit-scrollbar-track {
  152. background-color:#eaeaea;
  153. border-left:1px solid {color:border};
  154. }
  155.  
  156. ::-webkit-scrollbar-thumb {
  157. background-color:#ccc;
  158. }
  159.  
  160. ::-webkit-scrollbar-thumb:hover {
  161. background-color:#aaa;
  162. }
  163.  
  164. ::selection {
  165. background: {color:highlight};
  166. }
  167.  
  168. ::-moz-selection {
  169. background: {color:highlight};
  170. }
  171.  
  172. /*<!--- basics --->*/
  173.  
  174. h1 {
  175. font-size:15px;
  176. font-weight:bold;
  177. margin-top:0px;
  178. text-transform:normal;
  179. letter-spacing:1px;
  180. font-family:{text:font family body};
  181. text-align:left;
  182. margin-left:0px;
  183. line-height:18px;
  184. font-style:normal;
  185. }
  186.  
  187. h2 {
  188. font-size:15px;
  189. {block:IfNotPosts400px}
  190. width:500px;
  191. {/block:IfNotPosts400px}
  192. {block:IfPosts400px}
  193. width:400px;
  194. {/block:IfPosts400px}
  195. font-family:{text:font family body};
  196. text-transform:uppercase;
  197. line-height:18px;
  198. text-align:left;
  199. margin-top:0px;
  200. font-size:11px;
  201. letter-spacing:1px;
  202. color:{color:link};
  203. font-weight:normal;
  204. }
  205.  
  206. h3 {
  207. font-size:12px;
  208. line-height:17px;
  209. word-spacing:2px;
  210. letter-spacing:1px;
  211. font-family:{text:font family body};
  212. margin-top:8px;
  213. padding-bottom:5px;
  214. font-style:italic;
  215. font-weight:bold;
  216. text-align:center;
  217. {block:IfNotPosts400px}
  218. width:500px;
  219. {/block:IfNotPosts400px}
  220. {block:IfPosts400px}
  221. width:400px;
  222. {/block:IfPosts400px}
  223. }
  224.  
  225. b {
  226. color:{color:bold};
  227. }
  228.  
  229. i {
  230. color:{color:italic};
  231. font-weight:bold;
  232. }
  233.  
  234. body {
  235. color:{color:text};
  236. background-color:{color:background};
  237. font-style:normal;
  238. font-family:{text:font family body};
  239. text-align:justify;
  240. font-size:11px;
  241. text-decoration:none;
  242. line-height:18px;
  243. background-image:url(‘{image:background image}’);
  244. background-repeat:repeat;
  245. background-attachment:fixed;
  246. background-position:left top;
  247. }
  248.  
  249. a {
  250. color:{color:link};
  251. cursor:help;
  252. text-decoration:none;
  253. }
  254.  
  255. a:hover {
  256. color:{color:hover};
  257. }
  258.  
  259. #container {
  260. width:900px;
  261. margin:0 auto;
  262. }
  263.  
  264. #entries {
  265. position:absolute;
  266. margin-left:140px;
  267. padding-top:26px;
  268. padding-left:13px;
  269. padding-right:5px;
  270. margin-top:12px;
  271. {block:IfNotPosts400px}
  272. width:530px;
  273. {/block:IfNotPosts400px}
  274. {block:IfPosts400px}
  275. width:430px;
  276. {/block:IfPosts400px}
  277. }
  278.  
  279. #entries p img {
  280. max-width:100%;
  281. }
  282.  
  283. pre {
  284. white-space:pre-wrap;
  285. white-space:-moz-pre-wrap;
  286. white-space:-pre-wrap;
  287. white-space:-o-pre-wrap;
  288. word-wrap:break-word;
  289. }
  290.  
  291. #posts {
  292. {block:IfNotPosts400px}
  293. width:500px;
  294. {/block:IfNotPosts400px}
  295. {block:IfPosts400px}
  296. width:400px;
  297. {/block:IfPosts400px}
  298. color:{color:text};
  299. margin-left:0px;
  300. margin-top:10px;
  301. }
  302.  
  303. /*<!--- postinfo --->*/
  304.  
  305. .dateborder {
  306. height:1px;
  307. z-index:1;
  308. margin-top:0px;
  309. margin-bottom:-5px;
  310. background-color:{color:border};
  311. {block:IfNotPosts400px}
  312. width:500px;
  313. {/block:IfNotPosts400px}
  314. {block:IfPosts400px}
  315. width:400px;
  316. {/block:IfPosts400px}
  317. }
  318.  
  319. .date {
  320. z-index:1000;
  321. padding:2px 2px 2px 4px;
  322. position:justify;
  323. font-weight:bold;
  324. margin-bottom:0px;
  325. font-size:8px;
  326. letter-spacing:2px;
  327. font-family:{text:font family body};
  328. word-spacing:1px;
  329. text-transform:uppercase;
  330. {block:IfNotPosts400px}
  331. width:495px;
  332. {/block:IfNotPosts400px}
  333. {block:IfPosts400px}
  334. width:395px;
  335. {/block:IfPosts400px}
  336. }
  337.  
  338. .date a {
  339. background-color:{color:background};
  340. font-family:{text:font family body};
  341. font-weight:bold;
  342. font-size:8px;
  343. text-transform:uppercase;
  344. margin-left:-3px;
  345. }
  346.  
  347. /*<!--- sidebar --->*/
  348.  
  349. #sidebar {
  350. position:fixed;
  351. padding-left:22px;
  352. {block:IfNotPosts400px}
  353. margin-left:678px;
  354. {/block:IfNotPosts400px}
  355. {block:IfPosts400px}
  356. margin-left:578px;
  357. {/block:IfPosts400px}
  358. margin-top:61px;
  359. border-left:1px solid {color:border};
  360. }
  361.  
  362. #description {
  363. font-family:{text:font family body};
  364. font-size:10px;
  365. padding-right:12px;
  366. text-align:left;
  367. letter-spacing:0px;
  368. line-height:17px;
  369. width:130px;
  370. margin-top:0px;
  371. color:{color:description text};
  372. margin-left:3px;
  373. }
  374.  
  375. #title {
  376. text-align:left;
  377. text-transform:lowercase;
  378. letter-spacing:1px;
  379. font-size:14px;
  380. margin-bottom:8px;
  381. }
  382.  
  383. #title a {
  384. color:{color:title};
  385. background-color:{color:background};font-weight:bolder;
  386. font-family:{text:font family title};
  387. }
  388.  
  389. #pag {
  390. margin-top:40px;
  391. margin-left:0px;
  392. padding-top:17px;
  393. {block:IfNotPosts400px}width:500px;{/block:IfNotPosts400px}
  394. {block:IfPosts400px}width:400px;{/block:IfPosts400px}
  395. text-align:center;
  396. margin-bottom:70px;
  397. }
  398.  
  399. #pag a {
  400. font-size:9px;
  401. font-weight:bold;
  402. font-family:{text:font family body};
  403. padding:4px;
  404. word-spacing:7px;
  405. letter-spacing:1px;
  406. }
  407.  
  408. #current_page {
  409. padding:5px;
  410. }
  411.  
  412. /*<!--- blockquote --->*/
  413.  
  414. blockquote {
  415. border-left:1px solid {color:text};
  416. padding-left:10px;
  417. margin-left:0px;
  418. {block:IfNotPosts400px}
  419. width:470px;
  420. {/block:IfNotPosts400px}
  421. {block:IfPosts400px}
  422. width:370px;
  423. {/block:IfPosts400px}
  424. }
  425.  
  426. blockquote blockquote {
  427. padding: 0 0 0 10px;
  428. margin: 0 0 0 0px;
  429. color:{color:text};
  430. }
  431.  
  432. blockquote, small {
  433. font-size:10px;
  434. letter-spacing:1px;
  435. }
  436.  
  437. blockquote img {
  438. height:auto;
  439. max-width:300px;
  440. }
  441.  
  442. /*<!--- chat --->*/
  443.  
  444. .chat {
  445. list-style:none;
  446. line-height:12px;
  447. font-size:10px;
  448. {block:IfNotPosts400px}
  449. width:500px;
  450. {/block:IfNotPosts400px}
  451. {block:IfPosts400px}
  452. width:400px;
  453. {/block:IfPosts400px}
  454. }
  455.  
  456. .chat ul {
  457. line-height:15px;
  458. list-style:none;
  459. padding:0px;
  460. line-height:20px;
  461. }
  462.  
  463. .person1 {
  464. padding:5px;
  465. background-color:{color:background};
  466. color:{color:chat text};
  467. }
  468.  
  469. .person1 .label {
  470. font-weight:bold;
  471. }
  472.  
  473. .person2 {
  474. padding:5px;
  475. background-color:{color:chat};
  476. color:{color:chat text};
  477. }
  478.  
  479. .person2 .label {
  480. font-weight:bold;
  481. }
  482.  
  483. /*<!--- credit --->*/
  484.  
  485. #credit {
  486. right:10px;
  487. bottom:7px;
  488. padding:5px;
  489. background:transparent;
  490. font-size:8px;
  491. position:fixed;
  492. font-weight:bold;
  493. font-family:calibri;
  494. }
  495.  
  496. #credit a {
  497. color:{color:link};
  498. padding:5px;
  499. letter-spacing:1px;
  500. font-weight:bold;
  501. }
  502.  
  503. /*<!--- ask --->*/
  504.  
  505. #ask {
  506. letter-spacing:0px;
  507. margin-top:2px;
  508. {block:IfNotPosts400px}width:500px;{/block:IfNotPosts400px}
  509. {block:IfPosts400px}width:400px;{/block:IfPosts400px}
  510. margin-bottom:5px;
  511. font-size:11px;
  512. margin-left:-1px;
  513. padding-bottom:3px;
  514. font-family:{text:font family body};
  515. }
  516.  
  517. #question {
  518. {block:IfNotPosts400px}width:500px;{/block:IfNotPosts400px}
  519. {block:IfPosts400px}width:400px;{/block:IfPosts400px}
  520. margin-left:0px;
  521. margin-top:0px;
  522. }
  523.  
  524. #ask a {
  525. padding-left:0px;
  526. }
  527.  
  528. /*<!--- audio --->*/
  529.  
  530. #cover img {
  531. width:148px;
  532. height:148px;
  533. float:left;
  534. margin-top:0px;
  535. }
  536.  
  537. .audioplayer {
  538. width:24px;
  539. height:24px;
  540. margin-top:47px;
  541. margin-left:47px;
  542. overflow:hidden;
  543. padding:3px;
  544. }
  545.  
  546. #audioplayerbackground {
  547. position:absolute;
  548. z-index:1;
  549. width:130px;
  550. height:130px;
  551. margin-top:10px;
  552. margin-left:10px;
  553. background:#fff;
  554. opacity:0.3;
  555. -webkit-transition:opacity 0.8s linear;
  556. -webkit-transition:all 0.5s ease-out;
  557. -moz-transition:all 0.5s ease-out;
  558. transition:all 0.5s ease-out;
  559. }
  560.  
  561. #audioplayerbackground:hover {
  562. opacity:.7;
  563. -webkit-transition:opacity 0.8s linear;
  564. -webkit-transition:all 0.5s ease-out;
  565. -moz-transition:all 0.5s ease-out;
  566. transition:all 0.5s ease-out;
  567. }
  568.  
  569. .info {
  570. {block:IfNotPosts400px}width:315px;{/block:IfNotPosts400px}
  571. {block:IfPosts400px}width:215px;{/block:IfPosts400px}
  572. height:96px;
  573. margin-left:155px;
  574. display:block;
  575. padding-top:50px;
  576. font-family:calibri;
  577. font-size:10px;
  578. letter-spacing:0px;
  579. letter-spacing:1px;
  580. border:1px solid {color:border};
  581. padding-left:30px;
  582. text-align:left;
  583. }
  584.  
  585. /*<!--- notes --->*/
  586.  
  587. ol.notes {
  588. margin-top:40px;
  589. padding:0px;
  590. {block:IfNotPosts400px}width:500px;{/block:IfNotPosts400px}
  591. {block:IfPosts400px}width:400px;{/block:IfPosts400px}
  592. margin-left:0px;
  593. font-style:italic;
  594. padding-top:10px;
  595. list-style-type:none;
  596. color:{color:text};
  597. }
  598.  
  599. ol.notes li.note {
  600. padding:10px;
  601. }
  602.  
  603. ol.notes li.note img.avatar {
  604. vertical-align:-4px;
  605. margin-right:10px;
  606. opacity:0;
  607. width:8px;
  608. height:8px;
  609. }
  610.  
  611. ol.notes li.note blockquote {
  612. padding:4px 10px;
  613. {block:IfNotPosts400px}width:400px;{/block:IfNotPosts400px}
  614. {block:IfPosts400px}width:300px;{/block:IfPosts400px}
  615. margin:10px 0px 0px 5px;
  616. }
  617.  
  618. </style><style type="text/css">{CustomCSS}</style>
  619.  
  620. </head><body>
  621.  
  622. <div id="container">
  623.  
  624. <div id="sidebar">
  625.  
  626. <a href="/" title="{Title}"><img src="{PortraitURL-64}" style="
  627. margin-left:3px;
  628. margin-top:25px;
  629. position:relative;
  630. width:50px;
  631. display:block;
  632. margin-bottom:15px;">
  633. </a>
  634.  
  635. <div id="description">
  636.  
  637. <div id="title"><a href="/">{text:second title}</a></div>
  638.  
  639. {Description}
  640.  
  641. <br>
  642. <div style="margin-top:10px;">
  643. <div style="font-weight:bold;font-family:{text:font family navigation};"> + navigation</div>
  644. <div style="margin-top:5px;color:{color:navigation link};font-family:{text:font family navigation};">
  645. <a href="/">home</a> <br>
  646. <a href="/ask">ask</a> <br>
  647. <a href="/archive">archive</a> <br>
  648. {block:ifLink1}<a href="{text:link1}">{text:link1 title}</a>{/block:ifLink1}<br>
  649. {block:ifLink2}<a href="{text:link2}">{text:link2 title}</a>{/block:ifLink2}
  650. <br>
  651. {block:ifLink3}<a href="{text:link3}">{text:link3 title}</a>{/block:ifLink3}
  652. <br>
  653. {block:ifLink4}<a href="{text:link4}">{text:link4 title}</a>{/block:ifLink4}
  654. <br>
  655. {block:ifLink5}<a href="{text:link5}">{text:link5 title}</a>{/block:ifLink5}
  656.  
  657. </div>
  658. </div>
  659.  
  660. <br>
  661. </div>
  662.  
  663.  
  664. </div>
  665.  
  666. <div id="entries">
  667.  
  668. {block:Posts}
  669.  
  670. {block:Date}
  671. <div class="date"><a href="{Permalink}" style="background-color:{color:date};color:{color:date link};padding:3px;" title="{Month} {DayOfMonthWithZero}, {Year}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} at {12Hour}:{Minutes}{CapitalAmPm}</a> &nbsp;
  672.  
  673. {block:NoteCount}<a href="{Permalink}"> {notecount}n &nbsp; </a>{/block:Notecount}
  674.  
  675. {block:RebloggedFrom} <a href="{ReblogRootURL}" title="{ReblogRootName}"> © &nbsp;
  676. <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
  677. </a>{/block:RebloggedFrom}
  678.  
  679. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  680.  
  681. &nbsp;
  682.  
  683. {block:Tags} <a href="/tagged/{Tag}"><i class="fa fa-tag"></i> {Tag} &nbsp; </a>{/block:Tags}
  684.  
  685. </div>
  686.  
  687. <div class="dateborder"></div>
  688. <br>
  689. {/block:Date}
  690.  
  691.  
  692. <div id="posts">
  693.  
  694. {block:Text}
  695. {block:Title}<h1>{Title}</h1>{/block:Title}<center><div style="text-align:left;">{Body}</div></center>
  696. {/block:Text}
  697.  
  698. {block:Quote}
  699. <h3>{Quote}
  700. <font style="font-weight:normal;font-size:11px;"><br><p> - {Source}</font></h3>
  701. {/block:Quote}
  702.  
  703. {block:Link}
  704. <a href="{URL}"><h1>{Name}</h1></a>
  705. {block:Description}{Description}{/block:Description}
  706. {/block:Link}
  707.  
  708. {block:Photo}
  709. {LinkOpenTag}
  710. {block:IfNotPosts400px}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:IfNotPosts400px}{block:IfPosts400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{block:IfPosts400px}
  711. {LinkCloseTag}
  712. {/block:Photo}
  713.  
  714. {block:Photoset}
  715. {block:IfNotPosts400px}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{block:IfNotPosts400px}{block:IfPosts400px}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:IfPosts400px}
  716. {/block:Photoset}
  717.  
  718. {block:Video}
  719. {block:IfNotPosts400px}{Video-500}{block:Caption}{Caption}{/block:Caption}{block:IfNotPosts400px}{block:IfPosts400px}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:IfPosts400px}
  720. {/block:Video}
  721.  
  722. {block:Chat}
  723. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  724. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label} &nbsp; &nbsp; </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  725. {/block:Chat}
  726.  
  727. {block:Answer}
  728. <div id="ask">
  729. <div id="question" style="text-align:right;"><b> Q:&#160; </b> {Question} &nbsp; <br> - {asker}</div><div style="padding:5px 15px 5px 15px;">{answer}</div></div>
  730. {/block:Answer}
  731.  
  732. {block:Audio}
  733. {block:AlbumArt}<div id="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  734. <div id="audioplayerbackground">
  735. <div class="audioplayer">{AudioPlayerwhite}</div></div>
  736. <div class="info">
  737. {block:TrackName}<b>{TrackName}</b>{/block:TrackName} <br>
  738. {block:Artist}{Artist}{/block:Artist} <br>
  739. {FormattedPlayCount} plays
  740. </div>
  741. {block:Caption}{Caption}{/block:Caption}
  742. {/block:Audio}
  743.  
  744.  
  745. {block:PostNotes}{PostNotes}{/block:PostNotes}
  746.  
  747. <br>
  748. <br>
  749.  
  750. {/block:Posts}
  751.  
  752. <div id="pag">
  753. {block:Pagination}
  754. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">back &nbsp; &nbsp;</a>{/block:PreviousPage}
  755. {block:JumpPagination length="5"}
  756. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  757. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  758. {block:NextPage}<a href="{NextPage}" class="jump_page">&nbsp; &nbsp; forth </a>{/block:NextPage}
  759. {/block:Pagination}
  760. </div>
  761.  
  762. <div id="credit"><a href="http://adrianivashkovs.tumblr.com/">A I</a></div>
  763.  
  764. </div></div></div></div>
  765.  
  766. </body>
  767.  
  768. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement