Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Honey Theme brought to you by Atlas Designs
- http://atlasdesigns.co/
- Do not remove credit unless given permission to do so.A
- Updated September 2013:
- - like/reblog buttons added
- - minor design tweaks
- - screen size compatability
- - re-formatted text posts
- - new permalink page
- -->
- <head>
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Raleway:100,200,400' rel='stylesheet' type='text/css'>
- {block:IndexPage}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <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 = $('#content');
- $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="color:background" content="#ffffff" />
- <meta name="color:post background" content="#f0f0f0" />
- <meta name="color:text" content="#000" />
- <meta name="color:title" content="#000" />
- <meta name="color:top" content="#f1f1f1" />
- <meta name="color:link" content="#828282" />
- <meta name="color:link hover" content="#eee" />
- <meta name="color:scrollbar" content="#a3a3a3" />
- <meta name="color:captions" content="#f0f0f0" />
- <meta name="text:home" content="Home">
- <meta name="text:message" content="Message">
- <meta name="text:archive" content="Archive">
- <meta name="image:background" content="" />
- <style type="text/css">
- ::-webkit-scrollbar {width: 7px; height: 0px; background:{color:background};}
- ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
- iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
- body {
- background-color: {color:background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- font-size:12px;
- font-family:raleway;
- font-weight:400;
- line-height:14px;
- text-transform:none;
- color: {color:text};
- }
- #top{
- position:absolute;
- top:0px;
- left:0px;
- width:100%;
- height:330px;
- background-color:{color:top};
- z-index:-9999999999;
- }
- #triangle1{
- position:absolute;
- top:10px;
- left:100px;
- width: 0px;
- height: 0px;
- border-left: 100px solid transparent;
- border-right: 100px solid transparent;
- border-bottom: 150px solid #ffffff;
- z-index:-99999;
- opacity:.4;
- }
- #triangle2{
- position:absolute;
- top:10px;
- left:210px;
- width: 0px;
- height: 0px;
- border-left: 100px solid transparent;
- border-right: 100px solid transparent;
- border-top: 150px solid {color:background};
- z-index:-99999;
- }
- #triangle3{
- position:absolute;
- top:10px;
- left:320px;
- width: 0px;
- height: 0px;
- border-left: 100px solid transparent;
- border-right: 100px solid transparent;
- border-bottom: 150px solid {color:background};
- z-index:-99999;
- }
- #triangle4{
- position:absolute;
- top:170px;
- left:540px;
- width: 0px;
- height: 0px;
- border-left: 100px solid transparent;
- border-right: 100px solid transparent;
- border-top: 150px solid {color:background};
- z-index:-99999;
- }
- #triangle5{
- position:absolute;
- top:170px;
- left:320px;
- width: 0px;
- height: 0px;
- border-left: 100px solid transparent;
- border-right: 100px solid transparent;
- border-top: 150px solid {color:background};
- z-index:-99999;
- }
- #triangle6{
- position:absolute;
- top:170px;
- left:430px;
- width: 0px;
- height: 0px;
- border-left: 100px solid transparent;
- border-right: 100px solid transparent;
- border-bottom: 150px solid #ffffff;
- z-index:-99999;
- opacity:.4;
- }
- #lightbox {
- display:none;
- }
- #lightbox:target {
- display:block;
- }
- #blogtitle{
- position:absolute;
- top:70px;
- left:12px;
- width:600px;
- font-weight:200;
- font-size:18px;
- line-height:20px;
- letter-spacing:5px;
- text-transform:uppercase;
- text-align:center;
- color: {color:title};
- }
- #description{
- position:absolute;
- top:190px;
- left:410px;
- text-align:center;
- width:240px;
- }
- #nav{
- position:absolute;
- top:100px;
- left:10px;
- width:600px;
- font-weight:400;
- font-size:10px;
- line-height:20px;
- text-align:center;
- word-spacing:10px;
- }
- #nav a{
- text-transform:uppercase;
- }
- .answer{
- width:90%;
- padding:5%;
- background-color:{color:post background};
- }
- .answer img {
- max-width:100%;
- {block:permalinkpage}
- width:auto;
- {/block:permalinkpage}
- }
- a {
- text-decoration:none;
- color:{color:link};
- -moz-transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a:link, a:active, a:visited{
- color: {color:link};
- }
- a:hover{
- color: {color:link hover};
- -moz-transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- div#center{
- width: 100%;
- height: auto;
- overflow-x:hidden;
- }
- div#content {
- width: 100%;
- left:30px;
- margin-top:350px;
- position: absolute;
- }
- .entry{
- margin:20px;
- height:auto;
- background-color: #trans;
- {block:IndexPage}
- width:29%;
- overflow:hidden;
- {/block:IndexPage}
- {block:PermalinkPage}
- position:absolute;
- left:50%;
- margin-left:-510px;
- width:500px;
- height:auto;
- {/block:PermalinkPage}
- -moz-transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .title{
- font-weight:100;
- font-size:20px;
- line-height:18px;
- text-transform:none;
- color: {color:text};
- }
- blockquote{
- padding:0px 0px 0px 3px;
- margin:0px 0px 0px 2px;
- border-left: 2px solid #ddd;
- }
- .lowerc{
- text-transform:lowercase;
- }
- .speclink{
- word-spacing:1px;
- }
- .chat li {
- list-style-type:none;
- margin-left:-40px;
- padding:5px;
- border-bottom:1px solid #dddddd;
- }
- .label{
- font-weight:700;
- }
- .notess{
- position:absolute;
- left:550px;
- top:0px;
- height:450px;
- width:450px;
- overflow:scroll;
- padding:10px;
- }
- ol.notes {
- list-style-type: none;
- margin-top:20px;
- padding:0px;
- line-height:40px;
- font-size:12px;
- }
- .notess img{
- border-radius:100%;
- }
- .play{
- position:absolute;
- left:50%;
- margin-left:-24px;
- top:50%;
- margin-top:-42px;
- border:10px solid white;
- height:27px;
- width:27px;
- border-radius:100%;
- overflow:hidden;
- }
- .textbuttons ul{
- list-style:none;
- position:relative;
- }
- .textbuttons li {
- list-style:None;
- float: right;
- }
- .textbuttons li:first-child {
- margin-left:12px;
- }
- .textnote{
- position:absolute;
- left:5%;
- bottom:10px;
- font-weight:700;
- }
- .textnote a{
- font-family:helvetica;
- font-size:11px;
- color:#c9c9c9;
- }
- .textnoteaudio{
- position:absolute;
- left:0px;
- bottom:5px;
- font-weight:700;
- }
- .textnoteaudio a{
- font-family:helvetica;
- font-size:11px;
- color:#c9c9c9;
- }
- .caption{
- width:90%;
- padding:5%;
- background:{color:captions};
- margin-top:-3px;
- }
- .like_and_reblog_buttons {
- position:absolute;
- top:50%;
- margin-top:-18px;
- left:50%;
- margin-left:-85px;
- list-style:none;
- }
- .like_and_reblog_buttons li {
- float: left;
- background-color:rgba(0,0,0,.1);
- border:2px solid white;
- border-radius:100%;
- padding:10px;
- height:17px;
- width:17px;
- opacity:0;
- -webkit-transition: all 0.2s ease-in-out;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .like_and_reblog_buttons li:first-child {
- margin-right:8px;
- }
- .entry:hover .like_and_reblog_buttons li{
- opacity: 1;
- -webkit-transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- {CustomCSS}
- </style>
- <title>{title}</title>
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- </head>
- <body>
- <div id="top"></div>
- <div id="triangle1"></div>
- <div id="triangle2"></div>
- <div id="triangle3"></div>
- <div id="triangle4"></div>
- <div id="triangle5"></div>
- <div id="triangle6"></div>
- <div id="blogtitle">{Title}</div>
- <div id="nav">
- <a href="/">{text:home}</a>
- <a href="/ask">{text:message}</a>
- <a href="/archive">{text:archive}</a>
- {block:HasPages}{block:Pages}<a href="{URL}"><span class="speclink">{Label}</span></a> {/block:Pages}{/block:HasPages}
- <a href="http://baesil.tumblr.com/">Theme</a>
- </div>
- <div id="description">
- {description}
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="answer">{block:Title}<span class="title">{Title}</span>{/block:Title}
- {Body}
- {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
- <ul class="textbuttons">
- <li>{ReblogButton color="gray" size=15}</li>
- <li>{LikeButton color="gray" size=15}</li>
- </ul><br>
- {/block:IndexPage}
- </div>
- {/block:Text}
- {block:Link}
- <div class="answer"><a href="{URL}"><span class="title">{Name}</span></a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
- <ul class="textbuttons">
- <li>{ReblogButton color="gray" size=15}</li>
- <li>{LikeButton color="gray" size=15}</li>
- </ul><br>
- {/block:IndexPage}
- </div>
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="white" size=17}</li>
- <li>{LikeButton color="white" size=17}</li>
- </ul>
- {/block:IndexPage}
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%/></a></div>{LinkCloseTag}
- {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
- {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <center>
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </center>
- {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
- <ul class="textbuttons">
- <li>{ReblogButton color="gray" size=15}</li>
- <li>{LikeButton color="gray" size=15}</li>
- </ul><br>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div class="answer"><div class="title">{Quote}</div>- {Source}
- {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
- <ul class="textbuttons">
- <li>{ReblogButton color="gray" size=15}</li>
- <li>{LikeButton color="gray" size=15}</li>
- </ul><br>
- {/block:IndexPage}
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="answer">
- <div style="margin-left:3px;">
- {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>
- </div>
- {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
- <ul class="textbuttons">
- <li>{ReblogButton color="gray" size=15}</li>
- <li>{LikeButton color="gray" size=15}</li>
- </ul><br>
- {/block:IndexPage}
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <center><a href="{Permalink}"><img src="{AlbumArtURL}" width="100%"></a></center>
- {/block:AlbumArt}
- <div class="play">{AudioPlayerWhite}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:IndexPage}<div class="textnoteaudio"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
- <ul class="textbuttons">
- <li>{ReblogButton color="gray" size=15}</li>
- <li>{LikeButton color="gray" size=15}</li>
- </ul><br>
- {/block:IndexPage}
- {/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- <div class="answer"><div style="font-size:11px;line-height:11px;font-style:italic;color:{color:links}"><i>{Asker} asked:</i></div><br><span class="title">{Question}</span><hr color={color:title}>{Answer}
- {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
- <ul class="textbuttons">
- <li>{ReblogButton color="gray" size=15}</li>
- <li>{LikeButton color="gray" size=15}</li>
- </ul><br>
- {/block:IndexPage}
- </div>
- {/block:Answer}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}</center>
- {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
- <ul class="textbuttons">
- <li>{ReblogButton color="gray" size=15}</li>
- <li>{LikeButton color="gray" size=15}</li>
- </ul><br>
- {/block:IndexPage}
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- <div class="notess">
- {block:PostNotes}
- {block:Caption}{Caption}<br>{/block:caption}
- <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png"> {block:NoteCount}{NoteCountwithLabel}{/block:NoteCount}<br>
- <img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png"> {Timeago}<br><br>
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {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 style="position:absolute;z-index:99999999999999999999999999999999999; !important;top:24px;right:3px;-webkit-filter:invert(100%);"><a href="http://vertexthemes.tumblr.com/"><img src="http://static.tumblr.com/2w7y46r/wuvmba8c2/installtheme.png"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement