itsGabriela

#004

May 9th, 2012
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 28.44 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.  
  3.  
  4.  
  5.              <!--     theme by S A T I S F F I E D tumblr    
  6.                   this code is copyrighted by copyrighted.com  -->
  7.  
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head profile="http://gmpg.org/xfn/11">
  12.  
  13.     <meta name="color:background" content="#f1f1f1" />
  14.     <meta name="color:header" content="#f1f1f1" />
  15.     <meta name="color:headerborder" content="#ffffff" />
  16.     <meta name="color:headerlinks" content="#000000" />
  17.     <meta name="color:text" content="#000000" />
  18.     <meta name="color:link" content="#000000" />
  19.     <meta name="color:notes" content="#ffffff" />
  20.    
  21.     <meta name="select:body" content="calibri" title="calibri"/>
  22.     <meta name="select:body" content="consolas" title="consolas"/>
  23.    
  24.     <meta name="select:title" content="nothing you could do" title="nothing you could do"/>
  25.     <meta name="select:title" content="cormorant sc" title="cormorant sc"/>
  26.     <meta name="select:title" content="waiting for the sunrise" title="waiting for the sunrise"/>
  27.    
  28.     <meta name="if:two columns" content=""/>
  29.     <meta name="if:three columns" content=""/>
  30.     <meta name="if:four columns" content=""/>
  31.     <meta name="if:six columns" content=""/>
  32.     <meta name="if:infinite scroll" content=""/>
  33.     <meta name="if:scroll not appear" content=""/>
  34.     <meta name="if:show caption" content=""/>
  35.     <meta name="if:custom cursor" content=""/>
  36.     <meta name="if:custom tooltips" content=""/>
  37.    
  38.     <meta name="text:phrase" content="your title here"/>
  39.    
  40.     <meta name="image:background" content="" />
  41.  
  42.     <meta name="text:link 1" content="" />
  43.     <meta name="text:link 1 title" content="" />
  44.     <meta name="text:link 2" content="" />
  45.     <meta name="text:link 2 title" content="" />
  46.     <meta name="text:link 3" content="" />
  47.     <meta name="text:link 3 title" content="" />
  48.     <meta name="text:link 4" content="" />
  49.     <meta name="text:link 4 title" content="" />
  50.     <meta name="text:link 5" content="" />
  51.     <meta name="text:link 5 title" content="" />
  52.  
  53.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  54.    
  55.     <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  56.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  57.     <link rel="shortcut icon" href="{Favicon}" />
  58.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  59.  
  60. {block:ifcustomtooltips}<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61.  
  62. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  63.  
  64. <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:false, tip_delay_time:250, tip_fade_speed:250, attribute:"title" }); }); })(jQuery); </script>{/block:ifcustomtooltips}
  65.  
  66. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  67.  
  68. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  69.  
  70. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  71.  
  72. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  73.  
  74. <script>
  75. $(document).ready(function(){
  76.    $('.photo-slideshow').pxuPhotoset({
  77.        lightbox: true,
  78.        rounded: false,
  79.        gutter: '0px',
  80.        borderRadius: '0px',
  81.        photoset: '.photo-slideshow',
  82.        photoWrap: '.photo-data',
  83.        photo: '.pxu-photo'
  84.    });
  85. });
  86. </script>
  87.  
  88. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  89.  
  90. {block:ifinfinitescroll}<script src="http://static.tumblr.com/qkog7w0/bnroeph07/jquery.infinitescroll.min.js"></script>{/block:ifinfinitescroll}
  91.  
  92. <script>
  93. $(document).ready(function(){
  94.    $('.photo-slideshow').pxuPhotoset({
  95.        lightbox: true,
  96.        rounded: false,
  97.        gutter: '3px',
  98.        photoset: '.photo-slideshow',
  99.        photoWrap: '.photo-data',
  100.        photo: '.pxu-photo'
  101.    });
  102.    var $container = $('#posts');
  103.    $container.masonry({ itemSelector: '#entry' });
  104.    $container.imagesLoaded(function(){
  105.        $container.masonry();
  106.        $container.find('#entry').animate({ opacity: 1, zIndex: 1 });
  107.    });
  108.    {block:ifinfinitescroll}$container.infinitescroll({
  109.        itemSelector: '#entry',
  110.        navSelector: '#navigation',
  111.        nextSelector: '#nextPage',
  112.        loadingImg: '',
  113.        loadingText: '<em></em>',
  114.        bufferPx: 2000
  115.    },
  116.    function( newElements ) {
  117.        var $newElems = $( newElements );
  118.        $newElems.find('.photo-slideshow').pxuPhotoset({
  119.            lightbox: true,
  120.            rounded: false,
  121.            gutter: '3px',
  122.            photoset: '.photo-slideshow',
  123.            photoWrap: '.photo-data',
  124.            photo: '.pxu-photo'
  125.        },
  126.        function(){
  127.            $container.masonry();
  128.        });
  129.        $newElems.imagesLoaded(function(){
  130.            $container.masonry( 'appended', $newElems );
  131.            $newElems.animate({ opacity: 1, zIndex: 1 });
  132.        });
  133.    });{/block:ifinfinitescroll}
  134. }); $container.infinitescroll({
  135.        // your options
  136.    },
  137.    function( newElements ){
  138.        $( newElements ).find('.video iframe').each(function(){
  139.            var scale = $(this).parents('.video').width() / 500;
  140.            $(this).attr({
  141.                width: Math.floor($(this).attr('width') * scale),
  142.                height: Math.floor($(this).attr('height') * scale)
  143.            });
  144.        });
  145.    });
  146. </script>
  147.  
  148. <script>
  149. $(document).ready(function(){
  150.    $('.video iframe').each(function(){
  151.        var scale = $(this).parents('.video').width() / 500;
  152.        $(this).attr({
  153.            width: Math.floor($(this).attr('width') * scale),
  154.            height: Math.floor($(this).attr('height') * scale)
  155.        });
  156.    });
  157. });
  158. </script>
  159.  
  160. <link href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Waiting+for+the+Sunrise|Josefin+Slab|Fanwood+Text|Cormorant+SC" rel="stylesheet">
  161.    
  162. </head>
  163.  
  164. <style type="text/css">
  165.    
  166. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family: {select:body}; font-size:10px; line-height:110%; text-align:justify}
  167.  
  168. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  169. a:hover{color:{color:link}; background-color:transparent}
  170.  
  171. {block:ifcustomcursor}body {cursor: url('https://66.media.tumblr.com/4490e460600e00b31731626b61dc0ab3/tumblr_inline_nb2q7fjtZt1s14gux.png'), default!important;}
  172.  
  173. a, a:hover {cursor: url('http://static.tumblr.com/ua81nyy/O9Hn1kfx3/cursor_9_.cur'), default!important;}{/block:ifcustomcursor}
  174.  
  175. #sbar {width:100%; height:75px; margin-left:0px; margin-top: -30px; position:fixed; padding:5px; overflow:hidden; opacity:1; background-color:{color:header}; border-bottom:2px solid {color:headerborder};}
  176.  
  177. #posts {text-align:left; width: 400px; background-color: transparent; padding: 10px;  margin-left:-20px; margin-bottom: px; position: relative; top:25px;
  178.  
  179. {block:iftwocolumns} width:580px; margin-left:-35px; margin-bottom:10px; {/block:iftwocolumns}
  180.  
  181. {block:ifthreecolumns} width:870px; margin-left:-40px; margin-bottom:10px; {/block:ifthreecolumns}
  182.  
  183. {block:iffourcolumns} width:1160px; margin-left:-30px;margin-bottom:10px; {/block:iffourcolumns}}
  184.  
  185. #entry{position:relative; float:left; display:inline-block; width:400px;  padding:5px; margin-bottom:10px; overflow:hidden; background-color:transparent;
  186.  
  187. {block:iftwocolumns} width:250px; margin-left:30px; margin-bottom:13px;{/block:iftwocolumns}
  188.  
  189. {block:ifthreecolumns} width:250px; margin-left:30px; margin-bottom:13px; {/block:ifthreecolumns}
  190.  
  191. {block:iffourcolumns} width:250px; margin-left:30px; margin-bottom:13px; {/block:iffourcolumns}}
  192.  
  193. #entry img {max-width:400px; height:auto;
  194.  
  195. {block:iftwocolumns} max-width:250px; height:auto; {/block:iftwocolumns}
  196.  
  197. {block:ifthreecolumns} max-width:250px; height:auto; {/block:ifthreecolumns}
  198.  
  199. {block:iffourcolumns} max-width:250px; height:auto; {/block:iffourcolumns}
  200.    
  201. {block:ifsixcolumns} max-width:170px; height:auto; {block:permalinkpage}max-width:250px; height:auto; {/block:permalinkpage}{/block:ifsixcolumns}}
  202.  
  203. {block:IndexPage}
  204. #entry {
  205.    opacity:0;
  206.    z-index:-1;
  207. }
  208. {/block:IndexPage}
  209.  
  210. {block:IndexPage}
  211. #entry {
  212.    opacity:0;
  213.    z-index:-1;
  214. }
  215. {/block:IndexPage}
  216.  
  217. {block:ifsixcolumns}
  218. #posts {text-align:left; width: 1150px; background-color: transparent; margin-left: 30px; margin-bottom: 0px; text-align: none; position: relative; top:30px; {block:ifinfinitescroll}{block:indexpage}padding-bottom:250px; {block:ifscrollnotappear}padding-bottom:400px;{/block:ifscrollnotappear}{/block:indexpage}{/block:ifinfinitescroll}}
  219.  
  220. #entry{position:relative; float:left; display:inline-block; width:170px;  margin-left:10px; margin-bottom:5px; overflow:hidden; padding:2px; background-color:transparent; {block:permalinkpage}width:250px;{/block:permalinkpage}}
  221. {/block:ifsixcolumns}
  222.  
  223. {block:ifcustomtooltips}#s-m-t-tooltip {max-width:300px; line-height:110%px; padding:5px; margin:5px 0px 0px 5px; background: #fff; border:0px solid {color:text}; font-family: {select:body}; font-size:8px; text-transform:uppercase; letter-spacing:1px; color:#333; z-index:999999999999999999999999999999999999; }{/block:ifcustomtooltips}
  224.  
  225. h2{color:{color:text}; font-family:  {select:body}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin-top:-5px; margin-bottom:5px; padding:0px; text-align:left;}
  226. h2 a{color:{color:text}; font-family:  {select:body}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin-top:-5px; margin-bottom:5px; padding:0px; text-align:left;}
  227. h2 a:hover{color:{color:text}; font-family:  {select:body}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin-top:-5px; margin-bottom:5px; padding:0px; text-align:left;}
  228.  
  229. p{margin-top:5px; margin-bottom:5px}
  230. blockquote {padding:0px; padding-left:5px; margin-left:0px; border-left:2px solid {color:text};}
  231.  
  232. .audio{opacity: 1.0; position:relative; overflow:hidden; min-height:20px; font-size: 10px; font-family:{select:body}}
  233.  
  234. .player{position:absolute; z-index:3; background:#fff; margin-top:46px; margin-left:63px; opacity:0.75; filter:alpha(opacity=75); border:0px #000000 solid; border-radius: 100px;  width:100%;}
  235.  
  236. .audioplayer{background: #fff; border: 0px solid #f8f8f8; width:100%; height:19px; overflow:hidden; padding:5px; padding-bottom:13px; margin-right:5px; margin-top: 5px;}
  237.  
  238. .audioinfo{margin-top: 0px; margin-left:0px; line-height:11px; font-family: {select:body}; font-size:10px!important; font-style: normal;}
  239.  
  240. .audiocaption{margin-top:7px;margin-bottom:px;}
  241. .audiocaption img{max-width:80px!important;}
  242.  .audiocaption blockquote img{max-width:310px!important;}
  243.  
  244. .audiocaption blockquote blockquote img{max-width:310px!important;}
  245.  
  246. .user_1 .label {color:{color:text}; font-weight:bold}
  247. .user_2 .label {color:{color:text}; font-weight:bold}
  248. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  249.  
  250. ::-webkit-scrollbar{width:9px;height:5px;}
  251. ::-webkit-scrollbar-button:start:decrement}
  252. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  253. ::-webkit-scrollbar-track-piece{background-color:{color:background}; border:4px solid {color:background}}
  254. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};  border:4px solid {color:background}}
  255. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:text};  border:4px solid {color:background}}
  256.  
  257. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{position: fixed!important; z-index:999999999!important;}
  258.  
  259. .tumblr_video_container {
  260. width:auto!important;
  261. height:auto!important;
  262. }
  263.  
  264. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  265.  
  266. .quote {font-family:  {select:body}; text-align: left; font-size: 10px; line-height: 10px; padding: 0px;}
  267. .quotesource {text-align: left; text-transform: none; margin-top:4px; margin-bottom: 0px;}
  268. .quotesource a, a:hover{text-transform: none;}
  269.  
  270. .source{display:none}
  271.  
  272. .bordertop {position: fixed; background-color:; z-index: 2; width: 100%; height:75px; margin-top: -35px; margin-left:-8px;}
  273.  
  274. #links{font-size:8px; text-transform: uppercase; font-family:  {select:body}; text-align:left; letter-spacing:2px; padding-left:16px;}
  275. #links a{height: 15px; background-color:; padding:5px; color:{color:headerlinks};}
  276. #links a:hover{height: 15px; background-color: ; padding:5px; color:{color:headerlinks}; text-transform: uppercase; letter-spacing:2px; font-style:italic;  font-weight:bold;}
  277.  
  278. .permalink {position:relative; text-transform:uppercase; padding:0px; height:2px; width:100%; left:0px;background:{color:notes}; opacity:1; color:{color:link}; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
  279. .permalink a{color:{color:link};}
  280.  
  281. #entry:hover .permalink{opacity:1; -webkit-transition:all .3s ease-in-out;
  282. -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out; height:15px;}
  283.  
  284. .permalink2 {font-family:  {select:body}; text-align: center; line-height: 15px;
  285. letter-spacing:1px; text-transform:uppercase; font-size:8px; opacity:0; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
  286. .permalink2 a:hover{text-transform:uppercase}
  287.  
  288. #entry:hover .permalink2{opacity:1;-webkit-transition:all .3s ease-in-out;
  289. -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out;
  290. transition:all .3s ease-in-out;}
  291.  
  292. .permalinkposts {font-family: {select:body}; font-size:10px; line-height:11px; text-transform:lowercase;}
  293.  
  294. {block:ifsixcolumns}
  295. .photonotes{opacity:0; position:absolute; font-family:consolas; text-align:center; text-transform:uppercase; top: 2px; left:0px; -webkit-transition-duration: 0.9s; padding:3px; font-size:11px; background:{color:background}; width:100%; height:19px; z-index:999999;}
  296. .photonotes a{color:{color:link}}
  297.  
  298. #entry:hover .photonotes {opacity:0.7; -webkit-transition-duration: .50s;-moz-transition-duration: .50s; -o-transition-duration: .50s; top:2px;}
  299. {/block:ifsixcolumns}
  300.  
  301. {block:ifnotsixcolumns}
  302. .photonotes{opacity:0; position:absolute; font-family:consolas; text-align:center; text-transform:uppercase; top: 5px; left:5px; -webkit-transition-duration: 0.9s; padding:3px; font-size:11px; background:{color:background}; width:calc(100% - 16px); height:19px; z-index:999999;}
  303. .photonotes a{color:{color:link}}
  304.  
  305. #entry:hover .photonotes {opacity:0.7; -webkit-transition-duration: .50s;-moz-transition-duration: .50s; -o-transition-duration: .50s; top:5px;}
  306. {block:ifnotsixcolumns}
  307.  
  308. .like {position:relative; text-align:center; padding-bottom:px; margin:0px; right:0px;}
  309. .like svg path {fill:{color:link};}
  310. .like .like_button {top:-4px; left:-1px; position:absolute; opacity:0;}
  311. .like .like_button.liked {opacity: 0;}
  312.  
  313. .all{position:fixed; top:0; left:0; width:10000px; height:10000px;}
  314.  
  315. .notes {font-family: {select:body}; line-height: 13px; font-size:10px; opacity:1; -webkit-transition:all .4s ease-in-out; margin-bottom:-5px;}
  316. .notes a:hover{text-transform:lowercase}
  317.  
  318. ol.notes {padding: 0px; margin-bottom:3px; margin-top:2px; list-style-type: none; border-bottom: solid 0px {color:text};}
  319. ol.notes li.note { line-height:10px; border-top: solid 0px {color:text}; padding: 2px; text-align:left;}
  320. ol.notes li.note img.avatar {display:none}
  321. ol.notes li.note span.action {font-weight: normal;}
  322. ol.notes li.note .answer_content {font-weight: normal;}
  323.  ol.notes li.note blockquote {border-color: {color:text}; padding-left: 4px; margin: 5px 0px 0px 0px}
  324. ol.notes li.note blockquote a {text-decoration: none;}
  325.  
  326. #scrollToTop:link,#scrollToTop:visited {color: {color:text} ; background-color: transparent; display: none; font-size:35px; position: fixed; bottom: 12px; right: 15px;}
  327.  
  328. .askimg {float:right; margin-top:0px;}
  329. .asking {width:100%; text-align:right; height:13px; padding:6px; background-color:transparent; line-height:12px;}
  330. .ask {width:100%; text-align:right;  margin-top:5px; background-color:transparent; line-height:100%;}
  331. .answer {width:100%; margin-top:10px; background-color:transparent;}
  332.  
  333. .title {font-family: {select:title}; font-style:; font-size:23px; margin-top:5px; margin-bottom:-5px; padding-left:20px; color:{color:headerlinks}}
  334. .title a{color:{color:headerlinks}}
  335.    
  336. </style>
  337.  
  338. <body><div class="all"></div>
  339.  
  340. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  341. <a href="javascript:;" id="scrollToTop" title="scroll to top"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
  342.  
  343. <br><br><br><br><br>
  344.  
  345. <div class="bordertop">
  346. <div id="sbar">
  347.  
  348. <br><br>
  349.  
  350. <div class="title">{text:phrase}</div>
  351.  
  352. <br><br>
  353.  
  354. <div id=links>
  355.  
  356. {block:ifnotinfinitescroll}{block:PreviousPage}<a href="{PreviousPage}" style="background:; font-weight:bold; font-size:px; line-height:px; padding:6px; letter-spacing:1px">prev</a>
  357. {/block:PreviousPage}{/block:ifnotinfinitescroll}
  358.  
  359. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  360. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  361. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}{block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  362. {block:iflink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  363. <a href="http://satisffied.tumblr.com" title="theme by satisffied, don't copy">(C)</a>
  364.  
  365. {block:ifnotinfinitescroll}{block:NextPage}<a href="{NextPage}" style="background:; font-size:px; line-height:px; padding:6px; font-weight:bold; letter-spacing:1px">next</a>
  366. {/block:NextPage}{/block:ifnotinfinitescroll}
  367.  
  368. </div>
  369.  
  370. </div></div>
  371.  
  372. <center>
  373.  
  374. <div id="posts">
  375.  
  376. {block:ifinfinitescroll}{block:IndexPage}<div class="column navigation" id="navigation">
  377. {block:Pagination}
  378. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  379. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  380. </div>{/block:IndexPage}{/block:ifinfinitescroll}
  381.  
  382. {block:Posts}
  383. <div id="entry">
  384.  
  385. {block:Quote}
  386. {block:ifsixcolumns}
  387. {block:IndexPage}
  388. <div class="permalink">
  389. <div class="permalink2">
  390. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  391. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  392. {/block:ifsixcolumns}
  393.  
  394. {block:ifnotsixcolumns}
  395. {block:IndexPage}
  396. <div class="permalink">
  397. <div class="permalink2">
  398. <a href="{Permalink}">{NoteCountWithLabel}</a>
  399.  / <a href="{Permalink}">{TimeAgo}</a> /
  400. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  401. {block:ifnotsixcolumns}
  402.  
  403. <p>
  404.  
  405. <div class="quote">"{Quote}"</div>
  406. {block ource}<div class="quotesource"> โ€” <b>{Source}</b></div>
  407. {/block:source}
  408. {/block:Quote}
  409.  
  410. {block:Text}
  411. {block:ifsixcolumns}
  412. {block:IndexPage}
  413. <div class="permalink">
  414. <div class="permalink2">
  415. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  416. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  417. {/block:ifsixcolumns}
  418.  
  419. {block:ifnotsixcolumns}
  420. {block:IndexPage}
  421. <div class="permalink">
  422. <div class="permalink2">
  423. <a href="{Permalink}">{NoteCountWithLabel}</a>
  424.  / <a href="{Permalink}">{TimeAgo}</a> /
  425. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  426. {block:ifnotsixcolumns}
  427.  
  428. {block:Title}<br><center><h2>{Title}</h2></center>{/block:Title}
  429. {Body}
  430. {/block:Text}
  431.  
  432. {block:Link}
  433. {block:ifsixcolumns}
  434. {block:IndexPage}
  435. <div class="permalink">
  436. <div class="permalink2">
  437. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  438. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  439. {/block:ifsixcolumns}
  440.  
  441. {block:ifnotsixcolumns}
  442. {block:IndexPage}
  443. <div class="permalink">
  444. <div class="permalink2">
  445. <a href="{Permalink}">{NoteCountWithLabel}</a>
  446.  / <a href="{Permalink}">{TimeAgo}</a> /
  447. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  448. {block:ifnotsixcolumns}
  449.  
  450. <br><center><h2><a href="{URL}" class="link" {Target}>{Name}&nbsp;</h2></center></a>
  451. {block:Description}<p>{Description}</p>{/block:Description}
  452.  
  453. {/block:Link}
  454.  
  455. {block:Photo}
  456. {block:IndexPage}
  457. <div class="photonotes">
  458. <center><a href="{Permalink}" title="{NoteCountWithLabel}"><big><i class="fa fa-bars" aria-hidden="true"></i></big></a>
  459.  
  460. &nbsp;
  461.  
  462. <a href="{ReblogURL}"><big><i class="fa fa-refresh" aria-hidden="true"></i></big></a>
  463.  
  464. &nbsp;
  465.  
  466. <i class="like" style="top:2px;"><svg width="12" height="14" viewBox="0 0 19 15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><path d="M14.0425097,0.000920262799 C16.1435097,-0.0400797372 18.8835097,1.28192026 18.9635097,5.36992026 C19.0525097,9.95492026 15.1985097,13.3079203 9.48350967,16.2089203 C3.76650967,13.3079203 -0.0874903349,9.95492026 0.00150966509,5.36992026 C0.0815096651,1.28192026 2.82150967,-0.0400797372 4.92250967,0.000920262799 C7.02450967,0.0419202628 8.87050967,2.26592026 9.46950967,2.92792026 C10.0945097,2.26592026 11.9405097,0.0419202628 14.0425097,0.000920262799 Z"></path></svg>{LikeButton size="14"}
  467. </i>
  468. </div>
  469. {/block:IndexPage}
  470.  
  471. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  472.  
  473. <div style="margin-bottom:-7px;">{block:IfShowCaption}{Caption}{/block:IfShowCaption}</div>
  474. {/block:Photo}
  475.  
  476. {block:Photoset}
  477.  
  478. {block:IndexPage}
  479. <div class="photonotes">
  480. <center><a href="{Permalink}" title="{NoteCountWithLabel}"><big><i class="fa fa-bars" aria-hidden="true"></i></big></a>
  481.  
  482. &nbsp;
  483.  
  484. <a href="{ReblogURL}"><big><i class="fa fa-refresh" aria-hidden="true"></i></big></a>
  485.  
  486. &nbsp;
  487.  
  488. <i class="like" style="top:2px;"><svg width="12" height="14" viewBox="0 0 19 15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><path d="M14.0425097,0.000920262799 C16.1435097,-0.0400797372 18.8835097,1.28192026 18.9635097,5.36992026 C19.0525097,9.95492026 15.1985097,13.3079203 9.48350967,16.2089203 C3.76650967,13.3079203 -0.0874903349,9.95492026 0.00150966509,5.36992026 C0.0815096651,1.28192026 2.82150967,-0.0400797372 4.92250967,0.000920262799 C7.02450967,0.0419202628 8.87050967,2.26592026 9.46950967,2.92792026 C10.0945097,2.26592026 11.9405097,0.0419202628 14.0425097,0.000920262799 Z"></path></svg>{LikeButton size="14"}
  489. </i>
  490. </div>
  491. {/block:IndexPage}
  492.  
  493. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  494.  
  495. {block:IfShowCaption}{Caption}{/block:IfShowCaption}
  496.  
  497. {/block:Photoset}
  498.  
  499. {block:Chat}
  500. {block:ifsixcolumns}
  501. {block:IndexPage}
  502. <div class="permalink">
  503. <div class="permalink2">
  504. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  505. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  506. {/block:ifsixcolumns}
  507.  
  508. {block:ifnotsixcolumns}
  509. {block:IndexPage}
  510. <div class="permalink">
  511. <div class="permalink2">
  512. <a href="{Permalink}">{NoteCountWithLabel}</a>
  513.  / <a href="{Permalink}">{TimeAgo}</a> /
  514. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  515. {block:ifnotsixcolumns}
  516. <br>
  517. {block:Title}<center><h2>{Title}</h2></center>{/block:Title}
  518. <ul class="chat">
  519. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  520. {/block:Chat}
  521.  
  522. {block:Video}
  523.  
  524. {block:IndexPage}
  525. <div class="photonotes">
  526. <center><a href="{Permalink}" title="{NoteCountWithLabel}"><big><i class="fa fa-bars" aria-hidden="true"></i></big></a>
  527.  
  528. &nbsp;
  529.  
  530. <a href="{ReblogURL}"><big><i class="fa fa-refresh" aria-hidden="true"></i></big></a>
  531.  
  532. &nbsp;
  533.  
  534. <i class="like" style="top:2px;"><svg width="12" height="14" viewBox="0 0 19 15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><path d="M14.0425097,0.000920262799 C16.1435097,-0.0400797372 18.8835097,1.28192026 18.9635097,5.36992026 C19.0525097,9.95492026 15.1985097,13.3079203 9.48350967,16.2089203 C3.76650967,13.3079203 -0.0874903349,9.95492026 0.00150966509,5.36992026 C0.0815096651,1.28192026 2.82150967,-0.0400797372 4.92250967,0.000920262799 C7.02450967,0.0419202628 8.87050967,2.26592026 9.46950967,2.92792026 C10.0945097,2.26592026 11.9405097,0.0419202628 14.0425097,0.000920262799 Z"></path></svg>{LikeButton size="14"}
  535. </i>
  536. </div>
  537. {/block:IndexPage}
  538.  
  539. <div class="video">{Video-500}</div>
  540. {block:IfShowCaption}{Caption}{/block:IfShowCaption}
  541. {/block:Video}
  542.  
  543. {block:Answer}
  544. {block:ifsixcolumns}
  545. {block:IndexPage}
  546. <div class="permalink">
  547. <div class="permalink2">
  548. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  549. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  550. {/block:ifsixcolumns}
  551.  
  552. {block:ifnotsixcolumns}
  553. {block:IndexPage}
  554. <div class="permalink">
  555. <div class="permalink2">
  556. <a href="{Permalink}">{NoteCountWithLabel}</a>
  557.  / <a href="{Permalink}">{TimeAgo}</a> /
  558. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  559. {block:ifnotsixcolumns}
  560.  
  561. <p>
  562.  
  563. <div class="questions">
  564. <img src="{AskerPortraitURL-24}" class="askimg">
  565. <div class="asking"><b>{Asker}</b><i style="font-family:calibri">&nbsp;&nbsp;</i></div>
  566. <div class="ask"><i>{Question}</i></div></div>
  567. <div class="answer">{Answer}</div>
  568. {/block:Answer}
  569.  
  570. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  571.       <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  572.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  573. {/block:ContentSource}
  574. </div>
  575.  
  576. {block:Audio}
  577. {block:ifsixcolumns}
  578. {block:IndexPage}
  579. <div class="permalink">
  580. <div class="permalink2">
  581. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  582. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  583. {/block:ifsixcolumns}
  584.  
  585. {block:ifnotsixcolumns}
  586. {block:IndexPage}
  587. <div class="permalink">
  588. <div class="permalink2">
  589. <a href="{Permalink}">{NoteCountWithLabel}</a>
  590.  / <a href="{Permalink}">{TimeAgo}</a> /
  591. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  592. {block:ifnotsixcolumns}
  593.  
  594. <p>
  595.  
  596. <div class="audio"><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  597. <div class="audioplayer">{AudioPlayerWhite}</div>
  598. </div></div>
  599. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  600. {/block:Audio}<br>
  601.  
  602. {block:PermalinkPage}
  603. {block:Date}
  604. <div class="permalinkposts">
  605. <div style="margin-top:0px;">
  606. {block:HasTags}tags:
  607. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  608. <br>{/block:HasTags}
  609. posted {TimeAgo} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  610. {block:RebloggedFrom}<br>
  611. via <a href="{ReblogParentURL}">{ReblogParentName}</a> ยท by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  612. {/block:RebloggedFrom}
  613.  
  614. {block:PostNotes}<div style="margin-top:15px; border-top:1px solid {color:text}; overflow: auto;background-color: transparent; width:; height: 100px; padding: 0px; font-size:10px; line-height: 10px">{PostNotes}</div>{/block:PostNotes}
  615.  
  616. </div>
  617. </div>
  618. {/block:Date}
  619. {/block:PermalinkPage}
  620.    
  621. </div>
  622. {/block:Posts}</div>
  623.  
  624. </center>
  625.  
  626. <div style="display:none">{block:RebloggedFrom}(via ;<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>){/block:RebloggedFrom}</div>
  627.  
  628. </body>
  629. </html>
Advertisement
Add Comment
Please, Sign In to add comment