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 (FALLENVVINGS; PREV. ROSYSTARLINGTHEMES)
- 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="#bbbbbb"/>
- <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:sidebar" content="#000000"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="if:infinite scroll" content="0"/>
- <meta name="if:tags on hover" content="1"/>
- <meta name="if:left links" 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="/">
- <style type="text/css">
- ::-webkit-scrollbar {width: 7px;height: 5px;}
- ::-webkit-scrollbar-track-piece {background-color: white;}
- ::-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:13px;
- line-height:120%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- blockquote img {
- border:none;
- margin-left:-10px;
- 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:400px;
- margin-left:575px;
- margin-top:-15px;
- font-size:13px;
- }
- #posts {
- width:400px;
- 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:400px;
- 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}
- }
- #button {float:left;}
- #sidebar {
- position:fixed;
- width:150px;
- margin-left:245px;
- margin-top:200px;
- max-height:350px;
- }
- #sidebar a{color:gray;
- }
- #sidebar img{
- width:125px;
- height:125px;
- border-radius:200px;
- margin-top:30px;
- border:5px solid {color:sidebar};
- }
- .desc {
- margin-top:10px;
- font-family:cambria;
- line-height:110%;
- font-size:12px;
- font-style:italic;
- padding:5px;
- width:150px;
- margin-left:-20px;
- position:fixed;
- 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;
- }
- .links {
- padding: 5px;
- word-spacing:2px;
- text-align:left;
- line-height:150%;
- text-transform:uppercase;
- font-size: 11px;
- margin-top:-215px;
- position:fixed;
- width:200px;
- margin-left:85px;
- {block:ifleftlinks}
- margin-left:-160px;
- text-align:right;
- {/block:ifleftlinks}
- }
- .links a:hover {color:{color:Hover}}
- #pagi{
- font-size:10px;
- text-align:center;
- margin-left:45px;
- margin-top:0px;
- position:fixed;
- font-family:cambria;
- letter-spacing:0px;
- }
- .side {
- position:fixed;
- background-color: {color:sidebar};
- border:1px solid {color:sidebar};
- width:20px;
- top:0px;
- height:50%;
- left:300px;
- }
- .one {
- opacity:0;
- }
- #sidebar:hover .one {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -transition: all 0.5s ease-in-out;
- }
- .up img {
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- filter: grayscale(0%);
- width:110px;
- position:fixed;
- bottom:-5px;
- left:5px;
- }
- .up p{
- font-family:calibri;
- font-size:12px;
- bottom:30px;
- left:120px;
- text-align:center;
- max-width:150px;
- max-height:300px;
- position:fixed;
- opacity:0;
- color:black;
- }
- .up:hover p {
- opacity:1;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- -transition: all 0.8s ease-in-out;
- }
- {CustomCSS}</style>{block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}</head><body>
- <div class="up"><img src="http://i50.tinypic.com/2yvnj9i.png">
- <!--change the link above to any image you'd like ^^^
- it looks best if it's transparent
- replace the text below with whatever you'd like.
- DO NOT REMOVE <P> & </P>, PUT TEXT BETWEEN THAT.-->
- <p><i>"Being happy isn't easy. That's not the choice. The choice is in positivity. But positivity leads to happiness."</i> <b>bolded text,</b> <big>bigger text,</big> <small>smaller text,</small></br>
- next line... try not to make it too long.
- </p>
- </div>
- <div class="side"></div>
- <div id="sidebar"><img src="{image:sidebar}"><div class="one">
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- {block:Iflink1}
- <a href="{text:link 1 url}">{text:link 1}</a></br>
- {/block:Iflink1}
- {block:Iflink2}
- <a href="{text:link 2 url}">{text:link 2}</a></br>
- {/block:Iflink2}
- {block:Iflink3}
- <a href="{text:link 3 url}">{text:link 3}</a></br>
- {/block:Iflink3}
- {block:Iflink4}
- <a href="{text:link 4 url}">{text:link 4}</a></br>
- {/block:Iflink4}
- </div></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-400}">{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-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{/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-400}{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 id="credit" style="position:fixed;bottom:2px; right:3px;"><a title="fvvthemes" href="http://fallenvvings.co.vu/themes"><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