Advertisement
diannaelise

Theme 3

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