mausamixoxo

Theme 38

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