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">
- <!--
- ** Seapony -Theme by Caro / baechys@tumblr
- UPDATE AS OF AUG. 23rd 2017 - Fixed tumblr controls + updated design
- ------------------------------------------------------------------------
- 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/faq
- ------------------------------------------------------------------------
- CREDIT TO HTTP://BAECHYS.TUMBLR.COM
- -->
- <head>
- <title>{title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="image:background" content="http://static.tumblr.com/c8f93e108fe511692b1c258193108ce9/3cfauon/kURng6a9y/tumblr_static_22j4nasnd89w0gcc0cc0cwso4.png"/>
- <meta name="image:sidebar img" content=""/>
- <meta name="color:background" content="#fff"/>
- <meta name="color:body font" content="#666666"/>
- <meta name="color:links" content="#e7a3a4"/>
- <meta name="color:links hover" content="#ffc7c7"/>
- <meta name="color:bold text" content="#666666"/>
- <meta name="color:selection" content="#e7a3a4"/>
- <meta name="color:scrollbar" content="#cccccc"/>
- <meta name="color:tooltips border" content="#e7a3a4"/>
- <meta name="color:topbar" content="#d2edde"/>
- <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="/"/>
- <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>
- <style type="text/css">
- .tmblr-iframe{
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;
- transition: .4s ease-in-out;
- -webkit-transition: .4s ease-in-out;
- -moz-transition: .4s ease-in-out;
- -o-transition: .4s ease-in-out;
- position:fixed!important;
- top:55px!important;
- right:-30px!important;
- transform:scale(0.8,0.8);
- }
- .tmblr-iframe: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: consolas, arial;
- 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;
- }
- small{
- font-size:8px;
- }
- h1, h2, h3, h4, h5, h6{
- font-size:20px;
- display:block;
- margin-top:0px;
- margin-bottom: 0.67em;
- margin-left: 0;
- margin-right: 0;
- }
- 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;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:url('{image:scrollbar}');
- height:10px;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:10px;
- 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;
- }
- #postcont{
- width:500px;
- margin:0 auto;
- margin-top:100px;
- }
- #post{
- width:{block:IndexPage}300px{/block:IndexPage}
- {block:PermalinkPage}500px{/block:PermalinkPage};
- overflow:hidden;
- {block:IndexPage}
- margin-bottom:50px;
- margin-left:110px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:0 auto;
- {/block:PermalinkPage}
- }
- #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;
- }
- #posttail{
- position:absolute;
- width:90px;
- padding-right:5px;
- border-right:1px solid {color:topbar};
- }
- #tags{
- position:absolute;
- width:90px;
- margin-left:410px;
- }
- #quote{
- font-size:16px;
- }
- #ask{
- padding:10px;
- display:block;
- border:1px solid {color:topbar};
- }
- #audio{
- padding:5px;
- width:295px;
- margin-bottom:5px;
- }
- #tags a{
- padding-right:5px;
- text-decoration:none;
- }
- #note{
- width:500px;
- margin:0 auto;
- margin-top:20px;
- color:{color:body text};
- }
- .notes img{width:20px; position:relative; top:1px; padding-right:5px;}
- ol.notes, .notes li{width:500px; list-style:none; margin:0px 0 -1px 5px; padding:5px}
- #pagi{
- width:300px;
- margin-left:135px;
- margin-top:20px;
- margin-bottom:20px;
- overflow:hidden;
- text-align:center;
- }
- #pagi a{
- text-decoration:none;
- color:{color:links};
- }
- #topbar{
- position:fixed;
- top:0px;
- left:0px;
- width:100%;
- background-color:{color:topbar};
- text-align:center;
- padding:10px 0px 10px 0px;
- z-index:99999999;
- }
- #topbar a{
- color:#fff;
- font-size:25px;
- }
- #topbar a:hover{
- color:rgba(255,255,255,0.5);
- }
- #toplinks a{
- text-transform:uppercase;
- font-size:10px;
- padding-left:5px;
- padding-right:5px;
- }
- #sidebar{
- position:fixed;
- width:150px;
- margin-left:175px;
- text-align:center;
- }
- #sidebar img{
- padding-bottom:5px;
- max-height:150px;
- max-width:150px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="topbar">
- <a href="/">{Title}</a> <br>
- <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>
- <a href="{text:link 5 url}">{text:link 5}</a>
- </div>
- </div>
- <div id="sidebar">
- <a href="/" title="{title}"><img src="{image:sidebar img}"></a> <br>
- {description}
- </div>
- <div id="postcont">
- {block:Posts}
- {block:IndexPage}
- <div id="posttail">
- {block:Date}
- <a href="{permalink}" title="{TimeAgo}" style="font-size:20px">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
- {/block:Date}
- {block:NoteCount}
- <br>
- +<a href="{permalink}" title="{NoteCount} Notes">{NoteCount}</a>
- {/block:NoteCount}
- <a style="float:right" href="{ReblogURL}" target="_blank">reblog?</a>
- <br>
- </div><!-- posttail end -->
- {/block:IndexPage}
- {block:IndexPage}
- <div id="tags">
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- <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}{caption}{/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="right">- {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}" target="_blank">{Name}</a></h2>
- <blockquote>
- {block:Excerpt}{Excerpt}<br>{/block:Excerpt}
- {block:Author}{Author}{/block:Author}
- </blockquote>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {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}
- {block:indexpage}
- <center>{Video-250}</center>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Video-500}</center>
- {/block:permalinkpage}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Video}
- {block:Answer}
- <div id="ask">
- <b>{Asker} asked: {Question} </b>
- </div>
- {Answer}
- {/block:Answer}
- {block:PermalinkPage}
- <p></p><p></p>
- {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}
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- {block:NoteCount}
- <div id="note">
- {PostNotes}
- </div>
- {/block:NoteCount}
- {/block:PostNotes}
- {/block:permalinkpage}
- {/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 end -->
- <!-- DO NOT TOUCH MY CREDITS!!! -->
- <div id="c">
- <a href="http://baechys.tumblr.com" title="Made with love by Caro">BCHYS</a>
- </div>
- <!-- DO NOT TOUCH MY CREDITS!!! -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment