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!
- ctrl + f, type in "updates tab" and it will lead you to the code you get to edit! <3
- -->
- <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="#8f8f8f"/>
- <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="#ededed"/>
- <meta name="color:details" content="#ffffff"/>
- <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="/">
- <meta name="text:link 5" content="link">
- <meta name="text:link 5 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 {
- margin:0;
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Helvetica;
- font-size:12px;
- line-height:130%;
- }
- #contain {
- border:30px solid {AccentColor};
- border-bottom:65px solid {AccentColor};
- height:548px;
- overflow:auto;
- }
- 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:18px;
- text-transform:uppercase;
- }
- .chat-inner ul {
- list-style-type:none;
- margin-left:-25px;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- width:350px;
- margin-left:20px;
- }
- 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:400px;
- margin-top:-20px;
- font-size:13px;
- }
- #posts {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:70px;
- background-color:{color:posts};
- }
- #details {
- text-align:right;
- text-transform:uppercase;
- font-size:11px;
- height:20px;
- margin-top:5px;
- 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;
- 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:17px;
- line-height:130%;
- font-style:italic;
- text-align:center;
- }
- #button {float:left;}
- #bottom {
- z-index:234523542345;
- position:fixed;
- width:90.5%;
- height:33px;
- padding:10px 5px 0px 5px;
- bottom:10px;
- left:30px;
- }
- #title {
- text-align:left;
- font-size:40px;
- font-family:{TitleFont};
- font-weight:{TitleFontWeight};
- color:{TitleColor};
- }
- .links {
- padding: 5px;
- width:90.5%;
- text-align:center;
- word-spacing:5px;
- letter-spacing:2px;
- text-transform:lowercase;
- font-size: 18px;
- margin-top:-15px;
- position:fixed;
- font-family:corbel;
- }
- .links a{color:{TitleColor};}
- .links a:hover {color:{color:Hover}}
- /*UPDATES TAB CREATED BY FALLENVVINGS*/
- .boxright {
- width:25px;
- height:25px;
- position:fixed;
- top:35px;
- left:70px;
- background-color:teal; /*color of top middle box*/
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .boxmid {
- width:25px;
- height:25px;
- position:fixed;
- top:35px;
- left:35px;
- background-color:teal; /*color of corner box*/
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .boxdown {
- width:25px;
- height:25px;
- position:fixed;
- top:70px;
- left:35px;
- background-color:teal; /*color of left middle box*/
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- /*optional 2 extra boxes! delete this if you don't want them.*/
- .boxright2 {
- width:25px;
- height:25px;
- position:fixed;
- top:35px;
- left:105px;
- background-color:teal; /*color of top right box*/
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .boxdown2 {
- width:25px;
- height:25px;
- position:fixed;
- top:105px;
- left:35px;
- background-color:teal; /*color of left bottom box*/
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- /*end of two extra boxes*/
- #box:hover {
- background-color:{color:background};
- border:1px solid teal; /*border color of boxes when you hover*/
- width:150px; /*the width of box when you hover over it*/
- height:150px; /*the height of the box when you hover over it*/
- z-index:2345234;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #box:hover p{
- display:block;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;}
- #box p {
- overflow:auto;
- margin-top:3px;
- padding:0px 5px 5px 5px;
- display:none;
- font-family:corbel; /*font of text inside the box*/
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- /*END UPDATES TAB CSS*/
- {CustomCSS}</style>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
- <!--UPDATES TAB CREATED BY FALLENVVINGS-->
- <div id="box" class="boxright"><p><!--write all the text you need!-->
- updates tab text goes here!
- </p></div>
- <div id="box" class="boxmid"><p><!--some cool tricks \/-->
- <b>bolded text</b>, <i>italics</i>, <strike>strike-through</strike>. want to skip a line? add </br> and BAM.
- </p></div>
- <div id="box" class="boxdown"><p>
- updates tab text goes here!
- </p></div>
- <!--2 extra boxes! delete these if you don't want them.-->
- <div id="box" class="boxright2"><p>
- updates tab text goes here!
- </p></div>
- <div id="box" class="boxdown2"><p>
- updates tab text goes here!
- </p></div>
- <!--end of two extra boxes-->
- <!--END UPDATES TAB HTML-->
- <div id="bottom">
- <div id="title">{Title}</div>
- <div class="links">
- {block:Iflink1}
- <a href="{text:link 1 url}">{text:link 1}</a>
- {/block:Iflink1}
- {block:Iflink2}
- <a href="{text:link 2 url}">{text:link 2}</a>
- {/block:Iflink2}
- {block:Iflink3}
- <a href="{text:link 3 url}">{text:link 3}</a>
- {/block:Iflink3}
- {block:Iflink4}
- <a href="{text:link 4 url}">{text:link 4}</a>
- {/block:Iflink4}
- {block:Iflink5}
- <a href="{text:link 5 url}">{text:link 5}</a>
- {/block:Iflink5}
- </div>
- </div>
- <div id="contain"><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></br>{/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}<div class="chat-inner"><ul>{block:Lines}<li class="{Alt}"><p>{block:Label}<strong>{Label}</strong>{/block:Label} {Line} </p></li>{/block:Lines}</ul></div>{/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="original" href="{SourceURL}">©</a>{/block:ContentSource} //
- <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" color="black"}</span>
- <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16" color="black"}</span>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div style="position:fixed;bottom:13px; right:15px;"><a title="fvvthemes" href="http://fallenvvingsthemes.tumblr.com"><img width="60px;" src="http://static.tumblr.com/nuxi7mr/94Rnqk1a2/tumblr_mh9l7xhvq11s0c2c9o1_500.png"></a></div></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment