Advertisement
themesbygeorgia

Theme #50 - Take Me to Church

Dec 22nd, 2014
3,033
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!--Theme #50 - Take Me to Church by wonderfullythemes
  6.  
  7. please don't remove the credit thank you <3
  8.  
  9. -->
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  17. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  18.  
  19. <!--SCRIPT FOR TOOLTIPS-->
  20. <stsss>
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23. <script>
  24. (function($){
  25. $(document).ready(function(){
  26. $("a[title]").style_my_tooltips({
  27. tip_follows_cursor:true,
  28. tip_delay_time:100,
  29. tip_fade_speed:200,
  30. attribute:"title"
  31. });
  32. });
  33. })(jQuery);
  34. </script>
  35.  
  36. <!--POP UP ASK-->
  37. <script type="text/javascript"
  38. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  39. <script>
  40. $(document).ready(function() {
  41. //
  42. $('a.poplight[href^=#]').click(function() {
  43. var popID = $(this).attr('rel'); //Get Popup Name
  44. var popURL = $(this).attr('href'); //Get Popup href to define size
  45. var query= popURL.split('?');
  46. var dim= query[1].split('&');
  47. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  48. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  49. var popMargTop = ($('#' + popID).height() + 80) / 2;
  50. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  51. //Apply Margin to Popup
  52. $('#' + popID).css({
  53. 'margin-top' : -popMargTop,
  54. 'margin-left' : -popMargLeft
  55. });
  56. $('body').append('<div id="fade"></div>');
  57. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  58. return false;
  59. });
  60. $('a.close, #fade').live('click', function() {
  61. $('#fade , .popup_block').fadeOut(function() {
  62. $('#fade, a.close').remove(); //fade them both out
  63. });
  64. return false;
  65. });
  66. });
  67. </script>
  68.  
  69. <meta name="color:Background" content="#fff" />
  70. <meta name="color:Link" content="#1bcc5c" />
  71. <meta name="color:Hover" content="#444" />
  72. <meta name="color:Text" content="#444" />
  73. <meta name="color:Scrollbar" content="#000" />
  74. <meta name="color:Post Background" content="#fff" />
  75. <meta name="color:pre Background" content="#ddd" />
  76. <meta name="color:Nav Links Background" content="#000" />
  77. <meta name="color:Nav Links" content="#444" />
  78. <meta name="color:Nav Links Hover" content="#000" />
  79. <meta name="color:Question Background" content="#ddd" />
  80. <meta name="color:Question Text" content="#444" />
  81. <meta name="color:Question Link" content="#000" />
  82. <meta name="color:Chat Bg Odd" content="#ddd" />
  83. <meta name="color:Chat Bg Even" content="#444" />
  84. <meta name="color:Info Links Background" content="#000" />
  85. <meta name="color:Info Links" content="#ddd" />
  86. <meta name="color:Info Links Hover" content="#fff" />
  87. <meta name="color:Tooltip Background" content="#fff" />
  88. <meta name="color:Tooltip Text" content="#000" />
  89.  
  90. <meta name="image:Background" content="" />
  91. <meta name="image:Post Background" content="" />
  92. <meta name="image:Sidebar" content="" />
  93.  
  94. <meta name="if:FadedImages" content="1" />
  95. <meta name="if:ShowCaption" content="0" />
  96. <meta name="if:CustomCursor" content="1" />
  97.  
  98. <meta name="text:FAQ Title" content="Inquire" />
  99. <meta name="text:FAQ" content="Your FAQ here!" />
  100. <meta name="text:Link1" content="/" />
  101. <meta name="text:Link1 Text" content="Link 1" />
  102. <meta name="text:Link2" content="/" />
  103. <meta name="text:Link2 Text" content="Link 2" />
  104. <meta name="text:Link3" content="/" />
  105. <meta name="text:Link3 Text" content="Link 3" />
  106. <meta name="text:Link4" content="/" />
  107. <meta name="text:Link4 Text" content="Link 4" />
  108.  
  109.  
  110. <style type="text/css">
  111.  
  112. /*--POP UP BOXES--*/
  113. .popup_block{
  114. color:{color:Nav Links};
  115. display:none;
  116. padding:20px;
  117. float:left;
  118. position:fixed;
  119. top:50%;left:50%;
  120. z-index: 99999;
  121. }
  122.  
  123. *html #fade {position: absolute;}
  124. *html .popup_block {position: absolute;}
  125. #fade {
  126. display:none;
  127. position:fixed;
  128. left:0px;
  129. top:0px;
  130. width:100%;
  131. height:100%;
  132. z-index:9999;
  133. background:{color:Nav Links Background}; /* change to #fff for solid white */
  134. opacity:1; /* change to opacity:1; */
  135. }
  136.  
  137. /*--ASKBOX--*/
  138.  
  139. .faq {
  140. padding-right:5px;
  141. height:200px;
  142. overflow-y:scroll;
  143. font-size:10px;
  144. text-transform:uppercase;
  145. }
  146.  
  147. .faqtitle {
  148. font-size:12px;
  149. text-align:center;
  150. text-transform:uppercase;
  151. letter-spacing:2px;
  152. }
  153.  
  154. .faq a {
  155. color:{color:Info Links};
  156. }
  157.  
  158. .faq a:hover {
  159. color:{color:Nav Links};
  160. }
  161.  
  162. .faq pre {
  163. padding:5px;
  164. background-color:{color:pre Background};
  165. }
  166.  
  167. ::-webkit-scrollbar-thumb {
  168. height:auto;
  169. background-color:{color:Scrollbar};
  170. }
  171.  
  172. ::-webkit-scrollbar {
  173. height:4px;
  174. width:8px;
  175. padding-right:2px;
  176. background-color:transparent;
  177. }
  178.  
  179. #s-m-t-tooltip {
  180. font-family:'consolas';
  181. max-width:200px;
  182. font-size:11px;
  183. background-color:{color:Tooltip Background};
  184. color:{color:Tooltip Text};
  185. line-height:14px;
  186. display:none;
  187. position:absolute;
  188. letter-spacing:1px;
  189. text-transform:uppercase;
  190. padding:10px;
  191. margin:15px 0px 0px 15px;
  192. z-index:99999999999999;
  193. }
  194.  
  195. body {
  196. background-image: url({image:Background});
  197. background-repeat:repeat;
  198. background-attachment:fixed;
  199. background-color:{color:Background};
  200. color:{color:Text};
  201. font-family:'consolas';
  202. font-size:11px;
  203. text-decoration:none;
  204. text-transform:none;
  205. margin:0px;
  206. {block:IfCustomCursor}
  207. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  208. {/block:IfCustomCursor}
  209. }
  210.  
  211. a {
  212. color:{color:Link};
  213. text-decoration:none;
  214. -moz-transition-duration:0.7s;
  215. -webkit-transition-duration:0.7s;
  216. -o-transition-duration:0.7s;
  217. }
  218.  
  219. a:hover {
  220. font-style:italic;
  221. {block:IfCustomCursor}
  222. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  223. {/block:IfCustomCursor}
  224. color:{color:Hover};
  225. -moz-transition-duration:0.7s;
  226. -webkit-transition-duration:0.7s;
  227. -o-transition-duration:0.7s;
  228. }
  229.  
  230. h2 {
  231. color:{color:Link};
  232. }
  233.  
  234. h2 a {
  235. color:{color:Link};
  236. }
  237.  
  238. li {
  239. list-style:decimal;
  240. }
  241.  
  242. blockquote {
  243. border-left:2px solid {color:Text};
  244. padding-left:5px;
  245. }
  246.  
  247. img, blockquote, li, h2 {
  248. max-width:100%;
  249. }
  250.  
  251.  
  252. img{
  253. -webkit-transition-duration: 0.7s;
  254. -moz-transition-duration: 0.7s;
  255. -o-transition-duration: 0.7s;
  256. -ms-transition-duration: 0.7s;
  257. }
  258.  
  259. #post:hover img {
  260. {block:IfFadedImages}
  261. opacity:.7;
  262. {/block:IfFadedImages}
  263. -webkit-transition-duration: 0.7s;
  264. -moz-transition-duration: 0.7s;
  265. -o-transition-duration: 0.7s;
  266. -ms-transition-duration: 0.7s;
  267. z-index: 2px;
  268. }
  269.  
  270. .html_photoset {
  271. -webkit-transition-duration: 0.7s;
  272. -moz-transition-duration: 0.7s;
  273. -o-transition-duration: 0.7s;
  274. -ms-transition-duration: 0.7s;
  275. }
  276.  
  277. #post:hover .html_photoset{
  278. {block:IfFadedImages}
  279. opacity:.7;
  280. {/block:IfFadedImages}
  281. -webkit-transition-duration: 0.7s;
  282. -moz-transition-duration: 0.7s;
  283. -o-transition-duration: 0.7s;
  284. -ms-transition-duration: 0.7s;
  285. z-index: 2px;
  286. }
  287.  
  288. #entries {
  289. background-image: url({image:Post Background});
  290. background-repeat:repeat;
  291. background-attachment:fixed;
  292. margin:auto;
  293. position:relative;
  294. top:0;
  295. bottom:0;
  296. left:35%;
  297. float:left;
  298. width:380px;
  299. padding-top:60px;
  300. padding-left:40px;
  301. padding-right:60px;
  302. }
  303.  
  304. #post {
  305. background-color:white;
  306. box-shadow:7px 7px 2px {color:Text};
  307. padding:20px;
  308. width:250px;
  309. margin-bottom:120px;
  310. {block:PermalinkPage}
  311. margin-bottom:80px;
  312. {/block:PermalinkPage}
  313. }
  314.  
  315. /*--BOTTOM BAR--*/
  316.  
  317. #bottombar {
  318. bottom:0;
  319. width:100%;
  320. height:10px;
  321. padding:20px;
  322. background-color:{color:Nav Links Background};
  323. position:fixed;
  324. z-index:2;
  325. -moz-transition-duration:0.7s;
  326. -webkit-transition-duration:0.7s;
  327. -o-transition-duration:0.7s;
  328. }
  329.  
  330. .title {
  331. font-family:sans-serif;
  332. width:100%;
  333. position:absolute;
  334. text-align:center;
  335. text-transform:uppercase;
  336. font-size:12px;
  337. line-height:10px;
  338. letter-spacing:2px;
  339. color:{color:Nav Links};
  340. -moz-transition-duration:0.7s;
  341. -webkit-transition-duration:0.7s;
  342. -o-transition-duration:0.7s;
  343. }
  344.  
  345. #bottombar:hover .title {
  346. opacity:0;
  347. -moz-transition-duration:0.7s;
  348. -webkit-transition-duration:0.7s;
  349. -o-transition-duration:0.7s;
  350. }
  351.  
  352. #bottombar:hover .links {
  353. opacity:1;
  354. -moz-transition-duration:0.7s;
  355. -webkit-transition-duration:0.7s;
  356. -o-transition-duration:0.7s;
  357. }
  358.  
  359. .links {
  360. font-family:sans-serif;
  361. width:100%;
  362. position:absolute;
  363. text-align:center;
  364. text-transform:uppercase;
  365. font-size:9px;
  366. line-height:10px;
  367. letter-spacing:1px;
  368. color:{color:Nav Links};
  369. opacity:0;
  370. -moz-transition-duration:0.7s;
  371. -webkit-transition-duration:0.7s;
  372. -o-transition-duration:0.7s;
  373. }
  374.  
  375. .links li {
  376. display:inline-block;
  377. list-style:none;
  378. padding-right:10px;
  379. }
  380.  
  381. .links a {
  382. color:{color:Nav Links};
  383. }
  384.  
  385. .links a:hover {
  386. color:{color:Nav Links Hover};
  387. font-style:normal;
  388. letter-spacing:4px;
  389. }
  390.  
  391. /*--SIDEBAR--*/
  392.  
  393. #sidebar {
  394. background:transparent;
  395. z-index:4000;
  396. width:205px;
  397. height:120px;
  398. position:fixed;
  399. bottom:100px;
  400. left:13%;
  401. {block:ifRightSidebar}
  402. right:400px;
  403. {/block:ifRightSidebar}
  404. }
  405.  
  406. .sidepic img {
  407. width:100px;
  408. height:100px;
  409. padding:5px;
  410. border:5px solid {color:Info Links};
  411. border-radius:50%;
  412. position:absolute;
  413. -moz-transition-duration:0.7s;
  414. -webkit-transition-duration:0.7s;
  415. -o-transition-duration:0.7s;
  416. }
  417.  
  418. /*--PAGINATION--*/
  419. #sidebar:hover .sidepic img {
  420. border:5px solid {color:Nav Links Background};
  421. -moz-transition-duration:0.7s;
  422. -webkit-transition-duration:0.7s;
  423. -o-transition-duration:0.7s;
  424. }
  425.  
  426. #sidebar:hover #pagination {
  427. opacity:1;
  428. -moz-transition-duration:0.7s;
  429. -webkit-transition-duration:0.7s;
  430. -o-transition-duration:0.7s;
  431. }
  432.  
  433. #pagination {
  434. color:{color:Nav Links};
  435. text-align:center;
  436. width:100px;
  437. height:100px;
  438. margin-left:10px;
  439. margin-top:10px;
  440. border-radius:50%;
  441. font-size:8px;
  442. text-transform:uppercase;
  443. line-height:10px;
  444. background-color:{color:Nav Links Background};
  445. position:absolute;
  446. z-index:2;
  447. opacity:0;
  448. -moz-transition-duration:0.7s;
  449. -webkit-transition-duration:0.7s;
  450. -o-transition-duration:0.7s;
  451. }
  452.  
  453. #pagination a {
  454. padding-left:2px;
  455. padding-right:2px;
  456. color:{color:Nav Links};
  457. background-color:transparent;
  458. }
  459.  
  460. #pagination a:hover {
  461. color:{color:Nav Links Hover};
  462. }
  463.  
  464. .pages {
  465. width:100%;
  466. height:100%;
  467. text-align:center;
  468. position:absolute;
  469. top:50%;
  470. margin-top:-5px;
  471. }
  472.  
  473. .extra {
  474. margin-top:30px;
  475. margin-left:130px;
  476. height:70px;
  477. width:150px;
  478. overflow-y:scroll;
  479. position:absolute;
  480. }
  481.  
  482. /*--POST TYPES--*/
  483. .user {
  484. font-style:italic;
  485. position:relative;
  486. font-weight:bold;
  487. padding-bottom:3px;
  488. }
  489.  
  490. .user a {
  491. border-bottom:none;
  492. color:{color:Question Link};
  493. }
  494.  
  495. .user a:hover {
  496. color:{color:Hover};
  497. letter-spacing:2px;
  498. box-shadow:none;
  499. }
  500.  
  501. .question {
  502. position:relative;
  503. max-width:100%;
  504. background-color:{color:Question Background};
  505. color:{color:Question Text};
  506. padding:20px;
  507. }
  508.  
  509. .arrow-down {
  510. width: 0;
  511. height: 0;
  512. border-left: 15px solid transparent;
  513. border-right: 15px solid transparent;
  514. margin-left:30px;
  515. margin-top:0px;
  516. border-top: 15px solid {color:Question Background};
  517. }
  518.  
  519. .answer {
  520. text-align:left;
  521. margin-top:20px;
  522. max-width:100%;
  523. padding-bottom:5px;
  524. }
  525.  
  526. .mark {
  527. margin-top:-80px;
  528. text-align:center;
  529. font-family:georgia;
  530. font-size:100px;
  531. color:{color:Link};
  532. border-bottom:1px solid {color:Text};
  533. padding-bottom:5px;
  534. }
  535.  
  536. .quote {
  537. padding-top:10px;
  538. font-size:15px;
  539. font-style:italic;
  540. }
  541.  
  542. .chat li {
  543. list-style:none;
  544. }
  545.  
  546. .line_odd {
  547. color:{color:Chat Bg Odd};
  548. }
  549.  
  550. .line_even {
  551. color:{color:Chat Bg Even};
  552. }
  553.  
  554. .playerbuttonbg {
  555. position: absolute;
  556. left: 20px;
  557. top: 20px;
  558. width: 19px;
  559. height: 19px;
  560. background-color: #fff;
  561. padding: 10px;
  562. opacity: .4;
  563. filter: alpha(opacity=40);
  564. -moz-opacity: 0.4;
  565. -khtml-opacity: 0.4;
  566. transition: opacity .7s ease-in-out;
  567. -moz-transition: opacity .7s ease-in-out;
  568. -webkit-transition: opacity .7s ease-in-out;
  569. }
  570.  
  571. .playerbuttonbg:hover {
  572. opacity: 1;
  573. filter: alpha(opacity=100);
  574. -moz-opacity: 1;
  575. -khtml-opacity: 1;
  576. }
  577.  
  578. .newplayerbutton {
  579. position: relative;
  580. width: 19px;
  581. height: 19px;
  582. overflow: hidden;
  583. }
  584.  
  585. .playerbuttonhug {
  586. position: absolute;
  587. top: -18px;
  588. left: -7px;
  589. }
  590.  
  591. .tumblr_audio_player {
  592. height: 90px;
  593. width: 270px;
  594. -moz-transform: scale(0.60, 0.60);
  595. -webkit-transform: scale(0.60, 0.60);
  596. -o-transform: scale(0.60, 0.60);
  597. -ms-transform: scale(0.60, 0.60);
  598. transform: scale(0.60, 0.60);
  599. -moz-transform-origin: top left;
  600. -webkit-transform-origin: top left;
  601. -o-transform-origin: top left;
  602. -ms-transform-origin: top left;
  603. transform-origin: top left;
  604. }
  605.  
  606. .audioimgwrapper {
  607. position: absolute;
  608. left: 0px;
  609. top: 0px;
  610. overflow: hidden;
  611. width: 79px;
  612. height: 79px;
  613. }
  614.  
  615. .audioimgwrapper img {
  616. width: 100%;
  617. height: auto;
  618. }
  619.  
  620. .trackdetails {
  621. width: auto;
  622. display:inline-block;
  623. margin-left: 90px;
  624. min-height: 85px;
  625. }
  626.  
  627. .audiowrapper {
  628. position: relative;
  629. display:inline-block;
  630. }
  631.  
  632. /*--INFO AND TAGS--*/
  633. #footer {
  634. width:75px;
  635. margin-top:-20px;
  636. margin-left:290px;
  637. box-shadow:4px 4px 2px {color:Text};
  638. position:absolute;
  639. max-height:310px;
  640. padding:5px;
  641. color:{color:Text};
  642. overflow-y:scroll;
  643. background-color:{color:Info Links Background};
  644. padding:10px;
  645. }
  646.  
  647. #footer a {
  648. padding:3px;
  649. text-decoration:none;
  650. color:{color:Info Links};
  651. }
  652.  
  653. #footer a:hover {
  654. font-style:normal;
  655. color:{color:Info Links Hover};
  656. }
  657.  
  658. .info {
  659. padding-left:3px;
  660. margin-top:-31px;
  661. margin-left:52px;
  662. position:absolute;
  663. border-left:1px solid {color:Text};
  664. }
  665.  
  666. .info li {
  667. display:block;
  668. list-style:none;
  669. padding-bottom:5px;
  670. }
  671.  
  672. .info a:hover {
  673. font-style:normal;
  674. }
  675.  
  676. /*--POST NOTES--*/
  677. .postnotes {
  678. margin-bottom:100px;
  679. height:150px;
  680. overflow-y:scroll;
  681. position:relative;
  682. width:280px;
  683. padding:5px;
  684. background-color:{color:Post Background};
  685. }
  686.  
  687. {CustomCSS}</style></head><body>
  688.  
  689.  
  690. <div id="sidebar">
  691.  
  692. <div class="sidepic"><img src="{image:Sidebar}"/></div>
  693. <div class="extra">
  694.  
  695. {Description}
  696.  
  697. </div>
  698.  
  699. <div id="pagination">
  700.  
  701. <div class="pages">
  702. {block:Pagination}{block:PreviousPage}
  703.  
  704. <a href="{PreviousPage}">back</a>
  705. {/block:PreviousPage}
  706. -
  707. {block:NextPage}
  708. <a href="{NextPage}">next</a>
  709. {/block:NextPage}{/block:Pagination}
  710. </div>
  711.  
  712. </div>
  713.  
  714. </div>
  715.  
  716.  
  717. <div id="entries">{block:Posts}<div id="post">
  718.  
  719. {block:Text}
  720.  
  721. <div id="footer">
  722.  
  723. {block:Date}
  724. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  725.  
  726. <div class="info">
  727. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  728. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  729. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  730. </div>
  731.  
  732. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  733. </div>
  734. {/block:Date}
  735. </div>
  736.  
  737. {block:Title}<h2>{Title}</h2>{/block:Title}
  738. {Body}
  739.  
  740. {/block:Text}
  741.  
  742. {block:Answer}
  743.  
  744. <div id="footer">
  745.  
  746. {block:Date}
  747. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  748.  
  749. <div class="info">
  750. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  751. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  752. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  753. </div>
  754.  
  755. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  756. </div>
  757. {/block:Date}
  758. </div>
  759.  
  760. <div class="question"><div class="user">{Asker} wondered . . .</div> {Question}</div>
  761. <div class="arrow-down"></div>
  762.  
  763. <div class="answer">{Answer}</div>
  764.  
  765.  
  766. {/block:Answer}
  767.  
  768. {block:Quote}
  769.  
  770. <div id="footer" style="margin-top:-20px">
  771.  
  772. {block:Date}
  773. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  774.  
  775. <div class="info">
  776. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  777. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  778. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  779. </div>
  780.  
  781. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  782. </div>
  783. {/block:Date}
  784. </div>
  785.  
  786.  
  787. <div class="mark">&#132;</div>
  788. <div class="quote">{Quote}</div>
  789. {block:Source}<br><br> —{Source} {/block:Source}
  790.  
  791.  
  792. {/block:Quote}
  793.  
  794. {block:Link}
  795.  
  796. <div id="footer">
  797.  
  798. {block:Date}
  799. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  800.  
  801. <div class="info">
  802. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  803. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  804. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  805. </div>
  806.  
  807. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  808. </div>
  809. {/block:Date}
  810. </div>
  811.  
  812. <h2><a href="{URL}">{Name}</a></h2>
  813. {block:Description} {Description} {/block:Description}
  814.  
  815. {/block:Link}
  816.  
  817. {block:Chat}
  818.  
  819. <div id="footer">
  820.  
  821. {block:Date}
  822. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  823.  
  824. <div class="info">
  825. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  826. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  827. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  828. </div>
  829.  
  830. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  831. </div>
  832. {/block:Date}
  833. </div>
  834.  
  835. {block:Title} {Title} {/block:Title}
  836. {block:Lines}<span class="chat">
  837. <li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span></span>{/block:Label}</span> {Line}</li>
  838. {/block:Lines}
  839.  
  840.  
  841. {/block:Chat}
  842.  
  843. {block:Photo}
  844.  
  845. <div id="footer">
  846.  
  847. {block:Date}
  848. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  849.  
  850. <div class="info">
  851. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  852. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  853. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  854. </div>
  855.  
  856. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  857. </div>
  858. {/block:Date}
  859. </div>
  860.  
  861. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}">{LinkCloseTag}
  862.  
  863. {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  864.  
  865. {block:ifNotShowCaption}
  866. {block:PermalinkPage} {block:Caption} {Caption} {/block:Caption} {/block:PermalinkPage}
  867. {/block:ifNotShowCaption}
  868.  
  869. {/block:Photo}
  870.  
  871. {block:Photoset}
  872.  
  873. <div id="footer">
  874.  
  875. {block:Date}
  876. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  877.  
  878. <div class="info">
  879. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  880. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  881. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  882. </div>
  883.  
  884. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  885. </div>
  886. {/block:Date}
  887. </div>
  888.  
  889. {Photoset-250}
  890.  
  891. {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  892.  
  893. {block:ifNotShowCaption}
  894. {block:PermalinkPage} {block:Caption} {Caption} {/block:Caption} {/block:PermalinkPage}
  895. {/block:ifNotShowCaption}
  896.  
  897. {/block:Photoset}
  898.  
  899. {block:Audio}
  900.  
  901. <div id="footer">
  902.  
  903. {block:Date}
  904. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  905.  
  906. <div class="info">
  907. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  908. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  909. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  910. </div>
  911.  
  912. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  913. </div>
  914. {/block:Date}
  915. </div>
  916.  
  917. {block:AudioPlayer}
  918. <div class="audiowrapper">
  919. {block:AlbumArt}
  920. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  921. {/block:AlbumArt}
  922.  
  923. <div class="playerbuttonbg">
  924. <div class="newplayerbutton">
  925. <div class="playerbuttonhug">
  926.  
  927. {AudioPlayerWhite}
  928.  
  929. </div>
  930. </div>
  931. </div>
  932.  
  933. <div class="trackdetails">
  934.  
  935. {block:TrackName} {TrackName}</a><br>{/block:TrackName}
  936. {block:Artist}Artist: {Artist}<br>{/block:Artist}
  937. {block:Album}Album: {Album}<br>{/block:Album}
  938. {PlayCountWithLabel}
  939.  
  940. </div>
  941. </div>
  942. {/block:AudioPlayer}
  943.  
  944. {block:ifShowCaption}
  945. {block:PermalinkPage} {block:Caption} {Caption} {/block:Caption} {/block:PermalinkPage}
  946. {/block:ifShowCaption}
  947.  
  948. {block:ifNotShowCaption}
  949. {block:PermalinkPage} {block:Caption} {Caption} {/block:Caption} {/block:PermalinkPage}
  950. {/block:ifNotShowCaption}
  951.  
  952. {/block:Audio}
  953.  
  954. {block:Video}
  955.  
  956. <div id="footer">
  957.  
  958. {block:Date}
  959. <div style="width:50px;text-align:center;border-bottom:1px solid {color:Text};padding-bottom:3px;margin-left:2px"><a href="{Permalink}"><span style="font-family:'consolas';text-transform:uppercase;font-size:13px;">{ShortMonth}<b>{DayOfMonthWithZero}</b>&nbsp;</span><br><span style="font-family:'consolas';letter-spacing:3px;">{Year}</span></a></div>
  960.  
  961. <div class="info">
  962. {block:NoteCount}<li><a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a></li>{/block:NoteCount}
  963. {block:HasTags}<li><a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a></li>{/block:HasTags}
  964. <li><a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a></li>
  965. </div>
  966.  
  967. <div style="margin-top:-4px;text-transform:uppercase;font-size:8px;letter-spacing:1px">{block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}|<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
  968. </div>
  969. {/block:Date}
  970. </div>
  971.  
  972. {Video-250}
  973.  
  974. {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  975.  
  976. {block:ifNotShowCaption}
  977. {block:PermalinkPage} {block:Caption} {Caption} {/block:Caption} {/block:PermalinkPage}
  978. {/block:ifNotShowCaption}
  979.  
  980. {/block:Video}
  981.  
  982.  
  983. </div>{/block:Posts}
  984.  
  985. {block:PermalinkPage}
  986. <div class="postnotes">
  987. {block:PostNotes} {PostNotes} {/block:PostNotes}
  988. </div>
  989. {/block:PermalinkPage}
  990.  
  991.  
  992. </div>
  993.  
  994. <div id="bottombar">
  995.  
  996. <div class="title">{Title}</div>
  997.  
  998. <div class="links">
  999.  
  1000. <li><a href="/">Refresh</a></li>
  1001. <li><a href="#?w=400" rel="box1" class="poplight">mail</a></li>
  1002. <li><a href="{text:Link1}">{text:Link1 Text}</a></li>
  1003. <li><a href="{text:Link2}">{text:Link2 Text}</a></li>
  1004. <li><a href="{text:Link3}">{text:Link3 Text}</a></li>
  1005. <li><a href="{text:Link4}">{text:Link4 Text}</a></li>
  1006. <li><a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a></li>
  1007.  
  1008. </div>
  1009.  
  1010.  
  1011. </div>
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017. </body>
  1018.  
  1019.  
  1020. <div id="box1" class="popup_block">
  1021. <div class="faq">
  1022.  
  1023. <div class="faqtitle" style="text-decoration:underline">{text:FAQ Title}</div>
  1024.  
  1025. <br>
  1026.  
  1027. {text:FAQ}
  1028.  
  1029. </div>
  1030. <br>
  1031. <iframe frameborder="0" height="150" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1032. </div>
  1033.  
  1034. </div></div></div></div></div></div></div></div></div></div>
  1035.  
  1036.  
  1037. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement