Advertisement
gabyschank

Internet Explorer Theme

Feb 13th, 2014
2,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.01 KB | None | 0 0
  1. <!--Internet Explorer Theme by confers
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  12. <meta name="color:background" content="#ffffff" />
  13. <meta name="color:tab background" content="#cbb1d7" />
  14. <meta name="color:text" content="#000000" />
  15. <meta name="color:title" content="#000000" />
  16. <meta name="color:title hover" content="#000000" />
  17. <meta name="color:link" content="#000000" />
  18. <meta name="color:link hover" content="#000000" />
  19. <meta name="color:questions" content="#eeeeee" />
  20. <meta name="color:scrollbar" content="#000000" />
  21. <meta name="color:highlight text" content="#ffffff" />
  22. <meta name="color:highlight background" content="#cccccc" />
  23.  
  24. <meta name="text:home title" content="Home" />
  25. <meta name="text:ask title" content="Ask" />
  26. <meta name="text:link 1 title" content="" />
  27. <meta name="text:link 1" content="" />
  28. <meta name="text:link 2 title" content="" />
  29. <meta name="text:link 2" content="" />
  30. <meta name="text:link 3 title" content="" />
  31. <meta name="text:link 3" content="" />
  32. <meta name="text:link 4 title" content="" />
  33. <meta name="text:link 4" content="" />
  34. <meta name="text:link 5 title" content="" />
  35. <meta name="text:link 5" content="" />
  36. <meta name="text:link 6 title" content="" />
  37. <meta name="text:link 6" content="" />
  38.  
  39. <meta name="image:Left Background" content""/>
  40. <meta name="image:Right Background" content""/>
  41. <meta name="image:Cover Background" content""/>
  42.  
  43. <meta name="if:Link One" content""/>
  44. <meta name="if:Link Two" content""/>
  45. <meta name="if:Link Three" content""/>
  46. <meta name="if:Link Four" content""/>
  47. <meta name="if:Link Five" content""/>
  48. <meta name="if:Link Six" content""/>
  49.  
  50.  
  51.  
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  56. <script>
  57. (function($){
  58. $(document).ready(function(){
  59. $("[title]").style_my_tooltips({
  60. tip_follows_cursor:true,
  61. tip_delay_time:10,
  62. tip_fade_speed:40
  63. }
  64. );
  65. });
  66. })(jQuery);
  67. </script>
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. #s-m-t-tooltip{
  73. max-width:300px;
  74. margin:15px;
  75. padding:2px 8px;
  76. border:1px solid #DDD;
  77. background:#fff;
  78. color:#000;
  79. z-index:999999;
  80. font-size:10px;
  81. text-transform:lowercase;
  82. box-shadow:1px 1px 3px rgba(0,0,0,2);}
  83.  
  84. body{
  85. background-color:{color:background};
  86. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  87. background-attachment: fixed;
  88. background-position: bottom 0px left 0px, bottom 0px right 0px;
  89. background-repeat: no-repeat, no-repeat, no-repeat;
  90. -webkit-background-size: auto, auto, auto;
  91. -moz-background-size: auto, auto, auto;
  92. -o-background-size: auto, auto, auto;
  93. background-size: auto, auto, cover;
  94. color:{color:text};
  95. font-family:consolas;
  96. font-size:10px;
  97. }
  98.  
  99. ::selection {
  100. background:{color:highlight background};
  101. color:{color:highlight text};
  102. }
  103. ::-moz-selection {
  104. background:{color:highlight background};
  105. color:{color:highlight text};
  106. }
  107.  
  108. ::-webkit-scrollbar{
  109. width:8px;
  110. height:8px;
  111. background:{color:background};}
  112.  
  113. ::-webkit-scrollbar-thumb{
  114. background:{color:scrollbar};
  115. height:5px;
  116. border:{color:background} solid 3px;}
  117.  
  118. a:link, a:active, a:visited{
  119. -webkit-transition: 0.3s ease;
  120. transition: 0.3s ease;
  121. -o-transition: 0.3s ease;
  122. -moz-transition: 0.3s ease;
  123. color:{color:link};
  124. text-decoration:none;
  125. }
  126.  
  127. a:hover{
  128. -webkit-transition: 0.3s ease;
  129. transition: 0.3s ease;
  130. -o-transition: 0.3s ease;
  131. -moz-transition: 0.3s ease;
  132. color:{color:link hover};
  133. }
  134.  
  135. #n{
  136.  
  137. }
  138.  
  139. #tabs2{
  140. -moz-box-shadow: 0 0 28px 3px #000;
  141. -webkit-box-shadow: 0 0 28px 3px #000;
  142. box-shadow: 0 0 28px 3px #000;
  143. margin-top:20px;
  144. border-radius:8px;
  145. padding:31px 11px 11px 11px;
  146. margin-left:189px;
  147. height:750px;
  148. width:950px;
  149. position:absolute;
  150. border:1px solid #000;
  151. }
  152.  
  153. #fav{
  154. opacity:1;
  155. margin-left:-1px;
  156. margin-top:25px;
  157. z-index:99999;
  158. width:950px;
  159. position:absolute;
  160. border:1px solid #000;
  161. background:#fff;
  162. }
  163.  
  164. .textbox{
  165. border:1px solid #000;
  166. padding:3px;
  167. background:#fff;
  168. position:absolute;
  169. z-index:99999999999;
  170. opacity:1;
  171. margin-top:-2px;
  172. margin-left:65px;
  173. width:280px;
  174. }
  175.  
  176.  
  177.  
  178. #tabs{
  179. background:{color:tab background};
  180. opacity:1;
  181. margin-top:21px;
  182. opacity:.8;
  183. border-radius:8px;
  184. padding:30px 10px 10px 10px;
  185. margin-left:190px;
  186. height:750px;
  187. width:950px;
  188. position:absolute;
  189. border:1px solid #fff;
  190. }
  191.  
  192. #entries{{block:IndexPage}
  193. width:950px;
  194. height:700px;
  195. background:#fff;
  196. border:1px solid #848484;
  197. margin-top:100px;
  198. margin-left:200px;
  199. position:absolute;
  200. overflow-y:scroll;
  201. {/block:IndexPage}{block:PermalinkPage}
  202. height:700px;
  203. width:950px;
  204. background:#fff;
  205. border:1px solid #848484;
  206. margin-top:100px;
  207. margin-left:200px;
  208. position:absolute;
  209. overflow-y:scroll;
  210. {/block:PermalinkPage}
  211. }
  212.  
  213. #post{
  214. {block:IndexPage}
  215. margin-left:300px;
  216. margin-top:20px;
  217. width:250px;
  218. {/block:IndexPage}{block:PermalinkPage}
  219. margin-left:300px;
  220. margin-top:20px;
  221. width:400px;{/block:PermalinkPage}
  222. }
  223.  
  224. #post .perma{
  225. {block:IndexPage}
  226. -webkit-transition: 0.3s ease;
  227. transition: 0.3s ease;
  228. -o-transition: 0.3s ease;
  229. -moz-transition: 0.3s ease;
  230. margin-top:5px;
  231. text-align:center;
  232. width:250px;
  233. opacity:0;
  234. font-size:9px;
  235. text-transform:uppercase;
  236. {/block:IndexPage}{block:PermalinkPage}
  237. display:none;
  238. {/block:PermalinkPage}
  239. }
  240.  
  241. #post:hover .perma{
  242. {block:IndexPage}
  243. -webkit-transition: 0.3s ease;
  244. transition: 0.3s ease;
  245. -o-transition: 0.3s ease;
  246. -moz-transition: 0.3s ease;
  247. opacity:1;
  248. {/block:IndexPage}{block:PermalinkPage}
  249. display:none;
  250. {/block:PermalinkPage}
  251. }
  252.  
  253.  
  254. .title{
  255. padding:5px 5px 5px 5px;
  256. background:#fff;
  257. z-index:9999999999;
  258. margin-top:0px;
  259. margin-left:368px;
  260. border:1px solid #000;
  261. font-family:consolas;
  262. position:absolute;
  263. font-size:12px;}
  264.  
  265.  
  266. .title a{
  267. color:#ccc;
  268. }
  269.  
  270. .title img{
  271. height:10px;
  272. width:10px;
  273. }
  274.  
  275. .title a:hover{
  276. color:red;
  277. }
  278.  
  279. .links{
  280. text-align:left;
  281. z-index:999;
  282. font-family:consolas;
  283. font-size:11px;
  284. letter-spacing: 2px;
  285. padding: 5px;}
  286.  
  287. .links a{
  288. -webkit-transition: 0.3s ease;
  289. transition: 0.3s ease;
  290. -o-transition: 0.3s ease;
  291. -moz-transition: 0.3s ease;
  292. padding:2px;
  293. width:100px;
  294. border:1px solid transparent;
  295. border-radius:4px;
  296. }
  297.  
  298. .links a:hover{
  299. -webkit-transition: 0.3s ease;
  300. transition: 0.3s ease;
  301. -o-transition: 0.3s ease;
  302. -moz-transition: 0.3s ease;
  303. background:#F2F2F2;
  304. border:1px solid #ccc;
  305. border-radius:3px;
  306. }
  307.  
  308.  
  309.  
  310. #exit{
  311. -webkit-transition: 0.3s ease;
  312. transition: 0.3s ease;
  313. -o-transition: 0.3s ease;
  314. -moz-transition: 0.3s ease;
  315. font-size:19px;
  316. color:#fff;
  317. z-index:99999999999;
  318. border:1px solid #111;
  319. border-radius:0px 0px 4px 0px;
  320. position:absolute;
  321. margin-left:890px;
  322. margin-top:-32px;
  323. width:40px;
  324. text-align:center;
  325. padding:2px 10px 2px 10px;
  326. background:#FE642E;
  327. }
  328.  
  329. #exit a {
  330. color:#fff;
  331. }
  332.  
  333.  
  334. #exit:hover{
  335. background:#FF0000;
  336. -moz-box-shadow: 0 0 12px 3px #FE642E;
  337. -webkit-box-shadow: 0 0 12px 3px #FE642E;
  338. box-shadow: 0 0 12px 3px #FE642E;
  339. }
  340.  
  341. #home{
  342. -webkit-transition: 0.3s ease;
  343. transition: 0.3s ease;
  344. -o-transition: 0.3s ease;
  345. -moz-transition: 0.3s ease;
  346. font-size:14px;
  347. z-index:99999999999;
  348. position:absolute;
  349. margin-left:34px;
  350. margin-top:-4px;
  351. border:1px solid #111;
  352. border-radius:50px;
  353. height:14px;
  354. width:12px;
  355. color:#fff;
  356. text-align:center;
  357. padding:4px 6px 6px 6px;
  358. }
  359.  
  360.  
  361.  
  362. #home:hover{
  363. -webkit-transition: 0.3s ease;
  364. transition: 0.3s ease;
  365. -o-transition: 0.3s ease;
  366. -moz-transition: 0.3s ease;
  367. background:#0174DF;
  368. }
  369.  
  370. #arrow{
  371. -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  372. -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  373. -o-transform:matrix(-1, 0, 0, 1, 0, 0);
  374. -webkit-transition: 0.3s ease;
  375. transition: 0.3s ease;
  376. -o-transition: 0.3s ease;
  377. -moz-transition: 0.3s ease;
  378. font-size:25px;
  379. z-index:99999999999;
  380. position:absolute;
  381. margin-left:-7px;
  382. z-index:1;
  383. margin-top:-8px;
  384. border:1px solid #111;
  385. border-radius:50px;
  386. height:25px;
  387. width:25px;
  388. color:#fff;
  389. text-align:center;
  390. padding:4px 6px 6px 6px;
  391. }
  392.  
  393. #arrow:hover{
  394. -webkit-transition: 0.3s ease;
  395. transition: 0.3s ease;
  396. -o-transition: 0.3s ease;
  397. -moz-transition: 0.3s ease;
  398. background:#0174DF;
  399. }
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407. #credit {
  408. position:fixed;
  409. font-family:consolas;
  410. font-size:10px;
  411. bottom:10px;
  412. z-index:999999999999;
  413. right:10px;
  414. text-transform:uppercase;
  415. }
  416.  
  417.  
  418. blockquote{
  419. padding:3px;
  420. border-left:1px solid #e1e1e1;
  421. margin-left:10px;
  422. line-height:10px;
  423. }
  424.  
  425. {block:IndexPage}
  426. blockquote img{
  427. width:100px;
  428. overflow:hidden;
  429. }
  430. {/block:IndexPage}
  431. {block:PermalinkPage}
  432. blockquote img{
  433. width:200px;
  434. overflow:hidden;
  435. }
  436. {/block:PermalinkPage}
  437.  
  438. .text{
  439. text-decoration:bold;
  440. font-size:12px;
  441. text-transform:uppercase;
  442. }
  443.  
  444. #questions img{
  445. float:left;
  446. padding:2px;
  447. }
  448.  
  449. #questions a{
  450. font-size:9px;
  451. letter-spacing:1px;
  452. text-transform:uppercase;
  453. }
  454.  
  455. #questions {
  456. padding:4px;
  457. border-radius:6px;
  458. min-height:28px;
  459. font-weight: bold;
  460. border-bottom:1px solid #ccc;
  461. background:{color:questions};
  462. }
  463.  
  464. #questions img{
  465. border-radius:6px;
  466. }
  467.  
  468. .player{
  469. margin-left:110px;
  470. margin-top:25px;
  471. position:absolute;
  472. padding:2px;
  473. max-width:135px;
  474. padding:2px;
  475. font-size:9px;
  476. text-transform:uppercase;
  477. z-index:999999;
  478. {block:PermalinkPage}
  479. margin-top:0px;
  480. {/block:PermalinkPage}
  481. }
  482.  
  483. .audioplayer{
  484. margin-left:20px;
  485. opacity:.7;
  486. width:27px;
  487. height:27px;
  488. border-radius:30px;
  489. overflow:hidden;
  490. background:#fff;
  491. padding:15px;
  492. }
  493.  
  494. #cover{
  495. width:100px;
  496. background:#eee;
  497. position:absolute;
  498. height:100px;
  499. display:inline-block;
  500. float:left;
  501. margin-top:-20px;
  502. }
  503.  
  504. #cover img{
  505. width:100px;
  506. height:100px;
  507. margin-top:0px;
  508. }
  509.  
  510. .playbutton {
  511. width:30px;
  512. height:30px;
  513. overflow:hidden;
  514. position:relative;
  515. z-index:1000;
  516. margin:0px;}
  517.  
  518. #minimize{
  519. -webkit-transition: 0.3s ease;
  520. transition: 0.3s ease;
  521. -o-transition: 0.3s ease;
  522. -moz-transition: 0.3s ease;
  523. border:1px solid #111;
  524. border-radius:0px 0px 0px 4px;
  525. position:absolute;
  526. margin-left:810px;
  527. margin-top:-32px;
  528. width:20px;
  529. color:#fff;
  530. z-index:99999999999;
  531. font-size:19px;
  532. text-align:center;
  533. padding:0px 10px 4px 10px;
  534. background:{color:tab background};
  535. }
  536.  
  537. #minimize a {
  538. color:#fff;
  539. }
  540.  
  541.  
  542. #minimize:hover{
  543. background:#58ACFA;
  544. -moz-box-shadow: 0 0 12px 3px #58ACFA;
  545. -webkit-box-shadow: 0 0 12px 3px#58ACFA;
  546. box-shadow: 0 0 12px 3px #58ACFA;
  547.  
  548. }
  549.  
  550. #maximize{
  551. border:1px solid #111;
  552. font-size:19px;
  553. color:#fff;
  554. z-index:99999999999;
  555. position:absolute;
  556. margin-left:850px;
  557. margin-top:-32px;
  558. width:20px;
  559. text-align:center;
  560. padding:2px 10px 2px 10px;
  561. background:{color:tab background};
  562. -webkit-transition: 0.3s ease;
  563. transition: 0.3s ease;
  564. -o-transition: 0.3s ease;
  565. -moz-transition: 0.3s ease;
  566. }
  567.  
  568. #maximize a {
  569. color:#fff;
  570. }
  571.  
  572. #maximize:hover{
  573. background:#58ACFA;
  574. -moz-box-shadow: 0 0 12px 3px #58ACFA;
  575. -webkit-box-shadow: 0 0 12px 3px#58ACFA;
  576. box-shadow: 0 0 12px 3px #58ACFA;
  577. }
  578. </style>
  579.  
  580. </head>
  581. <body>
  582.  
  583. <div id="tabs2"></div><div id="tabs">
  584. <div id="fav">
  585. <div class="links">
  586. <a href="/" title="/">{text:home title} <small>▼</small></a>
  587. <a href="/ask" title="/ask">{text:ask title} <small>▼</small></a>
  588. {block:IfLinkOne}<a href="{text:link 1}" title="{text:link 1}">{text:link 1 title} <small>▼</small></a>{/block:IfLinkOne}
  589.  
  590. {block:IfLinkTwo}<a href="{text:link 2}" title="{text:link 2}">{text:link 2 title} <small>▼</small></a>{/block:IfLinkTwo}
  591.  
  592. {block:IfLinkThree}<a href="{text:link 3}" title="{text:link 3}">{text:link 3 title} <small>▼</small></a>{/block:IfLinkThree}
  593.  
  594. {block:IfLinkFive}<a href="{text:link 4}" title="{text:link 4}">{text:link 4 title} <small>▼</small></a>{/block:IfLinkFour}
  595.  
  596. {block:IfLinkFive}<a href="{text:link 5}" title="{text:link 5}">{text:link 5 title} <small>▼</small></a>{/block:IfLinkFive}
  597.  
  598. {block:IfLinkSix}<a href="{text:link 6}" title="{text:link 6}">{text:link 6 title} <small>▼</small></a>{/block:IfLinkSix}
  599. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  600. <a href="http://totaling.tumblr.com/" title="http://totaling.tumblr.com/">theme <small>▼</small></a>
  601. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  602. </div></div>
  603.  
  604. {select:Pagination}
  605. {block:IndexPage}
  606. {block:Pagination}
  607. <div id="pagination">
  608. {block:NextPage}
  609. <a href="{NextPage}"><div id="home" title="previous">➜</div></a>
  610. {/block:NextPage}
  611. {block:PreviousPage}
  612. <a href="{PreviousPage}"><div id="arrow" title="next">➜</div></a>
  613. {/block:PreviousPage}
  614. </div>
  615. {/block:Pagination}
  616. {/block:IndexPage}
  617.  
  618.  
  619. <div id="minimize"><a href="http://totaling.tumblr.com/"> <b> _ </b></a></div>
  620. <div id="maximize"><a href="http://fluorescent-themes.tumblr.com/"><b> ☐ </b></a></div>
  621. <div id="exit"><b><a href="http://www.tumblr.com/dashboard"> x </a> </b> </div>
  622. <input type="text" class="textbox" placeholder="{BlogURL}"/>
  623. <div class="title"><img src="{Favicon}"> {Title} <a href="/" title="{Description}"> X </a></div>
  624. </div>
  625.  
  626. <div id="entries">
  627.  
  628.  
  629. {block:Posts}
  630.  
  631.  
  632. {block:ContentSource}
  633. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  634. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  635. {/block:SourceLogo}
  636. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  637. {/block:ContentSource}
  638.  
  639. <div id="post">
  640.  
  641.  
  642. {block:Photo}
  643. {block:IndexPage}
  644. <a href="{permalink}"><img src="{PhotoURL-250}" title="{NoteCountWithLabel}"/></a></a>
  645. {/block:IndexPage}
  646. {block:PermalinkPage}
  647. <a href="{permalink}"><img src="{PhotoURL-500}"/></a>
  648. {/block:PermalinkPage}
  649. {/block:Photo}
  650.  
  651.  
  652.  
  653. {block:Photoset}
  654. {block:IndexPage}
  655. {block:Photos}
  656. <a href="{Permalink}" title="{NoteCountWithLabel}"><img src="{PhotoURL-500}" width="250px;" style="padding-bottom:5px;"/></a>
  657. {/block:Photos}
  658. {/block:IndexPage}
  659. {block:PermalinkPage}
  660. {Photoset-500}
  661. {/block:PermalinkPage}
  662. {/block:Photoset}
  663.  
  664. {block:Video}
  665. {block:IndexPage}
  666. {Video-250}<br>
  667. <div class="perma">
  668. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  669. <a href="{ReblogURL}">reblog</a>
  670. </div>
  671. {/block:IndexPage}
  672. {block:PermalinkPage}
  673. {Video-500}
  674. {/block:PermalinkPage}
  675. {/block:Video}
  676.  
  677.  
  678. {block:Text}
  679. <div class="text">{Title}</div>{Body}
  680. <div class="perma">
  681. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  682. <a href="{ReblogURL}">reblog</a>
  683. </div>
  684. {/block:Text}
  685.  
  686.  
  687. {block:Link}
  688. <div class="text" style="background:#eee; padding:2px; letter-spacing:1px; text-decoration:underline;"><a href="{URL}">{Name} →</a></div>
  689. {block:Description}{Description}{/block:Description}
  690. <div class="perma">
  691. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  692. <a href="{ReblogURL}">reblog</a>
  693. </div>
  694. {/block:Link}
  695.  
  696.  
  697. {block:Quote}
  698. <div class="text">"{Quote}"</div>
  699. {block:Source}-{Source}{/block:Source}
  700. <div class="perma">
  701. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  702. <a href="{ReblogURL}">reblog</a>
  703. </div>
  704. {/block:Quote}
  705.  
  706.  
  707. {block:Chat}
  708. {block:Lines}
  709. {block:Label}<br>
  710. <div class="text" div style="font-size:9px; padding:2px; background:#eee;">{Label}
  711. {/block:Label}
  712. &nbsp;{Line}</div>
  713. {/block:Lines}
  714. <div class="perma">
  715. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  716. <a href="{ReblogURL}">reblog</a>
  717. </div>
  718. {/block:Chat}
  719.  
  720.  
  721. {block:Audio}
  722. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  723. {block:Artist}by {Artist}{/block:Artist}<br>
  724. {block:PlayCount}{PlayCount} plays{/block:PlayCount}
  725. </div>
  726. <div id="cover">
  727. {block:AlbumArt}
  728. <img src="{AlbumArtURL}">
  729. {/block:AlbumArt}</div>
  730. <div class="audioplayer"><div class="playbutton">
  731. {AudioPlayerWhite}</div></div><br><br>
  732. <div class="perma">
  733. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  734. <a href="{ReblogURL}">reblog</a>
  735. </div>
  736. {/block:Audio}
  737.  
  738.  
  739.  
  740. {block:Answer}<div id="questions">
  741. <img src="{AskerPortraitURL-24}">{Asker}: {Question}</div>
  742. {Answer}
  743. <div class="perma">
  744. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  745. <a href="{ReblogURL}">reblog</a>
  746. </div>
  747. {/block:Answer}
  748.  
  749. {block:PermalinkPage}<div id="n">
  750. <br>
  751. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  752. <br>
  753. {block:Date}{TimeAgo}{/block:Date}
  754. {block:NoteCount}
  755. {NoteCountWithLabel}
  756. {/block:NoteCount}
  757. <br>
  758. {block:Caption}
  759. {Caption}
  760. {/block:Caption}
  761. <br>
  762. {block:PostNotes}{PostNotes}{/block:PostNotes}
  763. </div>
  764. {/block:PermalinkPage}
  765. </div>
  766. {/block:Posts}
  767. </div>
  768.  
  769.  
  770.  
  771.  
  772. {block:IndexPage}
  773. {block:Pagination}
  774. <div id="pagination">
  775. {block:NextPage}
  776. <a id="nextPage" href="{NextPage}"></a>
  777. {/block:NextPage}
  778. {block:PreviousPage}
  779. <a href="{PreviousPage}"></a>
  780. {/block:PreviousPage}
  781. </div>
  782. {/block:Pagination}
  783. {/block:IndexPage}
  784.  
  785. </div>
  786. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  787. <div id="credit"><a href="http://totaling.tumblr.com">credit</a></div>
  788. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  789. </div>
  790. </body>
  791. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement