Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- FAWN THEME V2 - RELEASED 27.01.13
- ----------------------------------------
- CREATED BY SUNRISEN - THEME BLOG: SUNRISENTHEMES
- ----------------------------------------
- THIS THEME AND ALL OTHER THEMES BY SUNRISEN
- ARE USED SUBJECT TO THE AGREEMENT OF THE TERMS
- FOR MORE INFORMATION, VISIT
- HTTP://THEMES.SUNRISEN.CO/TERMS
- -->
- <html lang="en">
- <head>
- <!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 prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="font:sidebar" content=""/>
- <meta name="font:links" content="courier new"/>
- <meta name="font:posts" content=""/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:link" content-"#000000"/>
- <meta name="color:hover" content="#ffffff"/>
- <meta name="color:post border hover" content="#aaa"/>
- <meta name="if:title font" content="1"/>
- <meta name="if:three columns" content="0"/>
- <meta name="if:image fade" content="1"/>
- <meta name="if:fixed header" content="0"/>
- <meta name="if:transparent header" content="1"/>
- <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=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical{
- background-color:#C2C8CF;
- -moz-border-radius:10px;
- -webkit-border-radius:10px;
- }
- #tumblr_controls{
- position:fixed !important;
- }
- .wrapper{
- width:1000px;
- margin:0px auto;
- }
- ::-webkit-scrollbar {width: 6px; height: 4px; background: #d8d8d8; }
- ::-webkit-scrollbar-thumb { background-color: #130C11;}
- body{
- margin:0px;
- background-attachment: fixed;
- background-repeat: repeat;
- background-color:{color:background};
- background-attachment: fixed;
- background-repeat: repeat;
- font-size: 11px;
- font-family: courier;
- line-height:11px;
- color: {color:text};
- }
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration: none;
- -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
- }
- a:hover{
- color: {color:hover};
- -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
- }
- .entry {
- margin:8px;
- padding: 10px;
- float:left;
- background-color:transparent;
- {block:indexpage}
- width:230px;
- {/block:indexpage}
- {block:permalinkpage}
- width:600px;
- {/block:permalinkpage}
- background:transparent;
- padding-bottom: 7px;
- font-family:{font:posts};
- font-size: 10px;
- line-height:14px;
- border:1px solid {color:background};
- -webkit-transition-duration:.6s;
- }
- .entry:hover{{block:indexpage}border:1px solid {color:post border hover};{/block:indexpage}-webkit-transition-duration:.6s;}
- .perma {position:absolute; text-decoration:none; margin-top:-10px; margin-left:32px;padding-top:4px;padding-bottom:4px; background:{color:background}; opacity:0; -webkit-transition: 0.3s ease-in;z-index:10;font-family:{font:posts};color:{color:text};width:44px;text-align:center;}
- .perma a {text-decoration:none;text-transform:uppercase;}
- .entry:hover .perma {-webkit-transition: 0.3s ease-in; position:absolute; margin-top:0px; opacity:.9;}
- .entry:hover .perma:hover{opacity:1;padding-top:15px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;}
- .perma2 {position:absolute; text-decoration:none; margin-top:-10px; margin-left:76px; padding:4px; background:{color:background}; opacity:0; -webkit-transition: 0.3s ease-in;z-index:10;font-family:{font:posts};color:{color:link};width:auto;text-align:center;}
- .perma2 a {text-decoration:none;text-transform:uppercase;}
- .entry:hover .perma2 {-webkit-transition: 0.3s ease-in; position:absolute; margin-top:0px; opacity:.9;}
- .entry:hover .perma2:hover{opacity:1;padding-top:15px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;}
- .perma3 {position:absolute; text-decoration:none; margin-top:-10px; margin-left:0px;padding-top:4px;padding-bottom:4px; background:{color:background}; opacity:0; -webkit-transition: 0.3s ease-in;z-index:10;font-family:{font:posts};color:{color:link};width:32px;text-align:center;}
- .perma3 a {text-decoration:none;text-transform:uppercase;}
- .entry:hover .perma3 {-webkit-transition: 0.3s ease-in; position:absolute; margin-top:0px; opacity:.9;}
- .entry:hover .perma3:hover{opacity:1;padding-top:15px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;}
- .perm {
- margin:0px;
- text-align:center;
- padding:0px;
- padding-bottom:5px;
- opacity:0;
- font-family:{font:posts};
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .entry:hover .perm{
- opacity: 1;
- }
- #sidebar{
- opacity:1;
- {block:iftransparentheader}
- background:transparent;
- {/block:iftransparentheader}
- {block:ifnottransparentheader}
- background:{color:background};
- {/block:ifnottransparentheader}
- margin-top: 0px;
- margin-left: 100px;
- overflow:hidden;
- font-family:{font:sidebar};
- text-transform:uppercase;
- font-size: 10px;
- padding-top:0px;
- width: 100%;
- margin-left:200px;
- text-align:center;
- padding: 0px;
- padding-top:4px;
- padding-bottom:4px;
- height:auto;
- z-index:100;
- {block:iffixedheader}
- position:fixed;
- {/block:iffixedheader}
- {block:ifnotfixedheader}
- position:relative;
- {/block:ifnotfixedheader}
- margin:auto;
- }
- #posts {
- {block:ifthreecolumns}
- width: 810px;
- margin-left:100px;
- {/block:ifthreecolumns}
- {block:ifnotthreecolumns}
- width:1080px;
- margin-left:-35px;
- {/block:ifnotthreecolumns}
- background: transparent;
- padding-left: 2px;
- padding-right: 2px;
- {block:iffixedheader}
- padding-top:120px;
- {/block:iffixedheader}
- {block:ifnotfixedheader}
- padding-top:10px;
- {/block:ifnotfixedheader}
- margin-top:0px;
- float:left;
- }
- .img{{block:ifimagefade}opacity:0.7;background-color:white;{/block:ifimagefade}-webkit-transition: all .6s ease-out;-moz-transition: all .6s ease-out;transition: all .6s ease-out;}
- .img:hover{opacity:1;}
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .title{
- font-family:{font:sidebar};
- font-size: 13px;
- line-height:15px;
- color: ;
- text-transform:uppercase;
- font-weight: ;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:#130C11;}
- .notes img{width:10px; position:relative; top:3px;}
- .blogtitle{
- {block:iftitlefont}
- font-family:permanent marker;
- {/block:iftitlefont}
- {block:ifnottitlefont}
- font-family: courier new;
- {/block:ifnottitlefont}
- font-size:35px;
- text-transform:uppercase;
- color: {color:link};
- line-height: 40px;
- }
- .nav{font-family:{font:links};font-size:10px;text-transform:uppercase;text-align:center;float:center;background{color:background};padding:5px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
- .nav:hover{background:#000;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
- .nav:hover a:hover{color:#ffffff;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
- </style>
- <style>
- .my-like {text-align:left;
- float:left
- display:inline-block;
- cursor:pointer;-webkit-transition-duration:0.95s;
- }
- .my-like:hover {
- color:red;
- cursor:pointer;
- }
- .my-liked{color:#a30100;}
- </style>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <meta name="viewport" content="width=800" />
- </head>
- <body>
- <div id="sidebar">
- <div class="blogtitle"><a href="/">{Title}</a></div><br>
- <a href="/" class="nav">home</a> <a href="/ask" class="nav">message</a> {block:iflinkonetitle}<a href="{text:link one}" class="nav">{text:link one title}</a>{/block:iflinkonetitle} {block:iflinktwotitle}<a href="{text:link two}" class="nav">{text:link two title}</a>{/block:iflinktwotitle} {block:iflinkthreetitle}<a href="{text:link three}" class="nav">{text:link three title}</a>{/block:iflinkthreetitle} {block:iflinkfourtitle}<a href="{text:link four}" class="nav">{text:link four title}</a>{/block:iflinkfourtitle} <a href="http://sunrisen.tumblr.com" class="nav">theme</a><br><br>
- {description}
- </div></div>
- <div class="wrapper">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:IndexPage}
- {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
- {block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Link}
- {block:IndexPage}
- {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <div class="perma"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
- <div class="perma2"><a href="{permalink}">{notecountwithlabel}</a></div>
- <div class="perma3"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">LIKE</div></div>
- {/block:IndexPage}
- {block:IndexPage}{LinkOpenTag}<div class="img"><div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230"/></a></div></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600px"/></a>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <center>
- {block:IndexPage}
- {Photoset-205}
- {block:IndexPage}
- {/block:IndexPage}
- </center>
- <center>{block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}</center>
- {/block:Photoset}
- {block:Quote}
- {block:IndexPage}
- {/block:IndexPage}
- {Quote}</span>
- {block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:IndexPage}
- {/block:IndexPage}
- {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 class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:IndexPage}
- {/block:IndexPage}
- <center><div style="width:230px; height:28px;overflow-y:auto;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- {block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {/block:IndexPage}
- <center>
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- </center>
- <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
- {block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
- {block:Video}
- {block:Answer}
- {block:IndexPage}
- {/block:IndexPage}
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
- <b>{Asker}</b>: <b>{Question}</b>{Answer}
- {block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Date}
- <center>
- {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
- <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:Date}
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- <div class="right">
- </div>
- <div class="footer">
- <br>
- </div>
- </div>
- </body>
- </html>
- <div style="position:fixed;right:0px;bottom:-425px;">
- <---DONT REMOVE---->
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"> →</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">← </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}</div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement