Advertisement
makaylax

devil sucks ~ by eisenbrg

May 1st, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.58 KB | None | 0 0
  1. <!---
  2.  
  3. HELLO,
  4. THANK YOU FOR USING MY THEME!
  5.  
  6. - devil sucks -
  7.  
  8. please don't remove the credits
  9.  
  10. don't forget to insert your url where it says "your url here"
  11. or the askbox won't work.
  12.  
  13. x eisenbrg
  14.  
  15.  
  16.  
  17. --->
  18.  
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head><title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. <script type="text/javascript" src="http://static.tumblr.com/8oupd2j/BYTm7u5cn/tag_search.js"></script>
  27.  
  28. <!---- b e n s l o c k ---->
  29.  
  30. <script type="text/javascript"
  31. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32.  
  33. <!---colors--->
  34.  
  35. <meta name="color:text" content="#555"/>
  36. <meta name="color:links" content="#555"/>
  37. <meta name="color:links hover" content="#aaa"/>
  38. <meta name="color:selection bg" content="#ccc"/>
  39. <meta name="color:selection letter" content="#fff"/>
  40. <meta name="color:line blockquote" content="#dbc789"/>
  41. <meta name="color:icons" content="#cccccc"/>
  42. <meta name="color:icons hover" content="#708687"/>
  43. <meta name="color:pagination" content="#ccc"/>
  44. <meta name="color:pagination bg" content="#f8f8f8"/>
  45. <meta name="color:float hover" content="#ccc"/>
  46.  
  47. <!---texts--->
  48.  
  49.  
  50. <meta name="description" content="{MetaDescription}" />
  51. <meta name="text:your url here" content="or the askbox won't work"/>
  52. <meta name="text:link 1 url" content="/"/>
  53. <meta name="text:link 1 title" content="title 1"/>
  54. <meta name="text:link 1 icon" content="h"/>
  55. <meta name="text:link 2 url" content="/"/>
  56. <meta name="text:link 2 title" content="title 2"/>
  57. <meta name="text:link 2 icon" content="D"/>
  58. <meta name="text:link 3 url" content="/"/>
  59. <meta name="text:link 3 title" content="title 3"/>
  60. <meta name="text:link 3 icon" content="b"/>
  61. <meta name="text:link 4 url" content="/"/>
  62. <meta name="text:link 4 title" content="title 4"/>
  63. <meta name="text:link 4 icon" content="A"/>
  64.  
  65.  
  66.  
  67.  
  68. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  69.  
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72.  
  73. <script>
  74. $(document).ready(function() {
  75. //
  76. $('a.poplight[href^=#]').click(function() {
  77. var popID = $(this).attr('rel'); //Get Popup Name
  78. var popURL = $(this).attr('href'); //Get Popup href to define size
  79. var query= popURL.split('?');
  80. var dim= query[1].split('&');
  81. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  82. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/slk5zyp/FBon4ilk9/cross.png" style="position:absolute;width:30px; opacity: 1; margin-left: 240px;margin-top:260px"></a>');
  83. var popMargTop = ($('#' + popID).height() + 80) / 2;
  84. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  85. //Apply Margin to Popup
  86. $('#' + popID).css({
  87. 'margin-top' : -popMargTop,
  88. 'margin-left' : -popMargLeft
  89. });
  90. $('body').append('<div id="fade"></div>');
  91. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  92. return false;
  93. });
  94. $('a.close, #fade').live('click', function() {
  95. $('#fade , .popup_block').fadeOut(function() {
  96. $('#fade, a.close').remove(); //fade them both out
  97. });
  98. return false;
  99. });
  100. });
  101. </script>
  102.  
  103.  
  104. <style>
  105. div#qTip{
  106. padding: 3px;
  107. display: none;
  108. text-align: center;
  109. position: absolute;
  110. font-size:7px;
  111. margin-left:10px;
  112. margin-top:-2px;
  113. line-height:9px;
  114. font-family:'trebuchet ms';
  115. z-index: 9999999999999999999;
  116. background-color:transparent;
  117. color: {color:float hover};
  118. text-transform:uppercase;
  119. letter-spacing: 2px;
  120. }
  121. </style>
  122.  
  123. <style type="text/css">
  124.  
  125. @font-face {
  126. font-family:'intro';
  127. src:url(http://static.tumblr.com/hqj7d0d/ovBn43eze/intro.otf);}
  128.  
  129. @font-face {
  130. font-family:'yeseba';
  131. src: url('http://static.tumblr.com/v0ej33b/A5Dn255cy/yesevaone-regular_v2.otf');}
  132.  
  133. @font-face {
  134. font-family: 'Raleway';
  135. font-style: normal;
  136. font-weight: 100;
  137. src: local('Raleway Thin'), local('Raleway-Thin'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/RJMlAoFXXQEzZoMSUteGWD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  138. }
  139.  
  140. @font-face {
  141. font-family:'HeydingsCommonIconsRegular';
  142. src: url('http://ianfarb.com/random/heydings_icons-webfont.eot');
  143. src: url('http://ianfarb.com/random/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
  144. url('http://ianfarb.com/random/heydings_icons-webfont.woff') format('woff'),
  145. url('http://ianfarb.com/random/heydings_icons-webfont.ttf') format('truetype'),
  146. url('http://ianfarb.com/random/heydings_icons-webfont.svg#HeydingsCommonIconsRegular') format('svg');
  147. font-weight: normal;
  148. font-style: normal;}
  149.  
  150. ::-webkit-scrollbar-thumb{
  151. background-color: #aaa;
  152. height:auto;
  153. }
  154.  
  155. ::-webkit-scrollbar {
  156. height:auto;
  157. width:6px;
  158. background-color: #f1f1f1;
  159. }
  160.  
  161. ::selection {color:{color:selection letter};background:{color:selection bg};}
  162. ::-moz-selection {color:{color:selection letter};background:{color:selection bg};}
  163.  
  164. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  165.  
  166. iframe#tumblr_controls {
  167. white-space:nowrap;
  168. -webkit-filter: invert(100%);
  169. -moz-filter: invert(100%);
  170. -o-filter: invert(100%);
  171. -ms-filter: invert(100%);
  172. filter: invert(100%);
  173. opacity:.2;transition: .8s ease-in-out;
  174. -webkit-transition: .8s ease-in-out;
  175. -moz-transition: .8s ease-in-out;
  176. -o-transition: .8s ease-in-out;
  177. }
  178.  
  179.  
  180. /*begin site style*/
  181.  
  182.  
  183. body{
  184. background:#f8f8f8;
  185. width:100%;
  186. margin:0 auto;
  187. overflow-x:hidden;
  188. }
  189.  
  190. a{
  191. color:{color:links};
  192. text-decoration:none;
  193. -moz-transition-duration:0.5s;
  194. -webkit-transition-duration:0.5s;
  195. -o-transition-duration:0.5s;
  196. }
  197.  
  198. a:hover{
  199. color:{color:links hover};
  200. text-decoration:none;
  201. -moz-transition-duration:0.5s;
  202. -webkit-transition-duration:0.5s;
  203. -o-transition-duration:0.5s;
  204. }
  205.  
  206. blockquote{
  207. border-left:1px solid {color:line blockquote};
  208. padding:3px 3px 3px 10px;
  209. }
  210.  
  211. #all{
  212. z-index:3;
  213. width:650px;
  214. margin:0 auto;
  215. }
  216.  
  217. /*sidebar*/
  218.  
  219. #side{
  220. width:100px;
  221. position:fixed;
  222. background:transparent!;
  223. }
  224.  
  225. .sidebar{
  226. width:50px;
  227. padding:5px;
  228. padding-bottom:0px;
  229. display:inline-block;
  230. background:#fff;
  231. border-bottom:1px solid #f1f1f1;
  232. margin:0 auto;
  233. margin-top:100px;
  234. -moz-transition-duration:0.5s;
  235. -webkit-transition-duration:0.5s;
  236. -o-transition-duration:0.5s;
  237. border:1px solid #eee;
  238. }
  239.  
  240. .sidebar img{
  241. width:50px;
  242. width:50px;}
  243.  
  244.  
  245. .links{
  246. z-index:7;
  247. background:#fff;
  248. text-align:left;
  249. margin-left:-7px;
  250. opacity:1;
  251. height:auto;
  252. width:150px;
  253. text-transform:none;
  254. margin-top:5px;
  255. display:inline-block;
  256. padding:5px;
  257. padding-left:0px;
  258. color:{color:icons};
  259. font-size:12px;
  260. font-family:'calibri';
  261. -moz-transition-duration:0.5s;
  262. -webkit-transition-duration:0.5s;
  263. -o-transition-duration:0.5s;}
  264.  
  265.  
  266. .links a{
  267. font-family: 'HeydingsCommonIconsRegular';
  268. display:inline-block;
  269. width:15px;
  270. height:15px;
  271. padding:3px;
  272. text-align:center;
  273. margin:0px;
  274. color:{color:icons};
  275. }
  276.  
  277. .links a:hover{
  278. color:{color:icons hover};}
  279.  
  280. /*head*/
  281.  
  282. #head{
  283. z-index:99999999999;
  284. text-align:left;
  285. width:100%;
  286. position:fixed;
  287. height:auto;
  288. margin-left:0px;
  289. padding:10px;
  290. top:0px;
  291. background:#fff;
  292. border:1px solid #eee;
  293. }
  294.  
  295. .headin{width:650px;margin:0 auto;}
  296. .headinin{width:325px;margin:0;display:inline-block;}
  297.  
  298. .title{
  299. width:400px;
  300. margin-right:0px;
  301. text-align:left;
  302. text-decoration:none;
  303. color:#555;
  304. height:15px;
  305. font-family:'calibri';
  306. font-size:9px;
  307. letter-spacing:3px;
  308. text-transform:uppercase;
  309. }
  310.  
  311. .descrip{
  312. position:absolute;
  313. background:#fff;
  314. border-left:1px solid #eee;
  315. width:180px;
  316. text-align:left;
  317. font-family:'trebuchet ms';
  318. font-size:9px;
  319. padding-left:5px;
  320. line-height:12px;
  321. overflow-y:auto;
  322. height:30px;
  323. max-height:30px;
  324. color:#ccc;
  325. display:inline-block;
  326. margin-left:10px;
  327. letter-spacing:1px;
  328. margin-top:0px;
  329. -moz-transition-duration:0.5s;
  330. -webkit-transition-duration:0.5s;
  331. -o-transition-duration:0.5s;
  332. }
  333.  
  334. /*posts*/
  335. #empty{
  336. z-index:5;
  337. width:650px;
  338. padding-top:130px;
  339. padding-bottom:30px;
  340. }
  341.  
  342.  
  343. #posts{
  344. margin-left:0px;
  345. z-index:6;
  346. background:#fff;
  347. border-top:1px solid #eee;
  348. border-left:1px solid #eee;
  349. border-right:1px solid #eee;
  350. padding-bottom:3px;
  351. {block:indexpage}
  352. margin-bottom:50px;
  353. border-bottom:1px solid #eee;
  354. {/block:indexpage}
  355. width:500px;
  356. padding:7px;
  357. font-family:'trebuchet ms';
  358. font-size:10px;
  359. color:{color:text};
  360. }
  361.  
  362.  
  363.  
  364. #posts img{
  365. max-width:500px;
  366. }
  367.  
  368. #posts a{
  369. color:{color:links};
  370. text-decoration:none;
  371. }
  372.  
  373. #posts a:hover{
  374. color:{color:links hover};
  375. text-decoration:none;
  376. }
  377.  
  378.  
  379. /*inside*/
  380.  
  381. .titles{
  382. font-size:15px;
  383. color:{color:links};
  384. }
  385.  
  386. .titles a{
  387. font-family:'trebuchet ms';
  388. font-size:8px;
  389. letter-spacing:3px;
  390. text-transform:uppercase;
  391. color:{color:links};
  392. }
  393.  
  394. .titles a:hover{
  395. color:{color:links hover};
  396. text-decoration:none;
  397. }
  398.  
  399.  
  400. .text{
  401. color:{color:text};
  402. font-family:'trebuchet ms';
  403. font-size:10px;
  404. }
  405.  
  406. .question{
  407. width:483px;
  408. padding:8px;
  409. text-align:left;
  410. text-transform:italic;
  411. color:#ccc;
  412. border-bottom:1px solid #ccc;
  413. line-height:12px;
  414. display:inline-block;
  415. }
  416.  
  417. .answer{
  418. text-align:left;
  419. padding-top:8px;
  420. color:{color:text};
  421. }
  422.  
  423. .quote{
  424. font-size:15px;
  425. font-family:'georgia';
  426. font-style:italic;
  427. }
  428.  
  429. .quoter{
  430. text-align:right;
  431. }
  432.  
  433.  
  434. /*info*/
  435. #info{
  436. margin:0 auto;
  437. background:#fff;
  438. width:60px;
  439. color:#ccc;
  440. position:absolute;
  441. padding:5px 7px 5px 7px;
  442. border:1px solid #eee;
  443. font-family:'trebuchet ms';
  444. font-size:7px;
  445. margin-left:530px;
  446. line-height:11px;
  447. text-transform:uppercase;
  448. {block:indexpage}
  449. margin-bottom:70px;
  450. {/block:indexpage}
  451. -moz-transition-duration:0.5s;
  452. -webkit-transition-duration:0.5s;
  453. -o-transition-duration:0.5s;
  454. }
  455.  
  456. #info a{color:{color:links}}
  457.  
  458. #info a:hover{text-decoration:none; color:{color:links hover};}
  459.  
  460.  
  461. #tri{
  462. position:absolute;
  463. margin-top:1px;
  464. margin-left:-17px;
  465. width: 0px;
  466. height: 0px;
  467. border-style: solid;
  468. border-width: 0 10px 10px 0;
  469. border-color: transparent #fff transparent transparent;}
  470.  
  471. #tride{
  472. position:absolute;
  473. margin-left:-20px;
  474. width: 0px;
  475. height: 0px;
  476. border-style: solid;
  477. border-width: 0 13px 13px 0;
  478. border-color: transparent #eee transparent transparent;}
  479.  
  480.  
  481. #tri1{
  482. position:absolute;
  483. margin-top:-7px;
  484. margin-left:5px;
  485. width: 0px;
  486. height: 0px;
  487. border-style: solid;
  488. border-width: 0 5px 8.7px 5px;
  489. border-color: transparent transparent #fff transparent;}
  490.  
  491. #tri2{
  492. position:absolute;
  493. margin-top:-10px;
  494. margin-left:4px;
  495. width: 0px;
  496. height: 0px;
  497. border-style: solid;
  498. border-width: 0 6.5px 11.3px 6.5px;
  499. border-color: transparent transparent #eee transparent;}
  500.  
  501.  
  502. #tags{
  503. font-family:'calibri';
  504. font-style:none;
  505. color:{color:text};
  506. text-transform:uppercase;
  507. line-height:12px;
  508. font-size:8px;
  509. text-align:left;
  510. -moz-transition-duration:.5s;
  511. -webkit-transition-duration:.5s;
  512. -o-transition-duration:.5s;
  513. background:#fff;
  514. width:500px;
  515. padding:7px;
  516. border:1px solid #eee;
  517. background:#fff;
  518. margin-left:0px;
  519. bottom:200px;
  520. {block:indexpage}
  521. opacity:0;
  522. {/block:indexpage}
  523. }
  524.  
  525. #tags a{
  526. color:{color:links};
  527. }
  528.  
  529. #tags a:hover {
  530. color:{color:links hover};
  531. text-decoration:none;
  532. }
  533.  
  534.  
  535. #notes{
  536. {block:permalinkpage}
  537. max-height:80px;
  538. width:500px;
  539. font-family:'trebuchet ms';
  540. font-size:9px;
  541. padding:7px;
  542. overflow-x:hidden;
  543. overflow-y:auto;
  544. background:#fff;
  545. border-bottom:1px solid #eee;
  546. border-left:1px solid #eee;
  547. border-right:1px solid #eee;
  548. margin:0 auto;
  549. margin-bottom:70px;
  550. margin-left:0px;
  551. {/block:permalinkpage}
  552. }
  553.  
  554. #notes img.avatar {
  555. width:0px;
  556. display:none!important;}
  557. #notes li {
  558. list-style-type:none;}
  559.  
  560. #notes::-webkit-scrollbar-thumb{
  561. background-color: #aaa;
  562. height:auto;
  563. }
  564.  
  565. #notes::-webkit-scrollbar {
  566. height:auto;
  567. width:2px;
  568. background-color: #fff;
  569. }
  570.  
  571. /*eisenbrg motherfucker*/
  572.  
  573. #credit a{
  574. font-family:'Raleway';
  575. color:#555;
  576. position:fixed;
  577. right:15px;
  578. text-transform:uppercase;
  579. font-size:12px;
  580. bottom:10px;
  581. }
  582.  
  583. #credit a:hover{
  584. color:#000;
  585. font-size:30px;
  586. }
  587. /**/
  588.  
  589.  
  590. /*pagination*/
  591. #pagination{
  592. background:{color:pagination bg};
  593. width:148px;
  594. display:block;
  595. height:25px;
  596. text-align:center;
  597. font-family:'trebuchet ms';
  598. font-size:10px;
  599. margin-left:350px;
  600. margin-top:-50px;
  601. color:{color:pagination};
  602. }
  603.  
  604. #pagination a{
  605. width:16px;
  606. height:16px;
  607. text-align:center;
  608. display:inline-block;
  609. color:{color:pagination};
  610. text-decoration:none;
  611. margin:2px;
  612. }
  613.  
  614. #pagination a:hover{
  615. background:{color:pagination};
  616. color:{color:pagination bg};
  617. }
  618.  
  619. .current_page {
  620. text-align:center;
  621. width:16px;
  622. height:16px;
  623. margin:0;
  624. text-decoration:none;
  625. background:{color:pagination};
  626. color:{color:pagination bg};
  627. display:inline-block;
  628. margin:5px;
  629. }
  630.  
  631. /*anymore*/
  632. .popup_block {
  633. display: none;
  634. background: transparent;
  635. padding: 20px;
  636. float: left;
  637. position: fixed;
  638. top: 40%;
  639. left: 45%;
  640. z-index: 99999;
  641. }
  642.  
  643.  
  644. #extrabox {
  645. width:500px;
  646. background: transparent!
  647. height:200px;
  648. padding:10px;
  649. font-size:10px;
  650. }
  651.  
  652. #extratitle{
  653. font-family:'calibri';
  654. font-size:10px;
  655. letter-spacing:2px;
  656. text-transform:uppercase;
  657. color:#555;
  658. width:480px;
  659. padding-left:15px;
  660. margin:0 auto;
  661. text-align:left;
  662. height:12px;
  663. display:inline-block;
  664. }
  665.  
  666.  
  667. img.btn_close {
  668. float: right;
  669. margin: 155px;
  670. }
  671.  
  672.  
  673. *html #fade {
  674. position: absolute;
  675. }
  676.  
  677.  
  678. *html .popup_block {
  679. position: absolute;
  680. }
  681.  
  682.  
  683. #fade {
  684. display: none;
  685. background:#f8f8f8;
  686. position:fixed;
  687. left:0;
  688. top:0;
  689. width:100%;
  690. height:100%;
  691. opacity:.7;
  692. z-index:9999;
  693. }
  694.  
  695.  
  696. /*search*/
  697. #search{
  698. width:150px;
  699. height:30px;
  700. background:#fff;
  701. margin-left:350px;
  702. top:5px;
  703. }
  704.  
  705. .sfm input {
  706. background-color: #f8f8f8;
  707. font-size: 8px;
  708. border: 0px;
  709. text-transform: uppercase;
  710. margin-top: -3px;
  711. color: #999;
  712. letter-spacing: 1px;
  713. padding: 4px 8px;
  714. font-family: 'calibri';}
  715.  
  716. #sb {height: 10px; vertical-align: top; margin-top:3px;}
  717.  
  718. </style></head><body>
  719.  
  720. <div id="head">
  721. <div class="headin">
  722. <div class="title">{title}</div>
  723. <div class="links">
  724. <a href="/" title="home">H</a>
  725. <a href="#?w=350" rel="box1" class="poplight" title="askbox">E</a>
  726. <a href="{text:link 1 url}" title="{text:link 1 title}">{text:link 1 icon}</a>
  727. <a href="{text:link 2 url}" title="{text:link 2 title}">{text:link 2 icon}</a>
  728. <a href="{text:link 3 url}" title="{text:link 3 title}">{text:link 3 icon}</a>
  729. <a href="{text:link 4 url}" title="{text:link 4 title}">{text:link 4 icon}</a>
  730. </div>
  731.  
  732. <div class="descrip">{description}</div>
  733.  
  734. <div id="pagination">
  735. {block:Pagination}
  736. {block:JumpPagination length="4"}
  737. {block:CurrentPage}
  738. <span class="current_page">{PageNumber}</span>
  739. {/block:CurrentPage}
  740. {block:JumpPage}
  741. <a class="jump_page" href="{URL}">{PageNumber}</a>
  742. {/block:JumpPage}
  743. {/block:JumpPagination}
  744. {/block:Pagination}
  745. </div>
  746.  
  747. <div id="search">
  748. <form action="/search" method="get" class="sfm">
  749. <input type="text" style="width:100px" name="q" value="{SearchQuery}" id="sf"/>
  750. <input type="image" value="Search" src="http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png" id="sb"/>
  751. </form>
  752. </div>
  753.  
  754. </div>
  755. </div>
  756.  
  757. <div id="all">
  758.  
  759.  
  760. <div id="box1" class="popup_block">
  761. <div id="extratitle"></div>
  762. <div id="extrabox">
  763.  
  764. <iframe frameborder="0" border="0" scrolling="no" width="500" height="200px" allowtransparency="true" src="http://www.tumblr.com/ask_form/{text:your url here}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  765. </div> </div>
  766.  
  767.  
  768.  
  769. <div id="empty">
  770. {block:posts}
  771.  
  772. <div id="info">
  773. <div id="tride"></div>
  774. <div id="tri"></div>
  775. ∙ <a href="{permalink}" title="view post">{TimeAgo}<br>
  776. ∙ {NoteCount} notes</a><Br>
  777.  
  778. (<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> +
  779. {block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRoottitle}">source</a>{/block:ContentSource})
  780. {/block:RebloggedFrom}
  781. </div>
  782. <div id="posts">
  783.  
  784.  
  785.  
  786. {block:Text}
  787. {block:Title}
  788. <div class="titles"> <a href="{Permalink}">{Title}</a></div>
  789. {/block:Title}
  790. {Body}
  791. {/block:Text}
  792.  
  793.  
  794. {block:Photo}
  795. {LinkOpenTag}
  796. <a href="{permalink}"><img src="{PhotoURL-500}"></a>
  797. {LinkCloseTag}
  798. {block:PermalinkPage}
  799. {block:Caption}
  800. {Caption}
  801. {/block:Caption}
  802. {/block:PermalinkPage}
  803. {block:ifshowcaption}
  804. {block:Caption}
  805. {Caption}
  806. {/block:Caption}
  807. {/block:ifshowcaption}
  808. {/block:Photo}
  809.  
  810. {block:Photoset}
  811. {Photoset-500}
  812. {block:PermalinkPage}
  813. {block:Caption}
  814. {Caption}
  815. {/block:Caption}
  816. {/block:PermalinkPage}
  817. {/block:Photoset}
  818.  
  819. {block:Quote}
  820. <div class="quote">{Quote}</div>
  821. {block:Source}
  822. <div class="quoter">— {Source}</div>
  823. {/block:Source}
  824. {/block:Quote}
  825.  
  826. {block:Link}
  827. <div class="titles"><a href="{URL}" {Target}>{Name}</a></div>
  828. {block:Description}
  829. {Description}
  830. {/block:Description}
  831. {/block:Link}
  832.  
  833. {block:Chat}
  834. {block:Title}
  835. <div class="titles"><a href="{Permalink}">{Title}</a></div>
  836. {/block:Title}
  837.  
  838. {block:Lines}
  839. {block:Label}
  840. <i> {Label}</i>
  841. {/block:Label}
  842. {Line}
  843. {/block:Lines}
  844. {/block:Chat}
  845.  
  846. {block:Audio}
  847. {AudioPlayerWhite}
  848. {block:Caption}
  849. {Caption}
  850. {/block:Caption}
  851. {/block:PermalinkPage}
  852. {/block:Audio}
  853.  
  854. {block:Video}
  855. {Video-500}
  856. {block:PermalinkPage}
  857. {block:Caption}
  858. {Caption}
  859. {/block:Caption}
  860. {/block:PermalinkPage}
  861. {/block:Video}
  862.  
  863. {block:Answer}
  864. <div class="question"><i>{Asker}</i> sent:
  865. {Question}</div>
  866. <div class="answer">{Answer}</div>
  867. {/block:Answer}
  868. </div>
  869.  
  870.  
  871.  
  872.  
  873. {block:permalinkpage}
  874. {block:HasTags}
  875. <div id="tri2"></div>
  876. <div id="tri1"></div>
  877. <div id="tags">
  878. file under <br>
  879. {block:Tags}
  880. <a href="{TagURL}">{Tag}</a>,
  881. {/block:Tags}
  882. </div>
  883. {/block:HasTags}
  884. {/block:permalinkpage}
  885.  
  886.  
  887.  
  888. {block:PostNotes}
  889. <Div id="notes">
  890. {PostNotes}
  891. </Div>
  892. {/block:PostNotes}
  893.  
  894. {/block:posts}
  895.  
  896. </div>
  897. </div>
  898.  
  899. <div id="credit"><a href="http://eisenbrg.tumblr.com">BRG</a></div>
  900. </body>
  901. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement