Advertisement
missskinnylove

Theme 10- Elastic Heart

Oct 11th, 2013
16,816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.29 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3.  
  4. <!-----THEME BY MISSSKINNYLOVE.TUMBLR ------>
  5.  
  6. <!----- Do not steal or remove the credits!
  7. Do not claim as your own!
  8. Do not use my themes as a base!
  9. If you have any questions message me. ------>
  10.  
  11.  
  12. <html>
  13.  
  14. <head>
  15.  
  16.  
  17.  
  18. <!-- DEFAULT VARIABLES -->
  19.  
  20.  
  21.  
  22. <meta name="image:Background" content="" />
  23. <meta name="image:SidebarBg" content="" />
  24.  
  25. <meta name="text:SideTitle" content="side title" />
  26. <meta name="font:Body" content="cambria" />
  27. <meta name="font:Title" content="cambria" />
  28. <meta name="color:SideTitle" content="#bebebe" />
  29.  
  30. <meta name="color:Background" content="#ffffff" />
  31. <meta name="color:Borders" content="#f1f1f1" />
  32. <meta name="color:Sidebar" content="#ffffff" />
  33. <meta name="color:DescriptionBg" content="#f4f4f4" />
  34. <meta name="color:Description" content="#c2bdb9" />
  35. <meta name="color:Question" content="#fdfdfd" />
  36. <meta name="color:Bold" content="#706f6e" />
  37.  
  38. <meta name="color:Links" content="#b1b1b1" />
  39. <meta name="color:SLinks" content="#bebebe" />
  40. <meta name="color:SLinksBg" content="#fcfcfc" />
  41. <meta name="color:LinksHover" content="#353433" />
  42.  
  43. <meta name="color:Title" content="#cebba3" />
  44.  
  45.  
  46. <meta name="color:Text" content="#c2bdb9" />
  47. <meta name="name:start-here" content="#c2bdb9" />
  48.  
  49. <meta name="color:Scrollbar" content="#bebebe"/>
  50.  
  51. <!---
  52. <meta name="text:Link1" content="sidebar link1" />
  53. <meta name="text:Link1 URL" content="" />
  54. <meta name="text:Link2" content="sidebar link2" />
  55. <meta name="text:Link2 URL" content="" />
  56. <meta name="text:Link3" content="sidebar link3" />
  57. <meta name="text:Link3 URL" content="" />
  58. --->
  59.  
  60.  
  61. <meta name="text:Link1" content="sidebar link1" />
  62. <meta name="text:Link1 URL" content="" />
  63. <meta name="text:Link2" content="sidebar link2" />
  64. <meta name="text:Link2 URL" content="" />
  65. <meta name="text:Link3" content="sidebar link3" />
  66. <meta name="text:Link3 URL" content="" />
  67. <meta name="text:Link4" content="sidebar link4" />
  68. <meta name="text:Link4 URL" content="" />
  69. <meta name="text:Link5" content="sidebar link5" />
  70. <meta name="text:Link5 URL" content="" />
  71.  
  72.  
  73. <meta name="text:BackgroundRepeat" content="repeat" />
  74. <meta name="if:ShowSideTitle" content="0" />
  75. <meta name="if:ShowSbarLinks" content="0" />
  76. <meta name="if:ShowSbarLinks2" content="0" />
  77.  
  78.  
  79.  
  80.  
  81. <SCRIPT TYPE="text/javascript">
  82.  
  83.  
  84. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
  85.  
  86. <style type="text/css">{CustomCSS}</style>
  87.  
  88. <link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen">
  89.  
  90.  
  91. </SCRIPT>
  92.  
  93. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  94.  
  95. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  96.  
  97.  
  98. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  99.  
  100. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  101.  
  102. <link rel="shortcut icon" href="{Favicon}" />
  103. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  104. <style type="text/css">
  105.  
  106. /*CONTROL BUTTONS*/
  107.  
  108. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  109. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  110.  
  111.  
  112. /*SCROLLBAR*/
  113.  
  114. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};; height:auto; border: 0px solid #000; }
  115. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};; height:10px !important;}
  116. ::-webkit-scrollbar {height:7px; width:8px ; background-color:{color:Background};}
  117. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  118.  
  119.  
  120.  
  121. /*CONTAINER AND LINKS*/
  122.  
  123. body {
  124. font-family:arial;
  125. font-size:9px;
  126. text-align:justify;
  127. line-height:150%;
  128. color:{color:Text};
  129. background:{color:Background};
  130. background-image: url('{image:Background}');
  131. background-attachment:fixed;
  132. background-repeat: {text:BackgroundRepeat};
  133. }
  134.  
  135.  
  136. a:link, a:active, a:visited{
  137. color: {color:Links};
  138. text-decoration:none;
  139. -webkit-transition: all 0.6s ease-in-out;
  140. -moz-transition: all 0.6s ease-in-out;
  141. -o-transition: all 0.6s ease-in-out;
  142. -ms-transition: all 0.6s ease-in-out;
  143. transition: all 0.6s ease-in-out;
  144. }
  145.  
  146. a:hover{
  147. color:{color:LinksHover};
  148. background-color:{color:Permalin};
  149. -webkit-transition: all 0.6s ease-in-out;
  150. -moz-transition: all 0.6s ease-in-out;
  151. -o-transition: all 0.6s ease-in-out;
  152. -ms-transition: all 0.6s ease-in-out;
  153. transition: all 0.6s ease-in-out;
  154. }
  155.  
  156. #container {width:1200px; text-align:center;
  157. margin: 0 auto;
  158. }
  159.  
  160.  
  161. /*SIDEBAR*/
  162.  
  163. #sbar {
  164. width: 400px;
  165. height: 100%;
  166. float: center;
  167. margin-left:-40px;
  168. text-align: center;
  169. background-color:{color:Sidebar};
  170. background-image: url('{image:SidebarBg}');
  171. margin-top:-10px;
  172. position:fixed;
  173. padding:100px 10px 10px 10px;
  174. border:0px dotted {color:Borders};
  175. }
  176.  
  177. .stitle {
  178. font-size:15px;
  179. /*font-family: "sail-regular";*/
  180. text-align:center;
  181. color:{color:SideTitle};
  182. width:180px;
  183. height:15px;
  184. margin-left:320px;
  185. letter-spacing: 1px;
  186. padding:15px 0px 0px 0px;
  187. border-bottom:1px solid {color:Borders};
  188. }
  189.  
  190.  
  191. #description {
  192. width:150px;
  193. margin-top:15px;
  194. padding:10px;
  195. margin-left:320px;
  196. margin-right:auto;
  197. text-align:justify;
  198. background-color:{color:DescriptionBg};
  199. color:{color:Description};
  200.  
  201. border:5px solid #ffffff;
  202. outline:2px double {color:DescriptionBg};
  203.  
  204.  
  205. }
  206.  
  207.  
  208.  
  209. .sbarlinks {
  210. color: {color:SLinks};
  211. text-align:center;
  212. width:70px;
  213. position:relative;
  214. margin-top:10px;
  215. padding-bottom:0px;
  216. margin-left:410px;
  217. letter-spacing: 1px;
  218. border:0px solid {color:Borders};
  219. }
  220.  
  221. .sbarlinks a{
  222. color: {color:SLinks};
  223. width:80px;
  224. height:5px;
  225. font:9px "calibri" italic;
  226. font-style:italic;
  227. text-transform: lowercase; text-decoration: none; letter-spacing: 0px;
  228. display:inline-block;
  229. text-align: center;
  230. padding: 4px 3px 10px 3px;
  231. border-bottom:0px solid {color:Borders};
  232. border:1px solid {color:Borders};
  233. letter-spacing: 1px;
  234. background-color:{color:SLinksBg};
  235. }
  236.  
  237. .sbarlinks a:hover{
  238. color:{color:LinksHover};
  239. width:80px;
  240. height:5px;
  241. font:9px "calibri" italic;
  242. text-transform: lowercase; text-decoration: none; letter-spacing: 0px;
  243. display:inline-block;
  244. text-align: center;
  245. padding: 4px 3px 10px 3px;
  246. letter-spacing: 2px;
  247. filter:alpha(opacity=90);
  248. -moz-opacity:0.9;
  249. -khtml-opacity: 0.9;
  250. opacity: 0.9;
  251. -webkit-transition: all 0.6s ease-in-out;
  252. -moz-transition: all 0.6s ease-in-out;
  253. -o-transition: all 0.6s ease-in-out;
  254. -ms-transition: all 0.6s ease-in-out;
  255. transition: all 0.6s ease-in-out;
  256. }
  257.  
  258.  
  259.  
  260. .sbarlinks2 {
  261. color: {color:SLinks};
  262. text-align:center;
  263. width:70px;
  264. position:relative;
  265. margin-top:15px;
  266. padding-bottom:0px;
  267. margin-left:410px;
  268. letter-spacing: 1px;
  269. border:0px solid {color:Borders};
  270.  
  271. }
  272.  
  273. .sbarlinks2 a{
  274. color: {color:SLinks};
  275. width:80px;
  276. height:5px;
  277. font:9px "calibri" italic;
  278. font-style:italic;
  279. text-transform: lowercase; text-decoration: none; letter-spacing: 0px;
  280. display:inline-block;
  281. text-align: center;
  282. padding: 4px 3px 10px 3px;
  283. border-bottom:0px solid {color:Borders};
  284. border:1px solid {color:Borders};
  285. background-color:{color:SLinksBg};
  286. }
  287.  
  288. .sbarlinks2 a:hover{
  289. color:{color:LinksHover};
  290. width:80px;
  291. height:5px;
  292. font:9px "calibri" italic;
  293. text-transform: lowercase; text-decoration: none; letter-spacing: 0px;
  294. display:inline-block;
  295. text-align: center;
  296. padding: 4px 3px 10px 3px;
  297. letter-spacing: 1px;
  298. filter:alpha(opacity=90);
  299. -moz-opacity:0.9;
  300. -khtml-opacity: 0.9;
  301. opacity: 0.9;
  302. -webkit-transition: all 0.6s ease-in-out;
  303. -moz-transition: all 0.6s ease-in-out;
  304. -o-transition: all 0.6s ease-in-out;
  305. -ms-transition: all 0.6s ease-in-out;
  306. transition: all 0.6s ease-in-out;
  307. }
  308.  
  309.  
  310.  
  311.  
  312.  
  313. /*POSTS*/
  314.  
  315. #entries {
  316. margin-left:540px;
  317. margin-top:50px;
  318. text-align:justify;
  319. font-family:tahoma;
  320. max-width:500px;
  321. }
  322.  
  323. #posts {
  324. background-color:{color:Background};
  325. text-align:justify;
  326. text-align: justify;
  327. padding:10px 0px 0px 0px;
  328. max-width: 500px;
  329. }
  330.  
  331. #info {
  332. width: 480px;
  333. padding: 10px;
  334. text-align: right;
  335. font-family: cambria;
  336. font-size: 10px;
  337. color: {color:Text};
  338. font-style: italic;
  339. letter-spacing: 1px;
  340. border-bottom:1px solid {color:Borders};
  341. }
  342.  
  343.  
  344. #tags {
  345. margin-top: 5px;
  346. text-align: right;
  347. margin:auto;
  348. text-transform: lowercase;
  349. font-family: cambria;
  350. font-size: 10px;
  351. color: {color:Text};
  352. font-style: italic;
  353. letter-spacing: 1px;
  354. padding: 3px 3px 50px 3px;
  355. webkit-transition: all 0.3s ease-in-out;
  356. -moz-transition: all 0.3s ease-in-out;
  357. -o-transition: all 0.3s ease-in-out;
  358. -ms-transition: all 0.3s ease-in-out;
  359. transition: all 0.3s ease-in-out;
  360. }
  361.  
  362.  
  363. /*ASKBOX*/
  364.  
  365. #askbox {
  366. background-color:{color:Question};
  367. height:auto;
  368. width:500px;
  369. }
  370.  
  371. .pic {
  372. background:transparent;
  373. padding:10;
  374. width:50px;
  375. height:50px;
  376. }
  377.  
  378. .pic img {
  379. width:50px;
  380. height:50px;
  381. float:left;
  382. margin-left:5px;
  383. margin-top:5px;
  384. }
  385.  
  386.  
  387. .asker {
  388. text-transform:none;
  389. font-weight:bold;
  390. font-size:9px;
  391. }
  392.  
  393. .answer {
  394. padding:5px 10px 5px 10px;
  395. font-style:italic;
  396. }
  397.  
  398. .question {
  399. background:transparent;
  400. padding:10px 10px 10px 10px;
  401. font-size:9px;
  402. font-style:italic;
  403. height:auto;
  404. min-height:40px;
  405. margin-left:50px;
  406. margin-top:-50px;
  407. }
  408.  
  409.  
  410. /*OTHER*/
  411.  
  412. h1 {margin-top:6px; font-family:{font:Body}; font-size:15px; text-align:left; text-shadow: #eeeeee 0.0em 0.1em 0.1em; color:{color:title};
  413. margin-left:20px; width:470px; font-style:italic; letter-spacing:1px;
  414.  
  415. }
  416.  
  417. h2{color:{color:text}; font-family:{font:Body}; font-size:12px; line-height:17px; font-weight:normal; margin-left:20px; text-align:justify; margin-top:-6px; width:470px; font-style:italic; letter-spacing:1px;}
  418.  
  419. h2:first-letter {letter-spacing:2px; font-size:20px; color:{color:link};}
  420.  
  421.  
  422. h3 {line-height:17px; color:{color:text}; font-family:{font:Body}; font-size:10px; letter-spacing:1px; text-align:left; margin-left:40px; margin-top:0px; font-style:italic;}
  423.  
  424.  
  425. h4 {position:absolute; margin:-10px 0px 0px -20px; float:left; font-style:italic; font-family:georgia; font-size: 40px; color:{color:quote};}
  426.  
  427.  
  428. p{margin-top:4px; margin-bottom:4px; line-height:15px;
  429. padding-left:20px; padding-right:20px;
  430. }
  431.  
  432.  
  433.  
  434. blockquote {border-left:1px {color:Info} solid; padding-left:2px; margin:0px 2px 0px 10px;}
  435. blockquote img {max-width:450px;}
  436. .blockquote small, blockquote small {font-size:10px;}
  437. b {color: {color:bold};}
  438. i {color: {color:italic};}
  439.  
  440.  
  441. /*CHAT*/
  442.  
  443. .user_1 .label {
  444. color:{color:Text}; font-weight:bold;
  445. }
  446. .user_2 .label {
  447. color:{color:Text}; font-weight:bold;
  448. }
  449.  
  450. ul.chat, .chat ol, .chat li {
  451. list-style:none;
  452. margin:0px;
  453. padding:10px 15px 5px 15px;
  454. line-height:15px;
  455. }
  456.  
  457. img a{
  458. border:none;
  459. }
  460.  
  461. /*PAGINATION*/
  462.  
  463. .pagination { width:500px; font-size:10px; word-spacing:3px;
  464. z-index:9999;
  465. padding: 10px 0px 10px 0px;
  466. }
  467.  
  468. .jump_page { padding:3px; background-color:#transparent; }
  469.  
  470. .current_page { padding:3px; background-color:#transparent; color:{color:body}; }
  471.  
  472.  
  473. /*FONTS*/
  474.  
  475.  
  476. @font-face { font-family: "edwardian"; src: url('http://static.tumblr.com/oetadgc/sUtm6d6kz/ufonts.com_edwardian-script-itc-2.ttf'); }
  477.  
  478. @font-face { font-family: "blackswan"; src: url('http://static.tumblr.com/q54tzar/7POm34eyl/a_s_black_swan_3_.ttf'); }
  479.  
  480. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  481.  
  482.  
  483. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  484.  
  485. @font-face {
  486. font-family: "just realize";
  487. src: url('http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf');
  488. }
  489. @font-face {
  490. font-family: "tinytots";
  491. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
  492. }
  493.  
  494. @font-face {
  495. font-family: "caviardreams";
  496. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  497. }
  498.  
  499. @font-face {
  500. font-family: 'sail-regular';
  501. src: url('http://static.tumblr.com/x5dncl8/6o3mj5gnp/sail-regular.otf');
  502. font-weight: normal;
  503. font-style: normal;
  504. }
  505.  
  506. /* CREDIT - DON'T TOUCH */
  507.  
  508. #credit {
  509. font-family:calibri;
  510. font-size:10px;
  511. text-transform:uppercase;
  512. bottom:10px;
  513. right:15px;
  514. position:fixed;
  515. width:20px;
  516. height:15px;
  517. padding:4px;
  518. display:block;
  519. text-align:center;
  520. line-height:150%;
  521. -webkit-transition:opacity 0.6s linear;
  522. opacity:0.6s;
  523. -webkit-transition:all 0.3s ease-out;
  524. -moz-transition:all 0.3s ease-out;
  525. transition:all 0.3s ease-out;
  526. border:1px solid {color:Borders};
  527.  
  528. /*-webkit-border-radius: 100px;
  529. -moz-border-radius: 100px;
  530. border-radius: 100px;
  531. */
  532. }
  533.  
  534. #credit:hover {
  535. background-color:#ccc;
  536. }
  537.  
  538. #credit:hover a {
  539. text-decoration:none;
  540. color:#ffffff;
  541. -webkit-transition:opacity 0.6s linear;
  542. opacity:0.6s;
  543. -webkit-transition:all 0.3s ease-out
  544. -moz-transition:all 0.3s ease-out;
  545. transition:all 0.3s ease-out;
  546. }
  547.  
  548.  
  549.  
  550. </style>
  551. <style type="text/css">{CustomCSS}</style>
  552. </head>
  553. <body>
  554.  
  555. <div id="container">
  556.  
  557. <div id="sbar">
  558.  
  559.  
  560. {block:IfShowSbarLinks}
  561. <center><div class="sbarlinks">
  562. <a href="/">home</a><br><br>
  563. <a href="/ask">askbox</a><br><br>
  564. <a href="/archive">past</a><br>
  565. </div></center>{/block:IfShowSbarLinks}
  566.  
  567.  
  568. {block:IfShowSideTitle}
  569. <div class="stitle">{text:SideTitle}</div>
  570. <center><div id="stitle">{SideTitle}</div></center>{/block:IfShowSideTitle}
  571.  
  572. <div id="description" align="center" style="color:{color:STitle};">
  573. {block:Description}{Description}{/block:Description}<br></div>
  574.  
  575. {block:IfShowSbarLinks2}
  576. <center><div class="sbarlinks2">
  577. <a href="{text:Link1 URL}">{text:Link1}</a><br><br>
  578. <a href="{text:Link2 URL}">{text:Link2}</a><br><br>
  579. <a href="{text:Link3 URL}">{text:Link3}</a><br><br>
  580. <a href="{text:Link4 URL}">{text:Link4}</a><br><br>
  581. <a href="{text:Link5 URL}">{text:Link5}</a><br><br>
  582.  
  583. </div></center>{/block:IfShowSbarLinks2}
  584.  
  585.  
  586. </div>
  587.  
  588. </div><br>
  589.  
  590. <div id="container">
  591.  
  592. <div id="entries">
  593. {block:Posts}<div id="posts">
  594.  
  595. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  596.  
  597. {block:Text}{Body}{/block:Text}
  598.  
  599. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  600.  
  601. {block:Link}<a href="{URL}" class="Links" {Target}><h1>{Name}&nbsp;</h1></a>{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  602.  
  603. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  604.  
  605. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  606.  
  607. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  608.  
  609. {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerWhite}<br>
  610. {block:TrackName}<b>Song:</b> {TrackName}<br />{/block:TrackName}
  611. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  612. </div> {/block:Audio}
  613. <br>
  614.  
  615. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  616.  
  617. {block:Answer}
  618. <div id="askbox">
  619. <div class="pic">
  620. <a href="{AskerURL}">
  621. <img src="{AskerPortraitURL-48}" />
  622. </a></div>
  623. <div class="question">
  624. <span class="asker">
  625. {Asker} asked:</span><br>
  626. {Question}</div></div>
  627. <div class="answer">
  628. {Answer}</div>
  629. {/block:Answer}
  630.  
  631.  
  632.  
  633.  
  634.  
  635. <div id="info">
  636.  
  637. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}
  638. • <a href="{Permalink}">{NoteCountWithLabel}</a> •
  639. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  640. {/block:NoteCount}
  641.  
  642. {block:RebloggedFrom}<span style="float:right; padding:5px; left:2px; margin-top:-10px"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}" title="via"></a>&nbsp;<a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" title="source"></a></span>{/block:RebloggedFrom}
  643.  
  644. </div>
  645.  
  646. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div><BR>
  647.  
  648. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  649. </div>
  650.  
  651.  
  652.  
  653. <center> {block:Pagination}
  654.  
  655. <div class="pagination">
  656. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  657. {block:JumpPagination length="5"}
  658. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  659. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  660. {/block:JumpPagination}
  661. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  662. </div>{/block:Pagination}</div>
  663.  
  664. </center>
  665.  
  666. <div id="credit">
  667. <a href="http://bleighton.tumblr.com">MSL</a>
  668. </div>
  669.  
  670. <p></p>
  671. <p></p>
  672.  
  673. <p></p>
  674. <p></p>
  675.  
  676. </div>
  677. <br>
  678.  
  679.  
  680. </div>
  681. </body>
  682.  
  683.  
  684. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement