Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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" xml:lang="en" lang="en">
- <!--
- ** Hummingbird -Theme by Caro / baechys@tumblr
- ------------------------------------------------------------------------
- Updated as of August 25th 2017 -
- - Minor design changes
- Updated as of April 19th 2016 -
- - Added PXU Photosets
- - Updated design
- ------------------------------------------------------------------------
- Script/s used:
- - Tooltips
- - PXU Photosets
- ------------------------------------------------------------------------
- Questions?
- Please visit baechys.tumblr.com/faq
- ------------------------------------------------------------------------
- CREDIT TO HTTP://BAECHYS.TUMBLR.COM
- -->
- <head>
- <title>{title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{favicon}" />
- <meta name="image:sidebar img" content=""/>
- <meta name="color:body font" content="#666666"/>
- <meta name="color:links" content="#666666"/>
- <meta name="color:links hover" content="#7cc3ef"/>
- <meta name="color:links border" content="#7cc3ef"/>
- <meta name="color:bold text" content="#666666"/>
- <meta name="color:selection" content="#7cc3ef"/>
- <meta name="color:blockquotes" content="#666666"/>
- <meta name="color:scrollbar" content="#7cc3ef"/>
- <meta name="select:font" content="'bit'" title="silkscreen"/>
- <meta name="select:font" content="calibri" title="calibri"/>
- <meta name="select:font" content="consolas" title="consolas"/>
- <meta name="select:font size" content="10px" title="10px"/>
- <meta name="select:font size" content="11px" title="11px"/>
- <meta name="if:sidebar image" content="0"/>
- <meta name="text:link 1" content="link 1"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content="link 2"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content="link 3"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="link 4"/>
- <meta name="text:link 4 url" content="/"/>
- <meta name="text:link 5" content="link 5"/>
- <meta name="text:link 5 url" content="/"/>
- <meta name="text:link 6" content="link 6"/>
- <meta name="text:link 6 url" content="/"/>
- <!------------------------- SCRIPTS! DONT TOUCH! ------------------------->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!-- tooltips -->
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!------------------------- SCRIPTS! DONT TOUCH! ------------------------->
- <style type="text/css">
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{
- z-index:999999999!important;
- right:3px;
- opacity:0.3;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -filter:invert(100%);
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop:hover{
- opacity:1;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,0.85) !important;
- }
- body{
- margin:0px;
- padding:0px;
- font-family: {select:font};
- font-size: {select:font size} ;
- color:{color:body font};
- background:{color:background};
- background-attachment:fixed;
- }
- b, strong{
- color:{color:bold text};
- }
- a{
- color:{color:links};
- text-decoration:none;
- border-bottom:1px solid {color:links border};
- }
- a:hover{
- color:{color:links hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- h2{
- font-size:18px;
- color:{color:bold text};
- }
- blockquote{
- margin:10px 0;
- padding:0 0 0 10px;
- border-left:1px solid {color:body font};
- }
- /*DONT REMOVE OR DESTROY MY CREDITS
- LEAVE EVERYTHING WHERE IT IS*/
- #c{
- position:fixed;
- bottom: 15px;
- right: 10px;
- z-index:999999;
- }
- #c a{
- background:{color:links hover};
- font-family:arial, sans-serif;
- color:#fff;
- font-size:10px;
- padding:5px;
- letter-spacing:1px;
- text-decoration:none;
- border:1px solid {color:links hover};
- }
- #c a:hover{
- border:1px solid {color:links hover};
- background:#fff;
- color:{color:links hover};
- }
- /*DONT REMOVE OR DESTROY MY CREDITS
- LEAVE EVERYTHING WHERE IT IS*/
- @font-face { font-family: "bit"; src: url('https://dl.dropboxusercontent.com/s/sq28ejp56rarabs/BitxMap%20Font%20tfb.ttf'); }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scrollbar};
- height:8px;
- }
- ::-webkit-scrollbar {
- height:8px;
- width:8px;
- background-color: #fff;
- }
- ::selection {
- background-color:{color:selection};
- color:white;}
- #s-m-t-tooltip {
- max-width:100px;
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- border:1px solid {color:links border};
- background-color:#fff;
- font-style: normal;
- font-size:10px;
- line-height:10px;
- letter-spacing:0px;
- text-transform:none;
- z-index:999999999;
- }
- #postcont{
- margin-top:50px;
- width:410px;
- margin:0 auto;
- }
- #post{
- width:400px;
- padding:5px;
- margin-top:50px;
- margin-bottom:50px;
- overflow:hidden;
- }
- #post img{
- max-width:100%;
- height:auto;
- }
- #post img a{
- border-bottom:none;
- }
- #quote{
- text-align:center;
- font-size:18px;
- }
- #audio{
- width:400px;
- }
- #ask{
- padding:10px;
- display:block;
- border:1px solid {color:links border};
- }
- .tags{
- padding-top:5px;
- }
- #note{
- width:400px;
- margin: 0 auto;
- padding:5px;
- background:#fff;
- color:{color:body text};
- }
- .notes img{width:20px; position:relative; top:1px padding-right:5px;}
- ol.notes, .notes li{width:400px; list-style:none; margin:0px 0 -1px 5px; padding:5px}
- #pagi{
- width:400px;
- padding:5px;
- margin:0 auto;
- margin-top:50px;
- margin-bottom:50px;
- overflow:hidden;
- text-align:center;
- }
- #pagi a{
- height:15px;
- width:15px;
- text-align:center;
- line-height:15px;
- color:#fff;
- margin:3px;
- border-bottom:none;
- background-color:{color:links border};
- }
- #pagi a:hover{
- background-color:#fff;
- color:{color:links border};
- }
- .current_page{
- height:15px;
- width:15px;
- text-align:center;
- line-height:15px;
- background-color:#fff;
- color:{color:links border};
- border:1px solid {color:links border};
- }
- /*---------------- Sidebar ----------------*/
- #sidebar{
- width:150px;
- padding:5px;
- position:fixed;
- display:block;
- margin-top:130px;
- margin-left:200px;
- text-align:center;
- }
- #sidebar img{
- max-width:150px;
- max-height:150px;
- }
- #links{
- margin-top:5px;
- text-align:center;
- }
- #links a{
- margin:2px;
- padding-top:3px;
- }
- {CustomCSS}
- </style>
- <body>
- <div id="sidebar">
- <a href="/" title="{title}" style="border-bottom:none"> <img src="{image:sidebar img}"> </a>
- {description}
- <div id="links">
- <a href="{text:link 1 url}">{text:link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a>
- <a href="{text:link 4 url}">{text:link 4}</a>
- <a href="{text:link 5 url}">{text:link 5}</a>
- <a href="{text:link 6 url}">{text:link 6}</a>
- </div>
- </div>
- <div id="postcont">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img class="image" src="{PhotoURL-500}" alt="{PhotoAlt}" />
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a style="border-bottom:none" class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:caption}{caption}{/block:caption}
- {/block:Photoset}
- {block:Quote}
- <div id="quote">{Quote}</div> <br>
- {block:Source}<div align="center">- {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}" target="{Target}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <h2>{block:Title}{Title}{/block:Title}</h2>
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div id="audio"><center>{AudioPlayerWhite}</center></div>
- {block:PlayCount}<b>Played: </b>{FormattedPlayCount} times {/block:PlayCount} <br>
- {block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>Artist: </b>{Artist}{/block:Artist} <br>
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Video}
- {block:Answer}
- <div id="ask">
- <b>{Asker} said: {Question} </b>
- </div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- <div class="tags">
- <div class="date">
- {block:date}
- <a href="{permalink}" title="{TimeAgo}">{block:date}{MonthNumber}/{DayOfMonthWithZero}</a>
- {/block:date}
- {block:NoteCount}
- +<a href="{permalink}" title="{noteCount} notes">{notecount}</a>
- {/block:NoteCount}
- <a href="{ReblogURL}" target="_blank" style="float:right"> reblog? </a>
- </div>
- <br>
- {block:HasTags}
- {block:Tags} <a href="{TagURL}">#{tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <br><br>
- {block:Date}
- <b>Posted:</b> {TimeAgo} on {Month} {DayOfMonthWithZero}, {Year} at {24Hour}:{Minutes}
- {/block:Date} <br>
- {block:NoteCount}
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:HasTags}
- <b>Tags</b>
- {block:Tags}
- <a href="{TagURL}">#{tag}</a>
- {/block:Tags}<br>
- {/block:HasTags}
- {block:RebloggedFrom}
- <br><b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br>
- {block:ContentSource}
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:PostNotes}
- {block:NoteCount}
- <div id="note">
- {PostNotes}
- </div>
- {/block:NoteCount}
- {/block:PostNotes}
- {/block:permalinkpage}
- </div>
- {/block:Posts}
- {block:indexpage}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}"><</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:indexpage}
- </div>
- <!-- DONT REMOVE OR DESTROY MY CREDITS LEAVE EVERYTHING WHERE IT IS -->
- <div id="c">
- <a href="http://baechys.tumblr.com" title="Made with love by Caroline">BCHYS</a>
- </div>
- <!-- DONT REMOVE OR DESTROY MY CREDITS LEAVE EVERYTHING WHERE IT IS -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment