itsGabriela

#007

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