- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--
- Theme by http://PHANTOMS-INDISCREET.tumblr.com
- Yes, you can modify anything you want.
- No, DO NOT REMOVE the credit.
- Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM
- -->
- <meta name="color:background" content="#fff"/>
- <meta name="color:text" content="#999"/>
- <meta name="color:link" content="#ccc"/>
- <meta name="color:link hover" content="#999"/>
- <meta name="color:links boxes" content="#fff"/>
- <meta name="color:boxes" content="#fff"/>
- <meta name="color:title" content="#ccc"/>
- <meta name="color:photo tags" content="#fff"/>
- <meta name="font:text" content="arial"/>
- <meta name="font:link" content="baskerville"/>
- <meta name="font:tags" content="courier new"/>
- <meta name="font:title" content="arial"/>
- <meta name="image:background" content=""/>
- <meta name="image:permalink" content=""/>
- <meta name="text:text size" content="9"/>
- <meta name="text:title size" content="15"/>
- <meta name="text:layout width" content="400"/>
- <meta name="text:gap between posts" content="30"/>
- <meta name="text:opacity" content="70"/>
- <meta name="if:show caption" content="1"/>
- <meta name="if:show archive link" content="0"/>
- <meta name="if:cover background" content="1"/>
- <meta name="if:show archive link" content="1"/>
- <meta name="if:transparent boxes" content="0"/>
- <meta name="if:italic title" content="0"/>
- <meta name="if:default title font" content="1"/>
- {block:ifdefaulttitlefont}
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <script src="http://static.tumblr.com/wy8n0km/sZ9lvyj8o/cufon-yui.js" type="text/javascript"></script>
- <script src="http://plnchtt.googlecode.com/files/uglyq_500-uglyq_italic_500.font.js" type="text/javascript"></script>
- <script type="text/javascript">
- Cufon.replace('.title');
- </script>
- {/block:ifdefaulttitlefont}
- <script type='text/javascript' src='https://plnchtt.googlecode.com/files/jquery-1.5.2.js'></script>
- {block:IndexPage}
- <script>
- $(function(){
- tiles = $(".posteos").fadeTo(0, 0);
- $(window).scroll(function(d,h) {
- tiles.each(function(i) {
- a = $(this).offset().top + $(this).height();
- b = $(window).scrollTop() + $(window).height();
- if (a < b) $(this).fadeTo(500,0.{text:opacity});
- });
- });
- });//]]>
- $(function() {
- $('.posteos').each(function() {
- $(this).hover(
- function() {
- $(this).stop().animate({ opacity: 1.0 }, 800);
- },
- function() {
- $(this).stop().animate({ opacity: 0.{text:opacity} }, 800);
- })
- });
- });
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = {text:layout width};
- var newSrc = $(this).attr('src').replace('500',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/500;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- {/block:IndexPage}
- <style type='text/css'>
- /*basic*/
- body {
- padding: 0px;
- margin: 0px;
- background:{color:Background};
- background-image:url('{image:Background}');
- {block:ifcoverbackground}
- background-size: 100% 100%;
- {/block:ifcoverbackground}
- background-attachment:fixed;
- }
- .links {
- background:{color:links boxes};
- {block:iftransparentboxes}
- background:transparent;
- {/block:iftransparentboxes}
- padding:10px;
- margin-left:0px;
- }
- .des, .texto {
- background:{color:boxes};
- {block:iftransparentboxes}
- background:transparent;
- {/block:iftransparentboxes}
- padding:10px;
- }
- .des {text-align:right;}
- .header:hover, .header2:hover, .footer:hover {
- filter: alpha(opacity=100);
- opacity: 1;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .header, .header2, .footer {
- filter: alpha(opacity={text:opacity});
- opacity: 0.{text:opacity};
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- img {border:none;}
- iframe#tumblr_controls{position:fixed!important;}
- /*content*/
- .wrapper{
- margin: 0px auto;
- width: {text:layout width}px;
- font-size: {text:text size}px;
- font-family: {font:text};
- color: {color:text};
- text-align:justify;
- }
- blockquote {border-left: 1px solid {color:text}; padding:5px;}
- .content{
- float: left;
- width: 100%;
- }
- a:link, a:active, a:visited {-webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- transition: all 0.6s linear;}
- a:hover {-webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- transition: all 0.6s linear;}
- /*header*/
- .header{
- float: left;
- width: 100%;
- margin-top:150px;
- margin-bottom:15px;
- font-family:{font:link}!important;
- text-transform:lowercase;
- text-align:right;
- }
- .header a, .posteos a, .wrapper a {
- color:{color:link};
- text-decoration:none;
- font-family:{font:link}!important;
- }
- .header a:hover, .posteos a:hover, .wrapper a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- .header2 {
- float: left;
- width: 100%;
- margin-bottom:{text:gap between posts}px;
- }
- .header2 a {
- font-family:{font:title}!important;
- }
- .title {
- font-family:{font:title}!important;
- {block:ifitalictitle}
- font-style:italic;
- {/block:ifitalictitle}
- font-size:{text:title size}px;
- }
- .title a {
- font-family:{font:title}!important;
- color:{color:title};
- text-decoration:none;
- }
- /*footer*/
- .footer{
- float: left;
- width: 100%;
- margin-bottom:35px;
- font-family:{font:link}!important;
- }
- /*posteos*/
- .posteos {
- margin-bottom:{text:gap between posts}px;
- }
- .posteos img {
- max-width:100%;
- }
- .posteos a {
- font-family:{font:text}!important; font-weight:bold; text-decoration:underline;
- }
- .i iframe {
- width:100%!important;
- }
- .even {
- border-right: 1px solid #E2E4E7;
- border-bottom: 1px solid #E2E4E7;
- border-left: 1px solid #E2E4E7;
- padding:5px;
- }
- .odd {
- border-right: 1px solid #E2E4E7;
- border-bottom: 1px solid #E2E4E7;
- border-left: 1px solid #E2E4E7;
- padding:5px;
- }
- .odd:first-child {
- border-top: 1px solid #E2E4E7;
- }
- .tags {
- z-index:2;
- bottom:3px;
- position:absolute;
- }
- .tags a {
- font-family:{font:tags}!important;
- text-decoration:none!important;
- font-weight:normal;
- color:{color:photo tags}
- }
- .imagenes {
- position:relative;
- }
- .tag:after {
- content:", ";
- }
- .tag:last-child:after {
- content:"";
- }
- .hide {
- background:{color:boxes};
- padding:5px;
- opacity:0;
- filter: alpha (opacity=0)
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .otra:hover .hide {
- opacity:1;
- filter: alpha (opacity=10)
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .arrow_box { margin-top:-3px; position: relative; background: {color:boxes}; border: 4px solid {color:boxes}; } .arrow_box:after, .arrow_box:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-bottom-color: {color:boxes}; border-width: 15px; left: 50%; margin-left: -15px; }
- .base a { text-decoration:none!important;} .base img {max-width:35px;}
- </style>
- </head>
- <body>
- <div class="wrapper">
- <div class="header">
- <div style="float:left; font-style:italic;" class="links">{CurrentPage}</div>
- {block:ifshowarchivelink}<a class="links" href="/archive">{lang:Archive}</a>{/block:ifshowarchivelink}
- {block:AskEnabled}<a class="links" href="/ask">{AskLabel}</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a class="links" href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
- {block:HasPages} {block:Pages}<a class="links" href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}
- </div>
- <div class="header2">
- <div class="des">
- <span class="title"><a href="/">{Title}</a></span></br>
- {block:Description}{Description}{/block:Description}
- </div>
- </div>
- <div class="content">
- {block:Posts}
- <div class="posteos">
- {block:Text}
- <div class="texto">
- {block:Title}<big>{Title}</big>{/block:Title}
- {Body}
- {block:indexpage}
- <div class="base">
- <a href="{permalink}" title="{lang:Posted on Month DayOfMonth Year with NoteCount notes}">{block:ifnotpermalinkimage}{lang:Notes} {NoteCount}{/block:ifnotpermalinkimage} {block:ifpermalinkimage}<img src="{image:permalink}">{/block:ifpermalinkimage}</a>
- <div style="float:right; max-width:200px;">{block:HasTags}
- {lang:Filed under}: <span class="tagphoto">{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>
- </div>
- {/block:indexpage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="imagenes">
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- {block:IndexPage}<a href="{permalink}" title="{NoteCountWithLabel}">{/block:IndexPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
- {block:IndexPage}
- {block:HasTags}
- <div class="tags" style="letter-spacing:0px; padding:1px;">
- {block:Tags}<a href="{TagURL}">#{Tag} </a>{block:Tags}
- </div>{/block:HasTags}
- {/block:IndexPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="otra">
- {Photoset-500}
- {block:indexpage}
- <div class="hide">
- {block:indexpage}
- <a href="{permalink}">{lang:Permalink}</a>
- <div style="float:right;"><a href="{permalink}">{lang:Notes} {NoteCount}</a></div>
- </div>
- {/block:indexpage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="texto">
- <span style="font-family:'times'; font-size:140%; font-style:italic;">"{Quote}"</span>
- {block:Source}</br><b>{Source}</b></br>{/block:Source}
- {block:indexpage}
- <div class="base">
- <a href="{permalink}" title="{lang:Posted on Month DayOfMonth Year with NoteCount notes}">{block:ifnotpermalinkimage}{lang:Notes} {NoteCount}{/block:ifnotpermalinkimage} {block:ifpermalinkimage}<img src="{image:permalink}">{/block:ifpermalinkimage}</a>
- <div style="float:right; max-width:200px;">{block:HasTags}
- {lang:Filed under}: <span class="tagphoto">{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>
- </div>
- {/block:indexpage}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="texto">
- <a href="{URL}"><big><big>{Name}</big></big></a></br>
- {block:Description} {Description}{/block:Description}
- {block:indexpage}
- <div class="base">
- <a href="{permalink}" title="{lang:Posted on Month DayOfMonth Year with NoteCount notes}">{block:ifnotpermalinkimage}{lang:Notes} {NoteCount}{/block:ifnotpermalinkimage} {block:ifpermalinkimage}<img src="{image:permalink}">{/block:ifpermalinkimage}</a>
- <div style="float:right; max-width:200px;">{block:HasTags}
- {lang:Filed under}: <span class="tagphoto">{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>
- </div>
- {/block:indexpage}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="texto">
- {block:Title}
- <big>{Title}</big>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}<b>{Label}</b> {/block:Label}{Line}
- </div>
- {/block:Lines}
- {block:indexpage}
- <div class="base">
- <a href="{permalink}" title="{lang:Posted on Month DayOfMonth Year with NoteCount notes}">{block:ifnotpermalinkimage}{lang:Notes} {NoteCount}{/block:ifnotpermalinkimage} {block:ifpermalinkimage}<img src="{image:permalink}">{/block:ifpermalinkimage}</a>
- <div style="float:right; max-width:200px;">{block:HasTags}
- {lang:Filed under}: <span class="tagphoto">{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>
- </div>
- {/block:indexpage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="otra">
- <div class="i">{Video-500}</div>
- {block:ifnotshowcaption}
- {block:indexpage}
- <div class="base">
- <a href="{permalink}" title="{lang:Posted on Month DayOfMonth Year with NoteCount notes}">{block:ifnotpermalinkimage}{lang:Notes} {NoteCount}{/block:ifnotpermalinkimage} {block:ifpermalinkimage}<img src="{image:permalink}">{/block:ifpermalinkimage}</a>
- <div style="float:right; max-width:200px;">{block:HasTags}
- {lang:Filed under}: <span class="tagphoto">{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>
- </div>
- {/block:indexpage}
- {/block:ifnotshowcaption}
- </div>
- {/block:Video}
- {block:Audio}
- {block:AudioEmbed}
- <div class="otra">
- <div class="i">{AudioEmbed-400}</div>
- {block:ifnotshowcaption}
- {block:indexpage}
- <div class="hide">
- {block:indexpage}
- <a href="{permalink}">{lang:Permalink}</a>
- <div style="float:right;"><a href="{permalink}">{lang:Notes} {NoteCount}</a></div>
- </div>
- {/block:indexpage}
- {/block:ifnotshowcaption}
- </div>
- {/block:AudioEmbed}
- {block:AudioPlayer}
- <div class="texto">
- <div style="min-width:50px!important;">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="40" style="float:right;">
- {/block:AlbumArt}
- {AudioPlayerGrey}
- {block:Artist}<b>{Artist}</b>{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}
- </div>
- {block:indexpage}
- <div class="base">
- <a href="{permalink}" title="{lang:Posted on Month DayOfMonth Year with NoteCount notes}">{block:ifnotpermalinkimage}{lang:Notes} {NoteCount}{/block:ifnotpermalinkimage} {block:ifpermalinkimage}<img src="{image:permalink}">{/block:ifpermalinkimage}</a>
- <div style="float:right; max-width:200px;">{block:HasTags}
- {lang:Filed under}: <span class="tagphoto">{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>
- </div>
- {/block:indexpage}
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Answer}
- <div class="texto">
- <b>{Asker}:</b> <i>{Question}</i><br>
- {Answer}
- {block:indexpage}
- <div class="base">
- <a href="{permalink}" title="{lang:Posted on Month DayOfMonth Year with NoteCount notes}">{block:ifnotpermalinkimage}{lang:Notes} {NoteCount}{/block:ifnotpermalinkimage} {block:ifpermalinkimage}<img src="{image:permalink}">{/block:ifpermalinkimage}</a>
- <div style="float:right; max-width:200px;">{block:HasTags}
- {lang:Filed under}: <span class="tagphoto">{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>
- </div>
- {/block:indexpage}
- </div>
- {/block:Answer}
- {block:ifshowcaption}
- {block:IndexPage}
- {block:Caption}
- <div class="arrow_box">
- {Caption}
- </div>
- {/block:Caption}
- {/block:IndexPage}
- {/block:ifshowcaption}
- {block:IndexPage}
- {block:ContentSource}
- <div style="display:none;">
- <a href="{SourceURL}">{SourceTitle}</a>
- </div>
- {/block:ContentSource}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="texto">
- {block:Caption}{Caption}{/block:Caption}<br>
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}
- {lang:Posted on DayOfWeek DayOfMonth Month Year 2}.<br> {lang:Originally from ReblogRootName 2}, {lang:Reblogged from ReblogParentName 2}
- {/block:RebloggedFrom}
- <br>
- {block:PostNotes}
- {block:NoteCount} Notes {NoteCount}<br>{/block:NoteCount}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <div class="footer">
- {block:Pagination}
- <center>
- <span class="links">
- {block:PreviousPage}
- <a href="{PreviousPage}">{lang:New}</a>
- {/block:PreviousPage}
- <i>{lang:CurrentPage of TotalPages}</i>
- {block:NextPage}
- <a href="{NextPage}">{lang:Old}</a>
- {/block:NextPage}
- </span>
- </center>
- {/block:Pagination}
- </div>
- </div>
- </body>
- </html>

