Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <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}
- <!----
- © b0rn-to-be-wild-themes.tumblr.com | "Theme Base II"
- Please respect the next:
- + Do not claim it and repost it as YOUR base code
- + You are allowed to make changes and post as your own THEME
- without an obligation to keep our credits
- ---->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!-- DEFAULT VARIABLES -->
- <meta name="image:Header" content="" />
- <meta name="image:Background" content="" />
- <meta name="color:Background" content="#fffffF" />
- <meta name="color:Header" content="#ffffff" />
- <meta name="color:text" content="#000000" />
- <meta name="color:Link" content="#999999" />
- <meta name="color:Link BG" content="#fff" />
- <meta name="color:Hover" content="#CCCCCC" />
- <meta name="color:header" content="#FFFFFF" />
- <meta name="color:Borders" content="#DDDDDD" />
- <meta name="color:Post BG" content="#DDDDDD" />
- <meta name="color:Description" content="#333333" />
- <meta name="color:chat 1" content="#f8f8f8" />
- <meta name="color:chat 2" content="#cfcfcf" />
- <meta name="color:Bold" content="#000"/>
- <meta name="color:Italic" content="#ddd"/>
- <meta name="font:Text" content="" />
- <meta name="text:Link 1" content="Link 1" />
- <meta name="text:Link 1 url" content="http://" />
- <meta name="text:Link 2" content="Link 2" />
- <meta name="text:Link 2 url" content="http://" />
- <meta name="text:Link 3" content="Link 3" />
- <meta name="text:Link 3 url" content="http://" />
- <meta name="text:Link 4" content="Link 4" />
- <meta name="text:Link 4 url" content="http://" />
- <meta name="text:Link 5" content="Link 5" />
- <meta name="text:Link 5 url" content="http://" />
- <!-- END DEFAULT VARIABLES -->
- <head>
- <style type="text/css">
- /* CSS */
- body {
- background:{color:Background};
- background-image:url({image:Background});
- font-family:{font:Text};
- color:{color:Text};
- font-size:13px;
- line-height:15px;
- margin-left:0px;
- }
- h1{
- font-size:20px;
- line-height: 25px;
- color:{color:Title};
- font-family:Verdana;
- font-weight: normal;
- }
- h2{
- font-size:15px;
- line-height: 20px;
- color:{color:Text};
- font-family:Verdana;
- font-weight: normal;
- }
- a:link, a:active, a:visited{
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.6s ease-in-out;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- a {
- color:{color:Link};
- }
- b, strong {color:{color:Bold};}
- i, em {color:{color:Italic};}
- ol.notes {
- list-style-type: none;
- padding:0px;
- }
- ol.notes li.note {
- padding:3px;
- }
- /*Posts and entries*/
- #container{
- position:relative;
- width:900px;
- min-height:600px;
- margin:auto;
- }
- .entry {
- float:left;
- display: block;
- margin:10px;
- overflow:hidden;
- width:250px;
- padding-right:10px;
- padding-left:10px;
- padding-bottom:10px;
- z-index:0;
- text-align:left;
- {block:PermalinkPage}
- width:500px;
- margin-left:180px;
- {/block:PermalinkPage}
- background:{color:Post BG};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border: 5px solid {color:Borders};
- }
- .entry:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #posts {
- width:900px;
- margin-top:15px;
- z-index:99;
- margin-left:5px;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- -webkit-animation: fadeInDown 2s;
- -moz-animation: fadeInDown 2s;
- -ms-animation: fadeInDown 2s;
- }
- /* Header */
- #header{
- position:relative;
- width:900px;
- height:auto;
- background:{color:Header};
- z-index:99999;
- margin-top:20px;
- padding:5px;
- margin-bottom:5px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- z-index:10000;
- border-bottom:3px solid {color:Borders};
- }
- .headerimage {
- position:relative;
- background-image:{image:header};
- margin:auto auto;
- width:100px;
- height:100px;
- border:5px {color:Borders} solid;
- }
- .headerimage img {
- width:100px;
- height:100px;
- }
- .blogtitle{
- color:{color:Blog Title};
- position:relative;
- margin-left:auto;
- margin-right:auto;
- margin-top:10px;
- width:100%;
- font-family:Verdana;
- font-size:25px;
- letter-spacing:2px;
- line-height:30px;
- text-align:center;
- }
- .headerlinks{
- position:relative;
- width:100%;
- height:auto;
- margin-top:10px;
- margin-bottom:5px;
- margin-left:0px;
- text-align:center;
- }
- .headerlinks a{
- position:relative;
- background:{color:Link BG};
- width:100%;
- height:auto;
- margin-top:5px;
- margin-bottom:5px;
- margin-left:0px;
- padding:3px;
- font-family:Verdana;
- font-size:15px;
- line-height:15px;
- text-align:center;
- }
- .headerlinks a:hover{
- background:{color:Header};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- .description{
- position:relative;
- color:{color:Description};
- font-family:Verdana;
- width:100%;
- height:auto;
- margin-top:10px;
- margin-left:0px;
- font-size:13px;
- line-height:18px;
- text-align:center;
- }
- /* Ask */
- .question{
- width:100%;
- height:24px;
- line-height:24px;
- margin-bottom:4px;
- border-bottom:1px solid {color:Borders};
- }
- .question img{
- border:3px solid {color:Borders};
- margin-right:4px;
- }
- .answer{
- margin-top:10px;
- width:240px;
- {block:PermalinkPage}
- width:490px;
- {/block:PermalinkPage}
- padding:5px;
- background:{color:Borders};
- line-height:20px;
- }
- /* Quote */
- .quote {
- font-size:25px;
- line-height:28px;
- font-family:Garamond;
- color:{color:Italic};
- height:auto;
- margin-top:15px;
- margin-bottom:5px;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- }
- .source{
- font-size:12px;
- line-height:15px;
- font-family:Garamond;
- color:{color:Italic};
- height:auto;
- margin-top:15px;
- margin-bottom:5px;
- padding:5px;
- text-align:right;
- letter-spacing:1px;}
- }
- /* Chat */
- .chat ul {
- display:block;
- list-style:none;
- margin-left:-50px;
- }
- /* chat lines style */
- .chat li {
- padding:3px;
- display:block;
- }
- /* odd lines style */
- .chat .odd {
- background:{color:chat 1};
- }
- /* even lines style */
- .chat .even {
- background:{color:chat 2};
- }
- /* Post info */
- .info {
- height:auto;
- line-height:15px;
- float:center;
- margin-top:0px;
- text-align:center;
- font-size:11px;
- letter-spacing:1px;
- background-color: transparent;
- color:{color:Link};
- border-bottom:2px solid {color:Borders};
- margin-bottom:10px;
- width:250px;
- {block:PermalinkPage}
- width:500px;
- {block:PermalinkPage}
- text-transform:lowercase;
- }
- .info a {
- font-size:11px; }
- /* Pagination */
- .jump_page {
- padding: 4px 8px;
- border: 2px solid {color:Borders};
- background-color:{color:Link BG};
- color:{color:Link};
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px 8px;
- border: 2px solid {color:Borders};
- background-color:{color:Link BG};
- color: {color:Hover};
- font-size:11px;
- text-decoration:none;
- }
- /* Credits */
- #credits {
- position:fixed;
- right:5px;
- top:40px;
- width:30px;
- opacity:0.9;
- }
- /* END CSS */
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <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>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
- </head>
- <!-- HTML -->
- <body>
- <div id="header">
- <div class="headerimage"><img src="{image:header}"></div>
- <div class="blogtitle">{Title}</div>
- <div class="headerlinks">
- <a href="{text:Link 1 url}">{text:Link 1}</a>
- <a href="{text:Link 2 url}">{text:Link 2}</a>
- <a href="{text:Link 3 url}">{text:Link 3}</a>
- <a href="{text:Link 4 url}">{text:Link 4}</a>
- <a href="{text:Link 5 url}">{text:Link 5}</a>
- </div>
- <div class="description">{description}</div>
- </div>
- <!-- POSTS -->
- <div id="container">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- <div class="content">
- <!-- Date -->
- <div class="info">
- {block:Date}<p>
- <a href="{Permalink}">
- {TimeAgo}</a>
- {block:NoteCount}
- / {NoteCountWithLabel}
- {/block:NoteCount}
- <!-- Reblogged from -->
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">
- / via</a>{/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}"
- target=blank>/ source</a>
- {/block:ContentSource}
- </div>
- {/block:Date}
- <!-- Text -->
- {block:Text}
- {block:Title}
- <a href="{Permalink}">
- <h1>{Title}</h1></a>
- {/block:Title}
- <h2>{Body}</h2>
- {/block:Text}
- <!-- Photo -->
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-250}"
- </a>{/block:IndexPage}
- {block:PermalinkPage}
- <a href="{permalink}">
- <img src="{PhotoURL-500}"
- width="500"/></a>{/block:PermalinkPage}
- {/block:Photo}
- <!-- Photoset -->
- {block:Photoset}
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {/block:Photoset}
- <!-- Quote -->
- {block:Quote}
- <div class="quote">
- " {Quote} "
- {block:Source}
- <div class="source">-{Source}
- </div>{/block:Source}</div>
- {/block:Quote}
- <!-- Link -->
- {block:Link}
- <center>
- <a href="{URL}"
- class="linkpost"
- target="_blank">
- <h1>{Name} » <h1></a>
- </center>
- {block:Description}
- <h2>{Description}</h2>
- {/block:Description}
- {/block:Link}
- <!-- Chat -->
- {block:Chat}
- <div class="chat">
- <ul>
- {block:Lines}
- <li class="{Alt}">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- <!-- Audio -->
- {block:Audio}
- {AudioPlayerWhite}
- <br>{block:Artist}
- Artist: {Artist}
- {/block:Artist}
- <br>{block:Title}
- Artist: {Title}
- {/block:Title}
- <br>{block:Album}
- Artist: {Album}
- {/block:Album}<br>
- {/block:Audio}
- <!-- Video -->
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {/block:Video}
- <!-- Ask -->
- {block:Answer}
- <div class="question">
- <img src="{AskerPortraitURL-48}"
- align="left">
- {Asker}</div>
- {Question}
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <!-- Tags -->
- <br>{block:HasTags}
- {block:Tags} #
- <a href="{TagURL}">
- {Tag}</a>,
- {/block:Tags}
- {/block:HasTags}
- <!-- Permalink page -->
- {block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- <!-- Other -->
- {block:ContentSource}
- <!-- {SourceURL}
- {block:SourceLogo}
- <img src="{BlackLogoURL}"
- width="{LogoWidth}"
- height="{LogoHeight}"
- alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div></div>
- {/block:Posts}
- <!-- END POSTS -->
- </div></div>
- <!-- END CONTAINER -->
- <!-- pagination -->
- {block:Pagination}
- <center>
- {block:PreviousPage}<a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">
- {PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">»</a>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- <a href="www.b0rn-to-be-wild--themes.tumblr.com"><div id="credits">
- <img src="http://i39.tinypic.com/2d77rxx.png" title="born to be wild themes"></div></a>
- </body>
- </html>
- <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement