Advertisement
theme_bean

Theme #34

Dec 8th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.82 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't remove the credit
  4. unless you wear sweatpants on monday then well i just feel bad for you
  5. love ya
  6. -->
  7.  
  8. <html lang="en">
  9.  
  10. <head>
  11.  
  12. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  13.  
  14. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  15.  
  16. {block:IfFallingSnow}
  17. <script src="http://static.tumblr.com/p2evvtm/7Lzm07nfv/snowstorm.js"></script>
  18. {/block:IfFallingSnow}
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  25.  
  26. <html lang="en">
  27.  
  28.  
  29. <script type="text/javascript"
  30. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  33. <meta name="color:background" content="#ffffff"/>
  34. <meta name="color:text" content="#000000"/>
  35. <meta name="color:links" content="#000000"/>
  36. <meta name="color:hover" content="#686868"/>
  37. <meta name="color:sidelinks hover" content="#000000"/>
  38. <meta name="color:Picbar" content="#a0ebb2"/>
  39. <meta name="image:Sidebar" content=""/>
  40. <meta name="image:Background" content=""/>
  41. <meta name="image:Background" content=""/>
  42. <meta name="image:Picbar" content=""/>
  43. <meta name="if:Falling Snow" content="0">
  44. <meta name="if:shake on hover" content="0"/>
  45. <meta name="if:show photo" content="0"/>
  46. <meta name="if:cute description font" content="0"/>
  47. <meta name="if:show blogtitle" content="0"/>
  48. <meta name="if:title font one" content="0"/>
  49. <meta name="if:title font two" content="0"/>
  50. <meta name="if:title font three" content="0"/>
  51. <meta name="if:three columns" content="0"/>
  52. <meta name="text:link one" content="" />
  53. <meta name="text:link one title" content="" />
  54. <meta name="text:link two" content="" />
  55. <meta name="text:link two title" content="" />
  56. <meta name="text:link three" content="" />
  57. <meta name="text:link three title" content="" />
  58. <meta name="text:link four" content="" />
  59. <meta name="text:link four title" content="" />
  60. <meta name="text:link five" content="" />
  61. <meta name="text:link five title" content="" />
  62. <meta name="text:link six" content="" />
  63. <meta name="text:link six title" content="" />
  64. <meta name="text:link seven" content="" />
  65. <meta name="text:link seven title" content="" />
  66. <meta name="text:link eight" content="" />
  67. <meta name="text:link eight title" content="" />
  68.  
  69. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  70.  
  71. <script type="text/javascript"
  72. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  73.  
  74. <style type="text/css">
  75.  
  76. <title>{Title}</title>
  77. {block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  78. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  79.  
  80.  
  81. <script type=”text/javascript”>
  82. //
  83. function desabilitaMenu(e)
  84. {
  85. if (window.Event)
  86. {
  87. if (e.which == 2 || e.which == 3)
  88. return false;
  89. }
  90. else
  91. {
  92. event.cancelBubble = true
  93. event.returnValue = false;
  94. return false;
  95. }
  96. }
  97. document.oncontextmenu = desabilitaMenu;
  98. document.onmousedown = desabilitaBotaoDireito;
  99. document.onmouseup = desabilitaBotaoDireito;
  100. </script>trols{
  101. position:fixed !important;
  102. }
  103. ::-webkit-scrollbar-thumb:vertical {
  104.  
  105. height:9px;
  106.  
  107. background-color: #a4a4a4;
  108.  
  109. }
  110.  
  111. ::-webkit-scrollbar {
  112.  
  113. width:5px;
  114.  
  115. height:5px;
  116.  
  117. background:#fff;
  118.  
  119. margin-right:5px;
  120.  
  121. }
  122. iframe#tumblr_controls {
  123. top: 0% !important;
  124. right:0% !important;
  125. position: fixed !important;}
  126.  
  127. body {
  128. color:#000;
  129. font-family: ubuntu;
  130. font-size: 11px;
  131. background-color: {color:Background};
  132. background-image:url({image:Background});
  133. background-attachment: fixed;
  134. background-repeat: repeat;
  135. }
  136.  
  137. a:link, a:active, a:visited{
  138. color:{color:links};
  139. text-decoration: none;
  140. -webkit-transition: color 0.4s ease-out;
  141. -moz-transition: color 0.4s ease-out;
  142. }
  143.  
  144. a:hover{
  145. color:{color:hover};
  146. -webkit-transition: color 0.4s ease-out;
  147. -moz-transition: color 0.4s ease-out;
  148. text-shadow:0px 0px 1px {color:hover};
  149. }
  150.  
  151. #posts {
  152. width:560px;
  153. margin-left:300px;
  154. {block:ifthreecolumns}
  155. width:860px;
  156. margin-left:210px;
  157. {/block:ifthreecolumns}
  158. margin-top:0px;
  159. float:left;
  160. font-family: ubuntu;
  161. }
  162.  
  163. .entry {
  164. margin:1px;
  165. padding: 2px;
  166. float:center;
  167. background-color: white;
  168. font-family: ubuntu;
  169. font-size: 10px;
  170. line-height:15px;
  171. {block:IndexPage}
  172. overflow: hidden;
  173. width:251px;
  174. {/block:IndexPage}
  175. {block:PermalinkPage}
  176. width:450px;
  177. margin-left:1px;
  178. {/block:PermalinkPage}
  179. }
  180.  
  181. .entry:hover img{
  182. {block:ifshakeonhover}
  183. -webkit-animation:swing 1s;
  184. -moz-animation:swing 1s;
  185. -ms-animation:swing 1s;
  186. {block:ifshakeonhover}
  187. }
  188.  
  189. .entry .permalink{
  190. margin: auto;
  191. font-family: 'caviardreams', cursive;
  192. position: absolute;
  193. text-align: center;
  194. margin-top:0px;
  195. width: 35px;
  196. height: 13px;
  197. font-size:8px;
  198. margin-left: 0;
  199. opacity: 0;
  200. font-style:bold;
  201. background-color: white;
  202. -webkit-border-radius: 0px 6px 6px 0px;
  203. filter: alpha(opacity = 0);
  204. -webkit-transition: all ease-in .5s;
  205. -moz-transition: all ease-in .5s;
  206. -o-transition: all ease-in .5s;
  207. -ms-transition: all ease-in .5s;
  208. transition: all ease-in .5s;
  209. }
  210.  
  211. .entry:hover .permalink{
  212. margin-top: 3px;
  213. opacity: 10;
  214. }
  215.  
  216. .entry .permalink2{
  217. margin: auto;
  218. font-family: 'caviardreams', cursive;
  219. position: absolute;
  220. padding-right:5px;
  221. text-align: center;
  222. margin-top:0px;
  223. width: auto;
  224. height: 13px;
  225. font-size:8px;
  226. margin-left: 0;
  227. opacity: 0;
  228. font-style:bold;
  229. background-color: white;
  230. -webkit-border-radius: 0px 6px 6px 0px;
  231. filter: alpha(opacity = 0);
  232. -webkit-transition: all ease-in .5s;
  233. -moz-transition: all ease-in .5s;
  234. -o-transition: all ease-in .5s;
  235. -ms-transition: all ease-in .5s;
  236. transition: all ease-in .5s;
  237. }
  238.  
  239. .entry:hover .permalink2{
  240. margin-top: 23px;
  241. opacity: 10;
  242. }
  243.  
  244. #infscr-loading{
  245. bottom: -70px;
  246. position: absolute;
  247. left: 50%;
  248. margin-left:-8px;
  249. width:16px;
  250. height:11px;
  251. overflow:hidden;
  252. margin-bottom: 50px;
  253. }
  254.  
  255. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  256.  
  257. #picbar{
  258. -webkit-animation:fadeInDownBig 2s;
  259. -moz-animation:fadeInDownBig 2s;
  260. -ms-animation:fadeInDownBig 2s;
  261. width:94px;
  262. margin-left: 206px;
  263. {block:ifthreecolumns}
  264. margin-left:115px;
  265. {/block:ifthreecolumns}
  266. margin-top:-9px;
  267. z-index:1;
  268. position:fixed;
  269. height:120%;
  270. opacity: 1;
  271. background-image:url({image:Picbar});
  272. background-color:{color:Picbar};
  273. }
  274.  
  275. #sidebar{
  276. -webkit-animation:fadeInDownBig 2s;
  277. -moz-animation:fadeInDownBig 2s;
  278. -ms-animation:fadeInDownBig 2s;
  279. position:fixed !important;
  280. font-family: ubuntu;
  281. {block:ifcutedescriptionfont}
  282. font-family: 'short stack', cursive;
  283. {/block:ifcutedescriptionfont}
  284. font-size: 10px;
  285. line-height:11px;
  286. letter-spacing:0px;
  287. background-color:{color:Picbar};
  288. background-image:url({image:Picbar});
  289. border: 1px solid #ccc;
  290. width:258px;
  291. margin-left:817px;
  292. {block:ifthreecolumns}
  293. margin-left:981px;
  294. {/block:ifthreecolumns}
  295. margin-top:103px;
  296. height:auto;
  297. padding:7px;
  298. z-index:10;
  299. overflow:hidden;
  300. text-align:center;
  301. }
  302.  
  303. .linkos a {
  304. width: 90px;
  305. margin-left: 2px;
  306. letter-spacing:1px;
  307. background-color: #fff;
  308. display: block;
  309. height: auto;
  310. line-height: 13px;
  311. font-family: caviardreams;
  312. font-size: 11px;
  313. color: #000;
  314. opacity:1;
  315. text-transform: lowercase;
  316. text-decoration: none;
  317. text-align: center;
  318. margin-top: 0px;
  319. border-radius: 8px;
  320. margin-bottom: 8px;
  321. padding-bottom:3px;
  322. padding-top:3px;
  323. -webkit-transition: all 0.5s ease;
  324. -moz-transition: all 0.5s ease;
  325. -o-transition: all 0.5s ease;
  326. }
  327.  
  328. .linkos a:hover {
  329. background-color:{color:sidelinks hover};
  330. }
  331.  
  332. @font-face { font-family: "sweetiepie"; src: url('http://static.tumblr.com/4yxykdm/h9hlrfl0t/sweetie_pie_1_.ttf'); }
  333.  
  334. @font-face { font-family: "marker"; src: url('http://themes.googleusercontent.com/static/fonts/permanentmarker/v0/9vYsg5VgPHKK8SXYbf3sMupm9E4gBdgiUiSJePew_SQ.woff'); }
  335.  
  336. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  337.  
  338. .titulo{
  339. font-family: short stack;
  340. {block:iftitlefontone}
  341. font-family: sweetiepie;
  342. {/block:iftitlefontone}
  343. {block:iftitlefonttwo}
  344. font-family: marker;
  345. {/block:iftitlefonttwo}
  346. {block:iftitlefontthree}
  347. font-family: stars;
  348. {/block:iftitlefontthree}
  349. font-size: 24px;
  350. line-height: 18px;
  351. color:#000;
  352. text-align: center;
  353. }
  354.  
  355. .bubble {
  356. align:right;
  357. background:#efc5ca;
  358. margin:7px 0px 5px 66px;
  359. padding:10px;position: relative;
  360. -moz-border-radius:5px;
  361. -webkit-border-radius:5px;
  362. border-radius:5px;
  363. }
  364.  
  365. .askings p {
  366. margin:1px 0px;
  367. }
  368.  
  369. .askings span {
  370. display:block;
  371. position:absolute;
  372. width:1px;
  373. height:1px;
  374. font-size: 0;
  375. line-height: 1px;
  376. left:-10px;
  377. top:10px;
  378. border-top:7px solid transparent;
  379. border-bottom:7px solid transparent;
  380. border-right:10px solid #efc5ca;
  381. }
  382.  
  383. .pborder {
  384. float: left;
  385. margin: 1px 4px 0 0;
  386. padding: 2px;
  387. background: #efc5ca
  388. }
  389.  
  390. .permalink2 p {
  391. margin: 0px;
  392. }
  393.  
  394. .entry #permalink {
  395. position: absolute;
  396. bottom: 0px;
  397. right: 2px;
  398. opacity: 0;
  399. -webkit-transition: all .5s ease;
  400. -moz-transition: all .5s ease;
  401. -o-transition: all .5s ease;
  402. transition: all .5s ease;
  403. }
  404.  
  405. .entry:hover #permalink {
  406. bottom: 0px;
  407. right: 2px;
  408. opacity: 1;
  409. }
  410.  
  411.  
  412. .texting {
  413. letter-spacing:1px;
  414. font-family: ubuntu;
  415. font-size:8px;
  416. color: #a4a4a4;
  417. line-height:5px;
  418. margin: 5px;
  419. background:transparent;
  420. padding:9px 2px;
  421. opacity: 1;
  422. }
  423.  
  424. .texting a { color: #000; }
  425.  
  426. blockquote{
  427. padding:0px 0px 2px 5px;
  428. margin:0px 0px 0px 0px;
  429. border-left: 1px solid #555555;
  430. }
  431.  
  432. blockquote p, ul{
  433. margin:0px;
  434. padding:0px;
  435. }
  436.  
  437. a img{border: 0px;}
  438.  
  439. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  440.  
  441. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  442. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  443.  
  444. .notes img{
  445. width:10px;
  446. position:relative;
  447. top:3px;
  448. }
  449.  
  450. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  451. {block:IndexPage}
  452. width: 250px !important;
  453. {/block:IndexPage}
  454. }
  455. .video embed, .post div.video object {width:250px !important; height:120px !important;}
  456.  
  457. @font-face {
  458. font-family: "set fire to the rain";
  459. src: url('http://static.tumblr.com/nsunyax/PzUlzmdk1/setfiretotherain.ttf');
  460. }
  461.  
  462. .title{
  463. font-family: 'set fire to the rain';
  464. font-size: 12px;
  465. line-height:15px;
  466. color: {color:text};
  467. font-weight: normal;
  468. }
  469.  
  470. #credz {
  471. position: fixed !important;
  472. right:5px !important;
  473. bottom:7px !important;
  474. font-family:helvetica;
  475. font-size:19px;
  476. line-height: 12px;
  477. -moz-transition: all 0.8s ease-out;
  478. -webkit-transition: opacity 0.7s linear;
  479. -webkit-transition: all 0.8s ease-out;
  480. transition: all 0.8s ease-out;
  481. }
  482.  
  483. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  484.  
  485. </style>
  486. {block:IndexPage}
  487. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  488. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  489.  
  490. <script type="text/javascript">
  491. $(window).load(function () {
  492. var $content = $('#posts');
  493. $content.masonry({itemSelector: '.entry'}),
  494. $content.infinitescroll({
  495. navSelector : 'div#pagination',
  496. nextSelector : 'div#pagination a#nextPage',
  497. itemSelector : '.entry',
  498. loading: {
  499. finishedMsg: '',
  500. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  501. },
  502. bufferPx : 600,
  503. debug : false,
  504. },
  505. // call masonry as a callback.
  506. function( newElements ) {
  507. var $newElems = $( newElements );
  508. $newElems.hide();
  509. // ensure that images load before adding to masonry layout
  510. $newElems.imagesLoaded(function(){
  511. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  512.  
  513.  
  514. });
  515. });
  516. });
  517. </script>
  518.  
  519. {/block:IndexPage}
  520.  
  521. </div>
  522.  
  523. <title>{title}</title>
  524.  
  525. <link rel="shortcut icon" href="{Favicon}">
  526. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  527. <meta name="viewport" content="width=820" />
  528.  
  529.  
  530.  
  531. <div class="wrapper">
  532.  
  533. <div class="header">
  534.  
  535. </div>
  536.  
  537. <div id="sidebar"><center>{block:ifshowblogtitle}<div style="border-radius: 1px; background-color:white; padding:4px;"><div class="titulo">{Title}</div></div>{block:ifshowblogtitle}
  538. {block:ifshowphoto}<p><a href="/"><img src="{image:sidebar}" width=258px;></a>{/block:ifshowphoto}<p>
  539. <div style="border-radius: 1px; background-color:white; padding:4px;">
  540. {description}<br></div>
  541. </div>
  542.  
  543. <div id="picbar"></div>
  544.  
  545. <div id="picbar">
  546.  
  547. <div style="margin-top:109px;">
  548. <div class="linkos">
  549. <a href="/">home
  550. <a href="/ask">inbox
  551. {block:ifLinkOneTitle}
  552. <a href="{text:Link One}">{text:Link One Title}{/block:ifLinkOneTitle}
  553. {block:ifLinkTwoTitle}
  554. <a href="{text:Link Two}">{text:Link Two Title}{/block:ifLinkTwoTitle}
  555. {block:ifLinkThreeTitle}
  556. <a href="{text:Link Three}">{text:Link Three Title}{/block:ifLinkThreeTitle}
  557. {block:ifLinkFourTitle}
  558. <a href="{text:Link Four}">{text:Link Four Title}{/block:ifLinkFourTitle}
  559. {block:ifLinkFiveTitle}
  560. <a href="{text:Link Five}">{text:Link Five Title}{/block:ifLinkFiveTitle}
  561. {block:ifLinkSixTitle}
  562. <a href="{text:Link Six}">{text:Link Six Title}{/block:ifLinkSixTitle}
  563. {block:ifLinkSevenTitle}
  564. <a href="{text:Link Seven}">{text:Link Seven Title}{/block:ifLinkSevenTitle}
  565. {block:ifLinkEightTitle}
  566. <a href="{text:Link Eight}">{text:Link Eight Title}{/block:ifLinkEightTitle}
  567. <a href="http://slutteen.tumblr.com">credit
  568. </center>
  569. </div></div>
  570.  
  571. </div>
  572.  
  573. </div>
  574.  
  575. <div id="posts">
  576.  
  577. {block:Posts}
  578. <div class="entry">
  579.  
  580. {block:Text}
  581. {block:IndexPage} <div id="permalink">
  582. <span class="texting"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="texting"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  583. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  584. <span class="entrytext">{Body}</span>
  585. {/block:Text}
  586.  
  587. {block:Link}
  588. <a href="{URL}" class="title">{Name}</a>
  589. {block:Description}{Description}{/block:Description}
  590. {block:IndexPage} <div id="permalink">
  591. <span class="texting"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="texting"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  592. {block:Link}
  593.  
  594. {block:Answer}
  595. <div class="post"><div class="pborder">
  596. <img src="{askerportraiturl-40}" width="40px"></div><div class="askings"><span></span>{asker} said: {Question}</div><br>
  597. Then I was like: {Answer}
  598. </div>
  599. <P ALIGN=Right><a href="{Permalink}">{NoteCount}</a>
  600. {/block:Answer}
  601.  
  602. {block:Photo}
  603. <center>
  604. {block:IndexPage}
  605. <div class="permalink">
  606. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  607. <div class="permalink2">
  608. <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  609. {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  610. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  611. {/block:Photo}
  612.  
  613. {block:Photoset}
  614. {block:IndexPage} <div id="permalink">
  615. <span class="texting"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="texting"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  616. <center><div class="photoset_photo" width="250px">{Photoset-250}</div></center>
  617. <p style="text-align: right;">
  618. {/block:Photoset}
  619.  
  620. {block:Quote}{block:IndexPage} <div id="permalink">
  621. <span class="texting"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="texting"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  622. {Quote}</span> <br>
  623. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  624. {/block:Quote}
  625.  
  626. {block:Chat}
  627. {block:IndexPage} <div id="permalink">
  628. <span class="texting"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="texting"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  629. {block:Title}<span class="title">{Title}</span>{/block:Title}
  630. <ul class="chat">
  631. {block:Lines}
  632. <li class="user_{UserNumber}">
  633. {block:Label}
  634. <span class="label">{Label}</span>
  635. {/block:Label}
  636. {Line}
  637. </li>
  638. {/block:Lines}
  639. </ul>
  640.  
  641. {/block:Chat}
  642.  
  643. {block:Audio}
  644. <div style="width:320px; height:30px;">
  645. {AudioPlayerBlack}
  646. </div>
  647. {block:IndexPage}<span class="permalink">
  648. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  649. </span>{/block:IndexPage}
  650. {/block:Audio}
  651.  
  652. {block:Video}
  653. {block:IndexPage}
  654. <div id="permalink">
  655. <span class="texting"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="texting"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  656. <center>
  657. <div class="video">{Video-250}</div></center></center>
  658. {/block:IndexPage}
  659. {block:PermalinkPage}
  660. <center>
  661. {Video-550}</center>
  662. {/block:PermalinkPage}
  663. {block:Video}
  664.  
  665. {block:PermalinkPage}
  666. <center>
  667. {block:Date}
  668. <center>
  669. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  670. <br>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>, <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  671. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  672. </center>
  673. {/block:Date}
  674. </center>
  675. {/block:PermalinkPage}
  676.  
  677.  
  678. {block:PostNotes}{PostNotes}
  679. {/block:PostNotes}
  680. </div>
  681.  
  682.  
  683. {/block:Posts}
  684. </div>
  685. {block:IndexPage}
  686. {block:Pagination}
  687. <div id="pagination">
  688. {block:NextPage}
  689. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  690. {/block:NextPage}
  691. {block:PreviousPage}
  692. <a href="{PreviousPage}">&larr;&nbsp;</a>
  693. {/block:PreviousPage}
  694. </div>
  695. {/block:Pagination}
  696. {/block:IndexPage}
  697. </div>
  698.  
  699. <div id="credz"><div style="{color:text}"><a href="http://slutteen.tumblr.com">✿</a></div>
  700.  
  701. </body>
  702. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement