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">
- <!--
- ** Baeboy -Theme by Caro / baechys@tumblr
- Updated as of February 4th 2018
- - cleaned up codes for the gamebox + cartridge
- - changed from baeboy to gameboy and baechys to nintendo on all the objects in the theme
- ------------------------------------------------------------------------
- Script/s used:
- - Tooltips
- - PXU Photosets
- ------------------------------------------------------------------------
- FAQ:
- Can i edit/tweak this theme?
- - Tweak and edit it as much as you want! But don't you dare touch my credits in any way possible
- Can i use this theme as a base-code?
- - No you cant.
- Can i release my edited version of your theme?
- - No you cant, and if i find out about you doing that, i will report you.
- ------------------------------------------------------------------------
- Any other questions?
- Please visit baechys.tumblr.com/help
- ------------------------------------------------------------------------
- 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:background" content=""/>
- <meta name="image:sidebar" content="http://static.tumblr.com/d70w4cr/vyAoo5gy5/wouldubaechu.png"/>
- <meta name="image:game" content="http://static.tumblr.com/d70w4cr/PWSoo5gtg/would_you.png"/>
- <meta name="color:background" content="#fff"/>
- <meta name="color:text" content="#888"/>
- <meta name="color:links" content="#badbea"/>
- <meta name="color:links hover" content="#f8a9cf"/>
- <meta name="color:bold text" content="#999"/>
- <meta name="color:scrollbar" content="##f8a9cf"/>
- <meta name="color:gameboy" content="#badbea"/>
- <meta name="color:gameboy accent" content="#444"/>
- <meta name="color:cartridge" content="#f8a9cf"/>
- <meta name="color:posts" content="#f8a9cf"/>
- <meta name="if:game" content="0"/>
- <meta name="text:link 1 url" content="link 1"/>
- <meta name="text:link 2 url" content="link 2"/>
- <meta name="text:link 3 url" content="link 3"/>
- <meta name="text:link 4 url" content="link 4"/>
- <meta name="text:link 5 url" content="link 5"/>
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800" rel="stylesheet">
- <!------------------------- SCRIPTS! DONT TOUCH! ------------------------->
- <!-- photosets -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <link href="http://static.tumblr.com/d70w4cr/bxfp142ny/minstyle.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: true,
- gutter: '4px',
- borderRadius: '5px',
- 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>
- <!-- unnested captions -->
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script> $(function(){ $('.post').unnest({
- yourCaption: ".cap",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- usernameColon: false
- }); }); </script>
- <style type="text/css">
- @import url(http://weloveiconfonts.com/api/?family=entypo);
- /* entypo */
- [class*="entypo-"]:before {
- font-family: 'entypo', sans-serif;
- font-size:11px;
- }
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{
- z-index:999999999!important;
- right:3px;
- margin-top:3px;
- -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: 'open sans', arial, sans serif;
- font-size:11px;
- color:{color:text};
- 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;
- }
- h1, h2, h3, h4, h5, h6{
- margin:0px 0px 5px 0px;
- }
- blockquote{
- margin:10px 0;
- padding:0 0 0 15px;
- 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;
- z-index:999999;
- }
- #c a{
- background:{color:gameboy};
- font-size:12px;
- color:#fff;
- font-size:10px;
- padding:5px 7px;
- letter-spacing:1px;
- text-decoration:none;
- border-radius:5px;
- margin:0px 3px;
- }
- #c a:hover{
- background:#fff;
- border:1px solid {color:gameboy};
- color:{color:gameboy};
- letter-spacing:1px;
- }
- /*DONT REMOVE OR DESTROY MY CREDITS
- LEAVE EVERYTHING WHERE IT IS*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- height:auto;
- width:6px;
- border:2px solid {color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:6px;
- }
- ::-webkit-scrollbar {
- background-color:{color:scrollbar};
- height:5px;
- width:5px;
- border:2px solid #fff;
- }
- ::selection {
- background-color:{color:gameboy};
- color:white;}
- #s-m-t-tooltip {
- max-width:100px;
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- border:2px solid {color:gameboy};
- background-color:#fff;
- font-style: normal;
- font-size:11px;
- line-height:130%;
- letter-spacing:0px;
- text-transform:none;
- z-index:999999999;
- }
- #wrapper{
- width:800px;
- margin:auto;
- left:0px;
- right:0px;
- }
- /* gameboy */
- .gameboywrap{
- position:fixed;
- margin:auto;
- top:0px;
- bottom:0px;
- {block:ifnotgame}
- height:380px;
- {/block:ifnotgame}
- {block:ifgame}
- height:580px;
- {/block:ifgame}
- }
- .gameboy{
- width:230px;
- height:380px;
- border-radius:15px;
- background-color:{color:gameboy};
- {block:ifgame}
- margin-top:200px;
- {/block:ifgame}
- position:fixed;
- }
- .display{
- height:150px;
- width:150px;
- border:20px solid {color:gameboy accent};
- margin-top:20px;
- margin-left:20px;
- position:absolute;
- }
- .display img{
- max-height:150px;
- max-width:150px;
- }
- .display .distxt{
- z-index:999;
- font-weight:bold;
- font-style:italic;
- text-align:center;
- font-size:12px;
- }
- .display:hover .desc{opacity:1;}
- .desc {
- position:absolute;
- width:140px;
- height:140px;
- opacity:0;
- z-index:9999;
- padding:5px;
- background:rgba(255,255,255,0.9);
- transition:0.4s ease;
- -o-transition:0.4s ease;
- -moz-transition:0.4s ease;
- -webkit-transition:0.4s ease;
- }
- .main{
- margin-top:225px;
- width:220px;
- margin-left:5px;
- }
- .ntd{
- margin:0 auto;
- margin-top:5px;
- width:50px;
- padding:0px 3px;
- text-align:center;
- font-weight:bold;
- color:rgba(0,0,0,0.15);
- border:1px solid rgba(0,0,0,0.1);
- border-radius:8px;
- }
- .cross{
- font-size:120px;
- font-weight:800;
- position:fixed;
- margin-top:-50px;
- margin-left:10px;
- }
- .cross a{
- color:{color:gameboy accent};
- }
- .a{
- font-size:20px;
- position:fixed;
- margin-left:180px;
- height:50px;
- width:50px;
- }
- .a a{
- padding:0px 7px;
- color:rgba(0,0,0,0.5);
- border-radius:100%;
- background-color:{color:gameboy accent};
- }
- .b{
- font-size:20px;
- position:fixed;
- margin-left:150px;
- margin-top:30px;
- height:50px;
- width:50px;
- }
- .b a{
- padding:0px 7px;
- color:rgba(0,0,0,0.5);
- border-radius:100%;
- background-color:{color:gameboy accent};
- }
- .start{
- position:fixed;
- margin-top:85px;
- margin-left:65px;
- width:40px;
- background-color:{color:gameboy accent};
- text-align:center;
- border-radius:5px;
- color:rgba(0,0,0,0.5);
- }
- .start a{
- color:rgba(0,0,0,0.5);
- }
- .start a:hover{
- color:{color:links hover};
- }
- .select{
- position:fixed;
- margin-top:85px;
- margin-left:115px;
- width:40px;
- background-color:{color:gameboy accent};
- text-align:center;
- border-radius:5px;
- color:rgba(0,0,0,0.5);
- }
- .select a{
- color:rgba(0,0,0,0.5);
- }
- .select a:hover{
- color:{color:links hover};
- }
- /* optional game cartridge */
- #cartridge{
- position:fixed;
- width:180px;
- margin-left:20px;
- }
- #cartop1{
- width:160px;
- height:10px;
- position:Fixed;
- background-color:{color:cartridge};
- border-top-left-radius:5px;
- }
- #cartop{
- position:fixed;
- margin-top:10px;
- width:180px;
- padding-top:5px;
- padding-bottom:5px;
- background-color:{color:cartridge};
- text-align:center;
- }
- #carttl{
- font-size:12px;
- margin:0 auto;
- margin-top:5px;
- width:140px;
- padding:3px 4px;
- text-align:center;
- font-weight:bold;
- font-style:italic;
- color:rgba(0,0,0,0.15);
- border:1px solid rgba(0,0,0,0.1);
- border-radius:15px;
- }
- #carimg{
- position:fixed;
- margin-top:50px;
- border-left:15px solid {color:cartridge};
- border-right:15px solid {color:cartridge};
- height:150px;
- width:150px;
- }
- #carimg img{
- max-width:150px;
- max-height:150px;
- }
- /* post container */
- #postcont{
- margin-top:80px;
- width:360px;
- margin-left:400px;
- }
- /* post topbar */
- #top1{
- width:350px;
- height:10px;
- background-color:{color:posts};
- border-top-left-radius:5px;
- }
- #top2{
- text-align:center;
- width:372px;
- padding:5px 0px;
- background-color:{color:posts};
- }
- #posttl{
- font-size:14px;
- margin:0 auto;
- margin-top:5px;
- width:140px;
- padding:3px 6px;
- text-align:center;
- font-weight:bold;
- font-style:italic;
- color:rgba(0,0,0,0.15);
- border:1px solid rgba(0,0,0,0.1);
- border-radius:15px;
- }
- /* post bottombar */
- #postbottom{
- width:372px;
- padding:5px 0px;
- text-align:center;
- margin-top:-1px;
- margin-bottom:90px;
- background-color:{color:posts};
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- #postbottom a{
- color:rgba(0,0,0,0.15);
- font-size:25px;
- }
- /* posts */
- .post{
- width:350px;
- margin:0 auto;
- background:#fff;
- overflow:hidden;
- border:1px solid #eee;
- padding:10px;
- }
- .post img{
- max-width:100%;
- height:auto;
- }
- /* Captions */
- .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
- .cap {
- margin-bottom:10px;
- }
- .tumblr_parent {
- border-radius:5px;
- line-height:150%;
- padding:5px 10px 0px 10px;
- border:1px solid #eee;
- }
- .light .tumblr_parent{
- background-color:#fff;
- border:1px solid #eee;
- }
- .dark .tumblr_parent{
- border:1px solid #000;
- background-color:#222;
- }
- .tumblr_parent blockquote {
- margin:5px 0;
- }
- a.tumblr_blog {
- display:block;
- font-size:11px;
- line-height:150%;
- font-weight:bold;
- color:{color:gradient 2};
- }
- a.tumblr_blog:after{
- content:':';
- }
- a.tumblr_blog:hover{
- color:{color:links hover};
- }
- /* Quote Posts */
- #quote{
- text-align:center;
- font-size:20px;
- color:{color:accent};
- }
- #qa{
- padding:10px;
- }
- /* Link Posts */
- #link{
- padding:10px;
- border-radius:5px;
- background-color:rgba({RGBcolor:gameboy}, 0.3);
- }
- /* Link Posts */
- #line{
- border-radius:5px;
- padding:5px 10px;
- margin-bottom:10px;
- border:1px solid #eee;
- }
- #line:nth-of-type(even){
- background-color:{color:gradient 1};
- }
- #line:nth-of-type(odd){
- background-color:{color:gradient 2};
- }
- /* Audio Posts */
- #audio{
- padding:5px;
- width:345px;
- margin-bottom:5px;
- }
- /* Ask Posts */
- #ask{
- width:350px;
- }
- #askerimg{
- position:absolute;
- }
- #askerimg img{
- max-width:50px;
- max-height:50px;
- border-radius:5px;
- }
- #question{
- margin-left:65px;
- padding:9px;
- border-radius:5px;
- background-color:#eee;
- }
- #question:before{
- content:'◀︎';
- position:absolute;
- margin-left:-17px;
- color:#eee;
- }
- #answer{
- padding:2px 10px;
- margin-top:10px;
- border-radius:5px;
- background-color:#fff;
- border:1px solid #eee;
- }
- #ahead{
- padding-top:10px;
- }
- /* Tags */
- #tags{
- background:#fff;
- border:1px solid #eee;
- width:350px;
- margin-top:-1px;
- margin-bottom:65px;
- padding:5px;
- }
- #tags a{
- color:{color:tags};
- padding-left:5px;
- padding-right:5px;
- text-decoration:none;
- }
- /* Permalink Notes */
- #note{
- width:350px;
- margin:0 auto;
- border:1px solid #eee;
- padding:5px;
- background:#fff;
- color:{color:body text};
- margin-top:30px;
- margin-bottom:150px;
- }
- .notes img{width:20px; position:relative; top:1px; padding-right:5px;}
- ol.notes, .notes li{width:350px; list-style:none; margin:0px 0 -1px 5px; padding:5px}
- /* Pagination */
- #pagi{
- width:350px;
- padding:5px;
- margin:0 auto;
- margin-top:50px;
- margin-bottom:150px;
- overflow:hidden;
- text-align:center;
- }
- #pagi a{
- padding-left:5px;
- padding-right:5px;
- color:#fff;
- border-radius:3px;
- background-color:{color:posts};
- }
- #pagi a:hover{
- background-color:#fff;
- color:{color:posts};
- }
- .current_page{
- padding-left:5px;
- padding-right:5px;
- border-radius:3px;
- background-color:#fff;
- color:{color:posts};
- border:1px solid {color:posts};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div class="gameboywrap">
- {block:ifgame}
- <div id="cartridge"><div id="cartop1"></div>
- <div id="cartop"><div id="carttl">Nintendo GAMEBOY</div></div>
- <div id="carimg"><img src="{image:game}"></div>
- <div id="carbottom"></div></div>
- {/block:ifgame}
- <div class="gameboy">
- <div class="display">
- <div class="desc">{description}</div>
- <img src="{image:sidebar}"><div class="distxt">Gameboy <div style="color:{color:gameboy}; display:inline-block">COLOR</div></div></div>
- <div class="main">
- <div class="ntd">Nintendo</div>
- <div class="cross"><a href="{text:link 1 url}">+</a> </div>
- <div class="a"><a href="{text:link 2 url}">A</a></div>
- <div class="b"><a href="{text:link 3 url}">B</a></div>
- <div class="start"><a href="{text:link 4 url}">START</a></div>
- <div class="select"><a href="{text:link 5 url}">SELECT</a></div>
- </div><!-- buttons end -->
- </div><!-- gameboy -->
- </div><!-- gameboy wrap -->
- <div id="postcont">
- {block:Posts}
- {block:NoPosts}
- <div id="posttop">
- <div id="top1"></div>
- <div id="top2"><div id="posttl">Nintendo GAMEBOY</div></div></div>
- <div id="post">
- Whoops, there's nothing here yet!
- </div>
- <div id="postbottom"><a href="/">▼</a></div>
- {/block:NoPosts}
- <div id="posttop">
- <div id="top1"></div>
- <div id="top2"><div id="posttl">Nintendo GAMEBOY</div></div>
- </div>
- <div class="post">
- {block:Text}
- {block:Title}<h2>{title}</h2>{/block:Title}
- <div class="cap">{body}</div>
- {/block:Text}
- {block:Photo}
- <img class="image" src="{PhotoURL-500}" alt="{PhotoAlt}" />
- {block:caption}<div class="cap">{caption}</div>{/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}<div class="cap">{caption}</div>{/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}
- <div id="link">
- <h2><a href="{URL}" target="_blank">{Name} > </a></h2>
- <div id="linkdesc">
- {block:Excerpt}{Excerpt}{/block:Excerpt}
- </div>
- </div>
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}
- {block:Label}<div id="line">
- <b>{Label}</b>{/block:Label} {Line}<br>
- </div>{/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}<div class="cap">{caption}</div>{/block:caption}
- {/block:Audio}
- {block:Video}
- <center>{Video-250}</center>
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:Video}
- {block:Answer}
- <div id="ask">
- <div id="askerimg"><img src="{AskerPortraitURL-128}"></div>
- <div id="question">
- <b>{Asker} said:</b> <br>
- {question}</div>
- </div>
- <div id="answer">
- {block:NotReblog}{Answer}{/block:NotReblog}
- {block:Answerer}<div id="ahead">{answerer}</div>{Answer}{/block:Answerer}
- </div>
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="cap">
- {block:caption}{caption}{/block:caption}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {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:IndexPage}
- <div id="postbottom"><a href="{permalink}" title="Permalink">▼</a></div>
- {/block:IndexPage}
- {/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><!-- postcont -->
- </div><!-- wrapper -->
- <!-- Do not remove or destroy my credits! Please leave them as they are. -->
- <div id="c">
- <a href="http://baechys.tumblr.com" title="Programmed with love by Caroline">BCHYS</a>
- </div>
- <!-- Do not remove or destroy my credits! Please leave them as they are. -->
- </body>
- </html>
Add Comment
Please, Sign In to add comment