Advertisement
hor4ny

"Wishful Thinking" - TwistedMiracles

Oct 13th, 2012
1,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.30 KB | None | 0 0
  1. <!--
  2. "Wishful Thinking" theme by TWISTEDMIRACLES.
  3. Keep credit or put it in your FAQ. Please and thank you.
  4. IF YOU USE THIS THEME AS A BASECODE, ask BEFORE posting!
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12.  
  13. <script type="text/javascript">
  14. <!--
  15.  
  16. // Disable Right Click Script
  17.  
  18. function IE(e)
  19. {
  20. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  21. {
  22. return false;
  23. }
  24. }
  25. function NS(e)
  26. {
  27. if (document.layers || (document.getElementById && !document.all))
  28. {
  29. if (e.which == "2" || e.which == "3")
  30. {
  31. return false;
  32. }
  33. }
  34. }
  35. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  36.  
  37. //-->
  38. </script>
  39.  
  40.  
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43.  
  44. <!-- DEFAULT VARIABLES -->
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  46. <meta name="color:background" content="#fff"/>
  47. <meta name="color:link" content="#777"/>
  48. <meta name="color:text" content="#777"/>
  49. <meta name="color:title" content="#333"/>
  50. <meta name="color:hover" content="#fff"/>
  51. <meta name="color:description" content="#777"/>
  52. <meta name="color:blogtitle" content="#fff" />
  53. <meta name="color:blogtitle shadow" content="#000" />
  54. <meta name="color:borders" content="#ddd" />
  55. <meta name="color:scrollbar" content="#ddd" />
  56. <meta name="image:sidebar" content=""/>
  57. <meta name="image:sidebar2" content="" />
  58. <meta name="image:background" content="1"/>
  59. <meta name="text:link separation" content="&middot;" />
  60. <meta name="text:link one" content="" />
  61. <meta name="text:link one title" content="" />
  62. <meta name="text:link two" content="" />
  63. <meta name="text:link two title" content="" />
  64. <meta name="text:link three" content="" />
  65. <meta name="text:link three title" content="" />
  66. <meta name="text:link four" content="" />
  67. <meta name="text:link four title" content="" />
  68. <meta name="text:link five" content="" />
  69. <meta name="text:link five title" content="" />
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75. ::-webkit-scrollbar {width: 4px; height: 4px; border:1px solid #ddd; background-color:#fff;}
  76. ::-webkit-scrollbar-thumb { border-left:0px solid #ddd; background: {color:scrollbar};}
  77.  
  78. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  79.  
  80. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  81.  
  82.  
  83. p {
  84. margin:0px;
  85. margin-top:0px;
  86. }
  87.  
  88. askname{
  89. font-family:jenna;
  90. font-size:13px;
  91. z-index:99;
  92. }
  93.  
  94.  
  95.  
  96. body {
  97. padding: 0px;
  98. margin: 0px;
  99. color:{color:text};
  100. font-family: dixel;
  101. line-height:7px;
  102. font-size:8px;
  103. background-color: {color:Background};
  104. background-image:url({image:Background});
  105. background-attachment: fixed;
  106. background-repeat: repeat;
  107. }
  108.  
  109.  
  110.  
  111. a:link, a:active, a:visited{
  112. text-decoration: none;
  113. -webkit-transition: color 0.3s ease-out;
  114. -moz-transition: color 0.3s ease-out;
  115. transition: color 0.3s ease-out;
  116. color:{color:link};
  117. }
  118.  
  119. a:hover {
  120. text-decoration: none;
  121. font-style:;
  122. text-shadow:0px 0px 2px #000;
  123. color: {color:Hover};
  124. }
  125.  
  126.  
  127. div#center{
  128. margin:auto;
  129. position:relative;
  130. width:1000px;
  131. background-color:;
  132. overflow:auto;
  133. overflow-y:hidden;
  134. }
  135.  
  136. .entry {
  137. float:left;
  138.  
  139. display: block;
  140. margin:3px;
  141. line-height:7px;
  142. padding:7px;
  143. -moz-border-radius:2px;
  144. border-radius:2px;
  145. -webkit-border-radius:2px;
  146. border:4px double {color:borders};
  147. overflow:hidden;
  148. width:250px;
  149. opacity:1;
  150. {block:PermalinkPage}
  151. width:500px;
  152. text-align:left;
  153. line-height:10px;
  154. {/block:PermalinkPage}
  155. background-color:#fff;
  156. transition: all 0.5s ease-out;
  157. -o-transition-transition: all 0.5s ease-out;
  158. -webkit-transition: all 0.5s ease-out;
  159. -moz-transition: all 0.5s ease-out;
  160. }
  161. .entry .perma a{
  162. color:#444;}
  163.  
  164. .entry .perma a:hover {
  165. text-decoration: none;
  166. font-style:;
  167. text-shadow:0px 0px 2px #000;
  168. color: {color:Hover};
  169. }
  170.  
  171. .entry .perma{
  172. width:40px;
  173. height:30px;
  174. padding-right:10px;
  175. position: absolute;
  176. line-height: 30px;
  177. overflow:hidden;
  178. font-family:dixel;
  179. text-align:center;
  180. font-size:8px;
  181. left:-80px;
  182. bottom:22px;
  183. border:1px solid #eee;
  184. border-left:0px solid #fff;
  185. background:white;
  186. letter-spacing: 1px;
  187. opacity: 0.0;
  188. -webkit-transition: all .7s ease;
  189. -moz-transition: all .7s ease;
  190. -o-transition: all .7s ease;
  191. transition: all .7s ease;
  192. border-top-right-radius:90px;
  193. -moz-border-top-right-radius:90px;
  194. -webkit-border-top-right-radius:90px;
  195. border-bottom-right-radius:90px;
  196. -moz-border-bottom-right-radius:90px;
  197. -webkit-border-bottom-right-radius:90px;
  198.  
  199. }
  200.  
  201. .entry:hover .perma{
  202. width:90px;
  203. margin-left: 0px;
  204. left:6px;
  205. overflow:visible;
  206. opacity:0.85;
  207. }
  208.  
  209. .entry .perma2 a{
  210. color:#444;}
  211.  
  212. .entry .perma2 a:hover {
  213. text-decoration: none;
  214. font-style:;
  215. text-shadow:0px 0px 2px #000;
  216. color: {color:Hover};
  217. }
  218.  
  219. .entry .perma2{
  220. width:40px;
  221. height:30px;
  222. position: absolute;
  223. line-height: 30px;
  224. overflow:hidden;
  225. font-family:dixel;
  226. text-align:center;
  227. padding-left:10px;
  228. font-size:8px;
  229. right:-80px;
  230. top:25px;
  231. border:1px solid #eee;
  232. border-right:0px solid #fff;
  233. background:white;
  234. letter-spacing: 1px;
  235. opacity: 0.0;
  236. -webkit-transition: all .7s ease;
  237. -moz-transition: all .7s ease;
  238. -o-transition: all .7s ease;
  239. transition: all .7s ease;
  240. border-bottom-left-radius:90px;
  241. -moz-border-bottom-left-radius:90px;
  242. -webkit-border-bottom-left-radius:90px;
  243. border-top-left-radius:90px;
  244. -moz-border-top-left-radius:90px;
  245. -webkit-border-top-left-radius:90px;
  246. }
  247.  
  248. .entry:hover .perma2{
  249. margin-left: 0px;
  250. width:90px;
  251. right:6px;
  252. overflow:visible;
  253. opacity:0.85;
  254. -webkit-transition: all .7s ease;
  255. -moz-transition: all .7s ease;
  256. -o-transition: all .7s ease;
  257. transition: all .7s ease;
  258. }
  259.  
  260.  
  261.  
  262. #posts {
  263. width:580px;
  264. margin-top:160px;
  265. margin-left:195px;
  266. right:auto;
  267. background:transparent;
  268. margin-right:auto;
  269. position:relative;
  270. overflow-y: hidden;
  271. }
  272.  
  273.  
  274.  
  275. #sidebarpic{
  276. opacity:1;
  277. transition: all 0.7s ease-out;
  278. -o-transition-transition: all 0.7s ease-out;
  279. -webkit-transition: all 0.7s ease-out;
  280. -moz-transition: all 0.7s ease-out;
  281. }
  282.  
  283. #sidebarpic img{
  284. opacity:0.95;
  285. width:119px;
  286. height:119px;
  287. border:1px solid #ddd;
  288. }
  289.  
  290.  
  291. #sidebar{
  292. border-top:1px solid {color:borders};
  293. border-left:1px solid {color:borders};
  294. border-right:1px solid {color:borders};
  295. border-bottom:5px solid {color:borders};
  296. -webkit-border-radius:3px;
  297. -moz-border-radius:3px;
  298. border-radius:3px;
  299. position:fixed !important;
  300. width:120px;
  301. background-color:#fff;
  302. height:auto;
  303. padding-left:8px;
  304. padding-right:8px;
  305. padding-top:8px;
  306. padding-bottom:12px;
  307. margin-top:10px;
  308. margin-left:170px;
  309. line-height:8px;
  310. text-align:center;
  311. z-index:999;
  312. opacity:1;
  313. box-shadow:0px 0px 0px #A69486;
  314. -webkit-transform: rotate(-6deg);
  315. -moz-transform: rotate(-7deg);
  316. transition: all 0.5s ease-out;
  317. -o-transition-transition: all 0.5s ease-out;
  318. -webkit-transition: all 0.5s ease-out;
  319. -moz-transition: all 0.5s ease-out;
  320. }
  321.  
  322. #sidebar:hover{
  323. opacity:1;
  324. }
  325.  
  326. #sidebar2 img{
  327. width:119px;
  328. height:119px;
  329. opacity:0.95;
  330.  
  331. margin-left:0px;
  332. border:1px solid {color:borders};
  333. transition: all 0.7s ease-out;
  334. -o-transition-transition: all 0.7s ease-out;
  335. -webkit-transition: all 0.7s ease-out;
  336. -moz-transition: all 0.7s ease-out;
  337. }
  338. #sidebar2{
  339. border-top:1px solid {color:borders};
  340. border-left:1px solid {color:borders};
  341. border-right:1px solid {color:borders};
  342. border-bottom:5px solid {color:borders};
  343. border-radius:3px;
  344. -webkit-border-radius:3px;
  345. -moz-border-radius:3px;
  346. position:fixed !important;
  347. width:120px;
  348. background-color:#fefefe;
  349. height:auto;
  350. padding-left:8px;
  351. padding-right:8px;
  352. padding-top:8px;
  353. padding-bottom:12px;
  354. margin-top:12px;
  355. margin-left:169px;
  356. line-height:8px;
  357. text-align:center;
  358. z-index:99;
  359. opacity:1;
  360. -webkit-transform: rotate(9deg);
  361. -moz-transform: rotate(10deg);
  362. transition: all 0.5s ease-out;
  363. -o-transition-transition: all 0.5s ease-out;
  364. -webkit-transition: all 0.5s ease-out;
  365. -moz-transition: all 0.5s ease-out;
  366. }
  367.  
  368. #sidebarpic2{
  369. opacity:1;
  370. transition: all 0.7s ease-out;
  371. -o-transition-transition: all 0.7s ease-out;
  372. -webkit-transition: all 0.7s ease-out;
  373. -moz-transition: all 0.7s ease-out;
  374. }
  375.  
  376. #sidebarpic2 img{
  377. opacity:0.95;
  378. width:119px;
  379. height:119px;
  380. border:1px solid #D1C8C0;
  381. }
  382.  
  383.  
  384. #sidebar3{
  385. border-top:1px solid {color:borders};
  386. border-left:1px solid {color:borders};
  387. border-right:1px solid {color:borders};
  388. border-bottom:5px solid {color:borders};
  389. -webkit-border-radius:3px;
  390. -moz-border-radius:3px;
  391. border-radius:3px;
  392. position:fixed !important;
  393. width:120px;
  394. background-color:#fff;
  395. height:auto;
  396. padding-left:8px;
  397. padding-right:8px;
  398. padding-top:8px;
  399. padding-bottom:12px;
  400. margin-top:10px;
  401. margin-left:635px;
  402. line-height:8px;
  403. text-align:center;
  404. z-index:999;
  405. opacity:1;
  406. box-shadow:0px 0px 0px #A69486;
  407. -webkit-transform: rotate(6deg);
  408. -moz-transform: rotate(7deg);
  409. transition: all 0.5s ease-out;
  410. -o-transition-transition: all 0.5s ease-out;
  411. -webkit-transition: all 0.5s ease-out;
  412. -moz-transition: all 0.5s ease-out;
  413. }
  414.  
  415. #sidebar3:hover{
  416. opacity:1;
  417. }
  418.  
  419. #sidebar4 img{
  420. width:119px;
  421. height:119px;
  422. opacity:0.95;
  423. margin-left:0px;
  424. border:1px solid #D1C8C0;
  425. transition: all 0.7s ease-out;
  426. -o-transition-transition: all 0.7s ease-out;
  427. -webkit-transition: all 0.7s ease-out;
  428. -moz-transition: all 0.7s ease-out;
  429. }
  430. #sidebar4{
  431. border-top:1px solid {color:borders};
  432. border-left:1px solid {color:borders};
  433. border-right:1px solid {color:borders};
  434. border-bottom:5px solid {color:borders};
  435. border-radius:3px;
  436. -webkit-border-radius:3px;
  437. -moz-border-radius:3px;
  438. position:fixed !important;
  439. width:120px;
  440.  
  441. background-color:#fefefe;
  442. height:auto;
  443. padding-left:8px;
  444. padding-right:8px;
  445. padding-top:8px;
  446. padding-bottom:12px;
  447. margin-top:11px;
  448. margin-left:634px;
  449. line-height:8px;
  450. text-align:center;
  451. z-index:99;
  452. opacity:1;
  453. -webkit-transform: rotate(-9deg);
  454. -moz-transform: rotate(-10deg);
  455. transition: all 0.5s ease-out;
  456. -o-transition-transition: all 0.5s ease-out;
  457. -webkit-transition: all 0.5s ease-out;
  458. -moz-transition: all 0.5s ease-out;
  459. }
  460.  
  461.  
  462.  
  463. #sidebarpic2{
  464. opacity:0;
  465. z-index:999;
  466. position:fixed;
  467. margin-left:1px;
  468. transition: all 0.7s ease-out;
  469. -o-transition-transition: all 0.7s ease-out;
  470. -webkit-transition: all 0.7s ease-out;
  471. -moz-transition: all 0.7s ease-out;
  472. }
  473.  
  474. #sidebarpic2 img{
  475. opacity:1;
  476. width:195px;
  477. border:1px solid {color:borders};
  478. }
  479.  
  480. #sidebar:hover #sidebarpic2{
  481. opacity:1;
  482. }
  483. @font-face {
  484. font-family: "jenna";
  485. src: url('http://static.tumblr.com/jdjsstr/W6qm7fotz/simpleronde-regular_1_.ttf');
  486. }
  487.  
  488. .title{
  489. font-family:caviardreams;
  490. font-size: 17px;
  491. line-height: 15px;
  492. color:{color:Title};
  493. letter-spacing: 0px;
  494. font-weight: normal;
  495. text-transform:lowercase;
  496. padding:0px 0px 0px 0px;
  497. }
  498.  
  499. #linksbackground:hover{
  500. opacity:1;
  501. transition: all 0.5s ease;
  502. -o-transition-transition: all 0.5s ease;
  503. -webkit-transition: all 0.5s ease;
  504. -moz-transition: all 0.5s ease;
  505. }
  506. #linksbackground{
  507. width:545px;
  508. background:#fff;
  509. opacity:1;
  510. height:16px;
  511. z-index:999999;
  512. margin-top:132px;
  513. border:1px solid {color:borders};
  514. position:fixed;
  515. transition: all 0.5s ease;
  516. -o-transition-transition: all 0.5s ease;
  517. -webkit-transition: all 0.5s ease;
  518. -moz-transition: all 0.5s ease;
  519. }
  520.  
  521. #links{
  522. text-align:center;
  523. word-spacing:10px;
  524. line-height:16px;
  525. }
  526.  
  527. #description{
  528. color:{color:description};
  529. text-align:center;
  530. margin-top:78px;
  531. line-height:11px;
  532. width:270px;
  533. height:32px;
  534. padding:2px;
  535. overflow:auto;
  536. border:4px double {color:borders};
  537. margin-left:135px;
  538. background:white;
  539. }
  540.  
  541. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  542.  
  543. #topbar{
  544. width:555px;
  545. height:151px;
  546. background-color:{color:background};
  547. background-image:url({image:background});
  548. margin-left:195px;
  549. margin-top:0px;
  550. z-index:99;
  551. position:fixed;
  552. }
  553.  
  554.  
  555. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  556.  
  557.  
  558. #blogtitle{
  559. width:555px;
  560. font-family: "caviardreams";
  561. line-height:90px;
  562. height:auto;
  563. text-shadow:1px 1px 1px {color:blogtitle shadow};
  564. font-size:45px;
  565. margin-top:0px;
  566. text-align:center;
  567. font-weight:;
  568. position:fixed;
  569. letter-spacing:0px; color:{color:blogtitle};
  570. transition: all 0.5s ease-out;
  571. -o-transition-transition: all 0.5s ease-out;
  572. -webkit-transition: all 0.5s ease-out;
  573. -moz-transition: all 0.5s ease-out;}
  574.  
  575.  
  576. .permalink{
  577. text-transform: normal;
  578. display: block;
  579. text-align: right;
  580. text-decoration: none;
  581. }
  582.  
  583. #infscr-loading{
  584. bottom: -70px;
  585. position: absolute;
  586. left: 50%;
  587. margin-left:-8px;
  588. width:16px;
  589. height:11px;
  590. overflow:hidden;
  591. margin-bottom: 50px;
  592. }
  593.  
  594. #postnotes{
  595. text-align: justify;}
  596.  
  597. #postnotes blockquote{
  598. border: 0px;}
  599.  
  600. blockquote{
  601. padding:0px 0px 2px 5px;
  602. margin:0px 0px 2px 10px;
  603. border-left: 1px dotted #555555;
  604. }
  605.  
  606. blockquote p, ul{
  607. margin:0px;
  608. padding:0px;
  609. }
  610.  
  611. a img{border: 0px;}
  612.  
  613.  
  614. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  615.  
  616. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  617. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  618.  
  619. .notes img{width:10px; position:relative; top:3px;}
  620. <--ses-->
  621. small{font-size: 90%;}
  622.  
  623. {CustomCSS}
  624.  
  625. </style>
  626.  
  627. {block:IndexPage}
  628. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  629. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  630.  
  631. <script type="text/javascript">
  632. $(window).load(function () {
  633. var $content = $('#posts');
  634. $content.masonry({itemSelector: '.entry'}),
  635. $content.infinitescroll({
  636. navSelector : 'div#pagination',
  637. nextSelector : 'div#pagination a#nextPage',
  638. itemSelector : '.entry',
  639. loading: {
  640. finishedMsg: '',
  641. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  642. },
  643. bufferPx : 600,
  644. debug : false,
  645. },
  646. // call masonry as a callback.
  647. function( newElements ) {
  648. var $newElems = $( newElements );
  649. $newElems.hide();
  650. // ensure that images load before adding to masonry layout
  651. $newElems.imagesLoaded(function(){
  652. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  653.  
  654.  
  655. });
  656. });
  657. });
  658. </script>
  659.  
  660. {/block:IndexPage}
  661.  
  662.  
  663. <title>{title}</title>
  664.  
  665. <link rel="shortcut icon" href="{Favicon}" >
  666. <meta name="viewport" content="width=820" />
  667. </head>
  668.  
  669. <body>
  670. <BODY onselectstart="return false;" ondragstart="return false;">
  671.  
  672. <div class="wrapper">
  673. <div class="header">
  674. </div>
  675.  
  676. <div id="cage">
  677. <div id="center">
  678.  
  679.  
  680. <div id="topbar"><div id="blogtitle">{title}
  681. </div><div id="linksbackground"><div id="links"><a href="{text:link one}">{text:link one title}</a> {text:link separation}
  682. <a href="{text:link two}">{text:link two title}</a> {text:link separation}
  683. <a href="{text:link three}">{text:link three title}</a>
  684. {block:iflinkfourtitle}
  685. {text:link separation}
  686. <a href="{text:link four}">{text:link four title}</a>
  687. {/block:iflinkfourtitle}
  688. {block:iflinkfivetitle}
  689. {text:link separation}
  690. <a href="{text:link five}">{text:link five title}</a>
  691. {/block:iflinkfivetitle}</div></div><div id="description">{description}</div></div>
  692.  
  693. <div id="sidebar4"><img src="{image:sidebar}"></div>
  694. <div id="sidebar3">
  695. <div id="sidebarpic"><a href="/"><img src="{image:sidebar2}"></a></div>
  696. </div>
  697.  
  698. <div id="sidebar2"><img src="{image:sidebar}"></div>
  699. <div id="sidebar">
  700.  
  701.  
  702.  
  703. <center>
  704. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}"></a></div>
  705. </div>
  706. </center>
  707.  
  708.  
  709. <div class="left">
  710. <div id="posts">
  711. {block:Posts}
  712. <div class="entry">
  713.  
  714. {block:Answer}
  715. <div style="margin-top:2px; margin-bottom:0px; overflow:auto;height:40px; padding: 4px; background-color:#fff; border:1px solid #ddd;border-radius:4px;">
  716. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3.5px;"/><askname>{asker}</askname>: {Question}</div>
  717. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  718. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  719. {/block:Answer}
  720.  
  721. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>{block:indexpage}<p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a>{/block:indexpage}<br>{/block:HasTags}</span></align>
  722. {/block:Text}
  723.  
  724. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  725.  
  726. {block:Photo}
  727. {block:IndexPage}
  728. <center>
  729. <div class="perma2">
  730. <a href="{Permalink}"> {notecountwithlabel}</a> </div>
  731. <div class="perma">
  732. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  733. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  734. {/block:IndexPage}
  735. {block:PermalinkPage}
  736. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  737. {/block:PermalinkPage}
  738. {/block:Photo}
  739.  
  740. {block:Photoset}
  741. {block:IndexPage}
  742. <center>
  743. <div class="perma2">
  744. <a href="{Permalink}"> {notecountwithlabel}</a> </div>
  745. <div class="perma">
  746. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  747. {Photoset-250}</center>
  748. {/block:IndexPage}
  749. {block:PermalinkPage}
  750. <center>
  751. {Photoset-500}</center>
  752. {/block:PermalinkPage}
  753. {/block:Photoset}
  754.  
  755. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  756.  
  757. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  758. <ul class="chat">
  759. {block:Lines}
  760. <li class="user_{UserNumber}">
  761. {block:Label}
  762. <span class="label">{Label}</span>
  763. {/block:Label}
  764.  
  765. {Line}
  766. </li>
  767. {/block:Lines}
  768. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  769. {/block:Chat}
  770.  
  771. {block:Audio}
  772. <div style="width:190px; height:30px;">
  773. {AudioPlayerBlack}
  774. </div>
  775. {block:IndexPage}<span class="permalink">
  776. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  777. </span>{/block:IndexPage}
  778. {/block:Audio}
  779.  
  780. {block:Video}
  781. {block:IndexPage}
  782. <center>
  783. <div class="perma2">
  784. <a href="{Permalink}"> {notecountwithlabel}</a> </div>
  785. <div class="perma">
  786. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  787. {Video-250}</center>
  788. {/block:IndexPage}
  789. {block:PermalinkPage}
  790. <center>
  791. {Video-400}</center>
  792. {/block:PermalinkPage}
  793. {block:Video}
  794.  
  795.  
  796. {block:PostNotes}<div align="middle">{caption}</div>
  797. <center>
  798.  
  799. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  800.  
  801. {block:HasTags}
  802. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  803. {block:RebloggedFrom}
  804. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  805. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  806.  
  807. {/block:RebloggedFrom}
  808. </center></span>
  809. <br>
  810. <div id="postnotes">{PostNotes}</div><br>
  811.  
  812. <center>{block:ContentSource}
  813. <br><a href="{SourceURL}">
  814. {lang:Source}:
  815. {block:SourceLogo}
  816. <img src="{BlackLogoURL}" width="{LogoWidth}"
  817. height="{LogoHeight}" alt="{SourceTitle}" />
  818. {/block:SourceLogo}
  819. {block:NoSourceLogo}
  820. {SourceLink}
  821. {/block:NoSourceLogo}
  822. </a>
  823. {/block:ContentSource}</center>
  824.  
  825. {/block:PostNotes}
  826. </div>
  827. {/block:Posts}
  828. </div></div>
  829.  
  830. {block:IndexPage}
  831. {block:Pagination}
  832. <div id="pagination">
  833. {block:NextPage}
  834. <a id="nextPage" href="{NextPage}"></a>
  835. {/block:NextPage}
  836. {block:PreviousPage}
  837. <a href="{PreviousPage}"></a>
  838. {/block:PreviousPage}
  839. </div>
  840. {/block:Pagination}
  841. {/block:IndexPage}
  842. </body>
  843. <div style="position:fixed;right:5px;bottom:5px;"><a href="http://twistedmiracles.tumblr.com">theme</a></div>
  844. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement