Advertisement
sweetestgale

ace code

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