Advertisement
ialkhachi

Theme 7

Sep 29th, 2013
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.75 KB | None | 0 0
  1. <!-- * BASE CODE BY NATHESYKES *-->
  2. <!-- * THEME BY SIGNIFICUNTLY *-->
  3.  
  4.  
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8.  
  9.  
  10. <!-- COLORS -->
  11. <meta name="color:background" content="#fafafa"/>
  12. <meta name="color:link" content="#c2bebe">
  13. <meta name="color:text" content="#777"/>
  14. <meta name="color:title" content="#fd8585"/>
  15. <meta name="color:hover" content="#a3a3a0"/>
  16. <meta name="color:border" content="#e4e4e4">
  17. <meta name="color:sidebg" content="#3c3b3b">
  18.  
  19.  
  20. <!--SIDEBAR AND BACKGROUND IMAGES-->
  21. <meta name="image:sidebar" content="1"/>
  22. <meta name="image:background" content="1"/>
  23. <meta name="image:barimage" content="1"/>
  24.  
  25. <!--IF YOU DON'T WANT A TITLE REMOVE THE FIRST META-->
  26. <meta name="text:sidetitle" content="" />
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link1 Title" content="" />
  29. <meta name="text:Link2" content="/" />
  30. <meta name="text:Link2 Title" content="" />
  31. <meta name="text:Link3" content="/" />
  32. <meta name="text:Link3 Title" content="" />
  33. <meta name="text:Link4" content="/" />
  34. <meta name="text:Link4 Title" content="" />
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}
  41.  
  42. ::-webkit-scrollbar-thumb {background-color:{color:background} ; border: 0px solid #f8f8f8;}
  43.  
  44.  
  45.  
  46.  
  47. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  48.  
  49. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  50.  
  51. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  52.  
  53. p {
  54. margin:0px;
  55. margin-top:0px;
  56. }
  57.  
  58.  
  59. body {
  60. padding:10px;
  61. margin: 1px;
  62. color:{color:text};
  63. font-family: verdana;
  64. line-height:12px;
  65. font-size:12px;
  66. background-color: {color:Background};
  67. background-image:url({image:Background});
  68. background-attachment: fixed;
  69. background-repeat: repeat;
  70. }
  71.  
  72.  
  73.  
  74.  
  75.  
  76. a:link, a:active, a:visited{
  77. text-decoration: none;
  78. -webkit-transition: color 0.3s ease-out;
  79. -moz-transition: color 0.3s ease-out;
  80. transition: color 0.3s ease-out;
  81. color:{color:link};
  82. }
  83.  
  84. a:hover {
  85. text-decoration: none;
  86. font-style:;
  87. color: {color:Hover};
  88. }
  89.  
  90. /* DON'T MAKE THE WIDTH NUMBER TOO BIG OR ELSE YOU'LL HAVE A HORIZONTAL SCROLLBAR */
  91.  
  92. div#center{
  93. margin:auto;
  94. position:relative;
  95. width:1340px;
  96. overflow:auto;
  97. overflow-y:hidden;
  98. }
  99.  
  100. /* EDIT ENTRY SETTINGS HERE */
  101.  
  102. .entry {
  103. padding:5px;
  104. padding-bottom:4px;
  105. border-radius:3px;
  106. border:1px solid {color:border};
  107. float:left;
  108. margin:5px;
  109. overflow:hidden;
  110. width:318px; /*MAKE IT SMALLER FOR MORE COLUMNS AND BIGGER FOR LESS*/
  111. {block:PermalinkPage}
  112. width:450px;
  113. text-align:left;
  114. line-height:10px;
  115. {/block:PermalinkPage}
  116. background:white;
  117. }
  118.  
  119. #bar {
  120. z-index:8;
  121. width:300px;
  122. height:520px;
  123. margin-top:-10px;
  124. margin-left:25px;
  125. background:black;
  126. position:fixed;
  127. opacity:.7;
  128. }
  129.  
  130. #barimage img {
  131. background:transparent;
  132. opacity:1;
  133. position:fixed;
  134. -moz-transition-duration:1s;
  135. -webkit-transition-duration:1s;
  136. -o-transition-duration:1s;
  137. }
  138.  
  139. /*EDIT POSTS HERE*/
  140.  
  141. #posts {
  142. width:1000px;
  143. margin-top:25px;
  144. margin-left:430px;
  145. right:auto;
  146. background:transparent;
  147. margin-right:auto;
  148. overflow-y: hidden;
  149. position:inherit;
  150. }
  151.  
  152.  
  153. /*EDIT SIDEBAR HERE*/
  154.  
  155.  
  156. #sidebar {
  157. z-index:99999;
  158. margin-left:0px;
  159. margin-top:0px;
  160. position:fixed;
  161. background:transparent;
  162. }
  163.  
  164. #sidebar img {
  165. position:fixed;
  166. border-radius:2px;
  167. width:100px;
  168. height:100px;
  169. margin-top:100px;
  170. margin-left:115px;
  171. border:1px solid {color:border};
  172. background: white;
  173. padding:3px;
  174. opacity:1;
  175. -moz-transition-duration:1s;
  176. -webkit-transition-duration:1s;
  177. -o-transition-duration:1s;
  178. }
  179.  
  180. #sidebar img:hover {
  181. position:center;
  182. border:1px solid {color:border};
  183. padding:3px;
  184. -moz-transition-duration:1s;
  185. -webkit-transition-duration:1s;
  186. -o-transition-duration:1s;
  187. }
  188.  
  189. /*EDIT SIDEBAR TITLE HERE NOTE: IF YOU DON'T WANT THE TITLE TO APPEAR DELETE THIS AND GO TO THE <BODY> TAG AND DELETE <div class="sidetitle">{text:sidetitle}</div> */
  190.  
  191. .sidetitle{
  192. width:302px;
  193. text-transform:none;
  194. font-size:20px;
  195. border-radius:2px;
  196. font-family:verdana;
  197. line-height:100%;
  198. text-align:center;
  199. height:auto;
  200. letter-spacing:0px;
  201. word-spacing:0px;
  202. letter-spacing:0px;
  203. margin-left:24px;
  204. margin-top:65px;
  205. padding-bottom:1px;
  206. padding-top:1px;
  207. background:{color:background};
  208. color:{color:title};
  209. position:fixed;
  210. -moz-transition-duration:1s;
  211. -webkit-transition-duration:1s;
  212. -o-transition-duration:1s;
  213. }
  214.  
  215. .sidetitle:hover {
  216. letter-spacing:9px;
  217. color:{color:title};
  218. -moz-transition-duration:1s;
  219. -webkit-transition-duration:1s;
  220. -o-transition-duration:1s;
  221. }
  222.  
  223.  
  224.  
  225. .links {
  226. z-index:2;
  227. font-family:verdana;
  228. width:80px;
  229. border-radius:2px;
  230. height:9px;
  231. font-size:15px;
  232. opacity:1;
  233. letter-spacing:1px;
  234. text-transform:lowercase;
  235. padding-top:5px;
  236. padding-bottom:7px;
  237. background:{color:background};
  238. border-top:1px solid {color:border};
  239. border-bottom:1px solid {color:border};
  240. margin-top:105px;
  241. margin-left:246px;
  242. line-height: 93%;
  243. opacity:1;
  244. position:fixed;
  245. font-style:none;
  246. -moz-transition-duration:1s;
  247. -webkit-transition-duration:1s;
  248. -o-transition-duration:1s;
  249. }
  250.  
  251. .links:hover{
  252. text-shadow:1px 2px 3px #ffffff;
  253. width:100px;
  254. margin-left:226px;
  255. color:{color:title};
  256. -moz-transition-duration:1s;
  257. -webkit-transition-duration:1s;
  258. -o-transition-duration:1s;
  259. }
  260.  
  261. .link {
  262. z-index:2;
  263. font-family:verdana;
  264. width:80px;
  265. border-radius:2px;
  266. height:9px;
  267. font-size:15px;
  268. opacity:1;
  269. letter-spacing:1px;
  270. text-transform:lowercase;
  271. padding-top:5px;
  272. padding-bottom:7px;
  273. background:{color:background};
  274. border-top:1px solid {color:border};
  275. border-bottom:1px solid {color:border};
  276. margin-top:130px;
  277. margin-left:246px;
  278. line-height: 93%;
  279. opacity:1;
  280. position:fixed;
  281. font-style:none;
  282. -moz-transition-duration:1s;
  283. -webkit-transition-duration:1s;
  284. -o-transition-duration:1s;
  285. }
  286.  
  287. .link:hover{
  288. text-shadow:1px 2px 3px #ffffff;
  289. width:100px;
  290. margin-left:226px;
  291. color:{color:title};
  292. -moz-transition-duration:1s;
  293. -webkit-transition-duration:1s;
  294. -o-transition-duration:1s;
  295. }
  296.  
  297. .linke {
  298. z-index:2;
  299. font-family:verdana;
  300. width:80px;
  301. border-radius:2px;
  302. height:9px;
  303. font-size:15px;
  304. opacity:1;
  305. letter-spacing:1px;
  306. text-transform:lowercase;
  307. padding-top:5px;
  308. padding-bottom:7px;
  309. background:{color:background};
  310. border-top:1px solid {color:border};
  311. border-bottom:1px solid {color:border};
  312. margin-top:155px;
  313. margin-left:246px;
  314. line-height: 93%;
  315. opacity:1;
  316. position:fixed;
  317. font-style:none;
  318. -moz-transition-duration:1s;
  319. -webkit-transition-duration:1s;
  320. -o-transition-duration:1s;
  321. }
  322.  
  323. .linke:hover{
  324. text-shadow:1px 2px 3px #ffffff;
  325. width:100px;
  326. margin-left:226px;
  327. color:{color:title};
  328. -moz-transition-duration:1s;
  329. -webkit-transition-duration:1s;
  330. -o-transition-duration:1s;
  331. }
  332.  
  333. .linkie {
  334. z-index:2;
  335. font-family:verdana;
  336. width:80px;
  337. border-radius:2px;
  338. height:9px;
  339. font-size:15px;
  340. opacity:1;
  341. letter-spacing:1px;
  342. text-transform:lowercase;
  343. padding-top:5px;
  344. padding-bottom:7px;
  345. background:{color:background};
  346. border-top:1px solid {color:border};
  347. border-bottom:1px solid {color:border};
  348. margin-top:180px;
  349. margin-left:246px;
  350. line-height: 93%;
  351. opacity:1;
  352. position:fixed;
  353. font-style:none;
  354. -moz-transition-duration:1s;
  355. -webkit-transition-duration:1s;
  356. -o-transition-duration:1s;
  357. }
  358.  
  359. .linkie:hover{
  360. text-shadow:1px 2px 3px #ffffff;
  361. width:100px;
  362. margin-left:226px;
  363. color:{color:title};
  364. -moz-transition-duration:1s;
  365. -webkit-transition-duration:1s;
  366. -o-transition-duration:1s;
  367. }
  368.  
  369. .desc {
  370. position:fixed;
  371. padding-top:5px;
  372. border-radius:3px;
  373. padding-bottom:5px;
  374. margin-top:220px;
  375. margin-left:95px;
  376. text-align:center;
  377. font-size:11px;
  378. font-family:verdana;
  379. width:150px;
  380. height:auto;
  381. color:{color:text};
  382. letter-spacing:0px;
  383. line-height:100%;
  384. border:1px solid {color:border};
  385. background: {color:background};
  386. opacity:1;
  387. text-transform:none;
  388. -moz-transition-duration:0.7s;
  389. -webkit-transition-duration:0.7s;
  390. -o-transition-duration:0.7s;
  391. }
  392.  
  393. .desc a{
  394. color:{color:text};
  395. }
  396.  
  397.  
  398. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  399. .title{
  400. line-height: 12px;
  401. color:{color:Title};
  402. font-weight: normal;
  403. }
  404.  
  405.  
  406. /*EDIT PERMALINK OF POSTS AND STUFF HERE*/
  407.  
  408. .permalink {
  409. color:black;
  410. font-size:12px;
  411. opacity: 0;
  412. width:314px;
  413. height:15px;
  414. padding-bottom:0px;
  415. padding-left:5px;
  416. padding-top:5px;
  417. background-color: #fff;
  418. position: absolute;
  419. top:0px;
  420. text-align:center;
  421. text-transform:uppercase;
  422. font-family:calibri;
  423. letter-spacing:0px;
  424. line-height:12px;
  425. border-bottom:1px solid {color:border};
  426. display:block;
  427. -webkit-transition-duration: .75s;
  428. }
  429.  
  430. .entry:hover .permalink {
  431. position: absolute;
  432. width:314px;
  433. top:5px;
  434. opacity:1;
  435. z-index:99;
  436. padding-top:5px;
  437. padding-bottom:0px;
  438. -moz-transition-duration:0.7s;
  439. -webkit-transition-duration:0.7s;
  440. -o-transition-duration:0.7s;
  441. }
  442.  
  443.  
  444.  
  445.  
  446. /* SCROLLBAR */
  447.  
  448. #infscr-loading{
  449. bottom: -70px;
  450. position: absolute;
  451. left: 50%;
  452. margin-left:-8px;
  453. width:16px;
  454. height:11px;
  455. overflow:hidden;
  456. margin-bottom: 50px;
  457. }
  458.  
  459. /* BLOCKQUOTES AND STUFF */
  460.  
  461. #postnotes{
  462. text-align: justify;}
  463.  
  464. #postnotes blockquote{
  465. border: 1px;}
  466.  
  467. blockquote{
  468. padding:0px 0px 2px 5px;
  469. margin:0px 0px 2px 5px;
  470. border-left: 1px solid {color:border};
  471. }
  472.  
  473. blockquote p, ul{
  474. margin:0px;
  475. padding:0px;
  476. }
  477.  
  478. a img{border: 0px;}
  479.  
  480.  
  481. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  482.  
  483. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  484. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  485.  
  486. .notes img{width:10px; position:relative; top:3px;}
  487. <--ses-->
  488. small{font-size: 90%;}
  489.  
  490. /* --- EDIT CREDIT HERE ---*/
  491.  
  492. #credit{
  493. z-index:8;
  494. font-size: 10px;
  495. font-style:none;
  496. letter-spacing: 0px;
  497. float: center;
  498. position: fixed;
  499. bottom: 10px;
  500. right: 10px;
  501. text-transform:none;
  502. font-family:verdana;
  503. -moz-transition-duration:0.7s;
  504. -webkit-transition-duration:0.7s;
  505. -o-transition-duration:0.7s;
  506. }
  507.  
  508. #credit a{
  509. color: #fff;
  510. background:{color:border};
  511. padding:5px;
  512. -moz-transition-duration:0.7s;
  513. -webkit-transition-duration:0.7s;
  514. -o-transition-duration:0.7s;
  515. }
  516.  
  517. #credit a:hover{
  518. color:{color:border};
  519. background:{color:background};
  520. -moz-transition-duration:0.7s;
  521. -webkit-transition-duration:0.7s;
  522. -o-transition-duration:0.7s;
  523. }
  524.  
  525. {CustomCSS}
  526.  
  527. </style>
  528.  
  529. <!-- INFINITE SCROLL THING -->
  530.  
  531. {block:IndexPage}
  532. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  533. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  534.  
  535. <script type="text/javascript">
  536. $(window).load(function(){
  537. var $wall = $('#posts');
  538. $wall.imagesLoaded(function(){
  539. $wall.masonry({
  540. itemSelector: '.entry, .entry_photo',
  541. isAnimated : false
  542. });
  543. });
  544.  
  545. $wall.infinitescroll({
  546. navSelector : '#pagination',
  547. nextSelector : '#pagination a',
  548. itemSelector : '.entry, .entry_photo',
  549. bufferPx : 2000,
  550. debug : false,
  551. errorCallback: function() {
  552. $('#infscr-loading').fadeOut('normal');
  553. }},
  554. function( newElements ) {
  555. var $newElems = $( newElements );
  556. $newElems.hide();
  557. $newElems.imagesLoaded(function(){
  558. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  559. });
  560. }); $('#posts').show(500);
  561. });
  562. </script>
  563.  
  564.  
  565. {/block:IndexPage}
  566.  
  567.  
  568. <title>{title}</title>
  569.  
  570. <link rel="shortcut icon" href="{Favicon}" />
  571. <meta name="viewport" content="width=820" />
  572.  
  573.  
  574.  
  575. </head>
  576.  
  577. <body>
  578. <BODY onselectstart="return false;" ondragstart="return false;">
  579. <div class="wrapper">
  580. <div class="header">
  581. </div>
  582. <div id="cage">
  583. <div id="center">
  584.  
  585. <!--SIDEBAR STUFF--> <!--REMOVE <div class="sidetitle">{text:sidetitle}</div> IF YOU DON'T WANT A TITLE-->
  586. <div id="sidebar">
  587. <a href="/"><div class="sidetitle">{text:sidetitle}</a></div>
  588. <center>
  589. <a href="/"><img src="{image:sidebar}" width=10%></a>
  590. {block:ifLink1}
  591. <div class="links">
  592. <a href="{text:Link1}">{text:Link1 Title}</a>
  593. </div>{/block:ifLink1}
  594. {block:ifLink2}
  595. <div class="link">
  596. <a href="{text:Link2}">{text:Link2 Title}</a>
  597. </div>{/block:ifLink2}
  598. {block:ifLink3}
  599. <div class="linke">
  600. <a href="{text:Link3}">{text:Link3 Title}</a>
  601. </div>{/block:ifLink3}
  602. {block:ifLink4}
  603. <div class="linkie">
  604. <a href="{text:Link4}">{text:Link4 Title}</a>
  605. </div>{/block:ifLink4}
  606. <div class="desc">
  607. {Description}
  608. </center>
  609. </div>
  610.  
  611. <div id="bar"><img src="{image:Barimage}" width=100% height=100%></div>
  612.  
  613. <div class="left">
  614. <div id="posts">
  615. {block:Posts}
  616. <div class="entry">
  617.  
  618. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right>
  619. <!--EDIT THE PERMALINK STUFF ON TEXT POSTS-->
  620. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} - </a><a href="{ReblogURL}" target="_blank"> reblog </a>
  621. {/block:Text}
  622.  
  623. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><a href="{Permalink}"><a href="{Permalink}"></a> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} - </a><a href="{ReblogURL}" target="_blank"> reblog </a></align>{block:Link}
  624.  
  625.  
  626. <!--EDIT THE PERMALINK STUFF ON PHOTOS-->
  627. {block:Photo}
  628. {block:IndexPage}
  629. <center>
  630. <div class="permalink">
  631. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} </a><a href="{ReblogURL}" target="_blank"> - reblog </a> </div>
  632. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  633. {/block:IndexPage}
  634. {block:PermalinkPage}
  635. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  636.  
  637. {LinkCloseTag}
  638. {/block:PermalinkPage}
  639. {/block:Photo}
  640. {block:Photoset}
  641. {block:IndexPage}
  642. <center>
  643. <!--EDIT THE PERMALINK STUFF ON PHOTOSETS-->
  644. <div class="permalink">
  645. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} - </a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  646. {Photoset-250}</center>
  647. {/block:IndexPage}
  648. {block:PermalinkPage}
  649. <center>
  650. {/block:PermalinkPage}
  651. {/block:Photoset}
  652.  
  653. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right>
  654. <!--EDIT THE PERMALINK STUFF ON QUOTES-->
  655. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} - </a><a href="{ReblogURL}" target="_blank"> reblog </a> <a
  656. </span>{/block:Quote}
  657.  
  658. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  659. <ul class="chat">
  660. {block:Lines}
  661. <li class="user_{UserNumber}">
  662. {block:Label}
  663. <span class="label">{Label}</span>
  664. {/block:Label}
  665.  
  666. {Line}
  667. </li>
  668. {/block:Lines}
  669. <p align=right>
  670. <!--EDIT THE PERMALINK STUFF ON CHATS-->
  671. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} - </a><a href="{ReblogURL}" target="_blank"> reblog </a></align>
  672. {/block:Chat}
  673.  
  674. {block:Audio}
  675. <div style="width:200px; height:30px;">
  676. {AudioPlayerBlack}
  677. </div>
  678. <p align=right>
  679. <!--EDIT THE PERMALINK STUFF ON AUDIO POSTS-->
  680. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} - </a><a href="{ReblogURL}" target="_blank"> reblog </a></align>
  681. {/block:Audio}
  682.  
  683. {block:Video}
  684. {block:IndexPage}
  685. <center>
  686. <!--EDIT THE PERMALINK STUFF ON VIDEO POSTS-->
  687. <div class="permalink">
  688. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  689. {Video-250}</center>
  690. {/block:IndexPage}
  691. {block:PermalinkPage}
  692. <center>
  693. {Video-400}</center>
  694. {/block:PermalinkPage}
  695. {block:Video}
  696.  
  697. <!--EDIT QUESTIONS AND ANSWERS ONLY HERE-->
  698. {block:Answer}
  699. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:3px; border: 1px solid {color:border};"/>
  700. <div style="font-family:verdana; font-size:15px; margin-top:5px;"> <b>{Asker} </div> <div style="font-family:verdana; font-size:12px;">- {Question}</b> </div>
  701. <br>
  702. <div style="font-family:verdana; text-transform:none;">{Answer} </div>
  703. {/block:Answer}
  704.  
  705.  
  706. {block:PostNotes}<div align="middle">{caption}</div>
  707. <center>
  708.  
  709. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  710.  
  711. {block:HasTags}
  712. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  713. {block:RebloggedFrom}
  714. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  715. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  716.  
  717. {/block:RebloggedFrom}
  718. </center></span>
  719. <br>
  720. <div id="postnotes">{PostNotes}</div><br>
  721.  
  722. <center>{block:ContentSource}
  723. <br><a href="{SourceURL}">
  724. {lang:Source}:
  725. {block:SourceLogo}
  726. <img src="{BlackLogoURL}" width="{LogoWidth}"
  727. height="{LogoHeight}" alt="{SourceTitle}" />
  728. {/block:SourceLogo}
  729. {block:NoSourceLogo}
  730. {SourceLink}
  731. {/block:NoSourceLogo}
  732. </a>
  733. {/block:ContentSource}</center>
  734.  
  735. {/block:PostNotes}
  736. </div>
  737. {/block:Posts}
  738. </div></div>
  739.  
  740.  
  741.  
  742. {block:IndexPage}
  743. {block:Pagination}
  744. <div id="pagination">
  745. {block:NextPage}
  746. <a id="nextPage" href="{NextPage}"></a>
  747. {/block:NextPage}
  748. {block:PreviousPage}
  749. <a href="{PreviousPage}"></a>
  750. {/block:PreviousPage}
  751. </div>
  752. {/block:Pagination}
  753. {/block:IndexPage}
  754.  
  755. <div id="credit"> <a href="http://injured.tk">♕</a></div>
  756.  
  757.  
  758. </body>
  759. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement