Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // Flonne
- by espoirthemes//
- +please keep the credit where it is
- +edit as much as you want
- search box code from tukut
- -->
- <html>
- <head>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:background" content="#ffffff" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:text" content="#c0bdb8" />
- <meta name="color:link hover" content="#fdfdfd" />
- <meta name="color:link" content="#c0bdb8" />
- <meta name="color:Bold" content="#777777" />
- <meta name="color:Italic" content="#bbbbbb"/>
- <meta name="color:border" content="#eee" />
- <meta name="color:scrollbar" content="#222" />
- <meta name="color:tooltip" content="#222" />
- <meta name="color:tooltip text" content="#fff" />
- <meta name="color:selection background" content="#ddd" />
- <meta name="color:selection text" content="#222" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:cursor" content="http://38.media.tumblr.com/tumblr_ma87zyEpuf1qid2nw.gif" />
- <meta name="image:background" content="" />
- <meta name="text:Link 1" content="Link 1" />
- <meta name="text:Link 1 url" content="http://" />
- <meta name="text:Link 2" content="Link 2" />
- <meta name="text:Link 2 url" content="http://" />
- <meta name="text:Link 3" content="Link 3" />
- <meta name="text:Link 3 url" content="http://" />
- <meta name="text:Link 4" content="Link 4" />
- <meta name="text:Link 4 url" content="http://" />
- <meta name="text:tag symbol" content="❤"
- />
- <meta name="if:full background" content="" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <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>
- </head>
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:-50px;
- margin-left:-20px;
- border:2px solid white;
- box-shadow: 0px 0px 0px 2px {color:tooltip};
- font-family:consolas;
- padding:5px 5px;
- background:{color:tooltip}; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
- color:{color:tooltip text};
- z-index:9999;
- font-size:12px;
- text-transform:uppercase;
- }
- /* don't touch this, this is the what makes it look like a speech bubble */
- #s-m-t-tooltip:after{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 10px 0;
- border-color: {color:tooltip} transparent;
- display: block;
- width: 0;
- z-index: 1;
- bottom: -10px;
- left: 10%;}
- ::-webkit-scrollbar {width: 10px; height: 4px; background: #ffffff; border:1px solid {color:border}; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
- ::selection {color: {color:selection text}; background: {color:selection background};}
- ::-moz-selection {color: {color:selection text}; background: {color:selection background};}
- body {background:{color:background} url('{image:background}')
- {block:iffullbackground} no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover; {/block:iffullbackground};
- background-attachment:fixed;
- color:{color:text};
- font-family:{select:font};
- font-size: 14px;
- margin:0;
- word-wrap:break-word;
- line-height:110%; cursor: url('{image:cursor}'), progress !important;}
- a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
- a:hover {
- color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; cursor:url({image:cursor}), auto;}
- small{font-size:auto}
- big{font-size:auto}
- b, strong{color:{color:bold}}
- h1 {font-size:15px;}
- i, em {color:{color:italic}}
- p{margin-top:6px; margin-bottom:6px}
- blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text} width:100%;}
- blockquote img {max-width:100%;}
- img a{border:none; width:100%;}
- #container {background-color:transparent; width: 400px; margin: 0 auto -10px auto}
- #entries {margin-top:200px; margin-left:450px; position:relative; }
- #posts {margin:100px 0 100px 0; position:relative; width: 400px; padding: 10px; background-color:{color:posts}; border:1px solid {color:border}; }
- #posts img {max-width:100%;}
- .speechbubble {
- width:300px;
- position: relative;
- background:#eee ;
- left:70px;
- color:#a0a0a0;
- margin: 0;
- padding:8px;
- text-align:left;
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- }
- .speechbubble:after {
- position: absolute;
- content: "";
- border-color: #eee transparent transparent transparent;
- border-style: solid;
- border-width: 15px 15px 0px;
- height:0;
- width:0;
- position:absolute;
- left:-15px;
- top:10px;
- }
- #sidebar{ position:fixed; width:230px; overflow:hidden; padding:10px; top:100px; left:100px; transition:.6s; }
- #sidebar:hover{}
- .links{margin-top:10px; text-align:center;}
- .links a{font-size:32px;}
- .links a:after{content:'❑';}
- .links a:hover:after{content:'☐';}
- .links a:hover{{color:link hover}; text-decoration:none;}
- #desc{background:{color:posts};padding:10px; border:4px solid {color:posts}; outline:1px solid {color:border}; height:80px; overflow:auto;}
- .clear {
- clear: both;
- height: 0px;
- overflow: hidden;
- }
- .search {
- background: {color:posts};
- border: 1px solid {color:border};
- }
- .search-scope {
- padding-top: 5px;
- font-size: 11px;
- text-align: center;
- }
- #search-scope input,
- #search-scope label {
- cursor: pointer;
- }
- #search form {
- margin: 0;
- }
- #search form .query {
- padding: 5px;
- border: none;
- background: {color:posts};
- border:1px solid {color:border};
- width: 160px;
- float:left;
- margin-top:10px;
- color: {color:text};
- }
- #search form .submit {
- background: {color:posts};
- color: {color:text};
- border: 1px solid {color:border};
- padding: 4px;
- margin: 10px 0px 2px 0;
- float: right;
- cursor: pointer;
- }
- #desc:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 0 0 26px 26px;
- border-color: {color:posts} transparent;
- display: block;
- width: 0;
- z-index: 1;
- top: 108.4px;
- left: 30.72px;
- }
- #desc:before
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 0 0 28px 28px;
- border-color: {color:border} transparent;
- display: block;
- width: 0;
- z-index: -1;
- margin-top: -40.4px;
- left: 30px;
- }
- #sidebar img {width:100px; height:100px; border:1px solid {color:border}; background:{color:posts}; padding:2px;}
- #sidebar:hover #description{opacity:1; transition:.6s;}
- h2 {
- font-family:helvetica; font-weight:100; line-height:17px;
- }
- #header{top:0px; margin-left:0px; background:{color:posts}; width:100%; position:fixed; height:auto; padding:20px; font-family:calibri; border:1px solid {color:border}; z-index:99; border-top:none; }
- #pagination {font-family:calibri; text-align:center; font-size:24px; margin-bottom:2px;}
- #credit{position:fixed; bottom:10px; left:10px; font-size:11px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal; background:{color:posts}; border:1px solid #aaa; padding:3px;}
- #info{ width:250px; font-size:14px; font-family:verdana; position: absolute; border-left:2px solid {color:link};
- letter-spacing: .5px;
- text-transform: lowercase;opacity:0; top:0px;width:120px; margin-left:420px; padding-left:8px;}
- #posts:hover #info{opacity:1; z-index:2; transition:.6s;}
- .tags{width:250px; font-size:12px; margin-top:4px;}
- .dinky {
- float:left;
- }
- #albumart {
- width:150px;
- height:150px;
- padding:0px;
- opacity:1;
- border-width:0px; transition:.5s;
- -webkit-mask-image:url(https://41.media.tumblr.com/9cdb3664f44ce8f1b7ff1f2da7d48e24/tumblr_o12nu3RzRd1u8yrhso1_r3_250.png);
- }
- #albumart img{
- width:150px;
- height:150px;
- padding:0px;
- opacity:1;
- border-width:0px; transition:.5s;
- -webkit-mask-image:url(https://41.media.tumblr.com/9cdb3664f44ce8f1b7ff1f2da7d48e24/tumblr_o12nu3RzRd1u8yrhso1_r3_250.png);
- }
- .player {
- width:28px;
- overflow:hidden;
- height:40px;
- padding:0px;
- padding-top:5px;
- padding-left:6px;
- opacity:.8;
- -webkit-transform:scale(1.2);
- border-radius:90px;
- position:absolute;
- left:50%;
- top:50%;
- margin-top:-20px;
- margin-left:-20px;
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;-webkit-filter: blur(0px) ;
- }
- .daplaya:hover {
- -webkit-filter: blur(0px);
- }
- .daplaya:hover .player {
- -webkit-filter: blur(0px);
- }
- .daplaya {
- background-color:transparent;
- width:50px;
- height:50px;
- border-radius:90px;
- position:absolute;
- margin-top:-104px;
- margin-left:48px;
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;
- }
- .donkey {
- float:left top;
- margin-left:100px;
- background-color:transparent;
- padding:20px;
- height:110px;
- text-align:center;
- color:{color:text};
- }
- .track {
- font-size:15px;
- letter-spacing:4px;
- padding:10px;
- background-color:#eee;
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- font-family:Helvetica;
- color:black;
- }
- .artist {
- letter-spacing:1px;
- font-style:italic;
- font-weight:bold;
- }
- .playcount {
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiolo {
- width:400px;
- }
- .album {
- font-weight:normal;
- }
- #egg { opacity:.8;left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- font-family: "bitxmap";
- border:2px solid #aaa;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- .user_1 .label {color:{color:link}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:italic}
- .user_3 .label {color:{color:link}; font-weight:text}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
- .notes img{width:10px; position:relative; top:1px}
- ol.notes{width:400px; list-style:none; margin:0px 0 -1px 5px; padding:8px; background:{color:posts}; border:1px solid {color:border};}
- .notes li{border-bottom:1px solid {color:border}; padding:10px;}
- </style>
- <body>
- <div id="header"><table cellpadding="0"><tr><td><font style="font-size:24px;"><a href="/">
- ■ ■ ■
- {title}</a> </font></td></tr> <tr><td>
- <div class="links">
- <center>
- <a href="/" title="refresh"></a>
- <a href="/ask" title="message"></a>
- <a href="{text:Link 1 url}" title="{text:Link 1}"></a>
- <a href="{text:Link 2 url}" title="{text:Link 2}"></a>
- <a href="{text:Link 3 url}" title="{text:Link 3}"></a>
- <a href="{text:Link 4 url}" title="{text:Link 4}"></a>
- </center></div>
- </td>
- </tr> </table>
- </div>
- <div id="sidebar">
- <center><a href="/"><img src="{image:sidebar}
- "></a></center>
- <center> <br>
- <div id="desc">
- {description}
- </div>
- <div id="search">
- <form action="/search" method="get" id="search-form">
- <input type="hidden" name="t" value="{Name}" />
- <input type="text" name="q" class="query" value="{SearchQuery}" />
- <input type="submit" value="{lang:Search}" class="submit" />
- <div class="clear"></div>
- </form>
- </div>
- <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div>
- </div>
- </center>
- <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
- <div id="entries">
- {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 id="posts">
- <div id="info"><a href="{Permalink}" title="{timeago}">■</a> <a href="{Permalink}" title="{NoteCountWithLabel} ">■</a>
- <br>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via: {reblogparentname}"> ■
- </a>
- <a href="{ReblogRootURL}" title=" src: {ReblogRootName}"> ■ </a>{/block:RebloggedFrom}
- <br><a href="{ReblogURL}" style="font-size:12px">+reblog</a>{block:HasTags}<div class="tags">{block:tags} <a href="{tagURL}">{text:tag symbol}{tag} </a>{/block:tags}</div>{/block:HasTags}</div>
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2><img src="http://31.media.tumblr.com/b2b0faaafc98030d7fcbca1a5877fc71/tumblr_inline_mv2holPJ6c1qid2nw.gif"> {Quote} <img src="http://33.media.tumblr.com/9606eca397f545eb3d9f8c3f0d17a5b1/tumblr_inline_mv2hopso0T1qid2nw.gif"> <br><small> — {Source}</small></h2><br>{/block:Quote}
- {block:Link}<a href="{URL}"><h1>» {Name} »</h1></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-400}"/></center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="askerportrait"><img style=" margin-left:10px; width:40px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} shouted: {Question}</div>
- <br>{answer}
- {/block:Answer}
- {block:Audio}<div id="audiolo">
- <div class="dinky">
- {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="daplaya"><div class="player">{AudioPlayerwhite}</div></div></div>
- <div class="donkey">
- <div class="track"> {block:TrackName}
- {TrackName}
- {/block:TrackName} </div>
- <div class="artist">
- {block:Artist}{Artist}
- {/block:Artist} </div>
- <div class="album">
- {block:Album}
- {Album}
- {/block:Album}
- </div>
- <div class="playcount">
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
- </div></div>
- {caption}
- {/block:Audio}
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement