Advertisement
teenageblog

Flowers Theme

Sep 19th, 2013
3,106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.64 KB | None | 0 0
  1. <!-----------------------------------------
  2. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  3. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  4. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  5. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  6. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  8.  
  9. Please keep credit (✿◠‿◠)
  10. ----------------------------------------------->
  11.  
  12. <html lang="en">
  13. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <head>
  19. <!-- DEFAULT VARIABLES -->
  20. <title>{Title}</title>
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <meta name="color:Background" content="#fff"/>
  23. <meta name="color:Text" content="#000"/>
  24. <meta name="color:Title" content="#000"/>
  25. <meta name="color:Link" content="#999"/>
  26. <meta name="color:Hover" content="#000"/>
  27. <meta name="color:Scrollbar" content="#ccc"/>
  28. <meta name="color:Border" content="#ccc"/>
  29.  
  30. <meta name="image:Sidebar" content=""/>
  31. <meta name="image:Background" content="0"/>
  32.  
  33. <meta name="if:Two column" content="1"/>
  34. <meta name="if:Three column" content="0"/>
  35.  
  36. <meta name="text:Link One Title" content="link 1" />
  37. <meta name="text:Link One" content="" />
  38. <meta name="text:Link Two Title" content="link 2" />
  39. <meta name="text:Link Two" content="" />
  40. <meta name="text:Link Three Title" content="link 3" />
  41. <meta name="text:Link Three" content="" />
  42. <meta name="text:Link Four Title" content="link 4" />
  43. <meta name="text:Link Four" content="" />
  44. <meta name="text:Link Five Title" content="link 5" />
  45. <meta name="text:Link Five" content="" />
  46. <meta name="text:Link Six Title" content="link 6" />
  47. <meta name="text:Link Six" content="" />
  48. <meta name="text:Link Seven Title" content="link 7" />
  49. <meta name="text:Link Seven" content="" />
  50. <meta name="text:Link Eight Title" content="link 8" />
  51. <meta name="text:Link Eight" content="" />
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57. iframe#tumblr_controls {right:3px !important; position: fixed !important;z-index:99999;-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;}
  58.  
  59. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;z-index:99999;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  60.  
  61.  
  62.  
  63. .wrapper{
  64. margin: 0px auto;
  65. margin-left: 60px;
  66. width: 1045px;
  67. }
  68.  
  69. .header{
  70. float: left;
  71. width: 100%;
  72. }
  73.  
  74. .left{
  75. float: left;
  76. margin-right: 20px;
  77. width:1045;
  78. }
  79.  
  80. .right{
  81. float: right;
  82. width: 200px;
  83. background-color: #fff;
  84. }
  85.  
  86. body {
  87. margin:0px;
  88. background-color: {color:Background};
  89. background-image:url({image:Background});
  90. background-attachment: fixed;
  91. background-repeat: repeat;}
  92. body, div, p, textarea, submit, input{
  93. font-family: 'Ubuntu', sans-serif;
  94. font-size: 11px;
  95. line-height:14px;
  96. letter-spacing:1px;
  97. color:{color:Text};
  98. }
  99. ::-webkit-scrollbar {width: 8px; height: 4px; background: #eeeeee; border-left: 1px solid #eee; }
  100.  
  101. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #eee; border-top: 1px solid #eee; border-left: 1px solid
  102. #eee; border-right: 1px solid #eee; }
  103.  
  104.  
  105. p {
  106. margin:0px;
  107. margin-top:0px;
  108. }
  109.  
  110. a:link, a:active, a:visited{
  111. text-decoration: none;
  112. -webkit-transition: color 0.3s ease-out;
  113. -moz-transition: color 0.3s ease-out;
  114. transition: color 0.3s ease-out;
  115. color: {color:Link};
  116. }
  117.  
  118. a:hover {
  119. : -webkit-transition-duration: 1.0s;
  120. color:{color:Hover};
  121. }
  122.  
  123.  
  124.  
  125.  
  126. div#center{
  127. margin:auto;
  128. margin-top:0px;
  129. position:relative;
  130. width:1045px;
  131. background-color:;
  132. overflow:auto;
  133. overflow-y:hidden;
  134. }
  135.  
  136. #desc{
  137. display:inline-block;
  138. background:transparent;
  139. margin-top:2px;
  140. margin-left:0px;
  141. width:194px;
  142. font-family:"Consolas";
  143. letter-spacing:1px;
  144. font-size:9px;
  145. line-height:11px;
  146. text-align:justify;
  147. color:{color:text};
  148. padding:3px;
  149. }
  150.  
  151. div#topbar{
  152. position:fixed;
  153. background:white;
  154. height:20px;
  155. width:100%;
  156. top:0px;
  157. left:0px;
  158. border-bottom:1px solid #eee;
  159. padding:3px;
  160. line-height:20px;
  161. z-index:999999999;
  162. }
  163.  
  164. div#blogtitle{
  165. position:fixed;
  166. background:transparent;
  167. height:60px;
  168. width:1100px;
  169. top:8px;
  170. left:0px;
  171. text-align:center;
  172. color:{color:border};
  173. }
  174.  
  175. .blogtitle{
  176. background:transparent;
  177. margin-top:1px;
  178. width:auto;
  179. height:12px;
  180. padding-left:0px;
  181. font-family:"Consolas";
  182. font-size:14px;
  183. line-height:14px;
  184. letter-spacing:2px;
  185. text-transform:uppercase;
  186. text-align:center;
  187. font-style:normal;
  188. color:{color:border};
  189. padding-bottom:6px;
  190. opacity:1;
  191. }
  192.  
  193. .blogtitle:hover{
  194. color:{color:hover};
  195. }
  196.  
  197. div#linkbar{
  198. position:fixed;
  199. background:white;
  200. height:20px;
  201. width:auto;
  202. top:0px;
  203. left:363px;
  204. border-bottom:1px solid #eee;
  205. font-family:"Calibri";
  206. font-size:8px;
  207. padding:3px;
  208. line-height:20px;
  209. letter-spacing:2px;
  210. text-transform:uppercase;
  211. text-align:left;
  212. color:{color:border};
  213. z-index:999999999;
  214. }
  215.  
  216. div#sidebar {
  217. position:fixed;
  218. background:white;
  219. width:200px;
  220. height:auto;
  221. top:26px;
  222. left:130px;
  223. padding-right:14px;
  224. padding-left:14px;
  225. padding-bottom:14px;
  226. border-bottom:1px solid #eee;
  227. border-left:1px solid #eee;
  228. border-right:1px solid #eee;
  229. opacity:10;
  230. z-index:9999999999;
  231. }
  232.  
  233. div#sidebar img{
  234. width:200px; height:auto;
  235. }
  236.  
  237. #sidebarimage{
  238. background:#fff;
  239. display:inline-block;
  240. margin-top:3px;
  241. border-top:1px solid #f9f9f9;
  242. border-right:1px solid #f0f0f0;
  243. border-left:1px solid #f9f9f9;
  244. border-bottom:1px solid #f0f0f0;
  245. padding:3px;
  246. }
  247. .linkbar{
  248. background:transparent;
  249. margin-bottom:1px;
  250. width:61px;
  251. height:auto;
  252. padding:1px;
  253. font-family:"Calibri";
  254. font-size:11px;
  255. line-height:10px;
  256. text-align:center;
  257. display:inline-block;
  258. text-transform:uppercase;
  259. letter-spacing:2px;
  260. color: {color:link};
  261. -webkit-transition: all 0.2s ease-in-out;
  262. -moz-transition: all 0.2s ease-in-out;
  263. -o-transition: all 0.2s ease-in-out;
  264. -ms-transition: all 0.2s ease-in-out;
  265. transition: all 0.2s ease-in-out;
  266. }
  267.  
  268. .linkbar:hover{
  269. background: {color:border};
  270. color:#fff;
  271. -webkit-transition: all 0.2s ease-in-out;
  272. -moz-transition: all 0.2s ease-in-out;
  273. -o-transition: all 0.2s ease-in-out;
  274. -ms-transition: all 0.2s ease-in-out;
  275. transition: all 0.2s ease-in-out;
  276. }
  277.  
  278.  
  279.  
  280. .entry {
  281. float:left;
  282. display: block;
  283. overflow:hidden;
  284. padding:15px;
  285. border: 1px solid #F2F2F2;
  286. margin:6px;
  287. background-color: white;
  288. padding:8px;
  289. padding-bottom:6px;
  290. {block:IndexPage}
  291. {block:ifthreecolumn}
  292. max-width:210px;
  293. margin:5px;
  294. {/block:ifthreecolumn}
  295. {block:iftwocolumn}
  296. max-width:250px;
  297. {/block:iftwocolumn}
  298. {/block:IndexPage}
  299. transition: all 0.5s ease-out;
  300. -o-transition-transition: all 0.5s ease-out;
  301. -webkit-transition: all 0.5s ease-out;
  302. -moz-transition: all 0.5s ease-out;
  303. {block:PermalinkPage}
  304. width:520px;
  305. margin-left:0px;
  306. text-align:center;
  307. {/block:PermalinkPage}
  308. }
  309.  
  310. .entry .perma{
  311. -webkit-filter: blur(5px);
  312. width:auto;
  313. height: auto;
  314. font-family:Consolas;
  315. position: absolute;
  316. font-size: 10px;
  317. line-height: 14px;
  318. text-align: center;
  319. color:#999;
  320. opacity:0.9;
  321. z-index: 99999;
  322. text-transform:uppercase;
  323. overflow:hidden;
  324. background-color:white;
  325. margin-left: 5px;
  326. padding: 10px;
  327. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  328. -webkit-transition: all 0.5s linear;
  329. -moz-transition: all 0.5s linear;
  330. transition: all 0.5s linear;
  331.  
  332. }
  333. .entry:hover .perma{
  334. -webkit-filter: blur(0px);
  335. overflow:visible;
  336. opacity:0.9;
  337. top:20px;
  338. -webkit-transition: all 0.5s linear;
  339. -webkit-transition: all 0.5s linear;
  340. -moz-transition: all 0.5s linear;
  341. transition: all 0.5s linear;
  342.  
  343. }
  344.  
  345. .entry:hover{
  346. opacity:1;
  347. -webkit-transition: all .7s ease;
  348. -moz-transition: all .7s ease;
  349. -o-transition: all .7s ease;
  350. transition: all .7s ease;
  351. }
  352. .permatext{
  353. height:auto;
  354. line-height:100%;
  355. position:absolute;
  356. right:4px;
  357. bottom:0px;
  358. {block:IfPermalinkMovement}
  359. bottom:-5px;
  360. {block:IfPermalinkMovement}
  361. opacity:0;
  362. padding:0;
  363. background:#transparent;
  364. box-shadow:0 0 15px 10px #transparent;
  365. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  366. }
  367. .entry:hover .permatext{
  368. right:4px; bottom:0px;
  369. opacity:1;
  370. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  371. }
  372. .entry:hover .permatext:hover{
  373. opacity:1;
  374. }
  375.  
  376. .bubble {align:right;background:#eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  377. .bubble p {margin:1px 0px;}
  378. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 12;line-height: 14px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  379. .askborder {float: left;margin: 1px 4px 1 0;padding: 3px; background: #eee;}
  380.  
  381. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  382.  
  383.  
  384. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  385. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  386. .cover img {float:left; width:60px; height:60px;}
  387. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  388. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  389.  
  390. .title{
  391. font-family: "cedarville cursive";
  392. font-size: 22px;
  393. line-height: 20px;
  394. color: {color:Title};
  395. text-shadow:1px 2px 2px #aaa;
  396. letter-spacing: 1px;
  397. font-weight: normal;
  398. }
  399.  
  400. .cred {
  401. color: #000;
  402. font-family: Calibri;
  403. font-size:14px;
  404. z-index: 99999999999999px;
  405. line-height:14px;
  406. background:#fff;
  407. border: 1px #eee solid;
  408. background-repeat:repeat;
  409. padding:2px;
  410. -webkit-border-radius:2px;
  411. moz-border-radius:2px;
  412. -o-border-radius:2px;
  413. border-radius:2px;
  414. }
  415.  
  416. .cred a { color: #000; }
  417.  
  418.  
  419. #posts {
  420. width:600px;
  421. margin-top: 34px;
  422. margin-left: 330px;
  423. margin-right: auto;
  424. position:relative;
  425. overflow-y: hidden;
  426. {block:ifthreecolumn}
  427. width:800px;
  428. {/block:ifthreecolumn}
  429. }
  430.  
  431.  
  432. #infscr-loading{
  433. bottom: -70px;
  434. position: absolute;
  435. left: 50%;
  436. margin-left:-8px;
  437. width:16px;
  438. height:11px;
  439. overflow:hidden;
  440. margin-bottom: 50px;
  441. }
  442.  
  443. #postnotes{
  444. text-align: justify;
  445. }
  446.  
  447. #postnotes blockquote{
  448. border: 0px;
  449. }
  450.  
  451. blockquote{
  452. padding:0px 0px 2px 5px;
  453. margin:0px 0px 2px 1px;
  454. border-left: 1px dotted {color:Text};
  455. }
  456.  
  457. blockquote p, ul{
  458. margin:0px;
  459. padding:0px;
  460. }
  461.  
  462. a img{border: 0px;}
  463. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  464. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  465. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  466. .notes img{width:10px; position:relative; top:3px;
  467. }
  468.  
  469. small{font-size: 90%;}
  470.  
  471. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  472. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  473.  
  474. {CustomCSS}
  475.  
  476. </style>
  477.  
  478. {block:IndexPage}
  479.  
  480.  
  481. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  482. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  483. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  484.  
  485. <script type="text/javascript">
  486. $(window).load(function () {
  487. var $content = $('#posts');
  488. $content.masonry({itemSelector: '.entry'}),
  489. $content.infinitescroll({
  490. navSelector : 'div#pagination',
  491. nextSelector : 'div#pagination a#nextPage',
  492. itemSelector : '.entry',
  493. loading: {
  494. finishedMsg: '',
  495. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  496. },
  497. bufferPx : 600,
  498. debug : false,
  499. },
  500. // call masonry as a callback.
  501. function( newElements ) {
  502. var $newElems = $( newElements );
  503. $newElems.hide();
  504. // ensure that images load before adding to masonry layout
  505. $newElems.imagesLoaded(function(){
  506. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  507.  
  508.  
  509. });
  510. });
  511. });
  512. </script>
  513. {/block:IndexPage}
  514.  
  515.  
  516. <title>{Title}</title>
  517. <link rel="shortcut icon" href="{favicon}">
  518. <meta name="viewport" content="width=720" />
  519. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  520. </head>
  521.  
  522. <body>
  523.  
  524. <div class="wrapper">
  525. <div class="header">
  526. </div>
  527.  
  528. <div id="topbar"></div>
  529.  
  530.  
  531. <div id="sidebar">
  532. <div class="blogtitle">{title}</div>
  533. <img src="{image:sidebar}"</a>
  534.  
  535.  
  536. <div id="desc">{Description}</div>
  537.  
  538. </div>
  539. <div id="linkbar">
  540. <a href="{Text:Link One}"><div class="linkbar"><b>{text:Link One Title}</b></div></a>
  541.  
  542. <a href="{Text:Link Two}"><div class="linkbar"><b>{text:Link Two Title}</b></div></a>
  543.  
  544. <a href="{Text:Link Three}"><div class="linkbar"><b>{text:Link Three Title}</b></div></a>
  545.  
  546. <a href="{Text:Link Four}"><div class="linkbar"><b>{text:Link Four Title}</b></div></a>
  547.  
  548. <a href="{Text:Link Five}"><div class="linkbar"><b>{text:Link Five Title}</b></div></a>
  549.  
  550. <a href="{Text:Link Six}"><div class="linkbar"><b>{text:Link Six Title}</b></div></a>
  551.  
  552. <a href="{Text:Link Seven}"><div class="linkbar"><b>{text:Link Seven Title}</b></div></a>
  553.  
  554. <a href="{Text:Link Eight}"><div class="linkbar"><b>{text:Link Eight Title}</b></div></a>
  555.  
  556. </div>
  557. <div class="left">
  558. <div id="posts">
  559. {block:Posts}
  560. <div class="entry">
  561.  
  562. {block:Answer}
  563. <div class="post"><div class="askborder">
  564. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  565. {Answer}
  566. </div><br>
  567. {/block:Answer}
  568.  
  569.  
  570. {block:Text}
  571. {block:Title}<left><span class="title">{Title}</span></left>{/block:Title}
  572. <div style="margin-left:3px;">{Body}</div>
  573. {block:IndexPage}
  574.  
  575. {/block:IndexPage}
  576. {/block:Text}
  577.  
  578.  
  579. {block:Link}
  580. <left><a href="{URL}"><span class="title">{Name}</span></a></left>
  581. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  582. {block:IndexPage}
  583. {/block:IndexPage}
  584. {block:Link}
  585.  
  586.  
  587. {block:Photo}{block:IndexPage}
  588.  
  589. <div class="perma">
  590. <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}"target="_blank">↻</a> </span></div>
  591.  
  592. {/block:IndexPage}
  593. {block:IndexPage}
  594. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%/></a>
  595. {/block:IndexPage}
  596. {block:permalinkpage}{LinkOpenTag}
  597. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=520px/>{LinkCloseTag}
  598. {/block:permalinkpage}
  599. {/block:Photo}
  600.  
  601. {block:Photoset}
  602. <center>
  603. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  604. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  605. </center>
  606.  
  607. {block:IndexPage}
  608.  
  609. {/block:IndexPage}
  610. {/block:Photoset}
  611.  
  612.  
  613. {block:Quote}
  614. <div style="margin-left:3px;">
  615. {Quote}</span>
  616. {block:Source}<strong>{Source}</strong>{/block:Source}
  617. </div>
  618.  
  619. {block:IndexPage}
  620. {/block:IndexPage}
  621. {/block:Quote}
  622.  
  623. {block:Chat}
  624. <div style="margin-left:3px;">
  625. {block:Title}<span class="title">{Title}</span>{/block:Title}
  626. <ul class="chat">
  627. {block:Lines}
  628. <li class="user_{UserNumber}">
  629. {block:Label}
  630. <span class="label">{Label}</span>
  631. {/block:Label}
  632. {Line}
  633. </li>
  634. {/block:Lines}
  635. </ul>
  636. </div>
  637.  
  638. {block:IndexPage}
  639. {/block:IndexPage}
  640. {/block:Chat}
  641.  
  642. {block:Audio}
  643. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  644. {block:IndexPage}
  645. {/block:IndexPage}
  646. {/block:Audio}
  647.  
  648. {block:Video}
  649. {block:IndexPage}
  650. <center>
  651. {Video-250}</center>
  652. {/block:IndexPage}
  653. {block:PermalinkPage}
  654. <center>
  655. {Video-500}</center>
  656. {/block:PermalinkPage}
  657.  
  658. {block:IndexPage}
  659. {/block:IndexPage}
  660. {block:Video}
  661.  
  662.  
  663.  
  664. {block:IndexPage}
  665. {block:Text}
  666. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  667. {/block:Text}
  668. {block:Photoset}
  669. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  670. {/block:Photoset}
  671. {block:Quote}
  672. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  673. {/block:Quote}
  674. {block:Link}
  675. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  676. {/block:Link}
  677. {block:Chat}
  678. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  679. {/block:Chat}
  680. {block:Audio}
  681. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  682. {/block:Audio}
  683. {block:Answer}
  684. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  685. {/block:Answer}
  686. {/block:IndexPage}
  687.  
  688. {block:PostNotes}<div align="middle">{caption}</div>
  689. <center>
  690.  
  691. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  692.  
  693. {block:HasTags}
  694. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  695. {block:RebloggedFrom}
  696. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  697. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  698.  
  699. {/block:RebloggedFrom}
  700. </center></span>
  701. <br>
  702. <div id="postnotes">{PostNotes}</div><br>
  703.  
  704. <center>{block:ContentSource}
  705. <br><a href="{SourceURL}">
  706. {lang:Source}:
  707. {block:SourceLogo}
  708. <img src="{BlackLogoURL}" width="{LogoWidth}"
  709. height="{LogoHeight}" alt="{SourceTitle}" />
  710. {/block:SourceLogo}
  711. {block:NoSourceLogo}
  712. {SourceLink}
  713. {/block:NoSourceLogo}
  714. </a>
  715. {/block:ContentSource}</center>
  716.  
  717. {/block:PostNotes}
  718. </div>
  719. {/block:Posts}
  720. </div></div>
  721.  
  722. {block:IndexPage}
  723. {block:Pagination}
  724. <div id="pagination">
  725. {block:NextPage}
  726. <a id="nextPage" href="{NextPage}"></a>
  727. {/block:NextPage}
  728. {block:PreviousPage}
  729. <a href="{PreviousPage}"></a>
  730. {/block:PreviousPage}
  731. </div>
  732. {/block:Pagination}
  733. {/block:IndexPage}
  734.  
  735.  
  736. <div style="position: fixed; right:6px;bottom:10px;">
  737. <span class="cred">
  738. <a href="http://teenageblog.tumblr.com/" target="_blank">
  739. </a></span></div>
  740. </body>
  741. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement