Advertisement
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">
- <head>
- <!--- Theme #25 by wonderfullythemes
- leave the credit alone pls and thanks--->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <!--SCRIPT FOR TOOLTIPS-->
- <stsss>
- <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(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Link" content="#1bcc5c" />
- <meta name="color:Hover" content="#444" />
- <meta name="color:Text" content="#444" />
- <meta name="image:Sidebar" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Text" content="Link 5" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:#ddd;
- border:2px solid {color:Background};
- }
- ::-webkit-scrollbar {
- height:8px;
- width:11px;
- background-color:#ddd;
- border:5px solid {color:Background};
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'calibri';
- font-size:8px;
- background-color:#fff;
- color:#444;
- border:1px solid {color:Link};
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background:{color:Background};
- color:{color:Text};
- font-family:'calibri';
- font-size:11px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h2 {
- font-family:arial black;
- color:{color:Text};
- }
- h2 a {
- color:{color:Link};
- }
- li {
- list-style:square;
- }
- blockquote {
- border-left:2px solid {color:Text};
- padding-left:5px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- #entries {
- width:550px;
- margin:auto;
- position:relative;
- top:10px;
- left:470px;
- padding:40px;
- float:left;
- }
- #posts {
- width:400px;
- padding:40px;
- border:1px solid #ddd;
- margin-bottom:40px;
- }
- #sidebar {
- width:200px;
- height:300px;
- position:fixed;
- margin-top:240px;
- margin-left:200px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .title {
- line-height:20px;
- float:right;
- font-family:'arial bold';
- letter-spacing:-1px;
- text-align:right;
- text-transform:lowercase;
- font-size:20px;
- }
- .sidebarpic img {
- height:200px;
- width:160px;
- border:1px solid #ddd;
- padding:20px;
- }
- #sidebar:hover .description {
- width:142px;
- height:182px;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .description {
- font-size:10px;
- text-align:center;
- padding:10px;
- width:14px;
- height:18px;
- position:absolute;
- background-color:#fff;
- margin-top:-225px;
- margin-left:20px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .links {
- font-size:10px;
- line-height:10px;
- width:auto;
- height:auto;
- position:relative;
- font-style:none;
- text-decoration:none;
- text-align:center;
- margin-top:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .links a {
- border-radius:50%;
- padding:5px;
- border:1px solid transparent;
- color:{color:Link};
- transform:rotate(0deg);
- -ms-transform:rotate(0deg);
- -webkit-transform:rotate(0deg);
- }
- .links a:hover {
- border-radius:50%;
- border:1px solid #ddd;
- color:{color:Link};
- transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- }
- #pagination {
- width:205px;
- margin-top:5px;
- font-size:10px;
- float:center;
- text-align:center;
- text-transform:uppercase;
- }
- /*--POST TYPES--*/
- .ask {
- padding-bottom:15px;
- border-bottom:1px solid #ddd;
- }
- /*--INFO AND TAGS--*/
- #posts:hover #footer {
- margin-top:10px;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #footer {
- line-height:13px;
- text-transform:uppercase;
- width:400px;
- margin-left:0px;
- margin-top:-20px;
- text-align:center;
- font-size:8px;
- padding-left:5px;
- position:relative;
- letter-spacing:2px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #footer a {
- color:{color:Link};
- }
- #footer a:hover {
- color:{color:Hover};
- }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:8px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div class="title"><a href="/" title="home">{Title};</a></div>
- <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
- <div class="description">{Description}</div>
- <div class="links">
- <a href="{text:Link1}" title="{text:Link1 Text}"><i class="fa fa-sun-o"></i></a>
- <a href="{text:Link2}" title="{text:Link2 Text}"><i class="fa fa-cloud"></i> </a>
- <a href="{text:Link3}" title="{text:Link3 Text}"><i class="fa fa-moon-o"></i></a>
- <a href="{text:Link4}" title="{text:Link4 Text}"><i class="fa fa-umbrella"></i></a>
- <a href="{text:Link5}" title="{text:Link5 Text}"><i class="fa fa-star-o"></i></a><p><br>
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" title="back"><i class="fa fa-caret-left"></i></a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" title="next"><i class="fa fa-caret-right"></i></a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="ask"><span style="text-transform:uppercase;font-style:italic;letter-spacing:1px;font-size:9px;">{Asker} asked:</span> {Question}</div>
- {Answer}
- {/block:Answer}
- {block:Quote}
- {Quote}
- {block:Source}{Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- <ul>{block:Lines}
- <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
- {/block:Lines}</ul>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}{/block:Trackname}
- {AudioPlayerBack}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <div id="footer">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
- {block:RebloggedFrom} | <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}<br>
- {block:Tags}{block:HasTags}#<a href="{URL}">{Tag}</a> {/block:HasTags}{/block:Tags}
- {/block:Date}</div>
- </div>{/block:Posts}
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com">theme</a>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement