Advertisement
faedethemes

Veins Theme

Jul 15th, 2013
33,835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.23 KB | None | 0 0
  1. <!--
  2. Veins Theme by faede
  3. thank you for choosing faede themes!
  4. please dont remove any credits thank you!
  5. ------------------------------------
  6. main blog: faede.tumblr.com
  7. theme blog: faedethemes.tumblr.com
  8. -->
  9. <html lang="en">
  10.  
  11. <head>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15.  
  16. </script>
  17.  
  18.  
  19. </script><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  22. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/2MFlzww4p/likenew.js"></script>
  23. <script type="text/javascript">autoscale(new Array('object', 'embed'));</script>
  24. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/cz1m316ry/arny.js"></script>
  25. <iframe id="likeiframe" style="display:none;"></iframe>
  26.  
  27. <html xmlns="http://www.w3.org/1999/xhtml">
  28. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  29. <script type="text/javascript"
  30. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  31. <link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  36. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  37.  
  38.  
  39.  
  40. <title>{Title}</title>
  41.  
  42.  
  43. <meta name="color:background" content="#ffffff"/>
  44. <meta name="color:primary" content="#000000"/>
  45. <meta name="color:sidebar text" content="#000"/>
  46. <meta name="color:link" content="#000">
  47. <meta name="color:borders" content="#eee">
  48. <meta name="color:hover" content="#dddddd">
  49. <meta name="font:posts" content="Courier New"/>
  50. <meta name="font:sidebar" content="Courier New"/>
  51. <meta name="if:image fade" content="1">
  52. <meta name="if:rounded post borders" content="0">
  53. <meta name="if:post borders" content="0">
  54. <meta name="text:Custom Link One Title" content="" />
  55. <meta name="text:Custom Link One" content="" />
  56. <meta name="text:Custom Link Two Title" content="" />
  57. <meta name="text:Custom Link Two" content="" />
  58. <meta name="text:Custom Link Three Title" content="" />
  59. <meta name="text:Custom Link Three" content="" />
  60. <meta name="text:Custom Link Four Title" content="">
  61. <meta name="text:Custom Link Four" content="">
  62.  
  63.  
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. ::-webkit-scrollbar-thumb:vertical{
  69. background-color:#C2C8CF;
  70. -moz-border-radius:10px;
  71. -webkit-border-radius:10px;
  72. }
  73.  
  74. #tumblr_controls{
  75. position:fixed !important;
  76. -webkit-filter: invert(0%)
  77. }
  78.  
  79. .wrapper{width:1000px;margin:0px auto;}
  80.  
  81. ::-webkit-scrollbar {width: 6px; height: 4px; background: #d8d8d8; }
  82. ::-webkit-scrollbar-thumb { background-color: #130C11;}
  83.  
  84. body{
  85. margin:0px;
  86. background-attachment: fixed;
  87. background-repeat: repeat;
  88. background-color:{color:background};
  89. background-attachment: fixed;
  90. background-repeat: repeat;
  91. font-size: 11px;
  92. font-family:;
  93. line-height:11px;
  94. color: {color:primary};
  95. }
  96.  
  97. a:link, a:active, a:visited{
  98. color: {color:link};
  99. text-decoration: none;
  100. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  101. }
  102.  
  103. a:hover{
  104. color: {color:hover};
  105. -webkit-transition: all 0.0s ease-in-out;
  106. -moz-transition: all 0.0s ease-in-out;
  107. transition: all 0.0s ease-in-out;
  108. }
  109. .ext{top:0px;right:7px;text-align:right;width:120px;position:fixed;font-size:9px}
  110.  
  111.  
  112. .entry {
  113. margin:10px;
  114. padding: 5px;
  115. float:left;
  116. {block:indexpage}
  117. width:230px;
  118. {/block:indexpage}
  119. {block:permalinkpage}
  120. width:500px;
  121. {/block:permalinkpage}
  122. {block:ifpostborders}
  123. border: 1px solid {color:borders};
  124. {/block:ifpostborders}
  125. {block:ifroundedpostborders}
  126. border-radius: 3px;
  127. {/block:ifroundedpostborders}
  128. font-family:{font:posts};
  129. padding-bottom: 5px;
  130. font-size: 10px;
  131. line-height:12px;
  132. background-color:;
  133. }
  134.  
  135. .entry img {
  136. display: block;
  137. max-width: 100%;
  138. {block:ifimagefade}
  139. opacity: .7;
  140. {/block:ifimagefade}
  141. filter:alpha(opacity=10);
  142. -moz-opacity: 0.1;
  143. -moz-transition: all .9s ease;
  144. -o-transition: all .9s ease;
  145. transition: all .9s ease;
  146. -webkit-transition: all .9s ease;
  147.  
  148. {block:ifroundedpostborders}
  149. -moz-border-radius: 3px;
  150. border-radius: 3px;
  151. {/block:ifroundedpostborders}
  152.  
  153.  
  154. }
  155.  
  156. .entry:hover.a {-webkit-transition: 0.3s ease-in; position:absolute; margin-top:0px; margin-left:7px; padding:4px; background:#fff; {block:ifimagefade}
  157. opacity: .8;{/block:ifimagefade}{block:ifnotimagefade} opacity: 1.0;{/block:ifnotimagefade}}
  158.  
  159.  
  160. #sidebar{
  161. z-index:999;
  162. position:fixed!important;
  163. width:235px;
  164. height:auto;
  165. opacity: .7;
  166. padding:6px;
  167. left:255px;
  168. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  169. color:{color:sidebar text};
  170. margin-top:140px;
  171. font-size: 8px;
  172. line-height:10px;
  173. letter-spacing:0px;
  174. background-color:;
  175. font-family: {font:sidebar};
  176. overflow:hidden;
  177. text-align:right;
  178. background: ;
  179. }
  180.  
  181. .tweek {
  182. font-size:15px;
  183. line-height:100%;
  184. padding:2px;
  185. color:#fff;
  186. z-index:987897978978999999;
  187. }
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. #posts {
  196. top:-12px;
  197. width: 260px;
  198. height: 100%;
  199. background: transparent;
  200. margin-left:540px;
  201. padding-left: 2px;
  202. padding-right: 2px;
  203. float:left;
  204.  
  205.  
  206. }
  207.  
  208. #infscr-loading{
  209. bottom: -70px;
  210. position: absolute;
  211. left: 50%;
  212. margin-left:-8px;
  213. width:16px;
  214. height:11px;
  215. overflow:hidden;
  216. margin-bottom: 50px;
  217. }
  218.  
  219. .credit {opacity:0.4;font-size:15px;position:fixed;bottom:5px;right:5px;color:#ccc;}
  220.  
  221.  
  222. .photo{{block:ifimagefade}opacity:0.8;background-color:transparent;{/block:ifimagefade}-webkit-transition: all .0s ease-out;-moz-transition: all .0s ease-out;transition: all .0s ease-out;}
  223.  
  224. .photo:hover{opacity:0.9;}
  225.  
  226. a img{border: 0px;}
  227.  
  228.  
  229. .title{
  230. font-family:{font:posts};
  231. font-size: 12px;
  232. line-height:12px;
  233. text-transform:uppercase;
  234. }
  235.  
  236. blockquote {
  237. padding-left:3px;
  238. padding-right:3px;
  239. margin-left:5px; margin-right:5px;
  240. background-color:#fff;
  241. text-align:left;
  242. border-left: 15px solid #fff;
  243. font-size: 9px;
  244. text-transform: lowercase;
  245. margin-left:0px;
  246. width:93%;
  247. height: auto;
  248.  
  249. padding-left: 2px
  250.  
  251. }
  252.  
  253.  
  254.  
  255.  
  256.  
  257. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  258. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  259. .user_7 .label, .user_8 .label, .user_9 .label {color:#130C11;}
  260. .notes img{width:10px; position:relative; top:0px;}
  261.  
  262. <--ses-->
  263. small{font-size: 90%;}
  264.  
  265.  
  266. @font-face{font-family:marketing script;src:url('http://static.tumblr.com/hcocigh/GkVm9pnt3/marketingscript.ttf');}
  267.  
  268. @font-face{
  269. font-family:'yeah';
  270. src:url('http://static.tumblr.com/apahx90/zt3mo4tc3/pixelmix.ttf');}
  271.  
  272. @font-face{
  273. font-family:'merp';
  274. src:url('http://static.tumblr.com/apahx90/ue5mo4tod/acme_9_regular.ttf');}
  275.  
  276.  
  277. .blogtitle{
  278. color: #ddd;
  279. font-family:courier new;
  280. font-size:14px;
  281. text-transform:lowercase;
  282. font-style: ;
  283. letter-spacing:1px;
  284. line-height: 24px;
  285. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  286. }
  287.  
  288. @font-face {
  289. font-family:vanilla;
  290. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');
  291. }
  292.  
  293.  
  294.  
  295.  
  296. .links a{
  297. background:;
  298. text-transform: uppercase;
  299. text-align: center;
  300. padding:4px;
  301. font-family: courier new;
  302. font-size:9px;
  303. line-height: 9px;
  304. z-index: 99999999999;
  305. margin-top: 2px;
  306. padding-right: 0px;
  307. letter-spacing: 1px;
  308. display:inline-block;
  309. text-align:right;
  310. -webkit-transition: all 0.5s ease;
  311. -moz-transition: all 0.5s ease;
  312. -o-transition: all 0.5s ease;
  313. }
  314.  
  315.  
  316.  
  317.  
  318. .perm{
  319. display: block;
  320. font-size: 9px;
  321. font-family: courier new;
  322. line-height: 12px;
  323. text-align:right;
  324. opacity: 0.6;
  325. text-transform: uppercase;
  326. -webkit-transition-duration:.5s;
  327. -webkit-transition:.5s;
  328. }
  329.  
  330.  
  331. .text {
  332. padding: 0px;
  333. width: 100%;
  334. }
  335. .quote {
  336. font-family: arial;
  337. font-size: 15px;
  338. color: {color:link};
  339. float: left;
  340. margin-right: 5px;
  341. }
  342.  
  343. #album
  344. {
  345. {block:IndexPage}
  346. border: 1px solid {color:borders};
  347. width:80px;
  348. height:80px;
  349. margin:10px;
  350. {/block:IndexPage}
  351. float:left;
  352. {block:PermalinkPage}
  353. width:500px;
  354. height:500px;
  355. {/block:PermalinkPage}
  356.  
  357. }
  358.  
  359.  
  360. #infos
  361. {float:left;
  362. background-color: #fff;
  363. border: 1px solid {color:borders};
  364. padding:5px;
  365. width:113px;
  366. margin-top: 8px;
  367. }
  368.  
  369. #player
  370. {float:left;
  371. {block:IndexPage}
  372. width:90px;
  373. margin-top:10px;
  374. padding-left:33px;
  375. {/block:IndexPage}
  376. border: 1px solid {color:borders};
  377. padding-top:10px;
  378. padding-bottom:10px;
  379. height:20px;
  380. background-color:#fff;
  381. overflow:hidden;
  382. {block:PermalinkPage}
  383. margin-top:5px;
  384. width:265px;
  385. padding-left:235px;
  386. {/block:PermalinkPage}
  387. }
  388.  
  389. .perms {
  390. color:black;
  391. font-size:8px;
  392. opacity: 0;
  393. -webkit-transition-duration: .75s;top:0px;
  394. width:230px;
  395. height:10px;
  396. padding-bottom:4px;
  397. background-color: #fff;
  398. position: absolute;
  399. margin-top:0px;
  400. text-align:center;
  401. text-transform:uppercase;
  402. font-family:courier new;
  403. letter-spacing:0px;
  404. display:block;
  405. }
  406.  
  407. .entry:hover .perms {
  408. opacity:0.9;
  409. z-index:999999;
  410. padding-top:0px;}
  411.  
  412.  
  413.  
  414. #entry:hover .permalink {overflow:visible; -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  415. .permalink {font-size: {text:font size}; font-weight: normal; text-align: bottom; position: absolute; padding-left: 0px; margin-left:220px;overflow:hidden; -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  416.  
  417.  
  418.  
  419. .perma {position:absolute; text-decoration:none; margin-top:0px; margin-left:235px; padding:4px;background:transparent; opacity:0; -webkit-transition: 0.3s ease-in;z-index:10;font-family:courier new;color:#eee;width:auto;font-size:7px;text-align:left;width:70px;max-width:110px;z-index:1;}
  420.  
  421. .perma a {text-decoration:none;text-transform:uppercase;}
  422.  
  423. .entry:hover .perma {-webkit-transition: 0.3s ease-in; position:absolute; margin-top:0px; margin-left:235px; padding:4px; background:transparent; opacity:1;}
  424.  
  425. .question {
  426. text-align:left;
  427. padding-left:5px;padding-top:7px;
  428. padding-right:5px;padding-bottom:7px;
  429. background-color:#fff;
  430. border: 1px solid #eee;
  431. border-radius: 0px;
  432. }
  433.  
  434. #note3 {
  435. width: 500px;
  436. text-align:left;
  437. }
  438.  
  439. </style>
  440.  
  441. <script type="text/javascript">
  442. $(window).load(function(){
  443. $("p").remove(":contains('Source:')");
  444. $("p").remove(":contains('via ')");
  445. });
  446. </script>
  447.  
  448. {block:IndexPage}
  449. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  450. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  451. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  452. <link href='http://fonts.googleapis.com/css?family=Oxygen:700,400' rel='stylesheet' type='text/css'>
  453. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  454.  
  455.  
  456. <script type="text/javascript">
  457. $(window).load(function () {
  458. var $content = $('#posts');
  459. $content.masonry({itemSelector: '.entry'}),
  460. $content.infinitescroll({
  461. navSelector : 'div#pagination',
  462. nextSelector : 'div#pagination a#nextPage',
  463. itemSelector : '.entry',
  464. loading: {
  465. finishedMsg: '',
  466. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  467. },
  468. bufferPx : 600,
  469. debug : false,
  470. },
  471. // call masonry as a callback.
  472. function( newElements ) {
  473. var $newElems = $( newElements );
  474. $newElems.hide();
  475. // ensure that images load before adding to masonry layout
  476. $newElems.imagesLoaded(function(){
  477. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  478. });
  479. });
  480. });
  481. </script>
  482.  
  483. {/block:IndexPage}
  484.  
  485. <meta name="viewport" content="width=800" />
  486.  
  487. </head>
  488. <body>
  489.  
  490. {block:IfBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfBackgroundImage}
  491.  
  492.  
  493. <div class="wrapper">
  494. <div id="sidebar">
  495. <div class="blogtitle"><a href="/">{Title}</a></div>
  496. {description}
  497. <div class="links"><a href="/" class="links5">home</a><a href="/ask" class="links5">ask</a>{block:ifcustomlinkonetitle}<a href="{text:custom link one}" class="links">{text:custom link one title}</a>{/block:ifcustomlinkonetitle}{block:ifcustomlinktwotitle}<a href="{text:custom link two}" class="links">{text:custom link two title}</a>{/block:ifcustomlinktwotitle}{block:ifcustomlinkthreetitle}<a href="{text:custom link three}" class="links">{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}{block:ifcustomlinkfourtitle} <a href="{text:custom link four}" class="links">{text:custom link four title}</a>{/block:ifcustomlinkfourtitle}{block:ifcustomlinkfivetitle} <a href="{text:custom link five}" class="links">{text:custom link five title}</a>{/block:ifcustomlinkfivetitle}<a href="http://faede.tumblr.com/" class="links5">theme</a>
  498.  
  499.  
  500.  
  501. </div>
  502. </div>
  503. <p></p>
  504. </div>
  505. </div></fieldset>
  506.  
  507. <div id="posts">
  508.  
  509. <div class="header">
  510.  
  511. <div class="left">
  512.  
  513.  
  514.  
  515. {block:Posts}
  516. <div class="entry">
  517.  
  518. {block:Text}
  519. {block:IndexPage}
  520. {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  521. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  522. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains(‘Source:’)");$("p").remove(":contains(‘via ‘)");});</script>
  523. {/block:IndexPage}
  524. {/block:Text}
  525.  
  526. {block:Link}
  527. {block:IndexPage}
  528. {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
  529. {block:Description}{Description}{/block:Description}
  530. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  531. {/block:IndexPage}
  532. {block:Link}
  533.  
  534.  
  535. {block:Photo}
  536. {block:IndexPage}
  537. <div class="perma"><a href="{permalink}">{notecountwithlabel}</a>
  538. <br><a href="{reblogurl}" target="_blank">reblog</a>
  539. </div>
  540. {/block:IndexPage}
  541. {block:IndexPage}<div class="img">{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"/></a>{LinkCloseTag}</div>{/block:IndexPage}
  542. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  543. {/block:Photo}
  544.  
  545.  
  546. {block:Photoset}
  547.  
  548. {block:IndexPage}<div class="perms">
  549. <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  550. </div> {/block:IndexPage}
  551.  
  552. {block:IndexPage}{Photoset-250}
  553. {/block:IndexPage}
  554.  
  555. {block:permalinkpage}
  556. {Photoset-500}
  557. {/block:permalinkpage}
  558. {/block:Photoset}
  559.  
  560. {block:Quote}
  561. <div class="perma"><a href="{permalink}">{notecountwithlabel}</a>
  562. </div>
  563. <div class="text">
  564. <div class="quote">"</div>
  565. <span style="letter-spacing:0px;"> {Quote} </span>
  566. {block:Source}
  567. <div class="source"><div style="text-align:right; color:{color:link}">{Source}</div></div>
  568. {/block:Source}
  569. {block:indexpage}
  570.  
  571. {/block:indexpage}
  572. </div>{/block:Quote}
  573.  
  574.  
  575.  
  576. {block:Chat}
  577. {block:IndexPage}
  578. {/block:IndexPage}
  579. {block:Title}<span class="title">{Title}</span>{/block:Title}
  580. <ul class="chat">
  581. {block:Lines}
  582. <li class="user_{UserNumber}">
  583. {block:Label}
  584. <span class="label">{Label}</span>
  585. {/block:Label}
  586.  
  587. {Line}
  588. </li>
  589. {/block:Lines}
  590. </ul>
  591. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  592. {/block:IndexPage}
  593. {/block:Chat}
  594.  
  595.  
  596. {block:Audio}
  597. {block:IndexPage}
  598. <div id="album">{block:AlbumArt}<img width="81px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  599. <div id="player"><div style="margin-top:-3px;">{AudioPlayerWhite}</div></div>
  600. <div id="infos">
  601. {block:TrackName}<a href="{permalink}">{TrackName}{/block:TrackName}
  602. </div>
  603. </div>
  604. {/block:IndexPage}
  605. {block:PermalinkPage}
  606. <div id="album">{block:AlbumArt}<img width="500px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  607. <div id="player"><div style="margin-top:-3px;margin-bottom:20px;">{AudioPlayerGrey}</div></div>
  608.  
  609. {/block:PermalinkPage}
  610. {/block:Audio}
  611.  
  612.  
  613.  
  614. {block:Video}
  615. {block:IndexPage}
  616. {/block:IndexPage}
  617. <center>
  618. {block:IndexPage}
  619. {Video-250}
  620. {/block:IndexPage}
  621. </center>
  622. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center{block:IndexPage}<div class="perm"><a href="{permalink}">{NoteCount}</a> • <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}>
  623.  
  624. {block:Video}
  625.  
  626. {block:Answer}
  627. {block:IndexPage}<div class="text"><div style="padding:10px;"><div class="question"><b>Q</b>: {Question}</div><br>{Answer}<br><i>asked by {Asker}</i><div class="perm"><a href="{Permalink}">{NoteCount}</a></div></div></div>{/block:IndexPage}
  628. {block:PermalinkPage}<div style="width:500px"><b>Q</b>: {Question}<br>{Answer}<br><i>asked by {Asker}</i></div>{/block:PermalinkPage}
  629. {/block:Answer}
  630.  
  631.  
  632. {block:PermalinkPage}
  633. <div id="note3"><div style="text-align:right; text-transform:uppercase;">
  634. {block:NoteCount}<br>{block:Date}Posted {TimeAgo}{/block:Date} with {NoteCountwithLabel}
  635. {block:HasTags}/ tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:NoteCount}</div>
  636.  
  637. {block:PostNotes}
  638. {PostNotes}
  639. {/block:PostNotes}
  640. </div>
  641. {/block:PermalinkPage}
  642.  
  643. </div>
  644.  
  645.  
  646. {/block:Posts}
  647. </div>
  648. </div>
  649. <div class="right">
  650. </div>
  651. <div class="footer">
  652. <br>
  653. </div>
  654. </div>
  655. </body>
  656. </html>
  657. <div style="position:fixed;right:0px;bottom:-425px;">
  658. <div style="position:fixed;right:0px;bottom:-425px;">
  659. <---DONT REMOVE---->
  660. {block:IndexPage}
  661. {block:Pagination}
  662. <div id="pagination">
  663. {block:NextPage}
  664. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  665. {/block:NextPage}
  666. {block:PreviousPage}
  667. <a href="{PreviousPage}">&larr;&nbsp;</a>
  668. {/block:PreviousPage}
  669. </div>
  670. {/block:Pagination}
  671. {/block:IndexPage}</div>
  672. <!-- Please dont remove credits it's rude because people work hard on these themes for you to use, please leave credit -->
  673. <div class="credit"><a href="http://faede.tumblr.com/">ƒ</a></div>
  674.  
  675. </div>
  676. </body>
  677. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement