Advertisement
Guest User

theme 05

a guest
Oct 31st, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.16 KB | None | 0 0
  1. <!-------------------------------------------------
  2.  
  3. ✧・゚:*✧・゚:* \(◕‿◕✿)/ *:・゚✧*:・゚✧
  4. theme made by senpiez-themes.tumblr.com
  5. please dont steal my theme
  6. i dont like being mean
  7. but my codings take me a really long time to make
  8. and it would mean the world to me
  9. if you wouldnt be a butt
  10. by stealing my themes.
  11. also
  12. it is illegal
  13. :~)
  14. have a nice day
  15. and enjoy this theme <3
  16. ✧・゚:*✧・゚:* \(◕ω◕✿)/ *:・゚✧*:・゚✧
  17.  
  18. -------------------------------------------------->
  19. <html lang="en">
  20. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml">
  22. <head>
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25.  
  26.  
  27.  
  28. <script type="text/javascript"
  29. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  30.  
  31.  
  32. <link rel="shortcut icon" href="{Favicon}" />
  33.  
  34. <!-- DEFAULT VARIABLES -->
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  36.  
  37. <meta name="color:background" content=""/>
  38. <meta name="color:borders" content="#"/>
  39. <meta name="color:hover" content="#"/>
  40. <meta name="color:link" content="#"/>
  41. <meta name="color:post borders" content="#"/>
  42. <meta name="color:post box" content="#fff">
  43. <meta name="color:text" content="#"/>
  44. <meta name="color:title" content="#"/>
  45. <meta name="color:selection text" content="#fff">
  46. <meta name="color:selection bg" content="#" />
  47. <meta name="color:scrollbar" content="#" />
  48.  
  49. <meta name="image:background" content="1"/>
  50. <meta name="image:side image" content="" />
  51. <meta name="image:sidebar" content=""/>
  52.  
  53. <meta name="text:link one" content="" />
  54. <meta name="text:link one title" content="" />
  55. <meta name="text:link two" content="" />
  56. <meta name="text:link two title" content="" />
  57. <meta name="text:link three" content="" />
  58. <meta name="text:link three title" content="" />
  59. <meta name="text:link four" content="" />
  60. <meta name="text:link four title" content="" />
  61. <meta name="text:link five" content="" />
  62. <meta name="text:link five title" content="" />
  63.  
  64.  
  65. <meta name="if:faded images" content="1" />
  66. <meta name="if:shadow" content="1"/>
  67. <meta name="if:rounded corners" content="0"/>
  68. <meta name="if:transparent posts" content="0" />
  69. <meta name="if:semitransparent posts" content="1" />
  70. <meta name="if:no post borders" content="0" />
  71. <meta name="if:small cursor" content="1" />
  72. <meta name="if:Maximised Background Image" content="0"/>
  73.  
  74. <meta name="select:side image position" content="bottom:-5px;left:5px;" title="bottom left" />
  75. <meta name="select:side image position" content="bottom:-5px;right:5px;" title="bottom right" />
  76. <meta name="select:side image position" content="top:0px;right:5px;" title="top right" />
  77. <meta name="select:side image position" content="top:0px;left:5px;" title="top left" />
  78.  
  79. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  80. <script>
  81. (function($){$(document)
  82. .ready(function(){$("[title]")
  83. .style_my_tooltips();});})
  84. (jQuery);
  85. </script>
  86.  
  87. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  88.  
  89. <style type="text/css">
  90.  
  91. /* Mozilla based browsers */
  92. ::-moz-selection {
  93. background-color: {color:selection bg};
  94. color: {color:selection text};
  95. }
  96.  
  97. /* Works in Safari */
  98. ::selection {
  99. background-color: {color:selection bg};
  100. color: {color:selection text};
  101. }
  102.  
  103.  
  104.  
  105. /* Mozilla based browsers */
  106. ::-moz-selection {
  107. background-color: {color:selection bg};
  108. color: {color:selection text};
  109. }
  110.  
  111. /* Works in Safari */
  112. ::selection {
  113. background-color: {color:selection bg};
  114. color: {color:selection text};
  115. }
  116.  
  117.  
  118.  
  119. /***Edit Scrollbar Here***/
  120.  
  121. ::-webkit-scrollbar-thumb:vertical {
  122. background:{color:scrollbar};
  123. border:1px solid {color:border};
  124.  
  125. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb:horizontal {
  129. background-color: {color:scrollbar};
  130. height: 4px;
  131. border:1px solid {color:borders};}
  132.  
  133. ::-webkit-scrollbar {
  134. width:9px;
  135. background: transparent;
  136. height:4px;}
  137.  
  138. ::-webkit-scrollbar-track {
  139. background: transparent;
  140. width:9px; }
  141.  
  142. /***Edit Tumblr Controls Here***/
  143.  
  144. iframe#tumblr_controls {
  145. position: fixed !important;
  146. -webkit-transition: opacity 0.7s linear;
  147. opacity: 0.09;
  148. -webkit-transition: all 0.8s ease-out;
  149. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  150. -webkit-filter:invert(100%);}
  151.  
  152. iframe#tumblr_controls:hover{
  153. -webkit-transition: opacity 0.7s linear;
  154. opacity: 0.8;
  155. -webkit-transition: all 0.4s ease-out;
  156. -moz-transition: all 0.4s ease-out;
  157. transition: all 0.4s ease-out;}
  158.  
  159. #s-m-t-tooltip {
  160. padding: 3px;
  161. height:auto;
  162. display: none;
  163. font-family: inconsolata;
  164. font-size: 10px;
  165. text-transform:lowercase;
  166. text-align: center;
  167. letter-spacing:1px;
  168. margin-top:10px;
  169. margin-left: 15px;
  170. line-height: 8px;
  171. z-index: 999999999999;
  172. border-radius:3px;
  173. border: 1px solid #777;
  174. background:#ffffff;
  175. color: #888;}
  176.  
  177.  
  178. {block:IfMaximisedBackgroundImage}
  179. #bg img {
  180. z-index:-2;
  181. position:fixed;
  182. top:0;
  183. left:0;
  184. height:100%;
  185. width:100%;
  186. }
  187. {/block:IfMaximisedBackgroundImage}
  188.  
  189.  
  190. /*** side image: DO NOT EDIT ***/
  191.  
  192.  
  193. #bgim {
  194. z-index: -1;
  195. {select:side image position}
  196. position: fixed;
  197. }
  198.  
  199.  
  200.  
  201. body {
  202. padding: 0px;
  203. margin: 0px;
  204. color:{color:text};
  205. font-family: Inconsolata;
  206. font-size:10px;
  207. letter-spacing:1px;
  208. text-transform:lowercase;
  209. background-image:url({image:background});
  210. background-color: {color:Background};
  211. background-attachment: fixed;
  212. background-repeat: repeat;
  213. {block:ifsmallcursor}
  214. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  215. {/block:ifsmallcursor}
  216. }
  217.  
  218.  
  219. a:link, a:active, a:visited{
  220. text-decoration: none;
  221. -webkit-transition: color 0.3s ease-out;
  222. -moz-transition: color 0.3s ease-out;
  223. transition: color 0.3s ease-out;
  224. color:{color:link};
  225. }
  226.  
  227. a:hover {
  228. text-decoration:none;
  229. {block:ifsmallcursor}
  230. cursor: url(http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png), auto;
  231. {/block:ifsmallcursor}
  232. font-style:;
  233. text-shadow:0px 0px px #000;
  234. color: {color:Hover};
  235. }
  236.  
  237. askname{
  238. font-size:11px;
  239. z-index:1;
  240. }
  241.  
  242. div#center{
  243. margin:auto;
  244. position:relative;
  245. background-color:;
  246. overflow:auto;
  247. overflow-y:hidden;
  248. {block:permalinkpage}
  249. width:1000px;
  250. {/block:permalinkpage}
  251.  
  252. width:1000px;
  253.  
  254.  
  255. }
  256.  
  257. .entry:hover img{
  258. opacity:1;
  259. {block:iffadedimages}
  260. -webkit-filter: Grayscale(0%);
  261. -webkit-transition: all .7s ease;
  262. -moz-transition: all .7s ease;
  263. -o-transition: all .7s ease;
  264. transition: all .7s ease;
  265. {/block:iffadedimages}
  266. }
  267.  
  268.  
  269. .entry img{
  270. -webkit-transition: all .7s ease;
  271. -moz-transition: all .7s ease;
  272. -o-transition: all .7s ease;
  273. transition: all .7s ease;
  274. {block:iffadedimages}
  275. opacity:0.8;
  276. -webkit-filter: Grayscale(40%);
  277. {/block:iffadedimages}
  278. {block:indexpage}
  279. max-width:250px;
  280. {/block:indexpage}
  281. {block:permalinkpage}
  282. max-width:478px;
  283. {/block:permalinkpage}
  284. }
  285.  
  286. .entry {
  287. float:left;
  288. display: block;
  289. margin:10px;
  290. padding:10px;
  291. padding-bottom:px;
  292. overflow:hidden;
  293. font-family: Inconsolata;
  294. font-size:10px;
  295. letter-spacing:1px;
  296. text-transform:lowercase;
  297. width:250px;
  298. {block:PermalinkPage}
  299. text-align:left;
  300. line-height:10px;
  301. width:478px;
  302. {/block:PermalinkPage}
  303. background:#fff;
  304. {block:iftransparentposts}
  305. background:transparent;
  306. {/block:iftransparentposts}
  307. {block:ifsemitransparentposts}
  308. background: rgba(255,255,255,.7);
  309. {/block:ifsemitransparentposts}
  310. border:1px solid {color:post borders};
  311. {block:ifnopostborders}
  312. border:0px;
  313. {/block:ifnopostborders}
  314. {block:ifshadow}
  315. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  316. {/block:ifshadow}
  317. {block:ifroundedcorners}
  318. border-radius: 5px;
  319. {/block:ifroundedcorners}
  320. background-color: {color:post background};
  321. background-image:URL();
  322. -webkit-transition: all .7s ease;
  323. -moz-transition: all .7s ease;
  324. -o-transition: all .7s ease;
  325. transition: all .7s ease;
  326.  
  327. }
  328.  
  329.  
  330.  
  331.  
  332.  
  333. #posts {
  334. margin-top:0px;
  335. z-index:3;
  336. padding:10px;
  337. right:auto;
  338. margin-right:auto;
  339. position:relative;
  340. overflow-y: hidden;
  341. width:666px;
  342. margin-left:202px;
  343. font-family: Inconsolata;
  344. font-size:10px;
  345. letter-spacing:1px;
  346. text-transform:lowercase;
  347.  
  348. }
  349.  
  350.  
  351. .nav a{
  352. display:block;
  353. border-bottom:1px solid {color:borders};
  354. padding-bottom:3px;
  355. padding-top:3px;
  356. letter-spacing:1px;
  357. width:107px;
  358. padding-right:3px;
  359. text-align:right;
  360. text-transform:lowercase;
  361. font-family: Inconsolata;
  362. font-size:10px;
  363. letter-spacing:1px;
  364. text-transform:lowercase;
  365. -webkit-transition: all .7s ease;
  366. -moz-transition: all .7s ease;
  367. -o-transition: all .7s ease;
  368. transition: all .7s ease;
  369. }
  370.  
  371. .nav a:hover{
  372.  
  373. padding-right:10px;
  374. width:100px;
  375. text-decoration:none;
  376.  
  377. }
  378.  
  379.  
  380.  
  381. #sidebar{
  382. padding:9px;
  383. position:fixed !important;
  384. width:100px;
  385. bottom:50px;
  386. background-color:;
  387. font-family: Inconsolata;
  388. font-size:10px;
  389. letter-spacing:1px;
  390. text-transform:lowercase;
  391. border-radius:0px;
  392. -webkit-transition: all .7s ease;
  393. -moz-transition: all .7s ease;
  394. -o-transition: all .7s ease;
  395. transition: all .7s ease;
  396. margin-left:76px;
  397.  
  398. }
  399.  
  400. #bar{
  401. margin-left:195px;
  402. width:1px;
  403. background:{color:borders};
  404. height:100%;
  405. position:fixed;
  406. }
  407.  
  408.  
  409.  
  410.  
  411. .title{
  412. font-family:Inconsolata;
  413. font-size: 11px;
  414. line-height: 12px;
  415. color:{color:Title};
  416. letter-spacing: 0px;
  417. font-weight: normal;
  418. padding:0px 0px 0px 0px;
  419. }
  420.  
  421.  
  422.  
  423.  
  424. #infscr-loading{
  425. bottom: -70px;
  426. position: absolute;
  427. left: 50%;
  428. margin-left:-8px;
  429. width:16px;
  430. height:11px;
  431. overflow:hidden;
  432. margin-bottom: 50px;
  433. }
  434.  
  435.  
  436. /************EDIT TEXT SETTINGS HERE************/
  437.  
  438. i, em{
  439. color:{color:Link};}
  440. b, strong{
  441. font-weight:normal;
  442. text-transform:uppercase;
  443. color:{color:Link};}
  444. ul,ol{
  445. margin:0px;
  446. margin-left:-5px;}
  447. p{
  448. padding:0px;
  449. margin:2px;}
  450. u{
  451. text-decoration:none;
  452. color:{color:Title};}
  453.  
  454. blockquote {
  455. margin:0px;
  456. padding:4px;
  457. background:#f7f7f7;}
  458.  
  459.  
  460. blockquote{
  461. padding:0px 0px 2px 5px;
  462. margin:0px 0px 2px 10px;
  463. border-left: 2px solid #ddd;
  464. }
  465.  
  466. blockquote p, ul{
  467. margin:0px;
  468. padding:0px;
  469. }
  470.  
  471. a img{border: 0px;}
  472.  
  473.  
  474.  
  475.  
  476. /***PERMALINKS***/
  477.  
  478.  
  479. #posts .footer {
  480. background: transparent;
  481. -moz-border-radius: 4px;
  482. -webkit-border-radius: 4px;
  483. border-radius: 4px;
  484. font-family: inconsolata;
  485. font-size: 10px;
  486. color: {color:Text};
  487. padding: 5px 10px;
  488. margin-top: 5px;
  489. }
  490.  
  491. #posts .footer.for_permalink:hover {
  492. opacity: 0.9;
  493. filter: alpha(opacity=90);
  494. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  495. }
  496.  
  497.  
  498. #posts .footer .notes {
  499. width: 33%;
  500. float: right;
  501. text-align: right;
  502. color: {color:Text};
  503. margin-top:-10px;
  504. }
  505.  
  506. #posts .footer .notes a {
  507. color: {color:Text};
  508. }
  509.  
  510. #posts .footer .tags a {
  511. color: {color:Tags};
  512. }
  513.  
  514. #posts .footer .tags .tag-commas:last-child {
  515. display: none;
  516. }
  517.  
  518. #posts .footer.with_source_url .tags {
  519. max-width: 330px;
  520. float: left;
  521. }
  522.  
  523. #posts .footer.with_source_url .source_url {
  524. float: right;
  525. max-width: 160px;
  526. overflow: hidden;
  527. white-space: nowrap;
  528.  
  529. }
  530.  
  531. #posts .footer.with_source_url .source_url img {
  532. vertical-align: top;
  533. -moz-opacity: 0.5;
  534. opacity: 0.5;
  535. }
  536.  
  537. #posts .footer.with_source_url .source_url:hover img {
  538. -moz-opacity: 0.7;
  539. opacity: 0.7;
  540. }
  541.  
  542. #posts a {
  543. color: black;
  544. text-decoration: none;
  545. }
  546.  
  547. #posts .copy blockquote {
  548. margin: 10px 0px 10px 10px;
  549. padding-left: 10px;
  550. border-left: solid 4px #dcdcdc;
  551. }
  552.  
  553. #posts .copy blockquote blockquote {
  554. border-left: solid 4px #cccccc;
  555. }
  556.  
  557. #posts .copy blockquote blockquote blockquote {
  558. border-left: solid 4px #bcbcbc;
  559. }
  560.  
  561. #posts .copy blockquote blockquote blockquote blockquote {
  562. border-left: solid 4px #acacac;
  563. }
  564.  
  565. #posts .copy blockquote blockquote blockquote blockquote blockquote {
  566. border-left: solid 4px #9c9c9c;
  567. }
  568.  
  569. #posts .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  570. border-left: solid 4px #8c8c8c;
  571. }
  572.  
  573. {CustomCSS}
  574.  
  575. </style>
  576.  
  577. {block:IndexPage}
  578. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  579. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  580.  
  581. <script type="text/javascript">
  582. $(window).load(function(){
  583. var $wall = $('#posts');
  584. $wall.imagesLoaded(function(){
  585. $wall.masonry({
  586. itemSelector: '.entry, .entry_photo',
  587. isAnimated : false
  588. });
  589. });
  590.  
  591. $wall.infinitescroll({
  592. navSelector : '#pagination',
  593. nextSelector : '#pagination a',
  594. itemSelector : '.entry, .entry_photo',
  595. bufferPx : 2000,
  596. debug : false,
  597. errorCallback: function() {
  598. $('#infscr-loading').fadeOut('normal');
  599. }},
  600. function( newElements ) {
  601. var $newElems = $( newElements );
  602. $newElems.hide();
  603. $newElems.imagesLoaded(function(){
  604. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  605. });
  606. }); $('#posts').show(500);
  607. });
  608. </script>
  609.  
  610.  
  611. {/block:IndexPage}
  612.  
  613.  
  614. <title>{title}</title>
  615.  
  616. <meta name="viewport" content="width=820" />
  617. </head>
  618.  
  619. <body>
  620.  
  621.  
  622.  
  623. <div class="wrapper">
  624.  
  625.  
  626. <div class="header">
  627. </div>
  628.  
  629. <div id="cage">
  630.  
  631.  
  632. <div id="center"><div id="bar"></div>
  633. <div id="sidebar"><br /></center>
  634. <a href="/"><img class="align:left;" style="text-align:left;opacit:;border:px solid #dedede;padding-bottom:6px;"src="{image:sidebar}" width="98px"></a><br /><p align="right">{description}<div class="nav"><a href="{text:Link One}">{text:Link One Title}</a> <a href="{text:Link Two}">{text:Link Two Title}</a> <a href="{text:Link Three}">{text:Link Three Title}</a>{block:iflinkfourtitle} <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:iflinkfourtitle}{block:iflinkfivetitle} <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:iflinkfivetitle}<a href="http://senpiez-themes.tumblr.com/">theme credit</a></div>
  635. </p>
  636. </div>
  637.  
  638. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:background}"></div>{/block:IfMaximisedBackgroundImage}
  639.  
  640. <div id="bgim">
  641. <img src="{image:side image}" style="max-height:400px;">
  642. </div>
  643. <div class="left">
  644. <div id="posts">
  645. {block:Posts}
  646. <div class="entry">
  647.  
  648. {block:Answer}
  649. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:;border-bottom:1px solid #dedede;border-left:4px double #dedede;border-radius:0px;">
  650. <a href="{AskerURL}"><img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/></a><askname>{asker}</askname>: {Question}</div>
  651. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  652.  
  653. {/block:Answer}
  654.  
  655. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  656. {/block:Text}
  657.  
  658. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}{block:Link}
  659.  
  660. {block:Photo}
  661. {block:IndexPage}
  662.  
  663.  
  664. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  665. {/block:IndexPage}
  666. {block:PermalinkPage}
  667. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  668.  
  669. {LinkCloseTag}
  670. {/block:PermalinkPage}
  671. {/block:Photo}
  672.  
  673. {block:Photoset}
  674. {block:IndexPage}
  675. <center>
  676.  
  677. {Photoset-250}</center>
  678. {/block:IndexPage}
  679. {block:PermalinkPage}
  680. <center>
  681. {Photoset-500}</center>
  682. {/block:PermalinkPage}
  683. {/block:Photoset}
  684. <div style="position:fixed;left:0;bottom:0;padding:10px; color: {color:link}; font-size:12px;"><a title="theme by senpiez"href="http://senpiez.tumblr.com/">✿</a></div>
  685. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}{/block:Quote}
  686.  
  687. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  688. <ul class="chat">
  689. {block:Lines}
  690. <li class="user_{UserNumber}">
  691. {block:Label}
  692. <span class="label">{Label}</span>
  693. {/block:Label}
  694.  
  695. {Line}
  696. </li>
  697. {/block:Lines}
  698.  
  699. {/block:Chat}
  700.  
  701. {block:Audio}
  702. <div style="width:200px; height:30px;">
  703. {AudioPlayerBlack}
  704. </div>
  705.  
  706. {/block:Audio}
  707.  
  708. {block:Video}
  709. {block:IndexPage}
  710. <center>
  711. {Video-250}</center>
  712. {/block:IndexPage}
  713. {block:PermalinkPage}
  714. <center>
  715. {Video-400}</center>
  716. {/block:PermalinkPage}
  717. {block:Video}
  718.  
  719.  
  720.  
  721. <!---------------PERMALINK--------------->
  722.  
  723. {block:Date}
  724. <a href="{Permalink}">
  725. <div class="footer for_permalink">
  726. <div class="date">
  727.  
  728. <div class="date">
  729. <a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a>
  730. | <a href="{ReblogURL}" target="blank">Reblog</a>
  731. </div>
  732. </div>
  733.  
  734. <div class="notes">
  735. <a href="{Permalink}">{block:NoteCount}{NoteCount} {/block:NoteCount}</a>
  736. </div>
  737.  
  738. <div class="clear"></div>
  739. </div>
  740. </a>
  741. {/block:Date}
  742. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  743. display:none;
  744. {block:HasTags}display:block;{/block:HasTags}
  745. {block:ContentSource}display:block;{/block:ContentSource}
  746. ">
  747. <div class="tags"> {block:HasTags}#{block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas"> #</span>{/block:Tags}{/block:HasTags}</div>
  748. </a>
  749.  
  750.  
  751. <div class="clear"></div>
  752. </div>
  753.  
  754. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  755.  
  756.  
  757.  
  758. {block:PostNotes}<div align="middle">{caption}</div>
  759. <center>
  760.  
  761. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  762.  
  763. {block:HasTags}
  764. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  765. {block:RebloggedFrom}
  766. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  767. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  768.  
  769. {/block:RebloggedFrom}
  770. </center></span>
  771. <br>
  772. <div id="postnotes">{PostNotes}</div><br>
  773.  
  774. <center>{block:ContentSource}
  775. <br><a href="{SourceURL}">
  776. {lang:Source}:
  777. {block:SourceLogo}
  778. <img src="{BlackLogoURL}" width="{LogoWidth}"
  779. height="{LogoHeight}" alt="{SourceTitle}" />
  780. {/block:SourceLogo}
  781. {block:NoSourceLogo}
  782. {SourceLink}
  783. {/block:NoSourceLogo}
  784. </a>
  785. {/block:ContentSource}</center>
  786.  
  787. {/block:PostNotes}
  788. </div>
  789. {/block:Posts}
  790. </div></div>
  791.  
  792. {block:IndexPage}
  793. {block:Pagination}
  794. <div id="pagination">
  795. {block:NextPage}
  796. <a id="nextPage" href="{NextPage}"></a>
  797. {/block:NextPage}
  798. {block:PreviousPage}
  799. <a href="{PreviousPage}"></a>
  800. {/block:PreviousPage}
  801. </div>
  802. {/block:Pagination}
  803. {/block:IndexPage}
  804.  
  805. </body>
  806.  
  807. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement