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">
- <!--
- ** BabyBaechu -Theme by Caro / baechys@tumblr
- Updated as of August 25th, 2017:
- - More font sizes
- - Minor bug fixes
- Updated as of April 19th 2016 -
- - Added PXU Photosets
- - Updated design
- - Post-size upgraded from 200px to 250px on index-page
- ------------------------------------------------------------------------
- Script/s used:
- - Tooltips
- - PXU Photosets
- ------------------------------------------------------------------------
- Any 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="http://static.tumblr.com/ow7ogwc/8rDnocbe7/favicon.png" />
- <meta name="image:background" content=""/>
- <meta name="image:sidebar img" content=""/>
- <meta name="image:container bg" content="http://static.tumblr.com/c8f93e108fe511692b1c258193108ce9/3cfauon/kURng6a9y/tumblr_static_22j4nasnd89w0gcc0cc0cwso4.png"/>
- <meta name="color:background" content=""/>
- <meta name="color:body font" content="#666666"/>
- <meta name="color:links" content="#888888"/>
- <meta name="color:links hover" content="#d5f4e2"/>
- <meta name="color:bold text" content="#666666"/>
- <meta name="color:selection" content="#d5f4e2"/>
- <meta name="color:scrollbar" content="#d5f4e2"/>
- <meta name="color:tooltips border" content="#d5f4e2"/>
- <meta name="color:toplinks 1" content="#bbe4d0"/>
- <meta name="color:toplinks 2" content="#d5f4e2"/>
- <meta name="color:container bg" content="#fff"/>
- <meta name="color:container border" content="#eeeeee"/>
- <meta name="color:post tabs" content="#d5f4e2"/>
- <meta name="color:post border" content="#f6f6f6"/>
- <meta name="if: white tumblr controls" content="1"/>
- <meta name="if: round sidebar image" content="1"/>
- <meta name="select:font size" content="10px" title="10px"/>
- <meta name="select:font size" content="11px" title="11px"/>
- <meta name="select:font size" content="12px" title="12px"/>
- <meta name="select:post size" content="250px"/>
- <meta name="select:post size" content="300px"/>
- <meta name="select:post size" content="350px"/>
- <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="/"/>
- <!------------------------- SCRIPTS! DONT TOUCH! ------------------------->
- <!-- photosets -->
- <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="https://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">
- {block:ifwhitetumblrcontrols}
- .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;
- }
- {/block:ifwhitetumblrcontrols}
- .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({RGBcolor:background},0.85) !important;
- }
- body{
- margin:0px;
- padding:0px;
- font-family: consolas, monospace;
- font-size:{select:font size};
- line-height:150%;
- color:{color:body font};
- background:{color:background} url('{image:background}');
- background-attachment:fixed;
- }
- b, strong{
- color:{color:bold text};
- }
- a{
- color:{color:links};
- text-decoration:none;
- }
- 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:16px;
- margin:0 0 5px 0;
- color:{color:bold text};
- }
- blockquote{
- margin:10px 0;
- padding:0 0 0 10px;
- border-left:1px solid {color:body font};
- }
- pre{
- overflow:auto;
- background-color:#eee;
- display:block;
- padding:5px;
- }
- /*DONT REMOVE OR DESTROY MY CREDITS
- LEAVE EVERYTHING WHERE IT IS*/
- #c{
- position:fixed;
- bottom: 10px;
- right: 10px;
- text-align:center;
- font-family:trebuchet ms;
- z-index:999999;
- }
- #c a{
- background:{color:links hover};
- font-size:12px;
- font-family:trebuchet ms;
- color:#fff;
- font-size:10px;
- padding:5px;
- letter-spacing:1px;
- text-decoration:none;
- }
- #c a:hover{
- background:#fff;
- border:1px solid{color:links hover};
- color:{color:links hover};
- letter-spacing:1px;
- }
- /*DONT REMOVE OR DESTROY MY CREDITS
- LEAVE EVERYTHING WHERE IT IS*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- height:auto;
- border-radius:5px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:url('{image:scrollbar}');
- height:6px;
- }
- ::-webkit-scrollbar {
- height:8px;
- width:5px;
- background:url('{image:scrollbar}');
- }
- ::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:2px solid {color:tooltips border};
- background-color:#fff;
- font-style: normal;
- font-size:10px;
- line-height:11px;
- letter-spacing:0px;
- text-transform:none;
- z-index:999999999;
- }
- .wrap{
- width:480px;
- height:430px;
- position:Fixed;
- margin:auto;
- top:0px;
- left:0px;
- right:0px;
- bottom:0px;
- }
- #toplinks{
- position:fixed;
- }
- #toplinks a{
- padding-left:5px;
- padding-right:5px;
- font-family:courier;
- color:#fff;
- font-size:11px;
- border-radius:3px;
- }
- #toplinks a:nth-of-type(odd) {background-color: {color:toplinks 1};}
- #toplinks a:nth-of-type(even) {background-color: {color:toplinks 2};}
- #toplinks a:hover:nth-of-type(odd) {background-color:#fff; color:{color:toplinks 1};}
- #toplinks a:hover:nth-of-type(even) {background-color: #fff; color:{color:toplinks 2};}
- #container{
- position:fixed;
- overflow:auto;
- background-color:{color:container bg};
- background-image:url('{image:container bg}');
- margin-top:11px;
- width:480px;
- height:400px;
- border-top:1px solid {color:Toplinks 1};
- border-left:1px solid {color:container border};
- border-right:1px solid {color:container border};
- border-bottom:1px solid {color:container border};
- padding-top:20px;
- }
- #tab{
- {block:IndexPage}
- margin-left:185px;
- {/block:Indexpage}
- {block:PermalinkPage}
- margin-left:5px;
- {/block:PermalinkPage}
- }
- #tab a{
- font-family:courier;
- font-size:11px;
- color:#fff;
- padding-left:10px;
- padding-right:10px;
- border-top-left-radius:3px;
- border-top-right-radius:3px;
- background-color:{color:post tabs};
- }
- #tab a:hover{
- background-color:#fff;
- color:{color:post tabs};
- }
- #post{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- border-top:1px solid {color:post tabs};
- padding:5px;
- {block:IndexPage}
- margin-left:185px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:0 auto;
- {/block:PermalinkPage}
- margin-top:-3px;
- margin-bottom:20px;
- background:#fff;
- overflow:hidden;
- }
- #post img{
- max-width:100%;
- }
- #quote{
- text-align:center;
- padding-bottom:7px;
- font-size:18px;
- color:{color:bold text};
- }
- #audio{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- }
- #tags{
- background:#fff;
- padding:5px;
- {block:HasTags}
- margin-top:10px;
- {/block:HasTags}
- width:200px;
- color:{color:tags};
- font-family:courier;
- font-size:11px;
- }
- #tags a{
- color:{color:tags};
- padding-left:5px;
- padding-right:5px;
- font-size:11px;
- font-family:courier;
- text-decoration:none;
- }
- #note{
- width:400px;
- margin:0 auto;
- padding:15px;
- 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{
- margin:0 auto;
- width:400px;
- padding:20px;
- margin-bottom:50px;
- text-align:center;
- }
- #pagi a{
- text-decoration:none;
- color:{color:links};
- }
- #sidebar{
- position:fixed;
- margin-left:20px;
- margin-top:30px;
- }
- #sidebar .title{
- margin-top:10px;
- }
- #sidebar .title a{
- font-size:11px;
- padding-left:5px;
- padding-right:5px;
- background:{color:toplinks 1};
- font-family:courier;
- color:#fff;
- border-top-left-radius:3px;
- border-top-right-radius:3px;
- }
- #sidebar .title a:hover{
- color:{color:toplinks 1};
- background-color:#fff;
- }
- #sidebar .content{
- margin-top:-3px;
- margin-bottom:35px;
- width:125px;
- border-top:1px solid {color:toplinks 1};
- padding:5px;
- background:#fff;
- }
- #sidebar img{
- max-width:125px;
- {block:ifroundsidebarimage}
- border-radius:100%;
- {/block:ifroundsidebarimage}
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="wrap">
- <div id="toplinks">
- <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>
- </div>
- <div id="container">
- {block:IndexPage}
- <div id="sidebar">
- <div class="title"> <a href="/">{Title}</a> </div>
- <div class="content">
- <a href="/" title="{Title}"><img src="{image:sidebar img}"></a> <br><br>
- {description}
- </div>
- </div>
- {/block:IndexPage}
- {block:Posts}
- <div id="tab">
- {block:Date}<a href="{permalink}" title="{TimeAgo}">{MonthNumberWithZero}.{DayOfMonth}.{ShortYear}</a>{/block:Date}
- </div>
- <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 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-250}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Video}
- {block:Answer}
- <b>{Asker} beatboxes: {Question} </b> <br>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- <div id="tags">
- {block:NoteCount}
- +<a href="{permalink}" title="{NoteCount} Notes">{NoteCount}</a>
- {/block:NoteCount} <br>
- {block:HasTags} tags ://
- {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> <!-- container end -->
- </div> <!-- wrapper end -->
- <div id="c">
- <a href="http://baechys.tumblr.com" title="Made with love by Caroline">BCHYS</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment