Advertisement
singforabsolution

Theme By Kelsey#28

May 20th, 2012
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.36 KB | None | 0 0
  1. <!-- please don't remove the credit or use as a base code \m/-->
  2.  
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <head>
  7.  
  8. <!--Default Variables-->
  9. <!--Colors-->
  10. <meta name="color:Background" content="#f0ffff"/>
  11. <meta name="color:Text" content="#000000"/>
  12. <meta name="color:Post Title" content="#1C1C1C"/>
  13. <meta name="color:Link" content="#084444"/>
  14. <meta name="color:Link Hover" content="#91acac"/>
  15. <meta name="color:Chat 1" content=""/>
  16. <meta name="color:Chat 2" content=""/>
  17. <meta name="color:Scrollbar" content="#F8F8FF"/>
  18. <meta name="color:Ask Background" content="#ECE5CE"/>
  19. <meta name="color:Sidelinks Text Hover" content="#000"/>
  20. <meta name="color:Sidelinks 1" content="#774F38"/>
  21. <meta name="color:Sidelinks 2" content="#E08E79"/>
  22. <meta name="color:Sidelinks 3" content="#F1D4AF"/>
  23. <meta name="color:Sidelinks 4" content="#ECE5CE"/>
  24. <meta name="color:Permalink" content="#A9A9A9"/>
  25.  
  26.  
  27. <!--Images-->
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:Sidebar" content=""/>
  30.  
  31. <!--Options-->
  32. <meta name="if:Icon Links" content="1"/>
  33. <meta name="if:Infinite Scrolling" content="1"/>
  34. <meta name="if:Tiny Cursor" content="1"/>
  35. <meta name="if:Tiny Scrollbar" content="1"/>
  36. <meta name="if:Rainbow Links" content=""/>
  37. <meta name="if:Show Caption" content=""/>
  38. <meta name="if:Description Scrollbar" content="1">
  39.  
  40. <!--Links-->
  41. <meta name="text:Link 1 URL" content="/"/>
  42. <meta name="text:Link 1 name" content="link 1"/>
  43. <meta name="text:Link 2 URL" content="/"/>
  44. <meta name="text:Link 2 name" content="link 2"/>
  45. <meta name="text:Link 3 URL" content="/"/>
  46. <meta name="text:Link 3 name" content="link 3"/>
  47. <meta name="text:Link 4 URL" content="link 4"/>
  48. <meta name="text:Link 4 name" content="/">
  49.  
  50. {block:Description}
  51. <meta name="description" content="{MetaDescription}" />{/block:Description}
  52. <title>
  53. {block:PostSummary}
  54. {PostSummary} - {/block:PostSummary}{Title}</title>
  55.  
  56. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  57.  
  58. </style>
  59. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  60. <style type="text/css">
  61.  
  62. {block:iftinycursor}
  63. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  64.  
  65.  
  66. {block:iftinyscrollbar}
  67. ::-webkit-scrollbar {width: 7px; height: 7px; background: #FFFAFA; }
  68. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; -webkit-border-radius: 0ex; border: 1px solid black;}
  69. {/block:iftinyscrollbar}
  70.  
  71. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  72.  
  73. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  74.  
  75. body{
  76. background-color: {color:Background};
  77. background-image:url({image:Background});
  78. background-attachment:fixed;
  79. background-repeat:repeat;
  80. background-position:center;
  81. font-family:calibri;
  82. font-size:15px;
  83. line-height:16px;
  84. letter -spacing:0px;
  85. color:{color:Text};
  86. }
  87.  
  88. a:link, a:active, a:visited{
  89. color: {color:Link};
  90. text-decoration:none;
  91. -webkit-transition: all 0.3s linear;
  92. -moz-transition: all 0.3s linear;
  93. transition: all 0.3s linear;
  94. }
  95. a:hover{
  96. color: {color:Link Hover};
  97. -webkit-transition: all 0.3s linear;
  98. -moz-transition: all 0.3s linear;
  99. transition: all 0.3s linear;
  100. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  101. }
  102.  
  103. #container {
  104. margin:auto;
  105. position:right;
  106. width:1200px;
  107. color: {color:Title};
  108. _margin-left:10%;
  109. }
  110.  
  111. #content {
  112. float:center;
  113. width:508px;
  114. padding:3px;
  115. margin-top:0px;
  116. margin-left:440px;
  117. background:transparent;
  118. }
  119.  
  120. #entry {
  121. margin-top:15px;
  122. padding:3px;
  123. background-color:clear;
  124. }
  125.  
  126. #entry img{
  127. {block:IndexPage}max-width:500px;{/block:IndexPage}
  128. }
  129.  
  130. #permalink{
  131. display: block;
  132. padding:1px;
  133. padding-right:3px;
  134. margin-top:2px;
  135. font-family:calibri;
  136. font-size:12px;
  137. line-height:13px;
  138. text-align:right;
  139. background:{color:Permalink};
  140. }
  141.  
  142. #side {
  143. position:fixed !important;
  144. width:216px;
  145. height:auto;
  146. background-color:clear;
  147. margin-top:40px;
  148. margin-left:-310px ;
  149. padding:5px;
  150. }
  151.  
  152. #sidepic {
  153. width: 211px;
  154. border-left:5px solid black;
  155. border-right:5px solid black;
  156. border-top:5px solid black;
  157. }
  158.  
  159. #sidepic .desc{
  160. font-size:11px;
  161. opacity:0;
  162. padding:3px;
  163. padding-top:10px;
  164. width:205px;
  165. height:100%;
  166. position: absolute;
  167. text-align:left;
  168. background-color:white;
  169. color:black;
  170. {block:ifDescriptionScrollbar}
  171. overflow:scroll;
  172. overflow-x:hidden;
  173. {/block:ifDescriptionScrollbar}
  174. -webkit-transition: opacity 0.5s linear;
  175. -webkit-transition: all 0.5s linear;
  176. -moz-transition: all 0.5s linear;
  177. transition: all 0.5s linear;
  178. }
  179.  
  180. #sidepic:hover .desc{
  181. opacity:0.7;
  182. margin-left:0px;
  183. transition: all 0.5s linear;
  184. -webkit-transition: opacity 0.5s linear;
  185. -webkit-transition: all 0.5s linear;
  186. -moz-transition: all 0.5s linear;
  187. }
  188.  
  189.  
  190. .navigate1 a{
  191. position: fixed !important;text-align:right;
  192. display: block;
  193. font-family:calibri;
  194. font-size: 10px;
  195. line-height:11px;
  196. text-transform: uppercase;
  197. float:left;
  198. width: 41px;
  199. height:20px;
  200. padding-left: 0px;
  201. padding-right: 15px;
  202. padding-top: 14px;
  203. padding-bottom: 2px;
  204. background-color:{color:Sidelinks 1};
  205. color:{color:Sidelinks 1};
  206. -webkit-transition: all .4s ease-in;
  207. -moz-transition: all .4s ease-in;
  208. -o-transition: all .4s ease-in;
  209. transition: all .4s ease-in;
  210. line-height:3px;
  211. border-left:5px solid black;
  212. border-bottom:5px solid black;
  213. border-top:5px solid black;margin-top: -3px;
  214. }
  215.  
  216. .navigate1:hover a{
  217. background-color:{color:Sidelinks Hover};
  218. color:{color:Sidelinks Text Hover};
  219. padding-left: 155px;
  220. -webkit-transition: all .7s ease-out;
  221. -moz-transition: all .7s ease-out;
  222. -o-transition: all .7s ease-out;
  223. transition: all .7s ease-out;
  224. }
  225.  
  226. .navigate2 a{
  227. margin-left:81px;text-align:right;
  228. font-family:calibri;
  229. font-size: 10px;
  230. line-height:11px;
  231. text-transform: uppercase;
  232. position: fixed !important;
  233. display: block;
  234. float:left;
  235. width: 41px;
  236. height:20px;
  237. margin-top: 0px;
  238. padding-left: 0px;
  239. padding-right: 15px;
  240. padding-top: 14px;
  241. padding-bottom: 2px;
  242. margin-left:58px;
  243. background-color:{color:Sidelinks 2};
  244. color:{color:Sidelinks 2};
  245. -webkit-transition: all .4s ease-out;
  246. -moz-transition: all .4s ease-out;
  247. -o-transition: all .4s ease-out;
  248. transition: all .4s ease-out;
  249. line-height:3px;
  250. border-left:2px solid black;
  251. border-bottom:5px solid black;border-top:5px solid black;margin-top: -3px;
  252. }
  253.  
  254. .navigate2:hover a{
  255. background-color:{color:Sidelinks Hover};
  256. color:{color:Sidelinks Text Hover};
  257. padding-left: 100px;
  258. -webkit-transition: all .6s ease-out;
  259. -moz-transition: all .6s ease-out;
  260. -o-transition: all .6s ease-out;
  261. transition: all .6s ease-out;
  262. }
  263.  
  264. .navigate3 a{
  265. margin-left:81px;text-align:right;
  266. font-family:calibri;
  267. font-size: 10px;
  268. line-height:11px;
  269. text-transform: uppercase;
  270. position: fixed !important;
  271. display: block;
  272. float:left;
  273. width: 44px;
  274. height:20px;
  275. margin-top: 0px;
  276. padding-left: 0px;
  277. padding-right: 15px;
  278. padding-top: 14px;
  279. padding-bottom: 2px;
  280. margin-left:106px;
  281. background-color:{color:Sidelinks 3};
  282. color:{color:Sidelinks 3};
  283. -webkit-transition: all .4s ease-out;
  284. -moz-transition: all .4s ease-out;
  285. -o-transition: all .4s ease-out;
  286. transition: all .4s ease-out;
  287. line-height:3px;
  288. border-left:4px solid black;
  289. border-bottom:5px solid black;border-top:5px solid black;margin-top: -3px;
  290. }
  291.  
  292. .navigate3:hover a{
  293. background-color:{color:Sidelinks Hover};
  294. color:{color:Sidelinks Text Hover};
  295. -webkit-transition: all .4s ease-out;
  296. -moz-transition: all .4s ease-out;
  297. padding-left:47px;
  298. -o-transition: all .4s ease-out;
  299. transition: all .4s ease-out;
  300. }
  301.  
  302. .navigate4 a{
  303. margin-left:81px;text-align:right;
  304. font-family:calibri;
  305. font-size: 10px;
  306. line-height:11px;
  307. text-transform: uppercase;
  308. position: fixed !important;
  309. display: block;
  310. float:left;
  311. width: 48px;
  312. height:20px;
  313. margin-top: 0px;
  314. margin-left:-1px;
  315. padding-left: 0px;
  316. padding-right: 10px;
  317. padding-top: 14px;
  318. padding-bottom: 2px;
  319. margin-left:158px;
  320. background-color:{color:Sidelinks 4};
  321. color:{color:Sidelinks 4};
  322. -webkit-transition: all .6s ease-out;
  323. -moz-transition: all .6s ease-out;
  324. -o-transition: all .6s ease-out;
  325. transition: all .6s ease-out;
  326. line-height:3px;
  327. border-right:5px solid black;
  328. border-left:0px solid black;
  329. border-bottom:5px solid black;border-top:5px solid black;margin-top: -3px;
  330. }
  331.  
  332. .navigate4:hover a{
  333. background-color:{color:Sidelinks Hover};
  334. color:{color:Sidelinks Text Hover};
  335. -webkit-transition: all .6s ease-out;
  336. -moz-transition: all .6s ease-out;
  337. -o-transition: all .6s ease-out;
  338. transition: all .6s ease-out;
  339. }
  340.  
  341. .nav{
  342. width:160px;
  343. line-height:14px;
  344. font-family:silkscreen;
  345. font-size:8px;
  346. }
  347.  
  348. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  349.  
  350. #titlebox {
  351. position:fixed !important;
  352. width:450px;
  353. height:40px;
  354. font-size:10px;
  355. line-height:9px;
  356. background-color:clear;
  357. margin-top:150px;
  358. margin-left:-550px ;
  359. padding 2px;
  360. float:left;
  361. z-index:1;
  362. }
  363.  
  364. .blogtitle{
  365. font-size:63px;
  366. font-family:arsenalewhite;
  367. line-height:53px;
  368. -webkit-transition: all .2s ease-out;
  369. -moz-transition: all .2s ease-out;
  370. -o-transition: all .2s ease-out;
  371. transition: all .2s ease-out;
  372. -webkit-transform: rotate(-90deg);
  373. -moz-transform: rotate(-90deg);
  374. -o-transform: rotate(-90deg);
  375. }
  376.  
  377. .blogtitle:hover{
  378. font-size:45px;
  379. -webkit-transition: all .2s ease-out;
  380. -moz-transition: all .2s ease-out;
  381. -o-transition: all .2s ease-out;
  382. transition: all .2s ease-out;
  383. }
  384.  
  385. .posttitle{
  386. font-size:22px;
  387. line-height:18px;
  388. text-transform:uppercase;
  389. color: {color:Post Title};
  390. }
  391.  
  392. blockquote{
  393. padding:0px 0px 2px 5px;
  394. margin:0px 0px 2px 1px;
  395. border-left: 1px solid {color:Text};}
  396. blockquote p, ul{margin:0px; padding:0px;
  397. }
  398.  
  399. .chat .line{
  400. color:{color:Chat 1};
  401. margin: 0 0 0px;
  402. padding: 2px;
  403. }
  404. .chat .line.odd{
  405. color:{color:Chat 2};
  406. }
  407.  
  408. .label {font-weight:bold; color:{color:text}}
  409.  
  410. .question {
  411. color:{color:Text};
  412. font-size:10px;
  413. font-weight:normal;
  414. line-height:95%;
  415. background: {color:Ask Background};
  416. margin: 0 0 10px 0;
  417. padding: 10px 15px;
  418. position:relative;
  419. -moz-border-radius:5px; -webkit-border-radius:5px;
  420. }
  421.  
  422. .questionarrow {
  423. width:13px;
  424. height:7px;
  425. font-size:30px;
  426. position:absolute;
  427. color:{color:Ask Background};
  428. bottom: -3.5px;
  429. left: 260px;
  430. }
  431.  
  432.  
  433. .asker {
  434. width:500px;
  435. text-align:left;
  436. color:{color:Text};
  437. font-family:silkscreen;
  438. font-size:9px;
  439. }
  440.  
  441. .asker a {
  442. color:{color:Text};
  443. }
  444.  
  445. .asker img {
  446. float:left;
  447. margin-left:220px;
  448. vertical-align:top;
  449. margin-right:3px;
  450. max-height:15px;
  451. }
  452.  
  453. a img{border:0px;}
  454.  
  455. .p { padding-top:5px; }
  456. .ol, ul { margin-left:10px; padding:5px; }
  457. .ul { list-style-type:square; }
  458.  
  459. .albumart { margin-bottom:0px; }
  460. .albumart img, .audio embed { width:55px; padding-right:3px; }
  461.  
  462. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  463.  
  464. .notes img{width:10px; position:left; top:3px;}
  465.  
  466. .pages {
  467. width:200px;
  468. height:16px;
  469. padding-top:5px;
  470. margin-top:0px;
  471. font-size:20px;
  472. background-color:clear;
  473. text-align:center;
  474. }
  475.  
  476.  
  477. {font-size: 100%;}
  478.  
  479. {CustomCSS}
  480. </style>
  481.  
  482. <link rel="shortcut icon" href="{Favicon}">
  483.  
  484. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  485.  
  486. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  487. "></script>{/block:ifrainbowlinks}
  488.  
  489. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  490. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  491. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  492.  
  493. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  494. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  495. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  496. <script type="text/javascript">
  497. $(document).ready(function() {
  498. $().UItoTop({ easingType: 'easeOutQuart' });
  499. });
  500. </script>{/block:ifinfinitescrolling}
  501.  
  502.  
  503. </head>
  504. <body>
  505. <div id="container">
  506. <div id="content">
  507. <div id="titlebox">
  508. <center>
  509. <div class="blogtitle"><a href="/">{Title}</a></div>
  510. </center>
  511. </div>
  512.  
  513. <div id="side">
  514. <div id="sidepic">
  515. <div class="desc">
  516. <center>
  517. <select style="width: 180px; border: 0px solid;
  518. border:3px solid black; padding: 5px; color:{color:NavText}; background-color:{color:NavBar}; font-family:helvetica; font-size: 10px; letter-spacing: 2px; opacity: .9;{block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};" onChange="location.href=this.options[this.selectedIndex].value;">
  519.  
  520. <option value="/">NAVIGATE &rarr;</option>
  521. <option value="{text:Link 1 URL}">&rarr; {text:Link 1 Name}</option>
  522. <option value="{text:Link 2 URL}">&rarr; {text:Link 2 Name}</option>
  523. <option value="{text:Link 3 URL}">&rarr; {text:Link 3 Name}</option>
  524. <option value="{text:Link 4 URL}">&rarr; {text:Link 4 Name}</option>
  525.  
  526. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  527. </center>
  528. </select>
  529. <br>
  530.  
  531. <br>
  532. <div align="left">
  533. {Description}
  534. </div>
  535. {block:ifDescriptionScrollbar}
  536. <br><br><br>
  537. .
  538. {/block:ifDescriptionScrollbar}
  539. </div>
  540. <a href="/"><img src="{image:sidebar}" width=211px></a>
  541. </div>
  542.  
  543. <div class="navigate4"><a href="http://sociallyawkwardgiraffe.tumblr.com/themes">theme</a> </div>
  544. <div class="navigate3"> <a href="/archive">archive</a> </div>
  545. <div class="navigate2"> <a href="/ask">message</a> </div>
  546. <div class="navigate1"> <a href="/">home</a> </div>
  547.  
  548. </div></div>
  549.  
  550. <div id="content">
  551. {block:Posts}
  552. <div id="entry">
  553.  
  554.  
  555. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:text}
  556.  
  557. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}{/block:link}
  558.  
  559. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  560.  
  561. {block:Photoset}<center>{Photoset-500}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  562.  
  563. {block:Quote}<span class="posttitle">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}<br>{/block:Quote}
  564.  
  565. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  566. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  567.  
  568. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerBlack}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  569. {TrackName}</span>{/block:TrackName}<br>
  570. {block:Artist}<span><strong>Artist:</strong>
  571. {Artist}</span>{/block:Artist}<br>
  572. {block:Caption}{Caption}{/block:Caption}
  573. {/block:Audio}
  574.  
  575. {block:Video}<center>{Video-500}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  576.  
  577.  
  578.  
  579. {block:Answer}
  580. <div class="question">
  581. <div class="questionarrow">▼</div>
  582. {Question}
  583. </div>
  584. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  585. <div class="answer">{Answer}</div>
  586. {/block:answer}
  587.  
  588. </center>
  589.  
  590. {block:PermalinkPage}
  591. <Br>
  592. {block:Date}
  593. {TimeAgo} on
  594. {Month} {DayofMonth},{Year}
  595. {/block:Date}
  596. {block:NoteCount} · {NoteCountWithLabel}
  597. {/block:NoteCount}
  598. {block:HasTags} · Tags:
  599. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  600. {/block:Tags}
  601. {/block:HasTags}
  602. {/block:PermalinkPage}
  603.  
  604. {block:IndexPage}
  605. <div id="permalink">
  606. <l>
  607. {block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> + (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) + {/block:RebloggedFrom}
  608.  
  609. <a href="{Permalink}">
  610. {NoteCountWithLabel}</a> +
  611. <a href="{ReblogURL}" target="_blank" class="details">reblog
  612. </div>
  613. {/block:IndexPage}
  614.  
  615. {block:PostNotes}{PostNotes}
  616. {/block:PostNotes}</div>{/block:Posts}
  617.  
  618. <center>
  619. {block:ifNotInfiniteScrolling}
  620. <div class="pages">
  621. {block:Pagination}
  622. <div class="pagination">
  623. {block:PreviousPage} <a href="{PreviousPage}"><font size="5">« </font></a>{/block:PreviousPage}
  624. {block:JumpPagination length="5"}
  625. {block:CurrentPage}
  626. <span class="current_page">{PageNumber}&nbsp;</span>
  627. {/block:CurrentPage}
  628. {block:JumpPage}
  629. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  630. {/block:JumpPage}
  631. {/block:JumpPagination}
  632. {block:NextPage}<a href="{NextPage}"><font size="5">» </font></a>{/block:NextPage}
  633. </div>
  634. {/block:Pagination}
  635. {/block:ifNotInfiniteScrolling}
  636. </center>
  637. </div>
  638.  
  639. </div></div>
  640. </div>
  641.  
  642. </div>
  643. </body>
  644. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement