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">
- <!--
- THIS THEME WAS CREATED BY: NATALIE (FALLENVVINGSTHEMES)
- You can edit this theme as much as you want.
- Please DO NOT remove the credit.
- Please like or reblog the post if you use this theme.
- THANKS! Enjoy!
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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="color:Text" content="#f7c282"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Tags" content="#cccccc"/>
- <meta name="color:Hover" content="#f1f1f1"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:posts" content="#ffffff"/>
- <meta name="color:details" content="#ededed"/>
- <meta name="color:title" content="#c27a25"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="if:infinite scroll" content="0"/>
- <meta name="if:black and white icon" content="0"/>
- <meta name="if:tags on hover" content="1"/>
- <meta name="text:link 1" content="home">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="link">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="link">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4" content="link">
- <meta name="text:link 4 url" content="/">
- <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">
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- padding:2px 8px;
- border:1px solid #DDD;
- border-radius:4px;
- background:#FFF;
- color:#AAA;
- z-index:999999;
- font-size:8px;
- font-style:italic;
- text-transform:lowercase;
- }
- ::-webkit-scrollbar {width: 7px;height: 5px;}
- ::-webkit-scrollbar-track-piece {background-color: {color:background}; color:black;}
- ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: black; border:2px solid {color:background};}
- body {
- background:{color:background};
- background-image:url('{image:background}');
- margin:0px;
- color:{color:text};
- font-family:Helvetica;
- font-size:12px;
- line-height:120%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- blockquote img {
- border:none;
- width:350px;
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- width:350px;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- width:300px;
- }
- blockquote pre{
- height:auto;
- white-space:pre-line;
- max-width:420px;
- font-size:12px;
- background-color:rgba(166,166,166,0.1);
- padding:5px;
- }
- a:hover {
- opacity:1;
- color:{color:hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #all {
- padding:10px;
- width:500px;
- margin-left:550px;
- margin-top:-15px;
- font-size:13px;
- }
- #posts {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:70px;
- background-color:{color:posts};
- }
- #details {
- text-align:right;
- margin-top:10px;
- text-transform:uppercase;
- font-size:11px;
- height:35px;
- background-color:{color:details};
- padding:5px 7px 0px 7px;
- }
- #tags {
- font-family:cambria;
- text-transform:none;
- font-size:12px;
- font-style:italic;
- text-align:center;
- position:absolute;
- margin-left:-12px;
- width:500px;
- margin-top:23px;
- padding:3px;
- }
- {block:iftagsonhover}
- #posts:hover #tags a{
- visibility:visible;
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -transition: all 0.4s ease-in-out;
- }
- {block:iftagsonhover}
- #tags a {
- display:inline-block;
- {block:iftagsonhover}
- visibility:hidden;
- opacity:0;
- {block:iftagsonhover}
- padding:-3px;
- color:{color:tags};
- }
- #tags a:hover {color:{color:hover};}
- #question {
- padding:8px;
- font-family:cambria;
- letter-spacing:2px;
- text-align:right;
- font-style:italic;
- border:3px {color:border} solid;
- color:{color:text};
- background-color:{color:background}
- }
- .quo {
- font-size:20px;
- font-style:italic;
- text-align:center;
- }
- #button {float:left; margin-top:-10px;}
- #sidebar {
- position:fixed;
- width:150px;
- margin-left:200px;
- margin-top:250px;
- max-height:350px;
- }
- #sidebar img{
- width:110px;
- height:110px;
- border:8px solid {color:text};
- border-radius:200px;
- padding:8px;
- {block:Ifblackandwhiteicon}
- -webkit-filter: grayscale(100%); filter: grayscale(100%);
- {/block:Ifblackandwhiteicon}
- }
- .desc {
- position:absolute;
- margin-top:35px;
- {block:IfNotInfiniteScroll}
- margin-top:50px;
- {/block:IfNotInfiniteScroll}
- font-family:cambria;
- line-height:110%;
- font-size:12px;
- font-style:italic;
- padding:5px;
- width:130px;
- text-align:center;
- color:{color:text};
- }
- .desc a
- {color:{color:text};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .ti {
- position:absolute;
- font-size:35px;
- width:130px;
- margin-top:-175px;
- color:{color:title};
- text-align:center;
- font-family:{TitleFont};
- }
- .links {
- width:130px;
- position:absolute;
- padding: 5px;
- word-spacing:2px;
- text-align:center;
- text-transform:uppercase;
- font-size: 15px;
- margin-top:10px;
- {block:IfNotInfiniteScroll}
- margin-top:25px;
- {/block:IfNotInfiniteScroll}
- letter-spacing:2px;
- }
- .links a:hover {color:{color:Hover}}
- #pagi{
- width:140px;
- font-size:11px;
- text-align:center;
- margin-top:5px;
- position:fixed;
- font-family:cambria;
- letter-spacing:0px;
- }
- {CustomCSS}</style>{block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}</head><body>
- <div id="sidebar"><img src="{image:sidebar}">
- <div class="ti">{Title}</div>
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- {block:Iflink1}
- <a title="{text:link 1}" href="{text:link 1 url}">I</a>
- {/block:Iflink1}
- {block:Iflink2}
- <a title="{text:link 2}" href="{text:link 2 url}">II</a>
- {/block:Iflink2}
- {block:Iflink3}
- <a title="{text:link 3}" href="{text:link 3 url}">III</a>
- {/block:Iflink3}
- {block:Iflink4}
- <a title="{text:link 4}" href="{text:link 4 url}">IV</a>
- {/block:Iflink4}
- </div>
- {block:IfNotInfiniteScroll}
- {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:IfNotInfiniteScroll}
- </div>
- </div>
- <div id="all">
- <div class="autopagerize_page_element">{block:Posts}<div id="posts">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{linkcloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quo">"{Quote}"</div></br><center>{block:Source}- {Source}{/block:Source}</center>{/block:Quote}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {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:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
- <div id="details">
- <a title="{ShortMonth} {DayOfMonthWithZero}, {Year}" href="{Permalink}">★</a>
- {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<a title="source" href="{SourceURL}">©</a>{/block:ContentSource}</br>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></br>
- <span id="button" style="margin-top:-45px; margin-left:35px;">{likebutton size="16"}</span>
- <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16"}</span>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div style="position:fixed;bottom:2px; right:3px;"><a title="fvvthemes" href="http://fallenvvingsthemes.tumblr.com"><img width="80px;" src="http://fc03.deviantart.net/fs70/f/2012/318/3/2/stock_black_flying_birds_3___silhouette_by_jassy2012-d5l1xqo.png"></a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment