itsGabriela

#003

May 6th, 2012
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 23.09 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="#ffffff"/>
  14.     <meta name="color:text" content="#000000" />
  15.     <meta name="color:link" content="#000000" />
  16.     <meta name="color:sidebar" content="#ffffff"/>
  17.     <meta name="color:sidebartext" content="#00000"/>
  18.     <meta name="color:sidebarborder" content="#dfdfdf"/>
  19.    
  20.     <meta name="if:infinite scroll" content=""/>
  21.     <meta name="if:show caption" content=""/>
  22.     <meta name="if:custom cursor" content=""/>
  23.     <meta name="if:custom tooltips" content=""/>
  24.    
  25.     <meta name="select:font" content="consolas" title="consolas"/>
  26.     <meta name="select:font" content="calibri" title="calibri"/>
  27.  
  28.     <meta name="image:sidebar" content=""/>
  29.     <meta name="image:background" content="" />
  30.  
  31.     <meta name="text:link 1" content="" />
  32.     <meta name="text:link 1 title" content="" />
  33.     <meta name="text:link 2" content="" />
  34.     <meta name="text:link 2 title" content="" />
  35.     <meta name="text:link 3" content="" />
  36.     <meta name="text:link 3 title" content="" />
  37.     <meta name="text:link 4" content="" />
  38.     <meta name="text:link 4 title" content="" />
  39.  
  40.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41.     <title>{Title}</title>
  42.     <link rel="shortcut icon" href="{Favicon}" />
  43.    
  44. {block:ifcustomtooltips}<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45.  
  46. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  47.  
  48. <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}
  49.  
  50. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  51.  
  52. <link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel="stylesheet">
  53.  
  54. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  55.  
  56. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  57.  
  58. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  59.  
  60. <script>
  61. $(document).ready(function(){
  62.    $('.photo-slideshow').pxuPhotoset({
  63.        lightbox: true,
  64.        rounded: false,
  65.        gutter: '0px',
  66.        borderRadius: '0px',
  67.        photoset: '.photo-slideshow',
  68.        photoWrap: '.photo-data',
  69.        photo: '.pxu-photo'
  70.    });
  71. });
  72. </script>
  73.  
  74. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  75.  
  76. {block:ifinfinitescroll}<script src="http://static.tumblr.com/qkog7w0/bnroeph07/jquery.infinitescroll.min.js"></script>{/block:ifinfinitescroll}
  77.  
  78. <script>
  79. $(document).ready(function(){
  80.    $('.photo-slideshow').pxuPhotoset({
  81.        lightbox: true,
  82.        rounded: false,
  83.        gutter: '3px',
  84.        photoset: '.photo-slideshow',
  85.        photoWrap: '.photo-data',
  86.        photo: '.pxu-photo'
  87.    });
  88.    var $container = $('#posts');
  89.    $container.masonry({ itemSelector: '#entry' });
  90.    $container.imagesLoaded(function(){
  91.        $container.masonry();
  92.        $container.find('#entry').animate({ opacity: 1, zIndex: 1 });
  93.    });
  94.    {block:ifinfinitescroll}$container.infinitescroll({
  95.        itemSelector: '#entry',
  96.        navSelector: '#navigation',
  97.        nextSelector: '#nextPage',
  98.        loadingImg: '',
  99.        loadingText: '<em></em>',
  100.        bufferPx: 2000
  101.    },
  102.    function( newElements ) {
  103.        var $newElems = $( newElements );
  104.        $newElems.find('.photo-slideshow').pxuPhotoset({
  105.            lightbox: true,
  106.            rounded: false,
  107.            gutter: '3px',
  108.            photoset: '.photo-slideshow',
  109.            photoWrap: '.photo-data',
  110.            photo: '.pxu-photo'
  111.        },
  112.        function(){
  113.            $container.masonry();
  114.        });
  115.        $newElems.imagesLoaded(function(){
  116.            $container.masonry( 'appended', $newElems );
  117.            $newElems.animate({ opacity: 1, zIndex: 1 });
  118.        });
  119.    });{/block:ifinfinitescroll}
  120. }); $container.infinitescroll({
  121.        // your options
  122.    },
  123.    function( newElements ){
  124.        $( newElements ).find('.video iframe').each(function(){
  125.            var scale = $(this).parents('.video').width() / 500;
  126.            $(this).attr({
  127.                width: Math.floor($(this).attr('width') * scale),
  128.                height: Math.floor($(this).attr('height') * scale)
  129.            });
  130.        });
  131.    });
  132. </script>
  133.  
  134. <script>
  135. $(document).ready(function(){
  136.    $('.video iframe').each(function(){
  137.        var scale = $(this).parents('.video').width() / 500;
  138.        $(this).attr({
  139.            width: Math.floor($(this).attr('width') * scale),
  140.            height: Math.floor($(this).attr('height') * scale)
  141.        });
  142.    });
  143. });
  144. </script>
  145.    
  146. </head>
  147.  
  148. <style type="text/css">
  149.  
  150. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{select:font}; font-size:10px; line-height:110%; text-align:justify}
  151.  
  152. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  153. a:hover{color:{color:link}; background-color: transparent;}
  154.  
  155. {block:ifcustomcursor}body {cursor: url('https://66.media.tumblr.com/4490e460600e00b31731626b61dc0ab3/tumblr_inline_nb2q7fjtZt1s14gux.png'), default!important;}
  156.  
  157. a, a:hover {cursor: url('http://static.tumblr.com/ua81nyy/O9Hn1kfx3/cursor_9_.cur'), default!important;}{/block:ifcustomcursor}
  158.  
  159. #sbar {width:200px; height:auto; margin-left:5px; float:left; margin-top:-25px; position:fixed; overflow:hidden; background-color:{color:sidebar}; padding:1px; border:12px solid {color:sidebarborder};}
  160.  
  161. {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}
  162.  
  163. .all{position:fixed; top:0; left:0; width:10000px; height:10000px;}
  164.  
  165. #scrollToTop:link,#scrollToTop:visited {color: {color:text} ; background-color: transparent; display: none; font-size:35px; position: fixed; bottom: 90px; right: 30px;}
  166.  
  167. #posts {text-align:left; float:right; width: 800px; background-color: transparent; padding: 3px; margin-bottom:15px; text-align: none; position: relative; top:15px; {block:ifinfinitescroll}padding-bottom:300px;{/block:ifinfinitescroll}}
  168.  
  169. #entry{position:relative; float:left; display:inline-block; width:180px;  padding:5px; margin-left:10px; margin-bottom:10px; overflow:hidden; background-color: transparent; {block:permalinkpage}width:250px;{/block:permalinkpage}}
  170.  
  171. #entry img {max-width:180px; height:auto; {block:permalinkpage}max-width:250px;{/block:permalinkpage}}
  172.  
  173. {block:IndexPage}
  174. #entry {
  175.    opacity:0;
  176.    z-index:-1;
  177. }
  178. {/block:IndexPage}
  179.  
  180. h1{color:{color:text}; font-family: {select:font}; font-size:12px; line-height:100%; letter-spacing:0px; font-weight:normal; text-transform: uppercase; margin:0px; padding:0px; text-align:left; margin-top:0px; margin-bottom:5px}
  181. h1 a:hover {text-transform: uppercase;  letter-spacing:0px;}
  182.  
  183. .source{display:none}
  184.  
  185. p{margin-top:5px; margin-bottom:5px}
  186. blockquote {padding:0px; padding-left:5px; margin-left:0px; border-left:2px solid {color:text};}
  187.  
  188. .audio{opacity: 1.0; position:relative; overflow:hidden; min-height:20px; font-size: 10px; font-family:{select:font}}
  189.  
  190. .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%;}
  191.  
  192. .audioplayer{background: #fff; border: 0px solid #f8f8f8; width:100%; height:19px; overflow:hidden; padding:5px; padding-bottom:13px; margin-right:5px; margin-top: 5px;}
  193.  
  194. .audioinfo{margin-top: 0px; margin-left:0px; line-height:11px; font-family: {select:font}; font-size:10px!important; font-style: normal;}
  195.  
  196. .audiocaption{margin-top:7px;margin-bottom:px;}
  197. .audiocaption img{max-width:80px!important;}
  198.  .audiocaption blockquote img{max-width:310px!important;}
  199.  
  200. .audiocaption blockquote blockquote img{max-width:310px!important;}
  201.  
  202. .quote {font-family: {select:font}; text-align:left; font-size: 10px; padding: 3px; line-height:10px;}
  203. .quotesource {text-align: left; text-transform: none; margin-bottom: 5px;}
  204. .quotesource a, a:hover{text-transform: none;}
  205.  
  206. .user_1 .label {color:{color:text}; font-weight:bold}
  207. .user_2 .label {color:{color:text}; font-weight:bold}
  208. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  209.  
  210. ::-webkit-scrollbar{width:9px;height:5px;}
  211. ::-webkit-scrollbar-button:start:decrement}
  212. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  213. ::-webkit-scrollbar-track-piece{background-color:{color:background}; border:4px solid {color:background}}
  214. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};  border:4px solid {color:background}}
  215. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:text};  border:4px solid {color:background}}
  216.  
  217. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{position: fixed!important; z-index:999999999!important;}
  218.  
  219. .tumblr_video_container {
  220. width:auto!important;
  221. height:auto!important;
  222. }
  223.  
  224. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  225.  
  226. .photonotes{opacity:0; position:absolute; font-family:{select:font}; text-align:center; text-transform:uppercase; top: 5px; left:5px; -webkit-transition-duration: 0.9s; padding:5px; font-size:8px; background-color:{color:background}; width:calc(100% - 20px); height:auto;  z-index:999999;}
  227. .photonotes a{color:{color:link}; text-transform:uppercase; letter-spacing:1px;}
  228. .photonotes a:hover{color:{color:link}; text-transform:uppercase; letter-spacing:1px;}
  229.  
  230. #entry:hover .photonotes {opacity:0.8; -webkit-transition-duration: .50s;-moz-transition-duration: .50s; -o-transition-duration: .50s; top:5px;}
  231.    
  232. .indexnotes {font-family: consolas; padding:2px; width:auto; float:right; background:; text-align: right; line-height: 15px; letter-spacing:px; text-transform:none; font-size:11px; opacity:0; border-top:0px solid {color:link}; margin-top:-10px; -webkit-transition:all .4s ease-in-out; margin-bottom:-6px;}
  233. .indexnotes a:hover{text-transform:none}
  234. #entry:hover .indexnotes {opacity:1;  margin-top:-5px;;};
  235.  
  236. .like {position:relative; text-align:center; padding-bottom:px; margin:0px; right:0px;}
  237. .like svg path {fill:{color:link};}
  238. .like .like_button {top:-4px; left:-1px; position:absolute; opacity:0;}
  239. .like .like_button.liked {opacity: 0;}
  240.  
  241. .permalinkposts {font-family: {select:font}; font-size:10px; line-height:11px; text-transform:lowercase;}
  242.  
  243. #scrollToTop:link,#scrollToTop:visited {color: {color:text} ; background-color: transparent; display: none; font-size:35px; position: fixed; bottom: 12px; right: 20px;}
  244.  
  245. #container {width: 1050px; margin-left: auto; margin-right: auto;}
  246.  
  247. .notes {font-family: {select:font}; line-height: 13px; font-size:10px; opacity:1; -webkit-transition:all .4s ease-in-out; margin-bottom:-5px;}
  248. .notes a:hover{text-transform:lowercase}
  249.  
  250. ol.notes {padding: 0px; margin-bottom:3px; margin-top:2px; list-style-type: none; border-bottom: solid 0px {color:text};}
  251. ol.notes li.note { line-height:10px; border-top: solid 0px {color:text}; padding: 2px; text-align:left;}
  252. ol.notes li.note img.avatar {display:none}
  253. ol.notes li.note span.action {font-weight: normal;}
  254. ol.notes li.note .answer_content {font-weight: normal;}
  255.  ol.notes li.note blockquote {border-color: {color:text}; padding-left: 4px; margin: 5px 0px 0px 0px}
  256. ol.notes li.note blockquote a {text-decoration: none;}
  257.  
  258. .askimg {float:left; margin-top:0px;}
  259. .asking {width:100%; height:13px; padding:6px; background-color:transparent; line-height:12px;}
  260. .ask {width:100%; margin-top:6px; background-color:transparent; line-height:100%;}
  261. .answer {width:100%; background-color:transparent;}
  262.  
  263. #stext {font-size:10px;line-height:100%; font-family: {select:font}; text-align:center; color:{color:sidebartext}; margin-top:120px; margin-bottom:; padding:2px;}
  264.  
  265. .imgsid img{border-top:0px solid {color:sidebarborder}; width: 183px; height: auto;margin-top:0px; padding:6px; {block:ifnotinfinitescroll}margin-bottom:-5px;{block:ifnotinfinitescroll}}
  266.  
  267. .title {font-family: 'Reenie Beanie', cursive; margin-bottom:7px; font-size: 25px; color: {color:sidebartext}; letter-spacing:px;}
  268. .title:hover .links{opacity:1; margin-top:6px; }
  269.    
  270. .links {position: relative; display:; opacity:0; margin-top:-10px; font-family:consolas; -webkit-transition: all 0.5s ease-out;}
  271. .links a {font-family:consolas; font-size:11px; color:{color:sidebartext}; border:0px solid {color:sidebartext}; padding:0px; text-transform: uppercase; -webkit-transition: all 0.5s ease-out; text-align: center;}
  272.  
  273. </style>
  274.  
  275. <body><div class="all"></div>
  276.  
  277. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  278. <a href="javascript:;" id="scrollToTop" title="scroll to top"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
  279.  
  280. <div id="container">
  281.  
  282. <div id="sbar">
  283.  
  284. <div id="stext">
  285.  
  286. <div class="title" style="color:{color:sidebartext}">{title}
  287. <div class="links">
  288.    
  289. {Block:Iflink1}<a href="{text:link 1}" title="{text:link 1 title}"><i class="fa fa-refresh" aria-hidden="true"></i></a>{/Block:Iflink1}
  290. {Block:Iflink2}<a href="{text:link 2}" title="{text:link 2 title}"><i class="fa fa-envelope-o" aria-hidden="true" style="font-size:12px;"></i></a>{/Block:Iflink2}
  291. {Block:Iflink3}<a href="{text:link 3}" title="{text:link 3 title}"><i class="fa fa-tags" aria-hidden="true"></i></a>{/Block:Iflink3}
  292. {Block:Iflink4}<a href="{text:link 4}" title="{text:link 4 title}"><i class="fa fa-unlink" aria-hidden="true" style="font-size:11px;"></i></a>{/Block:Iflink4}
  293. <a href="http://satisffied.tumblr.com/" title="theme by satisffied, don't copy"><i class="fa fa-copyright" aria-hidden="true"></i></a>
  294.  
  295. </div></div>
  296.  
  297.  
  298. {block:description}<div style="margin-top:5px; margin-bottom:5px; padding-left:5px; padding-right:5px;">{description}</div>{/block:description}
  299.  
  300. {block:ifsidebarimage}<div class="imgsid"><img src="{image:sidebar}"></div>{/block:ifsidebarimage}
  301.  
  302. {block:ifnotinfinitescroll}<p>
  303. {block:Pagination}<i style="font-family:georgia; font-size:11px; font-style:italic; text-align:center;">{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
  304. {/block:NextPage}</i>{/block:Pagination}{/block:ifnotinfinitescroll}
  305.  
  306. </div>
  307. </div>
  308.  
  309. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  310. <a href="javascript:;" id="scrollToTop"><img src="https://maxcdn.icons8.com/iOS7/PNG/32/Arrows/up4-32.png"></a>
  311.  
  312. <div id="posts">
  313.  
  314. {block:ifinfinitescroll}{block:IndexPage}<div class="column navigation" id="navigation">
  315. {block:Pagination}
  316. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  317. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  318. </div>{/block:IndexPage}{/block:ifinfinitescroll}
  319.  
  320. {block:Posts}<div id="entry">
  321.  
  322. {block:Quote}
  323. <div class="quote">"{Quote}"</div>
  324. {block ource}<div class="quotesource"> โ€” <b>{Source}</b></div>
  325. {/block:source}
  326.  
  327. {block:IndexPage}
  328. <div class="indexnotes">
  329. <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-bars" aria-hidden="true"></i></a>
  330.  
  331. <a href="{ReblogUrl}" target="_blank"><i class="fa fa-repeat" aria-hidden="true"></i></a>
  332.  
  333. <i class="like" style="top:0px; color:{color:link}"><i class="fa fa-heart" aria-hidden="true"></i>{LikeButton size="14"}
  334. </i>
  335. </div>
  336. {/block:IndexPage}
  337.  
  338. {/block:Quote}
  339.  
  340. {block:Text}
  341. {block:Title}<p><center><h1>{Title}&nbsp;</h1></center>{/block:Title}
  342. <p>{Body}
  343.  
  344. {block:IndexPage}
  345. <div class="indexnotes">
  346. <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-bars" aria-hidden="true"></i></a>
  347.  
  348. <a href="{ReblogUrl}" target="_blank"><i class="fa fa-repeat" aria-hidden="true"></i></a>
  349.  
  350. <i class="like" style="top:0px; color:{color:link}"><i class="fa fa-heart" aria-hidden="true"></i>{LikeButton size="14"}
  351. </i>
  352. </div>
  353. {/block:IndexPage}
  354.  
  355. {/block:Text}
  356.  
  357. {block:Link}<p><center><h1><a href="{URL}" class="link" {Target}>{Name}&nbsp;</h1></center></a>
  358. <P>{block:Description}{Description}{/block:Description}
  359.  
  360. {block:IndexPage}
  361. <div class="indexnotes">
  362. <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-bars" aria-hidden="true"></i></a>
  363.  
  364. <a href="{ReblogUrl}" target="_blank"><i class="fa fa-repeat" aria-hidden="true"></i></a>
  365.  
  366. <i class="like" style="top:0px; color:{color:link}"><i class="fa fa-heart" aria-hidden="true"></i>{LikeButton size="14"}
  367. </i>
  368. </div>
  369. {/block:IndexPage}
  370.  
  371. {/block:Link}
  372.  
  373. {block:Photo}
  374.  
  375. {block:IndexPage}
  376. <div class="photonotes">
  377. <i class="fa fa-file-text" style="float:left; font-size:11px" aria-hidden="true"></i><a style="float:left" href="{Permalink}"><i style="font-family:consolas">&nbsp;</i>{NoteCountWithLabel}</a>
  378.  
  379. <i class="fa fa-repeat" style="float:right; font-size:11px" aria-hidden="true"></i><a style="float:right" href="{ReblogURL}">reblog<i style="font-family:consolas">&nbsp;</i></a>
  380. </div>
  381. {/block:IndexPage}
  382.  
  383. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  384. {block:IfShowCaption}{Caption}{/block:IfShowCaption}
  385.  
  386. <div style="margin-top:px;"></div>
  387.  
  388. {/block:Photo}
  389.  
  390. {block:Photoset}
  391.  
  392. {block:IndexPage}
  393. <div class="photonotes">
  394. <i class="fa fa-file-text" style="float:left; font-size:11px" aria-hidden="true"></i><a style="float:left" href="{Permalink}"><i style="font-family:consolas">&nbsp;</i>{NoteCountWithLabel}</a>
  395.  
  396. <i class="fa fa-repeat" style="float:right; font-size:11px" aria-hidden="true"></i><a style="float:right" href="{ReblogURL}">reblog<i style="font-family:consolas">&nbsp;</i></a>
  397. </div>
  398. {/block:IndexPage}
  399.  
  400. {block:indexpage}<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>{/block:indexpage}
  401.  
  402. <center>{block:permalinkpage}{photoset-250}{/block:permalinkpage}</center>
  403.  
  404. {block:IfShowCaption}{Caption}{/block:IfShowCaption}
  405.  
  406. {/block:Photoset}
  407.  
  408. {block:Chat}
  409. {block:Title}<p><center><h1>{Title}&nbsp;</h1></center>{/block:Title}
  410. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  411.  
  412. {block:IndexPage}
  413. <div class="indexnotes">
  414. <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-bars" aria-hidden="true"></i></a>
  415.  
  416. <a href="{ReblogUrl}" target="_blank"><i class="fa fa-repeat" aria-hidden="true"></i></a>
  417.  
  418. <i class="like" style="top:0px; color:{color:link}"><i class="fa fa-heart" aria-hidden="true"></i>{LikeButton size="14"}
  419. </i>
  420. </div>
  421. {/block:IndexPage}
  422.  
  423. {/block:Chat}
  424.  
  425. {block:Video}
  426. {block:IndexPage}
  427. <div class="photonotes">
  428. <i class="fa fa-file-text" style="float:left; font-size:11px" aria-hidden="true"></i><a style="float:left" href="{Permalink}"><i style="font-family:consolas">&nbsp;</i>{NoteCountWithLabel}</a>
  429.  
  430. <i class="fa fa-repeat" style="float:right; font-size:11px" aria-hidden="true"></i><a style="float:right" href="{ReblogURL}">reblog<i style="font-family:consolas">&nbsp;</i></a>
  431. </div>
  432. {/block:IndexPage}
  433.  
  434. <div class="video">{Video-500}</div>
  435. {block:IfShowCaption}{Caption}{/block:IfShowCaption}
  436.  
  437. {/block:Video}
  438.  
  439. {block:Answer}
  440. <img src="{AskerPortraitURL-24}" class="askimg">
  441. <div class="asking"><i style="font-family:calibri">&nbsp;&nbsp;</i><b>{Asker}</b> said:</div>
  442. <div class="ask"><i>{Question}</i></div>
  443. <div class="answer">{Answer}</div>
  444.  
  445. {block:IndexPage}
  446. <div class="indexnotes">
  447. <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-bars" aria-hidden="true"></i></a>
  448.  
  449. <a href="{ReblogUrl}" target="_blank"><i class="fa fa-repeat" aria-hidden="true"></i></a>
  450.  
  451. <i class="like" style="top:0px; color:{color:link}"><i class="fa fa-heart" aria-hidden="true"></i>{LikeButton size="14"}
  452. </i>
  453. </div>
  454. {/block:IndexPage}
  455.  
  456. {/block:Answer}
  457.  
  458. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  459.       <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  460.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  461. {/block:ContentSource}</div>
  462.  
  463. {block:Audio}
  464.  
  465. <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}
  466. <div class="audioplayer">{AudioPlayerWhite}</div>
  467. </div>
  468. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>
  469.  
  470. {block:IndexPage}
  471. <div class="indexnotes">
  472. <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-bars" aria-hidden="true"></i></a>
  473.  
  474. <a href="{ReblogUrl}" target="_blank"><i class="fa fa-repeat" aria-hidden="true"></i></a>
  475.  
  476. <i class="like" style="top:0px; color:{color:link}"><i class="fa fa-heart" aria-hidden="true"></i>{LikeButton size="14"}
  477. </i>
  478. </div>
  479. {/block:IndexPage}
  480.  
  481. {/block:Audio}
  482.  
  483. {block:PermalinkPage}<br>
  484. {block:Date}
  485. <div class="permalinkposts">
  486. <div style="margin-top:0px;">
  487. {block:HasTags}tags:
  488. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  489. <br>{/block:HasTags}
  490. posted {TimeAgo} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  491. {block:RebloggedFrom}<br>
  492. via <a href="{ReblogParentURL}">{ReblogParentName}</a> ยท by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  493. {/block:RebloggedFrom}
  494.  
  495. {block:PostNotes}<div style="margin-top:13px; 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}
  496.  
  497. </div>
  498. {/block:Date}
  499. {/block:PermalinkPage}
  500.    
  501. </div>
  502. {/block:Posts}</div>
  503.  
  504. <div style="display:none">{block:RebloggedFrom}(via ;<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a>){/block:RebloggedFrom}</div>
  505.  
  506. </body>
  507. </html>
Advertisement
Add Comment
Please, Sign In to add comment