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">
- <!--- "theme 02 by mainhottie :
- please do not steal
- please do not use as a base code
- please do not remove the credit
- thank u --->
- <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="#838282"/>
- <meta name="color:titles" content="#000000"/>
- <meta name="color:links" content="#d3d3d3"/>
- <meta name="color:links hover" content="#000000"/>
- <meta name="color:description" content="#f8f8f8"/
- <meta name="color:links hover" content="#ffffff"/>
- <meta name="color:line" content="#d3d3d3"/>
- <meta name="color:scrollbar" content="#b8b8b8"/>
- <meta name="color:borders" content="#f8f8f8"/>
- <meta name="image:sidebar" content""/>
- <meta name="text:link 1" content="http://"/>
- <meta name="text:link 1 title" content=""/>
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/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>
- <!-------------------------------------------------------------------->
- <script>
- $(function() {
- var $el, leftPos, newWidth,
- $mainNav = $("#example-one");
- $mainNav.append("<li id='magic-line'></li>");
- var $magicLine = $("#magic-line");
- $magicLine
- .width($(".current_page_item").width())
- .css("left", $(".current_page_item a").position().left)
- .data("origLeft", $magicLine.position().left)
- .data("origWidth", $magicLine.width());
- $("#example-one li a").hover(function() {
- $el = $(this);
- leftPos = $el.position().left;
- newWidth = $el.parent().width();
- $magicLine.stop().animate({
- left: leftPos,
- width: newWidth
- });
- }, function() {
- $magicLine.stop().animate({
- left: $magicLine.data("origLeft"),
- width: $magicLine.data("origWidth")
- });
- });
- });
- </script>
- <!-------------------------------------------------------------------->
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- padding:4px 4px 4px 4px;
- margin:20px 0px 0px 20px;
- background:{color:line};
- border:1px solid {color:links hover};
- font-size:10px;
- text-transform:none;
- color:{color:links hover};
- z-index:999999999999999999999999999999999999;
- }
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- border:4px solid #fff;
- }
- ::-webkit-scrollbar {
- width:11px;
- background-color:{color:scrollbar};
- border:5px solid #fff;
- }
- /* CURSOR */
- html {
- cursor:
- url("http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png"),default;
- }
- body {
- background:#fff;
- margin:0px;
- color:{color:text};
- font-family:'arial';
- font-size:11px;
- font-weight:normal;
- letter-spacing:0px;
- line-height:120%;
- }
- a:link, a:visited, a:active {
- color:{color:links};
- padding:1px;
- text-decoration:none;
- transition-duration: 0.1s;
- -moz-transition-duration: 0.1s;
- -webkit-transition-duration: 0.1s;
- -o-transition-duration: 0.1s;
- }
- a:hover {
- color:{color:links hover};
- padding:1px;
- font-weight:none;
- transition-duration: 0.1s;
- -moz-transition-duration: 0.1s;
- -webkit-transition-duration: 0.1s;
- -o-transition-duration: 0.1s;
- }
- h1 {
- font-size:9px;
- text-align:justify;
- color:{color:titles};
- }
- h2 {
- font-size:14px;
- text-align:justify;
- font-weight:normal;
- }
- #container {
- float:center;
- text-align:justify;
- color:{color:text};
- margin-bottom:0px;
- width:500px;
- }
- #posts {
- width:400px;
- margin-left:400px;
- margin-top:80px;
- text-align:justify;
- margin-bottom:40px;
- padding:10px;
- line-height:90%;
- color:{color:text};
- }
- .info {
- margin-left:415px;
- text-align:left;
- position:absolute;
- margin-top:0px;
- width:100px;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:2px;
- padding:10px;
- line-height:120%;
- border-left:1px solid {color:borders}
- }
- #pagination {
- left:50%;
- margin-left:-270px;
- position:absolute;
- width:395px;
- padding:5px;
- margin-top:-10px;
- }
- #header {
- position:relative;
- margin-top:30px;
- display:block;
- width:300px;
- padding:10px;
- margin-left:593px;
- margin-right:auto;
- margin-bottom:-50px;
- }
- #sidebarimage img{
- width:80px;
- height:80px;
- margin-top:15px;
- margin-left:-185px;
- position:absolute;
- padding:5px;
- border-radius:10%;
- }
- #description {
- position:absolute;
- text-align:justify;
- padding:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- width:250px;
- font-size:8px;
- margin-top:32px;
- margin-left:-72px;
- background:{color:description};
- border:1px solid {color:borders};
- border-radius:5px;
- }
- #triangle {
- top:53px;
- left:-81px;
- transform:rotate(0deg);
- border-left:10px solid transparent;
- border-right:10px solid {color:description};
- border-bottom:10px solid transparent;
- border-top:10px solid transparent;
- position:absolute;
- }
- .nav-wrap {
- margin:20px auto;
- margin-top:80px;
- margin-left:13px;
- background:#fff;
- border-top:1px solid #fff;
- border-bottom:1px solid #fff;
- width:250px;
- }
- /* Clearfix */
- .group:after {
- visibility:hidden;
- display:block;
- content: "";
- clear:both;
- height:0;
- }
- #example-one {
- margin:auto;
- list-style:none;
- position:relative;
- width:230px;
- margin-left:-6px;
- padding:8px;
- line-height:100%;
- }
- #example-one li {
- display:inline-block;
- }
- #example-one a {
- color:{color:links};
- width:165px;
- text-align:center;
- padding:10px 10px 10px 5px;
- text-decoration:none;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:2px;
- }
- #example-one a:hover {
- color:{color:links hover};
- font-style:italic;
- }
- #magic-line {
- position:absolute;
- bottom:-1px;
- margin-left:-5px;
- width:100px;
- height:1px;
- background:{color:line};
- }
- .current_page_item a {
- color:{color:links}; !important;
- }
- .ie6 #example-one li, .ie7 #example-one li {
- display: inline-block;
- }
- .ie6 #magic-line {
- bottom: -3px;
- }
- blockquote {
- border-left:2px solid #f8f8f8;
- padding:0px;
- padding-left:5px;
- margin:5px;
- }
- .asker {
- font-weight:bold;
- }
- #question {
- margin-bottom:10px;
- line-height:15px;
- background:{color:description};
- padding:15px;
- border-radius:5px;
- }
- .answer {
- text-align:justify;
- padding:5px;
- margin-top:-5px;
- }
- ol.notes {
- text-align:left;
- width:400px;
- margin-left:50px;
- margin-right:auto;
- padding:0px;
- margin-top:80px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:7px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note blockquote {
- padding:5px 5px 5px 5px;
- }
- #credit {
- font-size:12px;
- text-transform:uppercase;
- font-style:bold;
- bottom:10px;
- right:10px;
- position:fixed;
- letter-spacing:2px;
- text-align:right;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="container">
- <div id="header">
- <div id="triangle"></div>
- <div id="description">{description}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="nav-wrap">
- <ul class="group" id="example-one">
- <center>
- <li class="current_page_item"><a href="/">home</a></li>
- <li><a href="/ask">inbox</a></li>
- <li><a href="{text:link 1}">{text:link 1 title}</a></li>
- </center></div></div></div></div></ul>
- {block:Posts}<div id="posts">
- <div class="info">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {24Hour}:{Minutes}{CapitalAmPm}{/block:Date}<br><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount}<br><p>{block:HasTags}{block:Tags}<a href="{TagURL}"><i>{Tag}</i></a>, {/block:Tags}{/block:HasTags}</div>
- {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:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {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:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="question">
- <div class="asker">{Asker} said: </div>
- {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {/block:Posts}
- <center>
- <br><br>
- <div id="pagination">
- {block:Pagination}
- {block:JumpPagination length="5"}{block:CurrentPage}
- <span class="current_page" style="padding: 5px 5px 5px 5px; font-weight:bold;">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" style="padding-right:5px;padding-left:5px;" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}</div>
- <br><br><br>
- </center>
- <div id="credit"><a href="http://mainhottie.tumblr.com/rules">✗</a></div>
- </div>
- {block:ContentSource}<!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment