Advertisement
Guest User

theme 3 by themesbyhabiba

a guest
Nov 17th, 2012
1,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 19.78 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <link href='http://fonts.googleapis.com/css?family=Montserrat+Alternates:700|Anton|Exo:800' rel='stylesheet' type='text/css'>
  5.  
  6. <script type="text/javascript">
  7.   WebFontConfig = {
  8.     google: { families: [ 'Montserrat+Alternates:700:latin', 'Anton::latin', 'Exo:800:latin' ] }
  9.   };
  10.   (function() {
  11.     var wf = document.createElement('script');
  12.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  13.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  14.     wf.type = 'text/javascript';
  15.     wf.async = 'true';
  16.     var s = document.getElementsByTagName('script')[0];
  17.     s.parentNode.insertBefore(wf, s);
  18.   })(); </script>
  19.  
  20. <title>{title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  24. <meta name="color:background" content="#fff"/>
  25. <meta name="color:text" content="#000000"/>
  26. <meta name="color:title" content="#000000"/>
  27. <meta name="color:link" content="#000"/>
  28. <meta name="color:hover" content="#bebebe"/>
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:Title BG" content=""/>
  32. <meta name="if:show photo" content="0"/>
  33. <meta name="text:Link One" content=""/>
  34. <meta name="text:Link One Title" content=""/>
  35. <meta name="text:Link Two" content="" />
  36. <meta name="text:Link Two Title" content=""/>
  37. <meta name="text:Link Three" content="" />
  38. <meta name="text:Link Three Title" content=""/>
  39. <meta name="text:Link Four" content="" />
  40. <meta name="text:Link Four Title" content=""/>
  41. <meta name="text:Link Five" content="" />
  42. <meta name="text:Link Five Title" content=""/>
  43. <meta name="color:Hover1" content="#fcf">
  44. <meta name="color:Hover2" content="#39F">
  45. <meta name="color:borda" content="#d8d8d8"/>
  46. <meta name="image:Sidebar Background" content=""/>
  47.  
  48. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/s48lvqls2/jquery-1.4.4.min.js"></script>
  49. <script type="text/javascript" src="http://static.tumblr.com/lz9mf2v/jD2mdnb3r/myfont.txt"></script>
  50.  
  51. <style type="text/css">
  52.  
  53. @import url(http://fonts.googleapis.com/css?family=Montserrat+Alternates:700|Anton|Exo:800);
  54.  
  55.  
  56.  
  57.  
  58.  
  59. ::-webkit-scrollbar {width: 6px; height: 4px; background: #f1f1f1; }
  60. ::-webkit-scrollbar-thumb { background-color: #010101; -webkit-border-radius: 1ex; }
  61.  
  62.  
  63. p {
  64. margin:0px;
  65. margin-top:0px;
  66. }
  67.  
  68. a:link, a:active, a:visited{
  69. color: {color:link};
  70. text-decoration: none;
  71. -webkit-transition: color 0.5s ease-in;
  72. -moz-transition: color 0.5s ease-in;
  73. }
  74.  
  75.  
  76.  
  77. a:hover{
  78.  
  79. color: transparent;
  80.  
  81. text-shadow: #000 0 0 5px;
  82.  
  83. text-decoration:none;
  84.  
  85. }
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. body {
  94. margin:0px;
  95. background-color: {color:Background};
  96. background-image:url({image:background});
  97. background-attachment: fixed;
  98. background-repeat: repeat;}
  99. body, div, p, textarea, submit, input{
  100. font-family: cambria;
  101. font-size: 11px;
  102. line-height:10px;
  103. letter-spacing:0px;
  104. color:{color:Text};
  105. }
  106.  
  107.  
  108.  
  109. .wrapper{
  110. margin: 0px auto;
  111. width: 817px;
  112. }
  113.  
  114. .left{
  115. float: left;
  116. margin-left: -20px;
  117. width: 817px;
  118. }
  119. .entry {
  120. float:left;
  121. margin:2px;
  122. background-color: #fff;
  123. padding: 2px;
  124. border: 1px solid {color:borda};
  125. {block:IndexPage}
  126. width: 250px;
  127. {/block:IndexPage}
  128. {block:PermalinkPage}
  129. width:500px;
  130. {/block:PermalinkPage}
  131. }
  132.  
  133. .entry .textpost{
  134. background-color: #fff;
  135. }
  136.  
  137. #posts {
  138. float:left;
  139. padding-top:2px;
  140. width:850px;
  141. margin-left:135px;
  142. {block:PermalinkPage}
  143. margin-left: 135px;
  144. background-color: transparent;
  145. width:500px;
  146. {/block:PermalinkPage}
  147. }
  148.  
  149. div#borda {
  150. border-bottom: 1px dashed {color:borda};}
  151.  
  152. .blogtitle{
  153. font-size:40px;
  154. color: {color:Link};
  155. font-family: Megrim;
  156. letter-spacing:-2px;
  157. line-height: 45px;
  158. text-align: center;
  159. margin-top: -8px;
  160. margin-bottom: -2px;
  161. }
  162.  
  163. #postnotes{
  164. text-align: left;
  165. }
  166. #postnotes blockquote{
  167. border: 0px;
  168. }
  169.  
  170. #infscr-loading{
  171. bottom: -70px;
  172. position: absolute;
  173. left: 50%;
  174. margin-left:-8px;
  175. width:16px;
  176. height:11px;
  177. overflow:hidden;
  178. margin-bottom: 50px;
  179. }
  180.  
  181. #sidebar2{
  182. width:105px;
  183. z-index:1;
  184. position:fixed !important;
  185. text-align:center;
  186. top:0px;
  187. height:100%;
  188. background-color: white;
  189. color: #f6f6f6;
  190. font-size: 11.5px;
  191. padding-top: 3px;
  192.  
  193. }
  194.  
  195. div#titleee{
  196. position:absolute !important;
  197. position:fixed !important;
  198. padding-top: 10px;
  199. padding-bottom: 7px;
  200. margin-top:-60px;
  201. margin-left:0px;
  202. background-image:url({image:Title BG});
  203. width:230px;
  204. letter-spacing:0px;
  205. font-family: 'Anton', sans-serif;
  206. text-transform: uppercase;
  207. font-size: 27px;
  208. line-height: 20px;
  209. border:1px solid {color:borda};
  210. color:{color:title};
  211. z-index:9;
  212. }
  213.  
  214. div#sidebar{
  215. border-radius: 6px;
  216. -moz-border-radius: 6px;
  217. -webkit-border-radius: 6px;
  218. z-index:999999999999999;
  219. position:absolute !important;
  220. position:fixed !important;
  221. font-family: 'short stack', cursive;
  222. background: url({image:sidebar background});
  223. width:220px;
  224. position:fixed !important;
  225. margin-top:190px;
  226. margin-left:-180px;
  227. text-align: center;
  228. width: 230px;
  229. border: 1px; black;
  230. height: auto;
  231. padding: 2px;
  232. float: top;
  233. line-height:11px;
  234. background-color:;
  235. letter-spacing: 0px;
  236. font-size: 11px;
  237. color: {color:text};
  238. }
  239.  
  240. #sidebar img{
  241.     -webkit-box-shadow: 0px 0px 12px #000;
  242. max-width:230px;
  243. height: auto;
  244. -webkit-transition: 0.3s ease-in;
  245. }
  246.  
  247. div#sidebar2{
  248. color:{Color:Links};
  249. text-align: left;
  250. font-family: 'adventpro-regular';
  251. font-size: 13px;
  252. line-height: 13px;
  253. }
  254.  
  255. @font-face {font-family:"adventpro-regular";src:url('http://static.tumblr.com/mt9kh0i/4w9m121yc/adventpro-regular.ttf');}
  256.  
  257.  
  258. .textperma {
  259. color: #000000;
  260. font-family: 'cambria';
  261. font-size: 11px;
  262. line-height:10px;
  263. text-transform: lowercase;
  264. padding-top: 2px;
  265. padding-bottom: 0px;
  266. text-align: center;
  267. }
  268.  
  269. #credit a{
  270. color:#fff;
  271. }
  272.  
  273. #credit{
  274. position:fixed !important;
  275. right:3px;
  276. top:26px;
  277. letter-spacing:1px;
  278. font-family: littlefont;
  279. font-size: 8px;
  280. line-height:12px;
  281. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  282. background-repeat:repeat;
  283. border:1px solid rgba(0,0,0,0.1);
  284. padding:3px;
  285. -webkit-border-radius:2px;
  286. moz-border-radius:2px;
  287. -o-border-radius:2px;
  288. border-radius:2px;
  289. text-transform: uppercase;
  290. color: #fff;
  291. z-index: -1px;
  292. }
  293.  
  294.  
  295. #postnotes{
  296. text-align: justify;}
  297.  
  298. #postnotes blockquote{
  299. border: 0px;}
  300.  
  301. blockquote{
  302. padding: 2px 2px 2px 5px;
  303. margin:2px 2px 2px 5px;
  304. border-left: 2px solid #888;
  305. }
  306.  
  307. blockquote p, ul{
  308. margin:0px;
  309. padding:0px;
  310. }
  311.  
  312. a img{border: 0px;}
  313.  
  314. ul, li{
  315. list-style:none;
  316. padding: 1px 1px 1px 2px;
  317. margin:1px 1px 1px 1px;
  318. }
  319.  
  320. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  321. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  322.  
  323. .entry .perma{
  324. width: auto;
  325. position: absolute;
  326. font-family: littlefont;
  327. font-size: 8px;
  328. text-transform: uppercase;
  329. line-height: 10px;
  330. padding: 5px;
  331. text-align: right;
  332. overflow:hidden;
  333. opacity: 0.0;
  334. margin-top: 0px;
  335. margin-left: 0px;
  336. background-color:#fff;
  337. border-bottom-left-radius:10px;
  338. border-bottom-right-radius:10px;
  339. opacity:0.0;
  340. -webkit-transition: all 0.2s linear;
  341. -webkit-transition: all 0.2s linear;
  342. -moz-transition: all 0.2s linear;
  343. transition: all 0.2s linear;
  344.  
  345. }
  346.  
  347. .entry:hover .perma{
  348. overflow:visible;
  349. margin-left: 10px;
  350. -webkit-transition: all 0.2s linear; opacity: 0.8;
  351. -webkit-transition: all 0.2s linear;
  352. -moz-transition: all 0.2s linear;
  353. transition: all 0.2s linear;
  354. }
  355.  
  356. div#desc{
  357.     -webkit-box-shadow: 0px 0px 12px #000;
  358. width: auto;
  359. height:auto;
  360. border: 1px solid {color:borda};
  361. background: white;
  362. }
  363.  
  364. .links{
  365. width: 39px;
  366. height: 18px;
  367. background-color: #cccccc;
  368. line-height: 18px;
  369. color: #545455;
  370. font-weight: normal;
  371. margin: 5px 2px;
  372. z-index: 1;
  373. display: inline-block;
  374. text-align: center;
  375. font-size: 10px;
  376. padding right:5px;
  377. line-height: 19px;
  378. color: {color:nav text};
  379. }
  380.  
  381. .entry:hover .perma:hover{
  382. overflow:visible;
  383. margin-left: 10px;
  384. padding-top:15px;
  385. -webkit-transition: all 0.2s linear; opacity: 0.8;
  386. -webkit-transition: all 0.2s linear;
  387. -moz-transition: all 0.2s linear;
  388. transition: all 0.2s linear;
  389. }
  390. .entry .lank{
  391. width: auto;
  392. position: absolute;
  393. font-family: littlefont;
  394. font-size: 8px;
  395. line-height: 10px;
  396. padding: 5px;
  397. text-align: right;
  398. overflow:hidden;
  399. opacity: 0.0;
  400. margin-top: 0px;
  401. margin-left: 15px;
  402. background-color:#fff;
  403. opacity:0.0;
  404. border-bottom-left-radius:10px;
  405. border-bottom-right-radius:10px;
  406. -webkit-transition: all 0.2s linear;
  407. -webkit-transition: all 0.2s linear;
  408. -moz-transition: all 0.2s linear;
  409. transition: all 0.2s linear;
  410.  
  411. }
  412.  
  413. .entry:hover .lank{
  414. overflow:visible;
  415. margin-left:55px;
  416. -webkit-transition: all 0.2s linear; opacity: 0.8;
  417. -webkit-transition: all 0.2s linear;
  418. -moz-transition: all 0.2s linear;
  419. transition: all 0.2s linear;
  420. }
  421.  
  422. .entry:hover .lank:hover{
  423. overflow:visible;
  424. margin-left:55px;
  425. padding-top:15px;
  426. -webkit-transition: all 0.2s linear; opacity: 0.8;
  427. -webkit-transition: all 0.2s linear;
  428. -moz-transition: all 0.2s linear;
  429. transition: all 0.2s linear;
  430. }
  431.  
  432. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  433.  
  434. </style>
  435.  
  436. {block:IndexPage}
  437. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  438. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  439. <script type="text/javascript">
  440. $(window).load(function () {
  441. $('#posts').masonry(),
  442. $('.masonryWrap').infinitescroll({
  443. navSelector : '#pagination',
  444. nextSelector : '#pagination a#nextPage',
  445. itemSelector : ".entry",
  446. bufferPx : 200,
  447. loadingImg : "http://static.tumblr.com/plngtrn/ieqlmwwlc/ajax-loader.gif",
  448. loadingText : "<em></em>",
  449. },
  450. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  451. );
  452. });
  453. </script>
  454. {/block:IndexPage}
  455.  
  456. <title>{title}</title>
  457. <link rel="shortcut icon" href="{Favicon}">
  458. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  459. <meta name="viewport" content="width=820" />
  460.  
  461. <script type="text/javascript">
  462. // <![CDATA[
  463. var colour="black"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
  464. var sparkles=1000;
  465.  
  466. /****************************
  467. * Tinkerbell Magic Sparkle *
  468. *(c)2005-12 mf2fm web-design*
  469. * http://www.mf2fm.com/rv *
  470. * DON'T EDIT BELOW THIS BOX *
  471. ****************************/
  472. var x=ox=400;
  473. var y=oy=300;
  474. var swide=800;
  475. var shigh=600;
  476. var sleft=sdown=0;
  477. var tiny=new Array();
  478. var star=new Array();
  479. var starv=new Array();
  480. var starx=new Array();
  481. var stary=new Array();
  482. var tinyx=new Array();
  483. var tinyy=new Array();
  484. var tinyv=new Array();
  485.  
  486. window.onload=function() { if (document.getElementById) {
  487. var i, rats, rlef, rdow;
  488. for (var i=0; i<sparkles; i++) {
  489. var rats=createDiv(3, 3);
  490. rats.style.visibility="hidden";
  491. rats.style.zIndex="999";
  492. document.body.appendChild(tiny[i]=rats);
  493. starv[i]=0;
  494. tinyv[i]=0;
  495. var rats=createDiv(5, 5);
  496. rats.style.backgroundColor="transparent";
  497. rats.style.visibility="hidden";
  498. rats.style.zIndex="999";
  499. var rlef=createDiv(1, 5);
  500. var rdow=createDiv(5, 1);
  501. rats.appendChild(rlef);
  502. rats.appendChild(rdow);
  503. rlef.style.top="2px";
  504. rlef.style.left="0px";
  505. rdow.style.top="0px";
  506. rdow.style.left="2px";
  507. document.body.appendChild(star[i]=rats);
  508. }
  509. set_width();
  510. sparkle();
  511. }}
  512.  
  513. function sparkle() {
  514. var c;
  515. if (x!=ox || y!=oy) {
  516. ox=x;
  517. oy=y;
  518. for (c=0; c<sparkles; c++) if (!starv[c]) {
  519. star[c].style.left=(starx[c]=x)+"px";
  520. star[c].style.top=(stary[c]=y)+"px";
  521. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  522. star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
  523. star[c].style.visibility="visible";
  524. starv[c]=50;
  525. break;
  526. }
  527. }
  528. for (c=0; c<sparkles; c++) {
  529. if (starv[c]) update_star(c);
  530. if (tinyv[c]) update_tiny(c);
  531. }
  532. setTimeout("sparkle()", 40);
  533. }
  534.  
  535. function update_star(i) {
  536. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  537. if (starv[i]) {
  538. stary[i]+=1+Math.random()*3;
  539. starx[i]+=(i%5-2)/5;
  540. if (stary[i]<shigh+sdown) {
  541. star[i].style.top=stary[i]+"px";
  542. star[i].style.left=starx[i]+"px";
  543. }
  544. else {
  545. star[i].style.visibility="hidden";
  546. starv[i]=0;
  547. return;
  548. }
  549. }
  550. else {
  551. tinyv[i]=50;
  552. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  553. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  554. tiny[i].style.width="2px";
  555. tiny[i].style.height="2px";
  556. tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
  557. star[i].style.visibility="hidden";
  558. tiny[i].style.visibility="visible"
  559. }
  560. }
  561.  
  562. function update_tiny(i) {
  563. if (--tinyv[i]==25) {
  564. tiny[i].style.width="1px";
  565. tiny[i].style.height="1px";
  566. }
  567. if (tinyv[i]) {
  568. tinyy[i]+=1+Math.random()*3;
  569. tinyx[i]+=(i%5-2)/5;
  570. if (tinyy[i]<shigh+sdown) {
  571. tiny[i].style.top=tinyy[i]+"px";
  572. tiny[i].style.left=tinyx[i]+"px";
  573. }
  574. else {
  575. tiny[i].style.visibility="hidden";
  576. tinyv[i]=0;
  577. return;
  578. }
  579. }
  580. else tiny[i].style.visibility="hidden";
  581. }
  582.  
  583. document.onmousemove=mouse;
  584. function mouse(e) {
  585. if (e) {
  586. y=e.pageY;
  587. x=e.pageX;
  588. }
  589. else {
  590. set_scroll();
  591. y=event.y+sdown;
  592. x=event.x+sleft;
  593. }
  594. }
  595.  
  596. window.onscroll=set_scroll;
  597. function set_scroll() {
  598. if (typeof(self.pageYOffset)=='number') {
  599. sdown=self.pageYOffset;
  600. sleft=self.pageXOffset;
  601. }
  602. else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) {
  603. sdown=document.body.scrollTop;
  604. sleft=document.body.scrollLeft;
  605. }
  606. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  607. sleft=document.documentElement.scrollLeft;
  608. sdown=document.documentElement.scrollTop;
  609. }
  610. else {
  611. sdown=0;
  612. sleft=0;
  613. }
  614. }
  615.  
  616. window.onresize=set_width;
  617. function set_width() {
  618. var sw_min=999999;
  619. var sh_min=999999;
  620. if (document.documentElement && document.documentElement.clientWidth) {
  621. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  622. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  623. }
  624. if (typeof(self.innerWidth)=='number' && self.innerWidth) {
  625. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  626. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  627. }
  628. if (document.body.clientWidth) {
  629. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  630. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  631. }
  632. if (sw_min==999999 || sh_min==999999) {
  633. sw_min=800;
  634. sh_min=600;
  635. }
  636. swide=sw_min;
  637. shigh=sh_min;
  638. }
  639.  
  640. function createDiv(height, width) {
  641. var div=document.createElement("div");
  642. div.style.position="absolute";
  643. div.style.height=height+"px";
  644. div.style.width=width+"px";
  645. div.style.overflow="hidden";
  646. return (div);
  647. }
  648.  
  649. function newColour() {
  650. var c=new Array();
  651. c[0]=255;
  652. c[1]=Math.floor(Math.random()*256);
  653. c[2]=Math.floor(Math.random()*(256-c[1]/2));
  654. c.sort(function(){return (0.5 - Math.random());});
  655. return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
  656. }
  657. // ]]>
  658. </script>
  659.  
  660. </head>
  661. <body>
  662. <div class="wrapper">
  663. <div id="sidebar">
  664. <center><div id="titleee">{Title}</div></center>
  665. {block:ifshowphoto}<div id="sidebarimg"><a href="/"><img src="{image:sidebar}" style="-webkit-border-radius: 10px 10px 0px 0px;" margin-top:0px; width="230"px></a></div>{/block:ifshowphoto}</center>
  666. <div id="desc">
  667. <center>{description}</center>
  668. <div id="borda"></div>
  669. </div>
  670. <div style="letter-spacing: 1px;">
  671. <center>
  672.  
  673. <div class="links"><a href="{text:Link One}">{text:Link One Title}</a></div>
  674. <div class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></div>
  675. <div class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></div>
  676. <div class="links"><a href="{text:Link Four}">{text:Link Four Title}</a></div>
  677. <div class="links"><a href="{text:Link Five}">{text:Link Five Title}</a></div>
  678.    
  679. </center></div>
  680. </div>
  681.  
  682. <div class="header">
  683. <div class="left">
  684. <div id="posts">
  685.  
  686. {block:Posts}
  687. <div class="entry">
  688. {block:Text}
  689. <div class="textpost">
  690. {block:Title}{Title}{/block:Title}
  691. {Body}
  692. <div class="permalink">
  693. <p class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">reblog</a></p>
  694. </div>
  695. </div>
  696. {/block:Text}
  697.  
  698. {block:Link}
  699. <div class="textpost">
  700. <a href="{URL}" class="title">{Name}</a>
  701. {block:Description}{Description}{/block:Description}
  702. <p class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">refuck</a></p>
  703. </div>
  704. {block:Link}
  705.  
  706. {block:Photo}
  707. {block:IndexPage}
  708. <div class="perma">
  709. <a href="{ReblogURL}" target="_blank">refuck</a></div>
  710. <div class="lank">
  711. <a href="{permalink}">{NoteCount}</a></div>
  712. {/block:IndexPage}
  713. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  714. {/block:IndexPage}
  715. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  716. {/block:Photo}
  717.  
  718.  
  719. {block:Photoset}
  720. {block:IndexPage}
  721. <center>
  722. {Photoset-250}</center>
  723. {/block:IndexPage}
  724. {block:PermalinkPage}
  725. <center>
  726. {Photoset-500}</center>
  727. {/block:PermalinkPage}
  728. {/block:Photoset}
  729.  
  730. {block:Quote}
  731. <div class="textpost">
  732. {Quote}</span>
  733. {block:Source}<strong>{Source}</strong>{/block:Source}
  734. <div class="permalink">
  735. <p class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">refuck</a></p>
  736. </div>
  737. </div>
  738. {/block:Quote}
  739.  
  740. {block:Chat}
  741. <div class="textpost">
  742. {block:Title}<span class="title">{Title}</span>{/block:Title}
  743. <ul class="chat">
  744. {block:Lines}
  745. <li class="user_{UserNumber}">
  746. {block:Label}
  747. <span class="label">{Label}</span>
  748. {/block:Label}
  749.  
  750. {Line}
  751. </li>
  752. {/block:Lines}
  753. </ul>
  754. <div class="permalink">
  755. <p class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">refuck</a></p>
  756. </div>
  757. </div>
  758. {/block:Chat}
  759.  
  760. {block:Audio}
  761. <div class="textpost">
  762. {AudioPlayerBlack}
  763. {block:ifshowaudiocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowaudiocaptions}
  764. <div class="permalink">
  765. <p class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">refuck</a></p>
  766. </div>
  767. </div>
  768. {/block:Audio}
  769.  
  770. {block:Video}
  771. {block:IndexPage}
  772. <center>
  773. {Video-250}</center>
  774. {/block:IndexPage}
  775. {block:PermalinkPage}
  776. <center>
  777. {Video-500}</center>
  778. {/block:PermalinkPage}
  779. <p class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">refuck</a></p>
  780. {block:Video}
  781.  
  782.  
  783. {block:PermalinkPage}
  784. <center>{block:Caption}{Caption}{/block:Caption}{block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  785. <p>{block:RebloggedFrom}<div style="text-align:left; text-transform:none; "> reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  786. {/block:RebloggedFrom}</center></span><br><div id="postnotes">{PostNotes}</div><br>
  787. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}</center>
  788. {/block:PermalinkPage}
  789. </div>
  790. {/block:Posts}
  791. </div>
  792.  
  793. {block:IndexPage}
  794. {block:Pagination}
  795. <div id="pagination">
  796. {block:NextPage}
  797. <a id="nextPage" href="{NextPage}"></a>
  798. {/block:NextPage}
  799. {block:PreviousPage}
  800. <a href="{PreviousPage}"></a>
  801. {/block:PreviousPage}
  802. </div>
  803. {/block:Pagination}
  804. {/block:IndexPage}
  805. </div>
  806. </body>
  807. </div>
  808. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement