Advertisement
ialkhachi

Theme 16

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