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">
- <!-------
- theme by kuroneki. don't remove this part and don't remove my in-theme credit. u are allowed to change the colors/corner position, but nothing else.
- feel free to send a msg to my blog if something doesnt work or if you need help with certain customization.
- <!------>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".sub").hide();
- //toggle the componenet with class msg_body
- jQuery(".cthrough").click(function()
- {
- jQuery(this).next(".sub").slideToggle(500);
- });});
- </script>
- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'> <!-- this is a font source, don't delete -->
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#000"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="image:Favicon" content=""/>
- <meta name="image:Floater" content=""/>
- <meta name="color:Scrollbar" content="#000"/>
- <meta name="color:Blockquote" content="#000"/>
- <meta name="color:Borders" content="#000"/>
- <meta name="color:Link" content="#000"/>
- <meta name="color:Posts BG" content="#fff"/>
- <meta name="color:Sidebar Links" content="#000"/>
- <meta name="text:Floater Position Vertical" content="0"/>
- <meta name="text:Floater Position Horizontal" content="500"/>
- <meta name="text:Link 1" content="link one"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content="link two"/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 3" content="link three"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 4" content="link four"/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 5" content="link five"/>
- <meta name="text:Link 5 URL" content="/"/>
- <meta name="text:Link 6" content="link six"/>
- <meta name="text:Link 6 URL" content="/"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="if:Battery" content="0"/>
- <meta name="if:TwoMoreLinks" content="0"/>
- <meta name="if:ShowCaptions" content="0"/>
- <meta name="if:ShowTags" content="0"/>
- <meta name="if:FullsizeBG" content="0"/>
- <meta name="if:MonochromeImages" content="0"/>
- <meta name="if:FadedImages" content="0"/>
- <meta name="if:FloatingImage" content="0"/>
- <meta name="select:Battery" content="http://i.imgur.com/rsdP4m1.png" title="0%"/>
- <meta name="select:Battery" content="http://i.imgur.com/tWIrAd6.png" title="20%"/>
- <meta name="select:Battery" content="http://i.imgur.com/oXHMg1j.png" title="40%"/>
- <meta name="select:Battery" content="http://i.imgur.com/kexHOZN.png" title="60%"/>
- <meta name="select:Battery" content="http://i.imgur.com/uwPD8Ao.png" title="80%"/>
- <meta name="select:Battery" content="http://i.imgur.com/3yh0ASM.png" title="100%"/>
- <meta name="select:Post Size" content="250px" title="250px"/>
- <meta name="select:Post Size" content="400px" title="400px"/>
- <meta name="select:Post Size" content="500px" title="500px"/>
- <style type="text/css">
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
- top: 5px; right: 5px !important;
- position: fixed !important;
- color: #67d8f4;
- white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.8;
- }
- body {
- color: {color:Text};
- background-color: {color:Background};
- background-image: url({image:Background});
- background-repeat: repeat;
- {block:ifFullsizeBG}
- background-size: cover;
- {/block:ifFullsizeBG}
- background-attachment: fixed;
- font-family: "source sans pro";
- font-size: 10px;
- letter-spacing: 0.5px;
- line-height: 12px;
- text-transform: lowercase;
- }
- a {
- text-decoration: none;
- color: {color:Link};
- font-style: italic;
- -o-transition:.5s;
- -ms-transition:.5s;
- -moz-transition:.5s;
- -webkit-transition:.5s;
- }
- a:hover {
- cursor: help;
- -o-transition:.5s;
- -ms-transition:.5s;
- -moz-transition:.5s;
- -webkit-transition:.5s;
- }
- ::-webkit-scrollbar {
- width: 3px;
- height: 5px;
- background: {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- }
- #credit { /* DO NOT REMOVE THIS */
- position:fixed;
- bottom: 10px;
- left: 10px;
- padding: 3px;
- background: #fff;
- border: 3px double {color:Borders};
- box-shadow: 2px 2px {color:Borders};
- }
- #credit a {
- color: {color:Text};
- font-size:10px;
- font-style: normal;
- text-shadow: none;
- text-decoration: none;
- }
- #content {
- {block:IndexPage}
- width: 500px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- {/block:PermalinkPage}
- position: relative;
- margin-top: 60px;
- margin-left: -50px;
- }
- .entry {
- margin-bottom: 70px;
- background: {color:Posts BG};
- padding: 10px 10px 3px 10px;
- width: {select:Post Size};
- text-transform: none;
- overflow: hidden;
- z-index: -9;
- border: 3px double {color:Borders};
- box-shadow: 2px 2px {color:Borders};
- }
- .entry:last-child {
- margin-bottom: 20px;
- }
- .entry img {
- background-color: #fff;
- max-width: 100%;
- height:auto;
- {block:ifMonochromeImages}
- -webkit-filter: grayscale(100%);
- {/block:ifMonochromeImages}
- {block:ifFadedImages}
- -webkit-transition: opacity 0.5s linear;
- opacity: 0.75;
- {/block:ifFadedImages}
- }
- .entry img:hover {
- -webkit-transition: opacity 0.5s linear;
- opacity: 1;
- }
- #perma {
- width: {select:Post Size};
- height: auto;
- text-align: left;
- letter-spacing: 0.5px;
- text-transform: lowercase;
- color: {color:Text};
- }
- #perma a {
- color: {color:Link};
- text-decoration: none;
- font-style: normal;
- -o-transition:.5s;
- -ms-transition:.5s;
- -moz-transition:.5s;
- -webkit-transition:.5s;
- }
- #perma a:hover {
- color: {color:Link Hover};
- -o-transition:.5s;
- -ms-transition:.5s;
- -moz-transition:.5s;
- -webkit-transition:.5s;
- }
- blockquote {
- border-left: 1px dashed {color:Blockquote};
- margin-left: 6px;
- padding-left: 10px;
- }
- ol.notes {
- margin-top: 20px;
- margin-left: -25px;
- line-height: 15px;
- }
- ol.notes img {
- display:none;
- }
- .top.media.photoset {
- line-height: 0;
- position: relative;
- display: inline-block;
- }
- .html_photoset {
- {block:ifMonochromeImages}
- -webkit-filter: grayscale(100%);
- {/block:ifMonochromeImages}
- {block:ifFadedImages}
- -webkit-transition: opacity 0.5s linear;
- opacity: 0.75;
- {/block:ifFadedImages}
- }
- .html_photoset img {
- background-color: #fff;
- }
- .html_photoset:hover {
- {block:ifFadedImages}
- -webkit-transition: opacity 0.5s linear;
- opacity: 1;
- {/block:ifFadedImages}
- }
- #wrapper {
- width: 380px;
- margin: 0px auto;
- }
- img.avatar {
- display: none;
- }
- .quote {
- font-style: italic;
- }
- .quotesource {
- text-align: right;
- margin-bottom: 10px;
- }
- .textpost {
- margin-top: -10px;
- margin-left: 1px;
- }
- .chat {
- margin-bottom: 10px;
- }
- #float {
- bottom: {text:Floater Position Vertical}px;
- margin-left: {text:Floater Position Horizontal}px;
- position: fixed;
- }
- .ask {
- padding-bottom: 5px;
- text-transform: none;
- z-index: 9;
- }
- #sidebar {
- position: fixed;
- height: auto;
- width: 110px;
- top: 160px;
- margin-left: -280px;
- z-index: 99;
- }
- #desc {
- text-align: center;
- letter-spacing: 0.6px;
- color: {color:Text};
- }
- .count {
- float: left;
- }
- .rbgd {
- float: right;
- }
- #prevpg {
- float: left;
- }
- #nextpg {
- float: right;
- }
- .permablock {
- margin-top: 5px;
- padding-bottom: 3px;
- }
- #sideicon {
- padding: 2px;
- border: 3px double {color:Borders};
- box-shadow: 2px 2px {color:Borders};
- background-color: {color:Posts BG};
- }
- #sideicon img {
- -o-transition:.5s;
- -ms-transition:.5s;
- -moz-transition:.5s;
- -webkit-transition:.5s;
- height: auto;
- max-width: 100px;
- margin-bottom: -3px;
- }
- #sideicon img:hover {
- opacity: 0.6;
- -o-transition:.5s;
- -ms-transition:.5s;
- -moz-transition:.5s;
- -webkit-transition:.5s;
- }
- .cthrough {
- margin-top: 5px;
- width: 104px;
- padding: 1px 0px 1px 0px;
- display: block;
- background-color:{color:Posts BG};
- margin-bottom: 5px;
- border: 3px double {color:Borders};
- box-shadow: 2px 2px {color:Borders};
- }
- #prevpg {
- width: 104px;
- padding: 1px 0px 1px 0px;
- display: block;
- background-color: {color:Posts BG};
- margin-bottom: 5px;
- border: 3px double {color:Borders};
- box-shadow: 2px 2px {color:Borders};
- }
- #nextpg {
- width: 104px;
- padding: 1px 0px 1px 0px;
- display: block;
- background-color: {color:Posts BG};
- margin-bottom: 5px;
- border: 3px double {color:Borders};
- box-shadow: 2px 2px {color:Borders};
- }
- .video iframe {
- width: {select:Post Size};
- height: auto;
- }
- #bat {
- position: absolute;
- margin-top: -3px;
- margin-left: 110px;
- }
- </style>
- {block:ifInfiniteScroll}
- <script type="text/javascript" src="http://codes.bitshare.cm/infinitescrolling.js"></script>
- {/block:ifInfiniteScroll}
- </head>
- <body>
- <div id="credit"><a href="http://kuroneki.tumblr.com/" title="theme by kuroneki">thm</a></div>
- <div id="wrapper">
- <div id="sidebar">
- <div id="sideicon">
- {block:ifBattery}
- <div id="bat"><img src="{select:Battery}"></div>
- {/block:ifBattery}
- <a href="/"><img src="{image:Sidebar Image}"></a></div>
- <div id="desc">
- <a href="#" class="cthrough">navigation</a>
- <div class="sub">
- .<a href="{text:Link 1 URL}">{text:Link 1}</a>
- .<a href="{text:Link 2 URL}">{text:Link 2}</a><br>
- .<a href="{text:Link 3 URL}">{text:Link 3}</a>
- .<a href="{text:Link 4 URL}">{text:Link 4}</a>
- {block:ifTwoMoreLinks}<br>
- .<a href="{text:Link 5 URL}">{text:Link 5}</a>
- .<a href="{text:Link 6 URL}">{text:Link 6}</a>
- {/block:ifTwoMoreLinks}<br><br>
- </div>
- {description}<br>
- <br>
- {block:ifnotInfiniteScroll}<br><br>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <div id="prevpg"><a href="{PreviousPage}">previous page</a></div>
- {/block:PreviousPage}
- {block:NextPage}
- <div id="nextpg"><a href="{NextPage}">next page</a></div>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifnotInfiniteScroll}
- </div>
- </div>
- {block:ifFloatingImage}
- <div id="float">
- <img src="{image:Floater}" draggable="false">
- </div>
- {/block:ifFloatingImage}
- <div id="content">
- {block:Posts}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <div class="entry">
- <!-- ////////////////// PHOTO ////////////////// -->
- {block:Photo}
- <img src="{PhotoURL-Highres}">
- {block:IndexPage}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:PermalinkPage}
- {/block:Photo}
- <!-- ////////////////// PHOTOSET ////////////////// -->
- {block:Photoset}
- <section class="ia photoset">
- {Photoset}
- </section>
- {block:IndexPage}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:PermalinkPage}
- {/block:Photoset}
- <!-- ////////////////// TEXT ////////////////// -->
- {block:Text}
- <div class="textpost">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- <!-- ////////////////// LINK ////////////////// -->
- {block:Link}
- <div class="textpost">
- <h1><a href="{URL}">{Name}</a></h1>
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- {/block:Link}
- <!-- ////////////////// QUOTE ////////////////// -->
- {block:Quote}
- <div class="quote">
- "{Quote}"
- </div>
- <div class="quotesource">
- {block:Source}<br>
- - {Source}
- {/block:Source}
- </div>
- {/block:Quote}
- <!-- ////////////////// CHAT ////////////////// -->
- {block:Chat}
- <div class="chat">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label} </b>
- {/block:Label}
- <span><i>{Line}</i><br></span>
- {/block:Lines}
- </div>
- {/block:Chat}
- <!-- ////////////////// AUDIO ////////////////// -->
- {block:Audio}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:IndexPage}
- <p>{block:TrackName}Track: {TrackName}<br>
- {/block:TrackName}
- {block:Artist}
- Artist: {Artist}<br>
- {/block:Artist}
- {block:Album}
- Album: {Album}<br>
- {/block:Album}
- {block:PlayCount}
- Played: {PlayCount}
- {/block:PlayCount}
- {/block:IndexPage}
- {block:IndexPage}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:PermalinkPage}
- {/block:audio}
- <!-- ////////////////// VIDEO ////////////////// -->
- {block:Video}
- {block:IndexPage}
- <div class="video">{Video-700}</div>
- {/block:IndexPage}
- {block:IndexPage}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:PermalinkPage}
- {/block:Video}
- <!-- ////////////////// ASKS ////////////////// -->
- {block:Answer}
- <div class="ask">
- <b>{Asker}</b> asked: <br><i>{Question}</i>
- </div>
- <p>{Answer}
- {/block:Answer}
- <!--permalink page-->
- {block:PermalinkPage}<br><br>
- <a href="{Permalink}">{TimeAgo}</a> with
- <a href="{Permalink}">{NoteCount} notes</a><br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- <!--permalink-->
- {block:IndexPage}
- <div class="permablock">
- <div id="perma">
- <a href="{Permalink}">{TimeAgo}</a> with
- <a href="{Permalink}">{NoteCount} notes</a>
- <div class="rbgd">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a> /
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}">©</a> /
- {/block:ContentSource}
- <a href="{ReblogURL}" class="permalinks">reblog</a></div><br>
- {block:ifShowTags}{block:HasTags}filed under: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}
- </div>
- {/block:IndexPage}</div>
- </div> <!---entry div--->
- {/block:Posts}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div><!---content div--->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment