itsGabriela

#005

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