Advertisement
realjunko

Doki Doki

May 11th, 2014
1,929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.30 KB | None | 0 0
  1. <!--
  2. Doki doki theme by realjunko
  3. don't remove credit thats not nice
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8. {block:ifsakurapetals} <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script><script>if(!image_urls){var image_urls=Array()}if(!flash_urls){var flash_urls=Array()}image_urls['rain1']="http://2.bp.blogspot.com/-IQXNv-_CBLE/TpWcK7LL4VI/AAAAAAAAG0I/bcxYcqc_uI0/pinkpetal1.png";image_urls['rain2']="http://4.bp.blogspot.com/-teXCIicWPF4/TpWcLLg0A2I/AAAAAAAAG0U/IPPCr1gponc/pinkpetal2.png";image_urls['rain3']="http://3.bp.blogspot.com/-3JG9HLECCRU/TpWcLZGSYtI/AAAAAAAAG0g/zIJINua93TE/redpetal1.png";image_urls['rain4']="http://2.bp.blogspot.com/-BByhQEK5E24/TpWcLux4xRI/AAAAAAAAG0s/x2hIr1AV_Ac/redpetal2.png";$(document).ready(function(){var c=$(window).width();var d=$(window).height();var e=function(a,b){return Math.round(a+(Math.random()*(b-a)))};var f=function(a){setTimeout(function(){a.css({left:e(0,c)+'px',top:'-30px',display:'block',opacity:'0.'+e(10,100)}).animate({top:(d-10)+'px'},e(7500,8000),function(){$(this).fadeOut('slow',function(){f(a)})})},e(1,8000))};$('<div></div>').attr('id','rainDiv')
  9. .css({position:'fixed',width:(c-20)+'px',height:'1px',left:'0px',top:'-5px',display:'block'}).appendTo('body');for(var i=1;i<=20;i++){var g=$('<img/>').attr('src',image_urls['rain'+e(1,4)])
  10. .css({position:'absolute',left:e(0,c)+'px',top:'-30px',display:'block',opacity:'0.'+e(10,100),'margin-left':0}).addClass('rainDrop').appendTo('#rainDiv');f(g);g=null};var h=0;var j=0;$(window).resize(function(){c=$(window).width();d=$(window).height()})});</script>
  11. <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script><script>$(document).ready(function(){var a=$('<img>').attr({'src':'http://2.bp.blogspot.com/-IQXNv-_CBLE/TpWcK7LL4VI/AAAAAAAAG0I/bcxYcqc_uI0/pinkpetal1.png','border':0});$('<a></a>').css.append(a).appendTo('body')});</script> {/block:ifsakurapetals}
  12. <meta name="image:Background" content=""/>
  13. <meta name="image:Side Img" content=""/>
  14. <meta name="image:sideicon" content="http://static.tumblr.com/jsbzmqo/Dezmpgijh/bunnnyw.gif">
  15. <meta name="color:Background" content="#FFFFFF"/>
  16. <meta name="color:cont bg" content="#FFFFFF"/>
  17. <meta name="color:Scrollbar" content="#fea7e0" />
  18. <meta name="color:border" content="#a7a7a7"/>
  19. <meta name="color:Title" content="#db1d9a"/>
  20. <meta name="color:Blog Title" content="#999999"/>
  21. <meta name="color:Link" content="#555555"/>
  22. <meta name="color:Hover" content="#999999"/>
  23. <meta name="color:Text" content="#777777"/>
  24. <meta name="color:desctext" content="#ffffff">
  25. <meta name="text:Link One URL" content=""/>
  26. <meta name="text:Link One Title" content="link"/>
  27. <meta name="text:Link two URL" content=""/>
  28. <meta name="text:Link two Title" content="link"/>
  29. <meta name="color:sidebardesc" content="#edc5e6">
  30.  
  31.  
  32. <meta name="text:Sideimg Left" content="-10"/>
  33. <meta name="text:Sideimg Bottom" content="2"/>
  34. <meta name="if:Sakura petals" content="1"/>
  35.  
  36. <title>{Title}</title>
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl5x4Rh131qfamg6.gif">
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. @font-face { font-family:"silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  47. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  48.  
  49. /************EDIT BODY HERE************/
  50.  
  51. body{
  52. margin:0px;
  53. background-color: {color:Background};
  54. background-image:url({image:Background});
  55. background-attachment:fixed;
  56. background-size:cover;
  57. background-position:bottom-right;
  58. font-family: Calibri;
  59. font-size:8px;
  60. letter-spacing:1px;
  61.  
  62. text-align:left;
  63. line-height:100%;
  64. overflow: hidden;
  65.  
  66. color: {color:Text};}
  67.  
  68.  
  69. a:link, a:active, a:visited{
  70. text-decoration: none;
  71. color: {color:Link};}
  72.  
  73. a:hover {
  74. color:{color:Link};
  75. text-decoration:none;}
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. /************EDIT POST POSITION/WIDTH HERE************/
  83.  
  84. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  85.  
  86.  
  87. #entries{
  88.  
  89. width: 270px;
  90. padding: 20px;
  91. padding-bottom: 0px;
  92. height: 670px;
  93. margin-left: 100px;
  94. margin-top: 10px;
  95. overflow-y:scroll;
  96. overflow-x:hidden;
  97. background:{color:cont bg};
  98. border:1px solid {color:border};
  99. {block:PermalinkPage}
  100. width:270px;
  101. {/block:PermalinkPage}}
  102.  
  103. ::-webkit-scrollbar {
  104. height: 10px;
  105. width: 5px;
  106. background: white;
  107. }
  108.  
  109. ::-webkit-scrollbar-thumb:vertical {
  110. background: {color:Scrollbar};
  111. }
  112. ol, ul {
  113. list-style-image:url(http://media.tumblr.com/tumblr_lkqzbuBfyE1qi6qow.gif);
  114. }
  115. /************EDIT OVERALL POSTS HERE************/
  116.  
  117. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  118.  
  119. #post{
  120. text-align:left;
  121. margin:20px;
  122. background:#ffffff;
  123. max-width: 100%;
  124. display:block;
  125. overflow:hidden;
  126. width:250px;
  127. {block:PermalinkPage}
  128. width:500px;
  129. {/block:PermalinkPage}}
  130.  
  131. /*Do not delete #post img.*/
  132.  
  133. #post img{
  134. max-width:100%;}
  135.  
  136. /*Edit the permalinks all posts.*/
  137.  
  138. .permalink{
  139. border-top:1px solid #f5f5f5;
  140. text-align:right;}
  141. .permalink a{
  142.  
  143. line-height:15px;}
  144.  
  145. /*Edit the titles on any text-based post.*/
  146.  
  147. .posttitle{
  148. font-size:10px;
  149. text-align:center;
  150. color:{color:Link};}
  151.  
  152. .posttitle a{
  153. color:{color:Link};}
  154.  
  155. /************EDIT QUOTE POSTS HERE************/
  156.  
  157. .quote{
  158. margin-right: 5px;}
  159.  
  160. .source{
  161. padding-top:5px;
  162. display:block;
  163. text-align:right;}
  164.  
  165.  
  166. /************EDIT ANSWER POSTS HERE************/
  167.  
  168. .ask{
  169. padding:4px;
  170. background:#f9f9f9;}
  171. .asker{
  172. color:{color:Link};}
  173. .answer{
  174. margin-top:10px;}
  175.  
  176. /************EDIT AUDIO POSTS HERE************/
  177.  
  178. .audio{
  179. {block:IndexPage}width:230px;{/block:IndexPage}
  180. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  181. .info{
  182. padding:2px 0px 1px 57px;}
  183. .i {
  184.  
  185. letter-spacing:1px;
  186. font-size:8px;}
  187. .pl b,strong{
  188. text-transform:lowercase;
  189. font-size:9px;}
  190. .player{
  191. position:absolute;
  192. overflow:hidden;
  193. margin-top:0px;
  194. margin-left:15px;
  195. background:#ffffff;
  196. width:24px;
  197. height:23px;}
  198.  
  199. /************EDIT VIDEO POSTS HERE************/
  200. /***********DO NOT DELETE THIS CODE************/
  201.  
  202. .video-container {
  203. position:relative;
  204. padding-bottom:56.25%;
  205. padding-top: 30px;
  206. height:0;
  207. overflow:hidden;}
  208.  
  209. .video-container iframe,
  210. .video-container object,
  211. .video-container embed {
  212. position: absolute;
  213. top: 0;
  214. left: 0;
  215. width: 100%;
  216. height: 100%;}
  217.  
  218. /************EDIT CHAT POSTS HERE************/
  219.  
  220.  
  221. .chat{
  222. line-height:12px;
  223. list-style:none;}
  224. .chat ul{
  225. list-style-image:url(http://media.tumblr.com/tumblr_lkqzbuBfyE1qi6qow.gif);
  226. padding:0px 5px;
  227. line-height:15px;}
  228. .label{
  229. color:{color:Link};}
  230.  
  231. /************EDIT SIDEBAR HERE************/
  232.  
  233.  
  234. #sidebar{
  235. background:{color:Background};
  236.  
  237. margin-left:-180px;
  238. margin-top:501px;
  239. width:140px;
  240. height:129px;
  241. position:fixed;
  242. text-align:center;}
  243. .desc {
  244. border: 5px solid {color:sidebardesc};
  245. background: {color:sidebardesc};
  246. color: {color:desctext};
  247. text-align: center;
  248. font-weight: normal;
  249. font-size: 10px;
  250. line-height: 12px;
  251. padding-left: 5px;
  252. padding-right: 5px;
  253. -webkit-border-radius:5px;
  254. -moz-border-radius:5px;
  255. border-radius:5px;
  256. }
  257.  
  258. .desc a{
  259. color: {color:desctext};
  260. }
  261.  
  262. .doki {
  263. width: 11px;
  264. height: 11px;
  265. margin-left: 85px;
  266. margin-top:-13px;
  267. position:absolute;
  268. opacity: 1;
  269. }
  270.  
  271. .doki img {
  272. opacity: 1;
  273. width: 11px;
  274. }
  275.  
  276. .triangle {
  277. width: 0px;
  278. height: 0px;
  279. margin-left: 100px;
  280. margin-top: -13px;
  281. position: absolute;
  282. border-style: solid;
  283. border-width: 15px 17px 0 0;
  284. border-color: transparent {color:sidebardesc} transparent transparent;
  285. transform: rotate(90deg);
  286. -moz-transform: rotate(90deg);
  287. -webkit-transform: rotate(90deg);
  288. -o-transform: rotate(90deg);
  289. }
  290.  
  291.  
  292.  
  293. .blogtitle{
  294. padding:5px;
  295. padding-bottom:3px;
  296. margin-top:10px;
  297. text-align:center;
  298. font-family: print;
  299. font-size:13px;
  300. color:{color:Blog Title};
  301. }
  302.  
  303. .blogtitle a{
  304. color:{color:Blog Title};}
  305.  
  306. .description{
  307. padding:10px;
  308. margin-top:20px;
  309. }
  310.  
  311. .links{
  312. margin-left:-15px;
  313. padding:1px 11px 6px 11px;
  314. font-family: 'silkscreen';
  315. margin-top:5px;}
  316.  
  317. .links a{
  318. margin-left:15px;}
  319.  
  320. .links a:hover{
  321. color:{color:Hover};}
  322.  
  323. /************EDIT TEXT SETTINGS HERE************/
  324.  
  325. i, em{
  326. color:{color:Link};}
  327. b, strong{
  328. font-weight:normal;
  329.  
  330. color:{color:Link};}
  331. ul,ol{
  332. margin:0px;
  333. margin-left:-5px;}
  334. p{
  335. padding:0px;
  336. margin:2px;}
  337. u{
  338. text-decoration:none;
  339. color:{color:Title};}
  340.  
  341. blockquote {
  342. margin:0px;
  343. padding:4px;
  344. background:#f7f7f7;}
  345.  
  346. /************DO NOT DELETE #SCROLL************/
  347.  
  348. #scroll{
  349. bottom:-20px;
  350. position: absolute;
  351. left: 50%;
  352. width:10px;
  353. height:5px;
  354. overflow:hidden;
  355. margin-bottom:80px;}
  356.  
  357. /************EDIT CREDIT HERE************/
  358.  
  359. #credit{
  360. position:fixed;
  361. right:10px;
  362. bottom:10px;
  363.  
  364. font-family:Calibri;
  365. font-size:8px;}
  366.  
  367. #credit a{
  368. color:#aaaaaa;}
  369.  
  370. </style>
  371. <style>
  372. .my-like {
  373. cursor:pointer;
  374. display:inline-block;
  375. vertical-align:top;
  376. }
  377. .my-liked, .my-like:hover {
  378. color: red;
  379. cursor:pointer;
  380. display:inline-block;
  381. vertical-align:top;
  382. }
  383. </style>
  384. <style>
  385. .my-like {
  386. background-image: url(http://static.tumblr.com/3yblkz0/aGWn2c2xo/tu.png) !important;
  387. height:7px;
  388. width:7px;
  389. cursor:pointer;
  390. display:inline-block;
  391. vertical-align:top;
  392. }
  393. .my-liked, .my-like:hover {
  394. background-image: url(http://static.tumblr.com/3yblkz0/4cOn2c30u/td.png) !important;
  395. height:7px;
  396. width:7px;
  397. cursor:pointer;
  398. display:inline-block;
  399. vertical-align:top;
  400. }
  401. </style>
  402. <script>
  403. window.onload = function () {
  404. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  405. document.addEventListener( 'click', function ( event ) {
  406. var myLike = event.target;
  407. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  408. var frame = document.getElementById( 'my-like-frame' ),
  409. liked = ( myLike.className == 'my-liked' ),
  410. command = liked ? 'unlike' : 'like',
  411. reblog = myLike.getAttribute( 'data-reblog' ),
  412. id = myLike.getAttribute( 'data-id' ),
  413. oauth = reblog.slice( -8 );
  414. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  415. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  416. };
  417. }, false );
  418. };
  419. </script>
  420.  
  421. </head>
  422.  
  423. <body>
  424.  
  425.  
  426. <center>
  427.  
  428. <div id="entries">
  429.  
  430. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  431.  
  432. <div id="sidebar">
  433. <div class="blogtitle"><a href="/">{title}</a>&nbsp;&nbsp;&nbsp;</div>
  434. <div class="triangle"></div>
  435.  
  436. <div class="desc">{description}</div>
  437. <div class="links">
  438. <a title='refresh' href='/'>一</a>
  439. <a title='inbox' href='/ask'>二</a>
  440. <a title='{text:titlelink1}' href='{text:link1}'>三</a>
  441. <a title='{text:titlelink2}' href='{text:link2}'>四</a>
  442.  
  443. <br>
  444.  
  445. </div>
  446. </div>
  447.  
  448.  
  449.  
  450. {block:Posts}
  451.  
  452. <!---------------DO NOT DELETE block:ContentSource--------------->
  453.  
  454. {block:ContentSource}
  455. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  456. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  457. {/block:SourceLogo}
  458. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  459. {/block:ContentSource}
  460.  
  461. <div id="post">
  462.  
  463. <!---------------EDIT TEXT POSTS HERE--------------->
  464.  
  465. {block:Text}
  466. <div class="text">
  467. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  468. {Body}{block:IndexPage}<br><div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a>
  469. </div>{/block:IndexPage}</div>
  470. {/block:Text}
  471.  
  472. <!---------------EDIT LINK POSTS HERE--------------->
  473.  
  474. {block:Link}
  475. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  476. {block:Description}{Description}{/block:Description}
  477. {block:IndexPage}<br><div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a>
  478. </div>{/block:IndexPage}
  479. {/block:Link}
  480.  
  481. <!---------------EDIT PHOTO POSTS HERE--------------->
  482.  
  483. {block:Photo}
  484. {block:IndexPage}
  485. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250px"/>{/block:IndexPage}<br><div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a>
  486. </div>{block:PermalinkPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  487. {/block:Photo}
  488.  
  489. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  490.  
  491. {block:Photoset}
  492. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a> <a href="{Permalink}">{NoteCount}</a>
  493. </div>{/block:IndexPage}
  494. {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
  495. {/block:Photoset}
  496.  
  497. <!---------------EDIT QUOTE POSTS HERE--------------->
  498.  
  499. {block:Quote}
  500. {Quote}{block:Source}
  501. <div class="source">{Source}</div>{/block:Source}
  502. {block:IndexPage}
  503. <div class="permalink"><a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a> <a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</div>
  504. {/block:Quote}
  505.  
  506. <!---------------EDIT ANSWER POSTS HERE--------------->
  507.  
  508. {block:Answer}
  509. <div class="ask"><span class="asker"><img src='https://31.media.tumblr.com/da6ec800b306286814b56c85c065973c/tumblr_inline_n2aigp3RjV1r7v6wt.png'</a> {Asker}:</span> {Question}</div>
  510. <div class="answer">{Answer}</div>
  511. {block:IndexPage}
  512. <div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a></div>{/block:IndexPage}
  513. {/block:Answer}
  514.  
  515. <!---------------EDIT CHAT POSTS HERE--------------->
  516.  
  517. {block:Chat}
  518. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  519. <div class="chat"><ul>{block:Lines}
  520. <li class="person{UserNumber}">{block:Label}
  521. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a></div>
  522. {/block:IndexPage}
  523. {/block:Chat}
  524.  
  525. <!---------------EDIT AUDIO POSTS HERE--------------->
  526.  
  527. {block:Audio}<div class="audio">
  528. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  529. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  530. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  531. <br><div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a>{/block:Audio}
  532.  
  533. <!---------------EDIT VIDEO POSTS HERE--------------->
  534.  
  535. {block:Video}
  536. {block:IndexPage}<div class="video-container">{Video-250}</div>
  537. <div class="permalink"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>&nbsp;&nbsp;<a href="{ReblogURL}"><img src='http://static.tumblr.com/3yblkz0/MOJn2c3w8/reb.png'</a></a> &nbsp;<a href="{Permalink}">{NoteCount}%</a></div>{/block:IndexPage}
  538. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  539. {/block:Video}
  540.  
  541. <!---------------EDIT PERMALINK PAGE HERE--------------->
  542.  
  543. {block:PermalinkPage}
  544. {block:Caption}{Caption}{/block:Caption}
  545. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  546. <div class="permapage">
  547. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  548. </div>
  549. {/block:Posts}
  550. </div>
  551.  
  552. <!---------------DO NOT DELETE THIS--------------->
  553.  
  554. {block:IndexPage}
  555. {block:Pagination}
  556. <div id="pagination">
  557. {block:NextPage}
  558. <a id="nextPage" href="{NextPage}"></a>
  559. {/block:NextPage}
  560. {block:PreviousPage}
  561. <a href="{PreviousPage}"></a>
  562. {/block:PreviousPage}
  563. </div>
  564. {/block:Pagination}
  565. {/block:IndexPage}
  566. </center>
  567. <div style="position:fixed; bottom:{text:sideimg bottom}px; margin-left:{text:sideimg left}px; z-index:-10; "><img src='{image:side img}'></div>
  568. </body>
  569.  
  570. <!---------------EDIT CREDIT CONTENT HERE--------------->
  571. <div style="position:fixed; {text:sideimgbottom}; {text:sideimgleft}; z-index:-10; "><img src='{image:sideimg}'></div>
  572.  
  573. <div id="credit"><a href="http://jolyene.tumblr.com/"><img title='theme made by jolyene' src='http://i11.photobucket.com/albums/a168/evelynregly/minigifs/mini044.gif'</a></div>
  574. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement