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 3: ENCIRCLE // REVAMP
- BY LUNECERISE/ROMULVS
- -DO NOT STEAL ANY CODE
- -DO NOT USE AS A BASE CODE
- -KEEP THE CREDIT INTACT
- (✿◡‿◡)
- // note: honestly tho i have no idea why i released the original encircle theme, it was absolutely horrendous /.\
- --->
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="Description" content="{MetaDescription}" />{/block:Description}
- <meta name="text:LinkA" content="" />
- <meta name="text:LinkA URL" content="/" />
- <meta name="text:LinkB" content="" />
- <meta name="text:LinkB URL" content="/" />
- <meta name="text:LinkC" content="" />
- <meta name="text:LinkC URL" content="/" />
- <meta name="text:LinkD" content="" />
- <meta name="text:LinkD URL" content="/" />
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Captions" content="1"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Gradient Color 1" content="#ff89e9"/>
- <meta name="color:Gradient Color 2" content="#05abe0"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#a8a4a4"/>
- <meta name="color:Hover" content="#b8b8b8" />
- <meta name="color:Border" content="#f3f3f3" />
- <meta name="color:Scrollbar"content="#aaa" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:1,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /*body*/
- ::-webkit-scrollbar {background-color:{color:background}; height:4px; width:4px;}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:4px!important}
- iframe#tumblr_controls {
- top:10px;
- position: fixed;
- right:20px !important;
- opacity: 0.4;
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- -moz-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- opacity:.7;
- }
- *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:times;
- font-size:10px;
- line-height:110%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- }
- img {
- border:none;
- max-width:100%
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- pre {
- font-family:consolas;
- text-transform:uppercase;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- li {
- list-style:circle;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 5px;
- margin:10px;
- background-color:#fff;
- font-family:times;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- border-radius:1px;
- color:{color:text};
- z-index:10000000000000000;
- box-shadow:2px 2px 0.2em {color:border};
- transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /*sidebar*/
- #sidebar {
- width:150px;
- position:fixed;
- margin-left:200px;
- margin-top:100px;
- z-index:100000;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #sidebar:hover #description, #sidebar:hover .links {
- opacity:1;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #sidebar:hover #description {
- margin-top:15px;
- }
- #sidebarimage {
- width: 150px;
- height:150px;
- z-index:-1;
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- border:solid 1px {color:background};
- background: -webkit-linear-gradient(45deg, {color:gradient color 1} 0%, {color:gradient color 2} 100%);
- background: linear-gradient(45deg, {color:gradient color 1} 0%,{color:gradient color 2} 100%);
- }
- #sidebarimage img {
- width:150px;
- opacity:1;
- height:150px;
- border:solid 1px transparent;
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- margin-top:-12px;
- margin-left:-11px;
- padding:10px;
- overflow:hidden;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #sidebar:hover #sidebarimage img {
- opacity:0.65;
- border:solid 1px #f2f2f2;
- }
- .links {
- text-align:center;
- letter-spacing:1px;
- word-spacing:2px;
- width:150px;
- margin-top:9px;
- opacity:0;
- margin-bottom:5px;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- .links a {
- font-size:10px;
- color:{color:link};
- letter-spacing:1px;
- display:inline-block;
- text-transform:uppercase;
- transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -webkit-transition: color 0.3s;
- -moz-transition: color 0.3s;
- transition: color 0.3s;
- }
- .links a:after {
- display:block;
- margin-top:0px;
- margin-left:50%;
- color: transparent;
- content: '•';
- text-shadow: 0 0 transparent;
- font-size: 10px;
- -webkit-transition: text-shadow 0.3s, color 0.3s;
- -moz-transition: text-shadow 0.3s, color 0.3s;
- transition: text-shadow 0.3s, color 0.3s;
- -webkit-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- transform: translateX(-50%);
- pointer-events: none;
- }
- .links a:hover:after,
- .links a:focus:after {
- color: {color:link};
- text-shadow: 5px 0 {color:link}, -5px 0 {color:link};
- }
- .links a:hover,
- .links a:focus {
- color: {color:hover};
- }
- #description {
- padding:5px;
- margin-top:-10px;
- text-align:center;
- opacity:0;
- transition:all ease .5s;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- #pagi {
- width:400px;
- margin:50px 0 60px 550px;
- font-size:10px;
- padding:0 10px;
- word-spacing:10px;
- text-align:center;
- transition:all ease .4s;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #pagi a:hover {font-style:italic;}
- /*basic posts*/
- #entries {
- padding:10px;
- width:400px;
- margin-left:550px;
- margin-top:40px;
- }
- #post {
- width:400px;
- padding-bottom:60px;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- #post:hover #tags {
- opacity:1;
- }
- #notecontain {
- width:300px;
- padding:20px 49px;
- text-align:center;
- border:dotted 1px {color:border};
- }
- #notes {
- width:280px;
- height:150px;
- padding:5px 10px;
- overflow-y:scroll;
- overflow-x:hidden;
- text-align:left;
- margin:20px 0;
- line-height:125%;
- }
- #notes img {display:none;}
- #notes ol, #notes li {list-style:circle;line-height:125%;}
- /*post info*/
- #details {
- text-align:center;
- margin-top:10px;
- border-top:dotted 1px {color:border};
- padding:5px;
- font-size:8px;
- }
- #tags {
- opacity:0;
- text-transform:lowercase;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #tags a {
- color:{color:link};
- display:inline-block;
- transition-duration:0.7s;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #tags a:hover {
- text-transform:uppercase;
- font-style:italic;
- transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -ms-transition-duration:0.3s;
- }
- #tags .comma:last-child {
- display:none;
- }
- /*ask*/
- #question {
- padding:10px;
- letter-spacing:2px;
- text-align:center;
- border:1px {color:border} dotted;
- color:{color:text};
- background-color:{color:background};
- }
- #akport {
- width:380px;
- text-align:center;
- height:12px;
- padding:5px 0;
- color:#444;
- opacity:1;
- background-color:{color:background};
- z-index:99999;
- margin-bottom:3px;
- }
- #akport a {
- text-align:center;
- text-decoration:none;
- }
- #akport a:hover {
- text-decoration:none;
- letter-spacing:0.8em;
- }
- /*quote*/
- #quote {
- font-size:20px;
- line-height:20px;
- color:#5e5e5e;
- padding-bottom:10px;
- font-family:georgia;
- }
- /*audio posts*/
- .tumblr_audio_player {
- width:100%;
- position:relative;
- }
- .audio {
- width:380px;
- padding:10px;
- margin:5px 0;
- margin-top:20px;
- height:auto;
- }
- #playbutton {
- width:20px;
- height:30px;
- position:relative;
- overflow:hidden;
- margin:2px 10px 0 5px;
- }
- #audioplayer {
- width:30px;
- height:30px;
- padding:10px;
- border-radius:100%;
- border:double 1px {color:border};
- float:left;
- position:absolute;
- overflow:hidden;
- margin-top:-25px;
- background-color:white;
- }
- #audiotrack, #audioart {
- width:300px;
- display:inline-block;
- float:right;
- text-align:center;
- padding:5px 10px;
- border-bottom:dotted 1px {color:border};
- margin-top:-20px;
- margin-right:30px;
- }
- #audioart {
- text-transform:uppercase;
- font-style:none;
- font-size:10px;
- border-bottom:none;
- margin-top:-2px;
- }
- #audcap {margin-top:20px;}
- #audcap p {display:none;}
- #credit, #credit a {
- position:fixed;
- bottom:5px;
- right:5px;
- padding:5px 4px;
- font-family:helvetica;
- text-transform:uppercase;
- color:#bbb;
- font-size:9px;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -ms-transition-duration:0.3s;
- }
- #credit:hover, #credit a:hover {
- font-family:helvetica;
- text-shadow:#aaa 2px 2px 0.1em;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- -ms-transition-duration:0.4s;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar image}"></div>
- <div id="description">{Description}</div>
- <div class="links">
- {block:ifLinkA}<a href="{text:LinkA URL}">{text:LinkA}</a>{/block:ifLinkA}
- {block:ifLinkB}<a href="{text:LinkB URL}">{text:LinkB}</a>{/block:ifLinkB}
- {block:ifLinkC}<a href="{text:LinkC URL}">{text:LinkC}</a>{/block:ifLinkC}
- {block:ifLinkD}<a href="{text:LinkD URL}">{text:LinkD}</a>{/block:ifLinkD}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {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}<p>{block:Label}<b>{Label}</b>{/block:Label} {Line}</p>{/block:Lines}{/block:Chat}
- {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:10px; padding-bottom:10px"><div id="akport">{Asker}</div></span>{Question}</div><left>{Answer}</left>{/block:Answer}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}<center>{Photoset-400}</center>{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Photoset}
- {block:Quote}<h2 style="text-shadow:2px 2px 0px #f1f1f1; text-align:center; line-height:115%">“{Quote}”</h2><br> <div style="text-align:center">↳ {Source}</div><br>{/block:Quote}
- {block:Audio}
- <div class="audio">
- <div id="audioplayer"><div id="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div id="audiotrack">{block:TrackName}<span style="font-size:15px; font-style:italic">{TrackName}</span></div>{/block:TrackName}
- <div id="audioart">{block:Artist}{Artist}{/block:Artist}{block:Album} • {Album}{/block:Album}</div></div><br>
- {block:ifCaptions}{block:Caption}<div id="audcap">{Caption}</div>{/block:Caption}{/block:ifCaptions}{/block:Audio}
- {block:Video}{Video-400}{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Video}
- {block:PermalinkPage}{block:ifnotCaptions}
- {block:Text}{block:Caption}{Caption}{/block:Caption}{/block:Text}
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Audio}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {/block:ifnotCaptions}{/block:PermalinkPage}
- <div id="details">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{ShortMonth} {DayOfMonthWithZero}</a> {/block:Date}{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}" title="{SourceTitle}">©</a> {/block:ContentSource}{/block:NoteCount} <a href="{Permalink}">+{NoteCount}</a> {/block:NoteCount}<a href="{ReblogURL}">reblog</a>
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a><span class="comma">,</span> {/block:Tags}</div>{/block:HasTags}
- </div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notecontain"><div id="notes">{PostNotes}</div></div>{/block:PostNotes}
- {/block:Posts}
- </div>
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="credit" title="lunecerise"><a href="http://lunecerise.co.vu">LC</a></div>
- </body></html>
- <!--Hey if you're reading this, I think you should know that you're amazing and wow you're great ily-->
Advertisement
Add Comment
Please, Sign In to add comment