- <!-- --------------------------------------------------------------------
- .d88888b. .d8888b. 8888888b. 8888888b. 8888888888 Y88b d88P
- d88P" "Y88b d88P Y88b 888 Y88b 888 Y88b 888 Y88b d88P
- 888 888 Y88b. 888 888 888 888 888 Y88o88P
- 888 888 "Y888b. 888 d88P 888 d88P 8888888 Y888P
- 888 888 "Y88b. 8888888P" 8888888P" 888 888
- 888 888 "888 888 888 T88b 888 888
- Y88b. .d88P Y88b d88P 888 888 T88b 888 888
- "Y88888P" "Y8888P" 888 888 T88b 8888888888 888
- ~ THANK YOU AND CONGRATULATIONS FOR CHOOSING THEMESBYJAMES ~
- THEME CREATED 2012 HTTP://THEMESBYJAMES.TUMBLR.COM
- --------------------------------------------------------------- -->
- <!DOCTYPE HTML><HEAD>
- <title>{Title}</title>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:Text" content="#363636"/>
- <meta name="color:Link" content="#5c5c5c"/>
- <meta name="color:Hover" content="#A7A7A7"/>
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Sidebar" content="#FFF"/>
- <meta name="color:Scrollbar" content="#000"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Sidebar Image" content="0"/>
- <meta name="if:Reblog Link On Hover" content="1"/>
- <meta name="if:Image Grayscale Hover" content="0"/>
- <meta name="if:Entry Shadow" content="1"/>
- <meta name="if:Entry Border" content="0"/>
- <meta name="if:Show Blog Title" content="1"/>
- <meta name="if:Blog Title A" content="0"/>
- <meta name="if:Blog Title B" content="1"/>
- <meta name="if:Blog Title C" content="0"/>
- <meta name="if:Show Default Links" content="1">
- <meta name="font:Body" content="Century Gothic"/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:link Four Title" content="" />
- <meta name="text:link Five" content="" />
- <meta name="text:link Five Title" content="" />
- <link href="http://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css">
- <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body{
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- font-size: 12px;
- font-family:{font:Body};
- line-height:12px;
- color:{color:Text};}
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;}
- a:hover{
- color:{color:Hover};
- text-decoration: none;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;}
- #install{
- top:27px !important;margin: 0 0 0 0;right:6px !important; position:fixed !important;}
- .pl{list-style:none;padding-top:10px;}
- #post{width:330px; height:auto;}
- {block:PermalinkPage}
- float: left; right: 500; margin-right:153px; width: 700px;
- {/block:PermalinkPage}}
- #container{
- padding-top:3px;
- padding-bottom:3px;
- position:fixed !important;
- width:330px;
- height:207px;
- {block:PermalinkPage}
- width:500px;
- height:207px;
- {/block:PermalinkPage}}
- #sidebar{
- position:absolute !important;
- position:fixed !important;
- top:100px;
- padding:5px;
- left: 30px;
- width:220px;
- background-color: {color:Sidebar};}
- #content{
- margin:auto;
- left:100px;
- top:0px;
- padding-top:15px;
- padding-left:117px;
- position:absolute;
- {block:indexpage}
- width:880px;
- {/block:indexpage}
- {block:permalinkpage}
- width:1080px;
- left:-50px;
- {/block:permalinkpage}
- overflow:auto;
- overflow-y:auto;}
- #posts{
- float:left;
- {block:indexpage}
- width:750px;
- {/block:indexpage}
- {block:permalinkpage}
- width:700px;
- {/block:permalinkpage}
- margin-left:68px;}
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;}
- #entry{
- z-index:9999;
- float:right;
- width:230px;
- height:auto;
- padding: 2px;
- padding-bottom:0px;
- {block:IfEntryShadow}
- -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
- -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
- box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
- {/block:IfEntryShadow}
- {block:IfEntryBorder}
- Border: 1px solid black;
- /{block:IfEntryBorder}
- {block:PermalinkPage}
- width: 500px;
- {/block:PermalinkPage}
- background-color: {color:Posts};
- right:500px;
- margin-right:10px;
- overflow:hidden;
- margin-bottom:10px;}
- #permapage{
- font-family: Trebuchet MS;
- font-size: 9px;
- text-align: left;
- padding-bottom:10px;
- margin-bottom: 8px;
- z-index:9999;}
- #notes{
- {block:permalinkpage}
- display:block;
- width:700px;
- left:-50px;
- float: left;
- padding:10px;
- overflow:visible;
- z-index:9999999;
- margin-top: 10px;
- {block:IfPostShadows}-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
- -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
- box-shadow: 0px 0px 12px rgba(0,0,0,0.3);{/block:IfPostShadows}
- {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
- -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
- box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
- outline:1px solid rgba(0, 0, 0, .1);
- border:2px solid rgba(0, 0, 0, .05);
- text-align: left;{/block:permalinkpage}}
- iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important;}
- .title{
- font-family: Trebuchet MS;
- font-size: 13px;
- line-height: 12px;
- color: {color:Title};
- font-weight: normal;
- letter-spacing: 0px;
- -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
- .blogtitle {
- {block:ifBlogTitleA}font-family: fromwhere;{/block:ifBlogTitleA}
- {block:ifBlogTitleB}font-family:'jennasue';{/block:ifBlogTitleB}
- {block:ifBlogTitleC}font-family:'Gloria Hallelujah', cursive;{/block:ifBlogTitleC}
- font-style:none;
- font-size:35px;
- line-height:40px;
- line-height:40px;
- text-align:center;
- -webkit-transition: 0.5s ease-in;
- -webkit-text-stroke: 1px transparent;}
- #blogtitle a:link,
- #blogtitle a:visited,
- #blogtitle a:hover{
- color:{color:Blog Title};}
- @font-face{font-family:'jennasue';src:url('http://static.tumblr.com/7qdgtio/7qBm5wm8g/jennasue.ttf');}
- @font-face { font-family:fromwhere;
- src: url('http://static.tumblr.com/huallmg/NOjm2hzvp/fromwhereyouare.ttf');
- }
- .title:hover{
- color:{color:Hover};
- -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
- {block:ifReblogLinkOnHover}
- {block:IndexPage}
- #entry:hover #reblog{
- z-index:9999999999999;
- margin-left:200px;
- margin-top:8px;
- opacity:1;-webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- {/block:IndexPage}}
- #reblog{
- width:22px;
- float:left;
- margin-left:200px;
- margin-top:0px;
- position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
- {/block:ifReblogLinkOnHover}
- blockquote{
- padding:0px 0px 2px 3px;
- margin:0px 0px 2px 1px; }
- ul, ol, li{
- list-style:none;
- margin:0px;
- padding:0px;}
- {block:ifImagegrayscaleHover}
- img{
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- img:hover{
- -webkit-filter: grayscale(85%);
- -webkit-transition: all 0.6s linear;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- {/block:ifImagegrayscaleHover}
- #infscr-loading{
- bottom: 3px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:10px;width:10px;
- -webkit-border-radius:4px;border:2px #fff solid;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:10px !important;border:2px #fff solid;
- -webkit-border-radius:4px;}
- ::-webkit-scrollbar {
- height:10px;
- width:10px;
- background-color:{color:background};
- -webkit-border-radius:4px;}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- </head>
- <body>
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- <script src="http://static.tumblr.com/6jwx45k/I8Tm6z6an/endlesscode-adon.txt" type="text/javascript">
- </script>
- <meta name="viewport" content="width=720" />
- <div align="center">
- </div>
- <div id="container">
- <div id="content">
- <div id="sidebar">
- {block:ifShowBlogTitle}
- <div class="blogtitle">
- <a href="/">{Title}</a></div>
- {/block:ifShowBlogTitle}
- {block:ifShowsidebarimage}
- <div style="padding-top:5px; padding-bottom:3px;">
- <div align="center">
- <a href="/">
- <span style="position: relative;">
- <img src="{image:sidebar}" width=200 style="
- border:0px solid;
- border-color:#000000;" /></span></div>
- </div>
- </a>
- {/block:ifShowsidebarimage}
- <center>
- <br>{description}<br>
- </center>
- <center>
- {block:ifshowdefaultlinks}
- <a href="/">home</a>
- <a href="/ask">message</a>
- <a href="/submit">submit</a>
- <a href="/archive">history</a> {/block:ifshowdefaultlinks}
- {block:ifLinkOneTitle}
- <a href="{text:Link One}" class="link">{text:Link One Title}</a>
- {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}
- <a href="{text:Link Two}" class="link">{text:Link Two Title}</a>
- {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}
- <a href="{text:Link Three}" class="link">{text:Link Three Title}</a>
- {/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}
- <a href="{text:Link Four}" class="link">{text:Link Four Title}</a>
- {/block:ifLinkFourTitle}
- {block:ifLinkFiveTitle}
- <a href="{text:Link Five}" class="link">{text:Link Five Title} </a>
- {/block:ifLinkFiveTitle}
- {block:HasPages}{block:Pages}<a href="{URL}" class="link">{Label}</a> {/block:Pages} {/block:HasPages}
- <br><br></center>
- <div id="pages">
- <div align="center">
- {block:ifNotInfiniteScroll}{block:PreviousPage}<a class="jump_page" href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page"><i>{PageNumber}</i></span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a class="jump_page" href="{NextPage}">»</a>{/block:NextPage}{/block:ifNotInfiniteScroll}
- </div></div>
- </div>
- <div align="center">
- <div id="posts">
- {block:Posts}
- <div id="entry">
- {block:Photo}
- {block:IndexPage}
- {block:ifReblogLinkOnHover}
- <div id="reblog"><a href="{ReblogURL}" target="_blank" title="Reblog"><img src="http://static.tumblr.com/6jwx45k/vh8lzfbvg/themesbyjamesreblog.png" width="22px"/></a></div>
- {/block:ifReblogLinkOnHover}
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=230px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{/block:Photo}
- {block:Text}<div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
- {block:Title}
- <a href="{permalink}"><span class="title">{Title}</span></a>
- {/block:Title}
- <span class="entrytext" style="line-height:12px;">{Body}</span>
- <a href="{Permalink}"></a></div>
- {block:IndexPage}<div class="otherpostsnotes">
- <div align="right"><a href="{Permalink}">+</a></div>
- {/block:Date}</div>{/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
- {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
- {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
- {block:IndexPage}<div class="otherpostsnotes">
- <div align="right"><a href="{Permalink}">+</a></div>
- {/block:Date}</div>{/block:IndexPage}
- {/block:Link}
- {block:Quote}
- <div style="padding-top:10px; padding-bottom:10px;">
- <span class="title" style="line-height:16px; ">"{Quote}"</span><br><br>
- <div style="text-align: right; padding-right:10px;">{block:Source}
- -{Source}
- {/block:Source}</a></div>{block:IndexPage}<div class="otherpostsnotes"> <br>
- {/block:Date}</div>{/block:IndexPage}
- </div>
- <div align="right"><a href="{Permalink}">+</a></div>
- {/block:Quote}
- {block:Chat}
- <div style="padding-top:15px; padding-bottom:10px;">
- <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label" style="line-height:12px;">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="otherpostsnotes">
- </div>{/block:IndexPage}
- </div>
- <div align="right"><a href="{Permalink}">+</a></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="otherpostsnotes">
- <a href="{permalink}">{FormattedPlayCount} Plays</a>
-
- {/block:Date}</div>{/block:IndexPage}
- <div align="right"><a href="{Permalink}">+</a></div>
- {/block:Audio}
- {block:Video}
- <div style="padding-top:28px; padding-bottom:8px;">
- {Video-250}</div>
- <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
- {block:IndexPage}<div class="otherpostsnotes">
- {/block:Date}</div>{/block:IndexPage}
- <div align="right"><a href="{Permalink}">+</a></div>
- {/block:Video}
- {block:PermalinkPage}
- <div align="left">
- <div class="pl">
- {block:Date}
- <li>
- Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
- {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a>
- at {12Hour}:{Minutes}{AmPm} {block:Date}
- </li>
- <li>
- {block:RebloggedFrom}
- Reblogged from <a href="{ReblogParentUrl}">{ReblogParentName}</a>.
- {/block:RebloggedFrom}
- </li>
- <li>
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- </li>
- <li>
- {block:HasTags} · {block:Tags}<a href="/{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
- </li>
- <p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div></div></div></center></div></div>
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#entry, #entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#entry, #entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:indexpage}
- <!-- DON'T TOUCH THIS! VIEW MY TERMS AND CONDITIONS FOR LEGAL -->
- <!-- http://themesbyjames.tumblr.com/termsconditions -->
- <div id="install"><a href="http://themesbyjames.tumblr.com/"><img src="http://static.tumblr.com/2w7y46r/wuvmba8c2/installtheme.png" /></a></div>
- </div></div></div></div></div></div></div></div></div></div>
- </body></html><!-- END OF THEME -->

