- <!DOCTYPE html PUBLIC>
- <!-----
- _cva Theme by Itziar Damborenea, 2011. ExcellencƎ.
- Please respect the credit of the Theme.
- ------>
- <head>
- <meta name="color:Background" content="#FFF"/>
- <meta name="color:Box" content="#FFF"/>
- <meta name="color:Title" content="#777"/>
- <meta name="color:Text" content="#000"/>
- <meta name="color:Link" content="#777"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="if:Show Photo" content="0"/>
- <meta name="if:Show Title" content="0"/>
- <meta name="if:Show Home Link" content="1"/>
- <meta name="if:Ask Link" content="1"/>
- <meta name="if:Archive Link" content="0"/>
- <meta name="text:Custom Link One" content="" />
- <meta name="text:Custom Link One Title" content="" />
- <meta name="text:Custom Link Two" content="" />
- <meta name="text:Custom Link Two Title" content="" />
- <meta name="text:Custom Link Three" content="" />
- <meta name="text:Custom Link Three Title" content="" />
- <meta name="text:Custom Link Four" content="" />
- <meta name="text:Custom Link Four Title" content="" />
- <meta name="if:Rounded Corners" content="1"/>
- <meta name="if:Shadows" content="1"/>
- <meta name="if:Transparent Sidebar" content="0"/>
- <meta name="if:Transparent Posts" content="0"/>
- <meta name="if:Tumblr Buttons Opacity" content="0"/>
- <meta name="if:Inverted Fade" content="0"/>
- <meta name="if:Soft Faded Images" content="0"/>
- <meta name="if:Faded Images" content="0"/>
- <meta name="if:Round Hover" content="0"/>
- <meta name="font:Title" content="Arial"/>
- <meta name="font:Body" content="Arial"/>
- <meta name="text:go link" content="click"/>
- <title>{Title}</title>
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
- <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
- <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
- <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
- <script>
- jQuery(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- singleMode: true,
- columnWidth: 275,
- itemSelector: '#space'
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#space',
- },
- function( newElements ){
- $(newElements).hide();
- setTimeout(function(){
- $wall.masonry({ appendedContent: $(newElements) });
- },2000);
- setTimeout(function(){
- $(newElements).fadeIn('slow');
- },2100);
- },1000);
- });
- </script>
- <script>
- $.fn.imagesLoaded = function(callback){
- var elems = this.find('img'),
- len = elems.length,
- _this = this;
- if ( !elems.length ) {
- callback.call( this );}
- elems.bind('load',function(){
- if (--len <= 0){
- callback.call( _this );}
- }).each(function(){
- // cached images don't fire load sometimes, so we reset src.
- if (this.complete || this.complete === undefined){
- var src = this.src;
- // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
- // data uri bypasses webkit log warning (thx doug jones)
- this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
- this.src = src;}
- });
- return this;};
- </script>
- {/block:Indexpage}
- <style type="text/css">
- iframe#tumblr_controls{position:fixed !important;
- {block:IfTumblrButtonsOpacity}
- opacity: 0.3;
- filter:alpha(opacity=30);
- {/block:IfTumblrButtonsOpacity}
- }
- body{
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- font-family: {font:body};
- font-size: 10px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out;}
- a:hover{
- color:{color:link};
- text-decoration: none;
- }
- {block:ifRoundHover}
- a:hover img {
- -moz-transition: all 0.3s ease-in-out;
- -webkit-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- border-radius: 30px 0px 30px 0px ;}
- {/block:ifRoundHover}
- #center{
- margin:auto;
- position:relative;
- width:1100px;
- overflow:auto;
- overflow-y:hidden;
- }
- #posts{
- {block:IndexPage}
- margin-top:5px;
- width: 560px;
- margin-left:350px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left: 350px;
- margin-top: 5px;
- width: 500px;
- {/block:PermalinkPage}
- height: auto;
- margin-bottom: 20px;
- }
- #sidebarr{
- z-index:999999999999999;
- position:absolute !important;
- position:fixed !important;
- bottom:100px;
- margin-left: 120px;
- width:200px;
- {block:IfTransparentSidebar}
- background-color: transparent;
- {/block:IfTransparentSidebar}
- {block:IfNotTransparentSidebar}
- background-color: {color:Box};
- {/block:IfNotTransparentSidebar}
- padding:10px;
- {block:IfRoundedCorners}
- -o-border-radius: 3px
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- {/block:IfRoundedCorners}
- {block:IfShadows}
- -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
- -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
- box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
- {/block:IfShadows}
- }
- #space{
- float: left;
- {block:IndexPage}
- width: 250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- {/block:PermalinkPage}
- padding: 5px;
- margin: 8px;
- {block:IfTransparentPosts}
- background-color: transparent;
- {/block:IfTransparentPosts}
- {block:IfNotTransparentPosts}
- background-color: {color:Box};
- {/block:IfNotTransparentPosts}
- {block:IfRoundedCorners}
- -o-border-radius: 3px
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- {/block:IfRoundedCorners}
- {block:IfShadows}
- -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
- -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
- box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
- {/block:IfShadows}
- }
- #online{position: fixed ! important;
- border-width: 1px 1px 3px;
- border-style: solid;
- border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgba(0, 0, 0, 0.1);
- -moz-border-top-colors: none;
- -moz-border-right-colors: none;
- -moz-border-bottom-colors: none;
- -moz-border-left-colors: none;
- -moz-border-image: none;
- background: none repeat scroll 0% 0% rgb(253, 253, 253);
- text-align: center;
- padding: 10px;
- width: 80px;
- height: 10px;
- float: left;
- left: 20px;
- top: 10px;
- box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1), 0pt 0pt 20px rgba(100, 100, 100, 0.1) inset;
- border-radius: 4px 4px 4px 4px;}
- #le-excellencethemes{
- position:fixed !important;
- width:auto;
- height:auto;
- right:3px;
- top:26px;
- }
- #space img{
- {block:IndexPage}
- max-width:250px;
- {/block:IndexPage}}
- #pages{
- font-family: Tahoma;
- font-size: 9px;
- line-height: 9px;
- margin-top: 15px;
- }
- #permapage{
- font-family: Bakersville;
- font-size: 10px;
- margin-bottom: 20px;
- }
- .permalink{
- display: block;
- font: normal 9px Helvetica, Arial, Sans Serif;
- text-align: right;
- text-transform: none;
- padding: 1px;
- }
- .permalink a{color:#999;}
- .title{
- font-family: {font:Title};
- font-size: 12px;
- color: {color:Text};
- }
- .blogtitle{
- font-family: 'Raleway', cursive;
- font-size: 18px;
- line-height: 18px;
- letter-spacing: 1px;
- margin-bottom: 8px;
- }
- .blogtitle a{color: #555;}
- .video embed, .post div.video object {width:250px !important; height:auto !important;}
- blockquote{padding:0px 0px 2px 3px; margin:0px 0px 2px 1px; border-left: 1px solid {color:Text};}
- {block:IfSoftFadedImages}img{-webkit-transition: opacity 0.5s linear;
- opacity: 0.90;}
- img:hover{-webkit-transition: opacity 0.5s linear;
- opacity: 2;}{/block:IfSoftFadedImages}
- {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
- {/block:ifFadedImages}
- {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
- {/block:ifInvertedFade}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- {block:IfNotTumblrButtonsOpacity}
- <div id="le-excellencethemes">
- <a href="http://themesbydama.tumblr.com/"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a>
- </div>
- {block:IfNotTumblrButtonsOpacity}
- <div id="online">ONLINE: <script language="JavaScript">
- var ref = (''+document.referrer+'');
- document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID1181183&e1=&e2=&r=' + ref + '"><\/script>');
- </script></div>
- <div id="center">
- <div id="sidebarr">
- {block:ifShowPhoto}
- <div align="center" style="padding-bottom:0px;>
- <a href="/">
- <img style="" src="{image:sidebar}"width=200" /></a></div>
- <br>
- {/block:ifShowPhoto}
- {block:ifShowTitle}
- <a href="/"><div align="center" class="blogtitle">{Title}</div></a>
- {/block:ifShowTitle}
- {description}
- <br><br>
- <center>
- <form name="jump">
- <select name="menu">
- {block:IfShowHomeLink}
- <option value="/">home</option>
- {/block:IfSHowHomeLink}
- {block:ifAskLink}
- <option value="/ask">ask</option>
- {/block:ifAskLink}
- {block:ifArchiveLink}
- <option value="/archive">archive</option>
- {/block:ifArchiveLink}
- {block:ifCustomLinkOneTitle}
- <option value="{text:Custom Link One}">{text:Custom Link One Title}</option>
- {/block:ifCustomLinkOneTitle}
- {block:ifCustomLinkTwoTitle}
- <option value="{text:Custom Link Two}">{text:Custom Link Two Title}</option>
- {/block:ifCustomLinkTwoTitle}
- {block:ifCustomLinkThreeTitle}
- <option value="{text:Custom Link Three}">{text:Custom Link Three Title}</option>
- {/block:ifCustomLinkThreeTitle}
- {block:ifCustomLinkFourTitle}
- <option value="{text:Custom Link Four}">{text:Custom Link Four Title}</option>
- {/block:ifCustomLinkFourTitle}
- </select>
- <input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="{text:go link}">
- </form>
- </center>
- </div>
- <div id="posts">
- {block:Posts}
- <div id="space">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span>
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px;">
- <a href="{permalink}">❖ Permalink</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Answer}
- <div style="background-color:#F5F5F5; padding: 4px;{block:IndexPage}width: 242px;{/block:IndexPage}{block:PermalinkPage}width:492px;{/block:PermalinkPage}"><b>{Asker}</b>: {Question}</div>
- <div style="padding-left: 4px;">{Answer}</div>
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px;">
- <a href="{Permalink}">❖ Permalink</a></div>{/block:IndexPage}
- {/block:Answer}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px;"><a href="{permalink}">❖ Permalink</a></div>{/block:IndexPage}
- {block:Link}
- {block:Photo}{block:IndexPage}
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{/block:Photo}
- {block:Photoset}
- {block:IndexPage}<center><div style="padding-top: 10px; padding-bottom: 10px;">{Photoset-250}</div></center>{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px;"><a href="{permalink}">❖ Permalink</a></div>{/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div style="padding: 4px;">{Quote}<div style="margin-left: 30px;"><br>{block:Source}- <b>{Source}</b>{/block:Source}</div></div>
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px;"><a href="{permalink}">❖ Permalink</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px;"><a href="{permalink}">❖ Permalink</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:IndexPage}<div style="background-color:#000; width: 250px;"><div style="width:250px; height:27px;">{AudioPlayerBlack}</div></div>{/block:IndexPage}
- {block:PermalinkPage}<div style="background-color:#000; width: 500px;"><div style="width:500px; height:27px;">{AudioPlayerBlack}</div></div>{/block:PermalinkPage}
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px;"><br><a href="{permalink}">❖ Permalink</a></div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px;"><a href="{permalink}">❖ Permalink</a></div>{/block:IndexPage}
- {block:Video}
- {block:PermalinkPage}
- <div id="permapage"><div style="float: left; width: auto; font-weight: bold;">{block:Date}Posted on {DayofMonth} {Month} {/block:Date}</div>
- <BR>{Caption}</div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>
- {/block:Posts}
- </div>
- </div>
- </center>
- </body>
- </html>