Advertisement
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">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!----------------------------------------------------------------------------
- Bublets by Laighlin
- 1. you can move the credit elsewhere as long as it's visible.
- 2. you can use sections of the code on other themes (including themes you make yourself) without credit. do not use the entire theme as a base.
- 3. don't claim ownership of the theme.
- note: This theme was originally released on an old account of mine. I have since updated it to look a little better and run a whole lot smoother. It's not very fancy and I'm somewhat out of love with the concept as a whole, but it's functional and looks kinda cute I guess.
- ----------------------------------------------------------------------------->
- <script>
- $(document).ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:200
- });
- });
- </script>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="/">
- <meta name="image:favicon" content="/">
- <meta name="text:cover or repeat" content="cover">
- <meta name="if:border invert" content="1"/>
- <meta name="if:400px" content="1"/>
- <meta name="color:background" content="#fff"/>
- <meta name="color:text" content="#444"/>
- <meta name="color:body link" content="#999"/>
- <meta name="color:link hover" content="#000"/>
- <meta name="color:borders" content="#0db">
- <meta name="color:post border" content="#0a9"/>
- <meta name="color:post bg" content="#fff"/>
- <meta name="color:scroll" content="#0db"/>
- <meta name="color:scroll bg" content="#fff"/>
- <meta name="color:links" content="#0a9"/>
- <meta name="color:links bg" content="#fff"/>
- <!-- description fields -->
- <meta name="color:side bg" content="#d0fff0"/>
- <meta name="color:desc bg" content="#fff"/>
- <meta name="color:desc text" content="#0a9"/>
- <!-- title fields -->
- <meta name="color:title" content="#0a9"/>
- <meta name="color:title bg" content="#fff"/>
- <!--pagination fields-->
- <meta name="color:nav" content="#0a9"/>
- <meta name="color:nav bg" content="#fff"/>
- <!--text fields-->
- <meta name="text:body font" content="consolas"/>
- <meta name="text:body font size" content="12"/>
- <meta name="text:cover or repeat" content="repeat">
- <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="/">
- <style type="text/css">
- body {
- margin:0px;
- color:{color:text};
- font:{text:body font size} {text:body font};
- line-height:100%;
- background:{color:background} url('{image:background}') fixed;
- background-size:{text:cover or repeat};
- background-position:center;
- }
- #s-m-t-tooltip {
- background:{color:nav bg};
- padding:4px;
- margin:auto 13px;
- border:3px solid {color:borders};
- max-width:200px;
- border-radius:10px;
- font:12px consolas;
- z-index:99999;
- }
- img {
- border-radius:12px;
- resize:auto;
- }
- #cred {
- bottom:10px;
- left:10px;
- position:fixed;
- font-family:tahoma;
- font-size:15px;
- border-width:10px;
- {block:ifBorderInvert}
- border-color: {color:post border};
- {/block:ifBorderInvert}
- color:{color:title};
- padding:5px;
- width:14px;
- height:14px;
- background:{color:post bg};
- }
- #cred:hover {
- border-color: {color:post border};
- {block:ifBorderInvert}
- border-color: {color:borders};
- {/block:ifBorderInvert}
- }
- ::selection {
- background:{color:scroll};
- color:{color:scroll bg};
- }
- ::-moz-selection {
- background:{color:scroll};
- color:{color:scroll bg};
- }
- ::-webkit-scrollbar {
- width:9px;
- height:9px;
- }
- ::-webkit-scrollbar-track {
- border-radius:10px;
- background:{color:scroll bg};
- }
- ::-webkit-scrollbar-thumb {
- border-radius:10px;
- background:{color:scroll};
- }
- a {
- text-decoration:none;
- outline:none;
- color:{color:body link};
- transition:.2s all ease;
- }
- a:hover {
- color:{color:link hover};
- }
- img {
- border:none;
- }
- blockquote {
- margin-left:10px;
- margin-right:0px;
- padding-left:10px;
- border-left:2px solid {color:borders};
- }
- blockquote blockquote {
- margin-left:10px;
- margin-right:0px;
- padding-left:10px;
- border-left:2px solid {color:post border};
- }
- #post img {
- max-width:100%;
- max-height:100%;
- }
- h1 {
- font-size:20px;
- font-family:calibri;
- }
- #post, .bub {
- border-style:solid;
- {block:ifNotBorderInvert}
- border-color:{color:borders};
- {/block:ifNotBorderInvert}
- border-radius:50%;
- transition:.4s all ease;
- }
- .nav .lnr {
- font-size:25px;
- }
- {block:ifBorderInvert}
- #post:hover, .bub:hover {
- border-color:{color:borders};
- }
- {/block:ifBorderInvert}
- #entries {
- padding:10px;
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:ifNot400px}
- width:500px;
- {/block:ifNot400px}
- margin-left:40%;
- margin-top:40px;
- }
- #post {
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:ifNot400px}
- width:500px;
- {/block:ifNot400px}
- padding:10px;
- background:{color:post bg};
- margin-bottom:30px;
- border-radius:40px;
- border-width:20px;
- {block:ifBorderInvert}
- border-color:{color:post border};
- {/block:ifBorderInvert}
- transition:.4s all ease;
- }
- #post:hover {
- {block:ifNotBorderInvert}
- border:20px solid {color:post border};
- {/block:ifNotBorderInvert}
- }
- #sbar {
- position:fixed;
- height:100%;
- width:410px;
- }
- #sidebar {
- width:250px;
- height:250px;
- position:fixed;
- left:40px;
- top:40px;
- border-radius:100%;
- border:40px solid {color:borders};
- {block:ifBorderInvert}
- border-color: {color:desc text};
- {/block:ifBorderInvert}
- background-image:url('{image:sidebar}');
- background-position:center;
- background-color:{color:side bg};
- background-size:cover;
- transition:.4s all ease;
- }
- #sidebar img {
- resize:auto;
- border-radius:100%;
- }
- #desc {
- font-size:13px;
- color:{color:desc text};
- background-color:{color:desc bg};
- font-family:consolas;
- font-size:12px;
- line-height:13px;
- padding:25px;
- height:200px;
- width:200px;
- border-radius:50%;
- overflow-y:hidden;
- opacity:0;
- transition:.3s all ease;
- }
- #desc span {
- text-align:center;
- display:table-cell;
- height:200px;
- width:200px;
- vertical-align:middle;
- }
- #sidebar:hover #desc{
- opacity:1;
- }
- #sidebar:hover {
- border-color:{color:borders};
- {block:ifNotBorderInvert}
- border-color: {color:desc text};
- {/block:ifNotBorderInvert}
- }
- .nav {
- position:fixed;
- border:10px solid;
- padding:5px;
- color:{color:nav};
- border-color:{color:borders};
- {block:ifBorderInvert}
- border-color:{color:nav};
- {/block:ifBorderInvert}
- background:{color:nav bg};
- left:60px;
- top:360px;
- }
- {block:ifNotBorderInvert}
- .nav:hover {
- border-color:{color:nav};
- }
- {/block:ifNotBorderInvert}
- #msg {
- margin-left:25px;
- margin-top:60px;
- }
- #submit {
- margin-left:80px;
- margin-top:100px;
- }
- #archive {
- margin-left:145px;
- margin-top:110px;
- }
- #title {
- font-size:15px;
- text-align:center;
- position:relative;
- font-size:17px;
- font-family:consolas;
- vertical-align:middle;
- width:110px;
- margin:auto;
- overflow-y:hidden;
- padding:10px;
- line-height:18px;
- }
- #title a {
- color:{color:title};
- }
- #titcircle {
- width:130px;
- height:130px;
- border:25px solid {color:borders};
- {block:ifBorderInvert}
- border-color:{color:title};
- {/block:ifBorderInvert}
- background-color:{color:title bg};
- display:flex;
- align-items:center;
- top:240px;
- left:230px;
- z-index:3;
- position:relative;
- }
- #titcircle:hover {
- {block:ifBorderInvert}
- border:25px solid {color:borders};
- {/block:ifBorderInvert}
- {block:ifNotBorderInvert}
- border:25px solid {color:title};
- {/block:ifNotBorderInvert}
- }
- #pagination {
- font-size:20px;
- text-align:center;
- padding-top:30px;
- font-size:20px;
- font-family:calibri;
- color:{color:nav};
- }
- #pagicircle a {
- color:{color:nav};
- }
- #pagicircle {
- left:140px;
- top:335px;
- border-color:{color:borders};
- {block:ifBorderInvert}
- border-color:{color:nav};
- {/block:ifBorderInvert}
- background-color:{color:nav bg};
- border-width:15px;
- width:75px;
- height:75px;
- position:fixed;
- transition:.4s all ease;
- z-index:4;
- }
- #pagicircle:hover {
- border-color:{color:borders};
- {block:ifNotBorderInvert}
- border-color: {color:nav};
- {/block:ifNotBorderInvert}
- }
- #info {
- text-align:center;
- margin-top:10px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #links {
- margin-right:20%;
- position:absolute;
- width:250px;
- }
- #l1, #l2, #l3, #l4 {
- text-align:center;
- border:{color:borders} 25px solid;
- background:{color:links bg};
- {block:ifBorderInvert}
- border-color:{color:links};
- {/block:ifBorderInvert}
- background-color:{color:links bg};
- font-size:20px;
- line-height:12px;
- font-family:consolas;
- position:fixed;
- }
- #l1:hover, #l2:hover, #l3:hover, #l4:hover {
- border-color:{color:links};
- {block:ifBorderInvert}
- border-color:{color:borders};
- {/block:ifBorderInvert}
- }
- #l1 {
- right:60px;
- top:60px;
- width:20px;
- height:16px;
- padding-top:4px;
- border-width:25px;
- }
- #l2 {
- right:30px;
- top:105px;
- width:30px;
- height:20px;
- padding-top:10px;
- }
- #l3 {
- right:70px;
- top:150px;
- width:45px;
- height:27px;
- padding-top:18px;
- }
- #l4 {
- right:20px;
- top:215px;
- width:60px;
- height:35px;
- padding-top:25px;
- }
- .tags {
- color:{color:tags};
- }
- .line {
- width:inherit;
- height:5px;
- border-bottom:1px dotted {color:post border};
- margin-bottom:3px;
- }
- .quote {
- font-size:130%;
- font-weight:bold;
- }
- #notecont {
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:ifNot400px}
- width:500px;
- {/block:ifNot400px}
- max-height:400px;
- padding:20px;
- background:{color:post bg};
- margin-bottom:30px;
- border-radius:40px;
- {block:ifNotBorderInvert}
- border:20px solid {color:borders};
- {/block:ifNotBorderInvert}
- {block:ifBorderInvert}
- border:20px solid {color:post border};
- {/block:ifBorderInvert}
- }
- #notecont:hover{
- {block:ifNotBorderInvert}
- border:20px solid {color:post border};
- {/block:ifNotBorderInvert}
- {block:ifBorderInvert}
- border:20px solid {color:borders};
- {/block:ifBorderInvert}
- }
- #notec2 {
- max-height:400px;
- overflow-y:auto;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sbar">
- <a href="http://linthm.tumblr.com/thm" title="Bublets by Laighlin"><div class="bub" id="cred"><span class="lnr lnr-code"></span></div></a>
- <div class="bub" id="titcircle">
- <div id="title"><a href="/">{Title}</a></div>
- </div>
- <div class="bub" id="sidebar">
- <div id="desc"><span>{Description}</span></div>
- </div>
- <div class="bub" id="pagicircle">
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
- </div></div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}
- {block:if400px}
- <img src="{PhotoURL-400}">
- {/block:if400px}
- {block:ifNot400px}
- <img src="{PhotoURL-500}">
- {/block:ifNot400px}
- {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{block:if400px}
- {Photoset-400}
- {/block:if400px}
- {block:ifNot400px}
- {Photoset-500}
- {/block:ifNot400px}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">“{Quote}”</div>{block:Source}<p> —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{block:if400px}
- {Video-400}
- {/block:if400px}
- {block:ifNot400px}
- {Video-500}
- {/block:ifNot400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}posted on <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a>{block:NoteCount} // <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} // <a href="{ReblogUrl}">reblog</a>
- {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> op:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>{/block:Date}
- {block:HasTags}
- <div class="line"></div>
- {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
- </div>
- </div>
- {block:PostNotes}<div id="notecont"><div id="notec2">{PostNotes}</div></div>{/block:PostNotes}
- {/block:Posts}</div>
- {block:ifLink1}<a href="{text:link 1 url}" title="{text:link 1}"><div class="bub" id="l1">I</div></a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:link 2 url}" title="{text:link 2}"><div class="bub" id="l2">II</div></a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:link 3 url}" title="{text:link 3}"><div class="bub" id="l3">III</div></a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:link 4 url}" title="{text:link 4}"><div class="bub" id="l4">IV</div></a>{/block:ifLink4}
- <a href="/" title="home"><div class="bub nav" id="home"><span class="lnr lnr-home"></span></div></a>
- <a href="/ask" title="ask"><div class="bub nav" id="msg"><span class="lnr lnr-pencil"></span></div></a>
- <a href="/submit" title="submit"><div class="bub nav" id="submit"><span class="lnr lnr-envelope"></div></a>
- <a href="/archive" title="archive"><div class="bub nav" id="archive"><span class="lnr lnr-calendar-full"></div></a>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement