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">
- <!--
- ** Joy -Theme by Caro / baechys@tumblr
- ------------------------------------------------------------------------
- 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:avatar" content="http://static.tumblr.com/d70w4cr/DoUolc3un/joyforniu.png"/>
- <meta name="image:header" content=""/>
- <meta name="image:container background" content="http://static.tumblr.com/d70w4cr/IKTolc3ti/dotties.png"/>
- <meta name="color:background" content="#fff"/>
- <meta name="color:container background" content="#f0f9f4"/>
- <meta name="color:body font" content="#888"/>
- <meta name="color:links" content="#a6d1e4"/>
- <meta name="color:links hover" content="#e7a3a4"/>
- <meta name="color:bold text" content="#999"/>
- <meta name="color:selection" content="#badbea"/>
- <meta name="color:scrollbar" content="#ccc"/>
- <meta name="color:accent" content="#badbea"/>
- <meta name="color:header" content="#badbea"/>
- <meta name="select:post size" content="300px" title="300px"/>
- <meta name="select:post size" content="350px" title="350px"/>
- <meta name="if:header" content="1"/>
- <meta name="if:avatar" content="1"/>
- <meta name="if:round avatar" content="1"/>
- <meta name="if:centered description" content="1"/>
- <meta name="if:tags" content="1"/>
- <meta name="if:captions" content="1"/>
- <meta name="text:link 1 title" content="link 1"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2 title" content="link 2"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3 title" content="link 3"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4 title" content="link 4"/>
- <meta name="text:link 4 url" content="/"/>
- <meta name="text:link 5 title" content="link 5"/>
- <meta name="text:link 5 url" content="/"/>
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script>
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true, tip_delay_time:50, tip_fade_speed:800
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox:true, rounded:false, gutter:'4px',
- borderRadius:'0px', photoset:'.photo-slideshow',
- photoWrap:'.photo-data', photo:'.pxu-photo'
- });
- });
- </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:10px;
- 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:20px;
- text-align:center;
- 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:'open sans';
- z-index:999999;
- }
- #c a{
- background:{color:links hover};
- font-size:12px;
- font-family:'open sans';
- color:#fff;
- font-size:10px;
- padding:5px;
- letter-spacing:1px;
- text-decoration:none;
- }
- #c a:hover{
- background:#fff;
- 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;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:url('{image:scrollbar}');
- height:6px;
- }
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- background:url('{image:scrollbar}');
- }
- ::selection {
- background-color:{color:selection};
- color:white;}
- #s-m-t-tooltip {
- max-width:100px;
- padding:5px 8px 5px 8px;
- margin:20px 14px 7px 10px;
- border:2px solid {color:accent};
- border-radius:3px;
- background-color:#fff;
- font-style: normal;
- font-size:10px;
- line-height:11px;
- letter-spacing:0px;
- text-transform:none;
- z-index:999999999;
- }
- .wrap{
- width:650px;
- height:480px;
- position:fixed;
- margin:auto;
- left:0px;
- right:0px;
- top:0px;
- bottom:0px;
- }
- #container {
- position:fixed;
- overflow:auto;
- margin-left:250px;
- height:480px;
- width:400px;
- background-color:{color:container background};
- background-image:url('{image:container background}');
- }
- #post{
- width:{select:post size};
- padding:5px;
- margin:0 auto;
- margin-bottom:40px;
- margin-top:15px;
- background:#fff;
- overflow:hidden;
- }
- #post img{
- max-width:100%;
- height:auto;
- }
- #post img:hover{
- opacity:1;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #quote{
- text-align:center;
- font-size:20px;
- color:{color:accent};
- }
- #qa{
- padding:10px;
- }
- #audio{
- padding:5px;
- width:295px;
- margin-bottom:5px;
- }
- #tags{
- background:#fff;
- padding:5px;
- margin-top:10px;
- width:{select:post size};
- color:#999;
- }
- #tags a{
- color:{color:tags};
- padding-left:5px;
- padding-right:5px;
- text-decoration:none;
- }
- #note{
- width:{select:post size};
- 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:{select:post size}; list-style:none; margin:0px 0 -1px 5px; padding:5px}
- #pagi{
- width:{select:post size};
- padding:5px;
- margin:0 auto;
- margin-top:50px;
- margin-bottom:50px;
- overflow:hidden;
- text-align:center;
- }
- #pagi a{
- padding-left:5px;
- padding-right:5px;
- color:#fff;
- border-radius:3px;
- margin:3px;
- background-color:{color:accent};
- }
- #pagi a:hover{
- background-color:#fff;
- color:{color:accent};
- }
- .current_page{
- padding-left:5px;
- padding-right:5px;
- border-radius:3px;
- background-color:#fff;
- color:{color:accent};
- border:1px solid {color:accent};
- }
- #sidebar{
- height:480px;
- width:250px;
- position:fixed;
- background-color:#fff;
- }
- #header{
- position:fixed;
- height:150px;
- width:250px;
- background-color:{color:header};
- background-image:url('{image:header}');
- background-position:center;
- background-repeat:no-repeat;
- text-align:center;
- }
- #sidebar #avatar{
- position:fixed;
- height:75px;
- width:75px;
- {block:ifheader}
- margin-left:5px;
- margin-top:110px;
- {/block:ifheader}
- {block:ifnotheader}
- {block:ifavatar}
- margin-top:05px;
- margin-left:85px;
- {block:ifavatar}
- {/block:ifnotheader}
- }
- #sidebar #avatar img{
- max-height:75px;
- max-width:75px;
- border:3px solid #fff;
- {block:ifroundavatar}
- border-radius:100%;
- {block:ifroundavatar}
- {block:ifnotroundavatar}
- border-radius:5px;
- {/block:ifnotroundavatar}
- }
- #sidebar #txt{
- {block:ifcentereddescription}
- text-align:center;
- {/block:ifcentereddescription}
- {block:ifnotcentereddescription}
- margin-left:-2px;
- {/block:ifnotcentereddescription}
- {block:ifavatar}
- {block:ifheader}
- clear:both;
- {/block:ifheader}
- {/block:ifavatar}
- {block:ifnotavatar}
- {block:ifnotheader}
- margin-top:-5px;
- {/block:ifnotheader}
- {/block:ifnotavatar}
- {block:ifavatar}
- {block:ifnotheader}
- margin-top:-5px;
- {/block:ifnotheader}
- {/block:ifavatar}
- {block:ifheader}
- {block:ifnotavatar}
- margin-top:-3px;
- {/block:ifnotavatar}
- {/block:ifheader}
- padding:10px;
- }
- #sidebar #lnk{
- {block:ifavatar}
- {block:ifnotheader}
- width:139px;
- margin:0 auto;
- margin-top:95px;
- {/block:ifnotheader}
- {/block:ifavatar}
- {block:ifheader}
- {block:ifnotavatar}
- text-align:center;
- margin-top:155px;
- {/block:ifnotavatar}
- {/block:ifheader}
- {block:ifavatar}
- {block:ifheader}
- width:140px;
- margin-left:95px;
- margin-top:163px;
- float:left;
- margin-bottom:10px;
- {/block:ifheader}
- {/block:ifavatar}
- {block:ifnotavatar}
- {block:ifnotheader}
- text-align:center;
- margin-top:5px;
- {/block:ifnotheader}
- {/block:ifnotavatar}
- }
- #sidebar #lnk a{
- padding-left:5px;
- padding-right:5px;
- color:#fff;
- border-radius:3px;
- background-color:{color:accent};
- margin:5px;
- }
- #sidebar #lnk a:hover{
- background-color:#fff;
- color:{color:accent};
- }
- #noot{
- display:inline-block;
- }
- #noot a{
- padding-left:5px;
- padding-right:5px;
- color:#fff;
- border-radius:3px;
- background-color:{color:accent};
- }
- #noot a:hover{
- background-color:#fff;
- color:{color:accent};
- border:1px solid {color:accent};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="wrap">
- <div id="sidebar">
- {block:ifheader}
- <div id="header"><img src="{image:header}" style="height:150px">
- </div><!-- header -->
- {/block:ifheader}
- {block:ifavatar}
- <div id="avatar">
- <a href="/" title="{title}"><img src="{image:avatar}"></a>
- </div> <!-- avatar -->
- {/block:ifavatar}
- <div id="lnk">
- <a href="{text:link 1 url}" title="{text:link 1 title}">1</a>
- <a href="{text:link 2 url}" title="{text:link 2 title}">2</a>
- <a href="{text:link 3 url}" title="{text:link 3 title}">3</a>
- <a href="{text:link 4 url}" title="{text:link 4 title}">4</a>
- <a href="{text:link 5 url}" title="{text:link 5 title}">5</a>
- </div>
- <div id="txt">
- {description}
- </div> <p><p></p></p>
- </div><!-- sidebar -->
- <div id="container">
- {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:IndexPage}
- {block:IfCaptions}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:IfCaptions}
- {/block:IndexPage}
- {block:permalinkpage}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:permalinkpage}
- {/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:IndexPage}
- {block:IfCaptions}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:IfCaptions}
- {/block:IndexPage}
- {block:permalinkpage}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:permalinkpage}
- {/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:IndexPage}
- {block:IfCaptions}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:IfCaptions}
- {/block:IndexPage}
- {block:permalinkpage}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:permalinkpage}
- {/block:Audio}
- {block:Video}
- <center>{Video-250}</center>
- {block:IndexPage}
- {block:IfCaptions}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:IfCaptions}
- {/block:IndexPage}
- {block:permalinkpage}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:permalinkpage}
- {/block:Video}
- {block:Answer}
- <div id="qa">
- <b>{Asker}</b> said: <br>
- <b>" {Question} "</b>
- {Answer}
- </div>
- {/block:Answer}
- {block:IndexPage}
- <div id="tags">
- <a style="float:right" href="{ReblogURL}" target="_blank" title="reblog?"><span class="entypo-cw"></span></a>
- {block:date}
- <div id="noot"><a href="{permalink}" title="{timeago}">
- <span class="entypo-hourglass" style="color:#fff; font-size:10px"></span>
- </a></div>
- {/block:date}
- {block:NoteCount}
- <div id="noot"><a href="{permalink}" title="{NoteCount} Notes">+ {NoteCount}</a></div>
- {/block:NoteCount}
- {block:iftags} <br>
- {block:HasTags} tags ://
- {block:Tags}<a href="{TagURL}">#{tag}</a> {/block:Tags}
- {/block:HasTags}
- {/block:iftags}
- </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 -->
- <!-- Do not remove or destroy my credits! Please leave them as they are. -->
- <div id="c">
- <a href="http://baechys.tumblr.com" title="Made with love by Caroline">BCHYS</a>
- </div>
- <!-- Do not remove or destroy my credits! Please leave them as they are. -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment