Advertisement
stylesjae-

Apricot Theme

Oct 11th, 2015
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.47 KB | None | 0 0
  1.  
  2. <html lang="en">
  3. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.  
  7. <!-- apricot theme by chloe aka dicksqueezes, have fun lovely!
  8. ( don't touch the credit please c: )
  9. -->
  10.  
  11. <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16. <!--DEFAULT VARIABLES-->
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  18. <meta name="color:background" content="#fff"/>
  19. <meta name="color:link" content="#777"/>
  20. <meta name="color:text" content="#777"/>
  21. <meta name="color:title" content="#333"/>
  22. <meta name="color:scrollbarcolor" content="#537ea7"/>
  23. <meta name="color:link hover" content="#8eb8db"/>
  24. <meta name="image:Favicon" content=""/>
  25. <meta name="image:background" content="1"/>
  26. <meta name="text:link 1" content="link 1" />
  27. <meta name="text:link 1 url" content="/" />
  28. <meta name="text:link 2" content="link 2" />
  29. <meta name="text:link 2 url" content="/" />
  30. <meta name="text:link 3" content="link 3" />
  31. <meta name="text:link 3 url" content="/" />
  32. <meta name="if:One Column" content="0"/>
  33. <meta name="if:Two Column" content="1"/>
  34. <meta name="if:updates tab" content="1"/>
  35.  
  36. <meta name="text:updates one" content="hey"/>
  37. <meta name="text:updates one title" content="title"/>
  38. <meta name="text:updates two" content="yo"/>
  39. <meta name="text:updates two title" content="title"/>
  40. <meta name="text:updates three" content="what's up"/>
  41. <meta name="text:updates three title" content="title"/>
  42.  
  43. <meta name="color:link" content="#888888"/>
  44. <meta name="color:link hover" content="#ffffff"/>
  45. <meta name="color:sidebar link hover background" content="#888888"/>
  46. <meta name="color:first circle" content="#f7dfd9"/>
  47. <meta name="color:second circle" content="#f0bfb3"/>
  48. <meta name="color:third circle" content="#e89e8c"/>
  49.  
  50.  
  51. <link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55.  
  56. #round {
  57. color:#878787;
  58. z-index:3;
  59. background-color:{color:first circle};
  60. overflow:hidden;
  61. position:fixed;
  62. margin-left:10px;
  63. margin-top:10px;
  64. width: 15px;
  65. height: 15px;
  66. border: solid 1px{color:first circle};
  67. -moz-border-radius: 50px;
  68. -webkit-border-radius: 50px;
  69. -moz-transition-duration:0.5s;
  70. -webkit-transition-duration:0.5s;
  71. -o-transition-duration:0.5s;
  72. border-radius: 50px;
  73.  
  74.  
  75. }
  76.  
  77. #round:hover {
  78. background-color:#fff;
  79. width:100px;
  80. height:120px;
  81. border: dashed 1px #ddd;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. border-radius: 0px;
  86.  
  87. }
  88.  
  89. #headd {
  90. opacity:0;
  91. text-align:left;
  92. line-height:80%;
  93. font-size:9px;
  94. padding-top:50px;
  95. -moz-transition-duration:0.5s;
  96. -webkit-transition-duration:0.5s;
  97. -o-transition-duration:0.5s;
  98. }
  99.  
  100.  
  101. #inner {
  102. width:90px;
  103. padding-right:3px;
  104. opacity:1;
  105. position:absolute;
  106. font-size:9px;
  107. text-align:left;
  108. line-height:100%;
  109. padding-left:6px;
  110. -moz-transition-duration:0.5s;
  111. -webkit-transition-duration:0.5s;
  112. -o-transition-duration:0.5s;
  113. }
  114.  
  115.  
  116.  
  117. #round2 {
  118. z-index:2;
  119. color:#878787;
  120. background-color:{color:second circle};
  121. overflow:hidden;
  122. position:fixed;
  123. margin-left:10px;
  124. margin-top:40px;
  125. width: 15px;
  126. height: 15px;
  127. border: solid 1px{color:second circle};
  128. -moz-border-radius: 50px;
  129. -webkit-border-radius: 50px;
  130. -moz-transition-duration:0.5s;
  131. -webkit-transition-duration:0.5s;
  132. -o-transition-duration:0.5s;
  133. border-radius: 50px;
  134.  
  135.  
  136. }
  137.  
  138. #round2:hover {
  139. background-color:#fff;
  140. width:100px;
  141. height:120px;
  142. border: dashed 1px #ddd;
  143. -moz-transition-duration:0.5s;
  144. -webkit-transition-duration:0.5s;
  145. -o-transition-duration:0.5s;
  146. border-radius: 0px;
  147.  
  148. }
  149.  
  150. #headd2 {
  151. opacity:0;
  152. text-align:left;
  153. line-height:80%;
  154. font-size:9px;
  155. -moz-transition-duration:0.5s;
  156. -webkit-transition-duration:0.5s;
  157. -o-transition-duration:0.5s;
  158. }
  159.  
  160.  
  161. #inner2 {
  162. width:90px;
  163. padding-right:1px;
  164. opacity:1;
  165. position:absolute;
  166. font-size:9px;
  167. text-align:left;
  168. line-height:100%;
  169. padding-left:6px;
  170. -moz-transition-duration:0.5s;
  171. -webkit-transition-duration:0.5s;
  172. -o-transition-duration:0.5s;
  173. }
  174.  
  175.  
  176. #round3 {
  177. color:#878787;
  178. z-index:1;
  179. background-color:{color:third circle};
  180. overflow:hidden;
  181. position:fixed;
  182. margin-left:10px;
  183. margin-top:70px;
  184. width: 15px;
  185. height: 15px;
  186. border: solid 1px{color:third circle};
  187. -moz-border-radius: 50px;
  188. -webkit-border-radius: 50px;
  189. -moz-transition-duration:0.5s;
  190. -webkit-transition-duration:0.5s;
  191. -o-transition-duration:0.5s;
  192. border-radius: 50px;
  193.  
  194.  
  195. }
  196.  
  197. #round3:hover {
  198. background-color:#fff;
  199. width:100px;
  200. height:120px;
  201. border: dashed 1px #ddd;
  202. -moz-transition-duration:0.5s;
  203. -webkit-transition-duration:0.5s;
  204. -o-transition-duration:0.5s;
  205. border-radius: 0px;
  206.  
  207. }
  208.  
  209. #headd3 {
  210. opacity:0;
  211. text-align:center;
  212. line-height:80%;
  213. font-size:9px;
  214. -moz-transition-duration:0.5s;
  215. -webkit-transition-duration:0.5s;
  216. -o-transition-duration:0.5s;
  217. }
  218.  
  219.  
  220. #inner3 {
  221. width:110px;
  222. padding-right:1px;
  223. opacity:1;
  224. position:absolute;
  225. font-size:9px;
  226. text-align:left;
  227. line-height:100%;
  228. padding-left:6px;
  229. -moz-transition-duration:0.5s;
  230. -webkit-transition-duration:0.5s;
  231. -o-transition-duration:0.5s;
  232. }
  233.  
  234. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.2;}
  235.  
  236. ::-webkit-scrollbar {width: 10px; height: 5px; background: #FFFFFF;}
  237. ::-webkit-scrollbar-thumb {background-color:{color:scrollbarcolor}; border: 1px solid white; border-radius:20px; border:#fff solid 3px;}
  238.  
  239. #s-m-t-tooltip {
  240. max-width:300px;
  241. padding:3px 3px 3px 3px;
  242. margin:20px 0px 0px 20px;
  243. background-color:{color:Link Hover};
  244. border:1px dashed #ddd;
  245. text-transform:uppercase;
  246. z-index:999999999999999999999999999999999999;
  247. }
  248.  
  249. p {
  250. margin:0px;
  251. margin-top:0px;
  252. }
  253.  
  254.  
  255. body {
  256. padding: 0px;
  257. margin: 0px;
  258. color:{color:text};
  259. font-family: 'Quicksand', sans-serif;
  260. line-height:10.5px;
  261. font-size:11px;
  262. background-color: {color:Background};
  263. background-image:url({image:Background});
  264. background-attachment: fixed;
  265. background-repeat: repeat;
  266. }
  267.  
  268.  
  269. a:link, a:active, a:visited{
  270. text-decoration: none;
  271. -webkit-transition: color 0.3s ease-out;
  272. -moz-transition: color 0.3s ease-out;
  273. transition: color 0.3s ease-out;
  274. color:{color:link};
  275. }
  276.  
  277. a:hover {
  278. text-decoration: none;
  279. font-style:;
  280. color: {color:link Hover};
  281. }
  282.  
  283. div#center{
  284. margin:auto;
  285. position:relative;
  286. width:1000px;
  287. background-color:;
  288. overflow:auto;
  289. overflow-y:hidden;
  290. }
  291.  
  292.  
  293.  
  294. .entry {
  295. float:left;
  296. display: block;
  297. border:1px dashed #ddd;
  298. padding:12px;
  299. margin:25px;
  300. overflow:hidden;
  301. {block:ifonecolumn}
  302. width:250px;
  303. {/block:ifonecolumn}
  304. {block:iftwocolumn}
  305. width:250px;
  306. {/block:iftwocolumn}
  307. {block:PermalinkPage}
  308. width:350px;
  309. text-align:left;
  310. line-height:10px;
  311. {/block:PermalinkPage}
  312. background:white;
  313. background-image:URL();
  314. }
  315.  
  316. .entry .perma{
  317. width:250px;
  318. height:auto;
  319. padding-top:10px;
  320. padding-bottom:10px;
  321. margin-left:0px;
  322. margin-top:0px;
  323. position: absolute;
  324. font-family: 'Quicksand', sans-serif;
  325. font-size:14px;
  326. text-transform:uppercase;
  327. line-height: 16px;
  328. overflow:hidden;
  329. text-align:center;
  330. top:0px;
  331. background:#fff;
  332. word-spacing:2px;
  333. letter-spacing:1px;
  334. opacity: 0.0;
  335. -webkit-transition: all 0.2s ease-in-out;
  336. -moz-transition: all 0.2s ease-in-out;
  337. -o-transition: all 0.2s ease-in-out;
  338. transition: all 0.2s ease-in-out;
  339.  
  340. }
  341.  
  342. .entry:hover .perma{
  343. overflow:visible;
  344. opacity:1;
  345. }
  346.  
  347.  
  348. #posts {
  349. {block:ifonecolumn}
  350. width:500px;
  351. {block:ifonecolumn}
  352. {block:iftwocolumn}
  353. width:655px;
  354. {/block:iftwocolumn}
  355. margin-top:10px;
  356. z-index:99;
  357. {block:ifonecolumn}
  358. margin-left:439px;
  359. {/block:ifonecolumn}
  360. {block:iftwocolumn}
  361. margin-left:300px;
  362. {/block:iftwocolumn}
  363. right:auto;
  364. background:transparent;
  365. margin-right:auto;
  366. position:relative;
  367. overflow-y: hidden;
  368. }
  369.  
  370.  
  371. #sidebar{
  372. {block:ifonecolumn}
  373. margin-left:200px;
  374. {/block:ifonecolumn}
  375. border:dashed 1px #ddd;
  376. position:fixed !important;
  377. width:190px;
  378. padding:15px;
  379. background:white;
  380. height:auto;
  381. margin-top:160px;
  382. {block:iftwocolumns}
  383. margin-left:0px;
  384. {/block:iftwocolumns}
  385. text-align:center;
  386. }
  387.  
  388.  
  389. .blogtitle {
  390. font-family: 'Quicksand', sans-serif;
  391. font-size:20px;
  392. margin-left:25px;
  393. font-weight:normal;
  394. text-transform:uppercase;
  395. position:fixed;
  396. color:{color:blogtitle};
  397. letter-spacing:2px;
  398. text-align:center;
  399. }
  400.  
  401. .description {
  402. margin-top:20px;
  403. padding-bottom:10px;
  404. text-align:center;
  405.  
  406. }
  407.  
  408. #menu {padding:5px; width:180px; letter-spacing:1px;}
  409.  
  410. #menu a {display:inline-block; font-family:consolas; margin-bottom:5px; background-color:#fff; padding:5px; font-size:10px; font-style:none; text-align:center; text-transform:uppercase; border:{color:sidebar link hover background} solid 1px; border-radius:8px;
  411. -webkit-transition: all 0.2s ease-in-out;
  412. -moz-transition: all 0.2s ease-in-out;
  413. -o-transition: all 0.2s ease-in-out;
  414. transition: all 0.2s ease-in-out;
  415. }
  416.  
  417. #menu a:hover {color:#fff; background-color:{color:sidebar link hover background};
  418. }
  419.  
  420.  
  421.  
  422. .title{
  423. font-size:15px;
  424. }
  425.  
  426.  
  427.  
  428. .permalink{
  429. text-transform: normal;
  430. display: block;
  431. font-family:quicksand;
  432. font-size:14px;
  433. text-align: right;
  434. text-decoration: none;
  435. }
  436.  
  437.  
  438. #infscr-loading{
  439. bottom: -70px;
  440. position: absolute;
  441. left: 50%;
  442. margin-left:-8px;
  443. width:16px;
  444. height:11px;
  445. overflow:hidden;
  446. margin-bottom: 50px;
  447. }
  448.  
  449.  
  450. #postnotes{
  451. text-align: justify;}
  452.  
  453. #postnotes blockquote{
  454. border: 0px;}
  455.  
  456. blockquote{
  457. padding:0px 0px 2px 5px;
  458. margin:0px 0px 2px 10px;
  459. border-left: 1px dotted #555555;
  460. }
  461.  
  462. blockquote p, ul{
  463. margin:0px;
  464. padding:0px;
  465. }
  466.  
  467. a img{border: 0px;}
  468.  
  469.  
  470. ul, ol, li{list-style:none; margin:5px; padding:0px;}
  471.  
  472. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  473. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  474.  
  475. .notes img{width:10px; position:relative; top:3px;}
  476. <--ses-->
  477. small{font-size: 90%;}
  478.  
  479.  
  480. #dickage {
  481. font-size:15px;
  482. position:fixed;
  483. bottom:15px;
  484. left:15px;
  485. color:#000;
  486. letter-spacing:1px;
  487. text-transform:uppercase;
  488. text-shadow: 1px 1px #bebebe;
  489. }
  490.  
  491. dickage a{
  492. color:#000;
  493. }
  494.  
  495. dickage a:hover{
  496. color:#fff;
  497. }
  498.  
  499. {CustomCSS}
  500.  
  501. </style>
  502.  
  503. {block:IndexPage}
  504. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  505. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  506.  
  507. <script type="text/javascript">
  508. $(window).load(function(){
  509. var $wall = $('#posts');
  510. $wall.imagesLoaded(function(){
  511. $wall.masonry({
  512. itemSelector: '.entry, .entry_photo',
  513. isAnimated : false
  514. });
  515. });
  516.  
  517. $wall.infinitescroll({
  518. navSelector : '#pagination',
  519. nextSelector : '#pagination a',
  520. itemSelector : '.entry, .entry_photo',
  521. bufferPx : 2000,
  522. debug : false,
  523. errorCallback: function() {
  524. $('#infscr-loading').fadeOut('normal');
  525. }},
  526. function( newElements ) {
  527. var $newElems = $( newElements );
  528. $newElems.hide();
  529. $newElems.imagesLoaded(function(){
  530. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  531. });
  532. }); $('#posts').show(500);
  533. });
  534. </script>
  535.  
  536.  
  537. {/block:IndexPage}
  538.  
  539.  
  540. <title>{title}</title>
  541.  
  542. <link rel="shortcut icon" href="{image:Favicon}" />
  543. <meta name="viewport" content="width=820" />
  544. </head>
  545.  
  546.  
  547. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  548.  
  549. <script>
  550.  
  551. (function($){
  552.  
  553. $(document).ready(function(){
  554.  
  555. $("a[title]").style_my_tooltips({
  556.  
  557. tip_follows_cursor:true,
  558.  
  559. tip_delay_time:90,
  560.  
  561. tip_fade_speed:600,
  562.  
  563. attribute:"title"
  564.  
  565. });
  566.  
  567. });
  568.  
  569. })(jQuery);
  570.  
  571. </script>
  572. <body>
  573.  
  574. {block:ifupdatestab}
  575. <div id="round">
  576. <span id="headd"></span>
  577. <div id="inner">
  578.  
  579. <p align="center">
  580. <div align="center"><div style=" font-size:15px;padding-bottom:3px;margin-left:-5px;"><br>{text:updates one title}</div> </div>
  581. <br>
  582. {text:updates one}
  583. </div></div>
  584.  
  585. <div id="round2">
  586. <span id="headd2"></span>
  587. <div id="inner2">
  588.  
  589. <p align="center">
  590. <div align="center"><div style=" font-size:15px;padding-bottom:3px;margin-left:-3px;"><br>{text:updates two title}</div> </div>
  591. <br>
  592. {text:updates two}
  593. </div></div>
  594.  
  595. <div id="round3">
  596. <span id="headd3"></span>
  597. <div id="inner3">
  598.  
  599. <p align="center">
  600. <div align="center"><div style=" font-size:15px;padding-bottom:3px;margin-left:-12px;"><br>{text:updates three title}</div> </div>
  601. <br>
  602. {text:updates three}
  603. </div></div>{/block:ifupdatestab}
  604.  
  605. <BODY onselectstart="return false;" ondragstart="return false;">
  606. <div class="wrapper">
  607. <div class="header">
  608. </div>
  609.  
  610. <div id="cage">
  611. <div id="center">
  612.  
  613.  
  614. <div id="sidebar">
  615. <div style="color:{color:title}; font-size:25px; text-align:center;text-transform:uppercase">{title}</div>
  616. <div class="description">{description}</div>
  617. <div id="menu">
  618. <a href="/">home</a>
  619. <a href="/ask">talk</a>
  620. <a href="{text:link 1 url}">{text:link 1}</a>
  621. <a href="{text:link 2 url}">{text:link 2}</a>
  622. <a href="{text:link 3 url}">{text:link 3}</a></div>
  623. <center>
  624.  
  625. </center>
  626. </div>
  627.  
  628.  
  629. <div class="left">
  630. <div id="posts">
  631. {block:Posts}
  632. <div class="entry">
  633.  
  634. {block:Text}{block:title}<span class="title">{title}</span>{/block:title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  635.  
  636. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  637. {/block:Text}
  638.  
  639. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  640.  
  641. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  642.  
  643. {block:Photo}
  644. {block:IndexPage}
  645. <center>
  646. <div class="perma">
  647. <a href="{ReblogURL}" target="_blank"> reblog </a> - <a href="{permalink}">{notecountwithlabel}</a> </div>
  648.  
  649. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  650. {/block:IndexPage}
  651. {block:PermalinkPage}
  652. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  653.  
  654. {LinkCloseTag}
  655. {/block:PermalinkPage}
  656. {/block:Photo}
  657.  
  658. {block:Photoset}
  659. {block:IndexPage}
  660. <center>
  661.  
  662. <div class="perma">
  663. <a href="{ReblogURL}" target="_blank"> reblog </a> - <a href="{permalink}">{notecountwithlabel}</a> </div>
  664.  
  665. {Photoset-250}</center>
  666. {/block:IndexPage}
  667. {block:PermalinkPage}
  668. <center>
  669. {Photoset-250}</center>
  670. {/block:PermalinkPage}
  671. {/block:Photoset}
  672.  
  673. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  674.  
  675. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  676.  
  677. {block:Chat}{block:title}<span class="title">{title}</span>{/block:title}
  678. <ul class="chat">
  679. {block:Lines}
  680. <li class="user_{UserNumber}">
  681. {block:Label}
  682. <span class="label">{Label}</span>
  683. {/block:Label}
  684.  
  685. {Line}
  686. </li>
  687. {/block:Lines}
  688. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  689. {/block:Chat}
  690.  
  691. {block:Audio}
  692. <div style="width:200px; height:20px;">
  693. {AudioPlayerBlack}
  694. </div>
  695. {block:IndexPage}<span class="permalink">
  696. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  697. </span>{/block:IndexPage}
  698. {/block:Audio}
  699.  
  700. {block:Video}
  701. {block:IndexPage}
  702. <center>
  703. <div class="perma">
  704. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  705. {Video-250}</center>
  706. {/block:IndexPage}
  707. {block:PermalinkPage}
  708. <center>
  709. {Video-400}</center>
  710. {/block:PermalinkPage}
  711. {block:Video}
  712.  
  713.  
  714. {block:Answer}
  715. <br>
  716. <div style="border-radius:0px; border: 1px solid #ddd; margin: 3px; margin-top: -2px; min-height:30px; padding: 10px; background-color:white; box-shadow: 0px 0px 5px 3px #eee;">
  717. <img src="{AskerportraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 0px #E6DFDF; border-radius: 360px; border:1px dotted #ddd;"/>
  718. <askname>{Asker}</askname>: {Question}<br></div>
  719. <div style="font-family: consolas; font-size: 11px;">
  720. {Answer}
  721. </div>
  722. {/block:Answer}
  723.  
  724. {block:PostNotes}<div align="middle">{caption}</div>
  725. <center>
  726.  
  727. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  728.  
  729. {block:HasTags}
  730. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  731. {block:RebloggedFrom}
  732. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  733. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  734.  
  735. {/block:RebloggedFrom}
  736. </center></span>
  737. <br>
  738. <div id="postnotes">{PostNotes}</div><br>
  739.  
  740. <center>{block:ContentSource}
  741. <br><a href="{SourceURL}">
  742. {lang:Source}:
  743. {block:SourceLogo}
  744. <img src="{BlackLogoURL}" width="{LogoWidth}"
  745. height="{LogoHeight}" alt="{Sourcetitle}" />
  746. {/block:SourceLogo}
  747. {block:NoSourceLogo}
  748. {SourceLink}
  749. {/block:NoSourceLogo}
  750. </a>
  751. {/block:ContentSource}</center>
  752.  
  753. {/block:PostNotes}
  754. </div>
  755. {/block:Posts}
  756. </div></div>
  757.  
  758. {block:IndexPage}
  759. {block:Pagination}
  760. <div id="pagination">
  761. {block:NextPage}
  762. <a id="nextPage" href="{NextPage}"></a>
  763. {/block:NextPage}
  764. {block:PreviousPage}
  765. <a href="{PreviousPage}"></a>
  766. {/block:PreviousPage}
  767. </div>
  768. {/block:Pagination}
  769. {/block:IndexPage}
  770.  
  771.  
  772.  
  773. <!-- don't you even touch this-->
  774. <div id="dickage">
  775. <a href="http://dicksqueezes.tumblr.com" title="theme cred"><i class="fa fa-anchor"></i></a>
  776. </div>
  777.  
  778.  
  779.  
  780. </body>
  781. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement