itsGabriela

#001

May 2nd, 2012
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 28.39 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="#ffffff" />
  15.     <meta name="color:headerlinks" content="#000000" />
  16.     <meta name="color:text" content="#000000" />
  17.     <meta name="color:link" content="#000000" />
  18.     <meta name="color:notes" content="#ffffff" />
  19.    
  20.     <meta name="select:body" content="calibri" title="calibri"/>
  21.     <meta name="select:body" content="consolas" title="consolas"/>
  22.    
  23.     <meta name="select:title" content="nothing you could do" title="nothing you could do"/>
  24.     <meta name="select:title" content="cormorant sc" title="cormorant sc"/>
  25.     <meta name="select:title" content="waiting for the sunrise" title="waiting for the sunrise"/>
  26.    
  27.     <meta name="if:two columns" content=""/>
  28.     <meta name="if:three columns" content=""/>
  29.     <meta name="if:four columns" content=""/>
  30.     <meta name="if:six columns" content=""/>
  31.     <meta name="if:infinite scroll" content=""/>
  32.     <meta name="if:scroll not appear" content=""/>
  33.     <meta name="if:show caption" content=""/>
  34.     <meta name="if:show title" 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:auto; margin-left:-8px; margin-top: -30px; position:fixed; padding:5px; overflow:hidden; opacity:0.8; background-color: {color:header}; border-bottom:6px solid {color:header};}
  176.  
  177. #posts {text-align:left; width: 400px; background-color: transparent; padding: 10px; margin-left:-20px; margin-bottom: 10px; 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:ifsixcolumns}
  211. #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}}
  212.  
  213. #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}}
  214. {/block:ifsixcolumns}
  215.  
  216. {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}
  217.  
  218. 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;}
  219. 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;}
  220. 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;}
  221.  
  222. p{margin-top:5px; margin-bottom:5px}
  223. blockquote {padding:0px; padding-left:5px; margin-left:0px; border-left:2px solid {color:text};}
  224.  
  225. .audio{opacity: 1.0; position:relative; overflow:hidden; min-height:20px; font-size: 10px; font-family:{select:body}}
  226.  
  227. .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%;}
  228.  
  229. .audioplayer{background: #fff; border: 0px solid #f8f8f8; width:100%; height:19px; overflow:hidden; padding:5px; padding-bottom:13px; margin-right:5px; margin-top: 5px;}
  230.  
  231. .audioinfo{margin-top: 0px; margin-left:0px; line-height:11px; font-family: {select:body}; font-size:10px!important; font-style: normal;}
  232.  
  233. .audiocaption{margin-top:7px;margin-bottom:px;}
  234. .audiocaption img{max-width:80px!important;}
  235.  .audiocaption blockquote img{max-width:310px!important;}
  236.  
  237. .audiocaption blockquote blockquote img{max-width:310px!important;}
  238.  
  239. .user_1 .label {color:{color:text}; font-weight:bold}
  240. .user_2 .label {color:{color:text}; font-weight:bold}
  241. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  242.  
  243. ::-webkit-scrollbar{width:9px;height:5px;}
  244. ::-webkit-scrollbar-button:start:decrement}
  245. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  246. ::-webkit-scrollbar-track-piece{background-color:{color:background}; border:4px solid {color:background}}
  247. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};  border:4px solid {color:background}}
  248. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:text};  border:4px solid {color:background}}
  249.  
  250. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{position: fixed!important; z-index:999999999!important;}
  251.  
  252. .tumblr_video_container {
  253. width:auto!important;
  254. height:auto!important;
  255. }
  256.  
  257. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  258.  
  259. .quote {font-family:  {select:body}; text-align: left; font-size: 10px; line-height: 10px; padding: 0px;}
  260. .quotesource {text-align: left; text-transform: none; margin-top:4px; margin-bottom: 0px;}
  261. .quotesource a, a:hover{text-transform: none;}
  262.  
  263. .source{display:none}
  264.  
  265. .bordertop {position: fixed; background-color:{color:background}; background-image:url('{image:background}'); z-index: 2; width: 100%; height:0px; margin-top: -35px; margin-left:0px;}
  266.  
  267. #links{font-size:8px; text-transform: uppercase; font-family:  {select:body}; text-align:center; letter-spacing:2px;}
  268. #links a{height: 15px; background-color: {color:header}; padding:6px; color:{color:headerlinks}; }
  269. #links a:hover{height: 15px; background-color: {color:background}; padding:6px; color:{color:headerlinks}; text-transform: uppercase;}
  270.  
  271. .permalink {position:relative; text-transform:uppercase; padding:0px; height:2px; width:100%; 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;}
  272. .permalink a{color:{color:link};}
  273.  
  274. #entry:hover .permalink{opacity:1; -webkit-transition:all .3s ease-in-out;
  275. -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out; height:15px;}
  276.  
  277. .permalink2 {font-family:  {select:body}; text-align: center; line-height: 15px;
  278. 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;}
  279. .permalink2 a:hover{text-transform:uppercase}
  280.  
  281. #entry:hover .permalink2{opacity:1;-webkit-transition:all .3s ease-in-out;
  282. -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out;
  283. transition:all .3s ease-in-out;}
  284.  
  285. .permalinkposts {font-family: {select:body}; font-size:10px; line-height:11px; text-transform:lowercase;}
  286.  
  287. {block:ifnotsixcolumns}
  288. .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;}
  289. .photonotes a{color:{color:link}}
  290.  
  291. #entry:hover .photonotes {opacity:0.7; -webkit-transition-duration: .50s;-moz-transition-duration: .50s; -o-transition-duration: .50s; top:5px;}
  292. {/block:ifnotsixcolumns}
  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. .like {position:relative; text-align:center; padding-bottom:px; margin:0px; right:0px;}
  302. .like svg path {fill:{color:link};}
  303. .like .like_button {top:-4px; left:-1px; position:absolute; opacity:0;}
  304. .like .like_button.liked {opacity: 0;}
  305.  
  306. .all{position:fixed; top:0; left:0; width:10000px; height:10000px;}
  307.  
  308. .notes {font-family: {select:body}; line-height: 13px; font-size:10px; opacity:1; -webkit-transition:all .4s ease-in-out; margin-bottom:-5px;}
  309. .notes a:hover{text-transform:lowercase}
  310.  
  311. ol.notes {padding: 0px; margin-bottom:3px; margin-top:2px; list-style-type: none; border-bottom: solid 0px {color:text};}
  312. ol.notes li.note { line-height:10px; border-top: solid 0px {color:text}; padding: 2px; text-align:left;}
  313. ol.notes li.note img.avatar {display:none}
  314. ol.notes li.note span.action {font-weight: normal;}
  315. ol.notes li.note .answer_content {font-weight: normal;}
  316.  ol.notes li.note blockquote {border-color: {color:text}; padding-left: 4px; margin: 5px 0px 0px 0px}
  317. ol.notes li.note blockquote a {text-decoration: none;}
  318.  
  319. #scrollToTop:link,#scrollToTop:visited {color: {color:text} ; background-color: transparent; display: none; font-size:35px; position: fixed; bottom: 12px; right: 15px;}
  320.  
  321. .askimg {float:right; margin-top:0px;}
  322. .asking {width:100%; text-align:right; height:13px; padding:6px; background-color:transparent; line-height:12px;}
  323. .ask {width:100%; text-align:right;  margin-top:5px; background-color:transparent; line-height:100%;}
  324. .answer {width:100%; margin-top:10px; background-color:transparent;}
  325.  
  326. .title {font-family: {select:title}; font-style:; font-size:23px; margin-top:5px; margin-bottom:-5px;}
  327.  
  328. </style>
  329.  
  330. <body><div class="all"></div>
  331.  
  332. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  333. <a href="javascript:;" id="scrollToTop" title="scroll to top"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
  334.  
  335. <br><br><br><br><br>
  336.  
  337. <div class="bordertop">
  338. <div id="sbar">
  339.  
  340. <br><br>
  341.  
  342. {block:ifshowtitle}<center><div class="title">{text:phrase}</title></center>{/block:ifshowtitle}
  343.  
  344. {block:ifnotshowtitle}<br>{/block:ifnotshowtitle}
  345.  
  346. <br><br>
  347.  
  348. <div id=links>
  349.  
  350. {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>
  351. {/block:PreviousPage}{/block:ifnotinfinitescroll}
  352.  
  353. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  354. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  355. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  356. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  357. {block:iflink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  358. <a href="http://satisffied.tumblr.com" title="theme by satisffied, don't copy">(C)</a>
  359.  
  360. {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>
  361. {/block:NextPage}{/block:ifnotinfinitescroll}
  362.  
  363. </div>
  364.  
  365. </div></div>
  366.  
  367. <center>
  368.  
  369. <div id="posts">
  370.  
  371. {block:ifinfinitescroll}{block:IndexPage}<div class="column navigation" id="navigation">
  372. {block:Pagination}
  373. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  374. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  375. </div>{/block:IndexPage}{/block:ifinfinitescroll}
  376.  
  377. {block:Posts}
  378. <div id="entry">
  379.  
  380. {block:Quote}
  381.  
  382. {block:ifsixcolumns}
  383. {block:IndexPage}
  384. <div class="permalink">
  385. <div class="permalink2">
  386. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  387. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  388. {/block:ifsixcolumns}
  389.  
  390. {block:ifnotsixcolumns}
  391. {block:IndexPage}
  392. <div class="permalink">
  393. <div class="permalink2">
  394. <a href="{Permalink}">{NoteCountWithLabel}</a>
  395.  / <a href="{Permalink}">{TimeAgo}</a> /
  396. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  397. {block:ifnotsixcolumns}
  398.  
  399. <p>
  400.  
  401. <div class="quote">"{Quote}"</div>
  402. {block ource}<div class="quotesource"> โ€” <b>{Source}</b></div>
  403. {/block:source}
  404. {/block:Quote}
  405.  
  406. {block:Text}
  407.  
  408. {block:ifsixcolumns}
  409. {block:IndexPage}
  410. <div class="permalink">
  411. <div class="permalink2">
  412. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  413. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  414. {/block:ifsixcolumns}
  415.  
  416. {block:ifnotsixcolumns}
  417. {block:IndexPage}
  418. <div class="permalink">
  419. <div class="permalink2">
  420. <a href="{Permalink}">{NoteCountWithLabel}</a>
  421.  / <a href="{Permalink}">{TimeAgo}</a> /
  422. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  423. {block:ifnotsixcolumns}
  424.  
  425. {block:Title}<br><center><h2>{Title}</h2></center>{/block:Title}
  426. {Body}
  427. {/block:Text}
  428.  
  429. {block:Link}
  430.  
  431. {block:ifsixcolumns}
  432. {block:IndexPage}
  433. <div class="permalink">
  434. <div class="permalink2">
  435. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  436. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  437. {/block:ifsixcolumns}
  438.  
  439. {block:ifnotsixcolumns}
  440. {block:IndexPage}
  441. <div class="permalink">
  442. <div class="permalink2">
  443. <a href="{Permalink}">{NoteCountWithLabel}</a>
  444.  / <a href="{Permalink}">{TimeAgo}</a> /
  445. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  446. {block:ifnotsixcolumns}
  447.  
  448. <br><center><h2><a href="{URL}" class="link" {Target}>{Name}&nbsp;</h2></center></a>
  449. {block:Description}<p>{Description}</p>{/block:Description}
  450.  
  451. {/block:Link}
  452.  
  453. {block:Photo}
  454. {block:IndexPage}
  455. <div class="photonotes">
  456. <center><a href="{Permalink}" title="{NoteCountWithLabel}"><big><i class="fa fa-bars" aria-hidden="true"></i></big></a>
  457.  
  458. &nbsp;
  459.  
  460. <a href="{ReblogURL}"><big><i class="fa fa-refresh" aria-hidden="true"></i></big></a>
  461.  
  462. &nbsp;
  463.  
  464. <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"}
  465. </i>
  466. </div>
  467. {/block:IndexPage}
  468.  
  469. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  470.  
  471. <div style="margin-bottom:-7px;">{block:IfShowCaption}{Caption}{/block:IfShowCaption}</div>
  472. {/block:Photo}
  473.  
  474. {block:Photoset}
  475.  
  476. {block:IndexPage}
  477. <div class="photonotes">
  478. <center><a href="{Permalink}" title="{NoteCountWithLabel}"><big><i class="fa fa-bars" aria-hidden="true"></i></big></a>
  479.  
  480. &nbsp;
  481.  
  482. <a href="{ReblogURL}"><big><i class="fa fa-refresh" aria-hidden="true"></i></big></a>
  483.  
  484. &nbsp;
  485.  
  486. <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"}
  487. </i>
  488. </div>
  489. {/block:IndexPage}
  490.  
  491. <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>
  492.  
  493. {block:IfShowCaption}{Caption}{/block:IfShowCaption}
  494.  
  495. {/block:Photoset}
  496.  
  497. {block:Chat}
  498.  
  499. {block:ifsixcolumns}
  500. {block:IndexPage}
  501. <div class="permalink">
  502. <div class="permalink2">
  503. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  504. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  505. {/block:ifsixcolumns}
  506.  
  507. {block:ifnotsixcolumns}
  508. {block:IndexPage}
  509. <div class="permalink">
  510. <div class="permalink2">
  511. <a href="{Permalink}">{NoteCountWithLabel}</a>
  512.  / <a href="{Permalink}">{TimeAgo}</a> /
  513. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  514. {block:ifnotsixcolumns}
  515.  
  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.  
  545. {block:ifsixcolumns}
  546. {block:IndexPage}
  547. <div class="permalink">
  548. <div class="permalink2">
  549. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  550. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  551. {/block:ifsixcolumns}
  552.  
  553. {block:ifnotsixcolumns}
  554. {block:IndexPage}
  555. <div class="permalink">
  556. <div class="permalink2">
  557. <a href="{Permalink}">{NoteCountWithLabel}</a>
  558.  / <a href="{Permalink}">{TimeAgo}</a> /
  559. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  560. {block:ifnotsixcolumns}
  561.  
  562. <p>
  563.  
  564. <div class="questions">
  565. <img src="{AskerPortraitURL-24}" class="askimg">
  566. <div class="asking"><b>{Asker}</b><i style="font-family:calibri">&nbsp;&nbsp;</i></div>
  567. <div class="ask"><i>{Question}</i></div></div>
  568. <div class="answer">{Answer}</div>
  569.  
  570. {/block:Answer}
  571.  
  572. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  573.       <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  574.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  575. {/block:ContentSource}
  576. </div>
  577.  
  578. {block:Audio}
  579.  
  580. {block:ifsixcolumns}
  581. {block:IndexPage}
  582. <div class="permalink">
  583. <div class="permalink2">
  584. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  585. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  586. {/block:ifsixcolumns}
  587.  
  588. {block:ifnotsixcolumns}
  589. {block:IndexPage}
  590. <div class="permalink">
  591. <div class="permalink2">
  592. <a href="{Permalink}">{NoteCountWithLabel}</a>
  593.  / <a href="{Permalink}">{TimeAgo}</a> /
  594. <a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  595. {block:ifnotsixcolumns}
  596.  
  597. <p>
  598.  
  599. <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}
  600. <div class="audioplayer">{AudioPlayerWhite}</div>
  601. </div></div>
  602. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  603. {/block:Audio}<br>
  604.  
  605. {block:PermalinkPage}
  606. {block:Date}
  607. <div class="permalinkposts">
  608. <div style="margin-top:0px;">
  609. {block:HasTags}tags:
  610. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  611. <br>{/block:HasTags}
  612. posted {TimeAgo} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  613. {block:RebloggedFrom}<br>
  614. via <a href="{ReblogParentURL}">{ReblogParentName}</a> ยท by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  615. {/block:RebloggedFrom}
  616.  
  617. {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}
  618.  
  619. </div>
  620. </div>
  621. {/block:Date}
  622. {/block:PermalinkPage}
  623.    
  624. </div>
  625. {/block:Posts}</div>
  626.  
  627. </center>
  628.  
  629. <div style="display:none">{block:RebloggedFrom}(via ;<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>){/block:RebloggedFrom}</div>
  630.  
  631. </body>
  632. </html>
Advertisement
Add Comment
Please, Sign In to add comment