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 | "Vox"
- + Please do not redistribute this theme or remove credits
- + You are allowed to make changes as long as you keep our credits
- + If you have any questions or concerns, just contact us
- + Thanks for using our theme :) Hope you enjoy it!
- ---->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--Google fonts-->
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- DEFAULT VARIABLES -->
- <meta name="image:Header" content="" />
- <meta name="image:Background" content="" />
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Post background" content="#ffffff" />
- <meta name="color:Blog title" content="#000" />
- <meta name="color:Text" content="#000000" />
- <meta name="color:Icons" content="#fff" />
- <meta name="color:Link" content="#999999" />
- <meta name="color:Link background" content="#fff" />
- <meta name="color:Home link background" content="#9B3B70" />
- <meta name="color:Ask link background" content="#C05A4A" />
- <meta name="color:Submit link background" content="#369351" />
- <meta name="color:Archive link background" content="#8DB244" />
- <meta name="color:Hover" content="#CCCCCC" />
- <meta name="color:Borders" content="#000" />
- <meta name="color:Description" content="#333333" />
- <meta name="color:chat 1" content="#C05A4A" />
- <meta name="color:chat 2" content="#9B3B70" />
- <meta name="color:Info" content="#9B3B70" />
- <meta name="color:Bold" content="#000"/>
- <meta name="color:Scrollbar" content="#000"/>
- <meta name="color:Italic" content="#369351"/>
- <meta name="font:Text" content="" />
- <meta name="select:Title Font" content="Play" title="Play">
- <meta name="select:Title Font" content="Baumans" title="Baumans">
- <meta name="select:Title Font" content="Electrolize" title="Electrolize">
- <meta name="select:Title Font" content="Audiowide" title="Audiowide">
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Show Tags" content="1" />
- <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:14px;
- line-height:16px;
- margin-left:0px;
- overflow-x:hidden;
- }
- p{
- background:transparent;
- }
- h1{
- font-size:17px;
- line-height: 18px;
- padding:5px;
- background:{color:Borders};
- color:{color:Title};
- font-family:{select:Title Font};
- font-weight: normal;
- }
- h2{
- font-size:14px;
- line-height: 16px;
- color:{color:Text};
- 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 {color:Borders};
- background:transparent;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- height: auto; border: 3px solid {color:Background};
- }
- ::-webkit-scrollbar {
- height:10px;
- width:12px;
- background: {color:Scrollbar};
- height: auto; border: 5px solid {color:Background};
- }
- 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;
- }
- ol.notes img{
- border:1px solid {color:Borders};
- }
- /*Posts and entries*/
- #container{
- position:relative;
- width:900px;
- min-height:600px;
- padding-bottom:20px;
- margin-left:auto;
- margin-right:auto;
- margin-top:100px;
- }
- .entry {
- float:left;
- display: block;
- margin:12px;
- width:250px;
- padding-right:10px;
- padding-left:10px;
- padding-bottom:10px;
- z-index:1;
- text-align:left;
- background:{color:Post background};
- {block:PermalinkPage}
- width:500px;
- margin-left:180px;
- {/block:PermalinkPage}
- background:{color:Post background};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border: 3px 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:125px;
- z-index:99;
- margin-left:5px;
- margin-right:auto;
- position:relative;
- }
- /* Header */
- #header{
- position:relative;
- width:900px;
- height:93px;
- 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:absolute;
- background-image:{image:header};
- margin-left:50px;
- margin-top:50px;
- width:90px;
- height:90px;
- border:5px {color:Borders} solid;
- z-index:2000;
- }
- .headerimage img {
- width:90px;
- height:90px;
- }
- .blogtitle{
- color:{color:Blog Title};
- position:relative;
- margin-left:200px;
- margin-right:auto;
- margin-top:-10px;
- width:680px;
- font-family:{select:Title Font};
- font-size:27px;
- letter-spacing:2px;
- line-height:30px;
- text-align:center;
- }
- .blogtitle:hover{
- letter-spacing:4px;
- text-decoration:line-through;
- color:{Hover};
- -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;
- }
- .headerlinks{
- position:absolute;
- width:685px;
- height:auto;
- margin-top:5px;
- margin-bottom:5px;
- margin-left:200px;
- text-align:right;
- }
- .headerlinks a{
- position:relative;
- background:{color:link background};
- width:100%;
- height:auto;
- margin-top:5px;
- margin-bottom:5px;
- margin-left:5px;
- padding:3px;
- font-family:{select:Title Font};
- font-size:15px;
- line-height:15px;
- border:3px solid {color:Borders};
- text-align:center;
- }
- .headerlinks a:hover{
- color:{color:link background};
- background:{color:Link};
- -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;
- }
- #linkOne{
- position:absolute;
- background:{color:Home link background};
- width:60px;
- height:60px;
- border:3px solid {color:Borders};
- margin-left:17px;
- margin-top:27px;
- }
- #linkTwo{
- position:absolute;
- background:{color:Ask link background};
- width:60px;
- height:60px;
- border:3px solid {color:Borders};
- margin-left:117px;
- margin-top:27px;
- }
- #linkThree{
- position:absolute;
- background:{color:Submit link background};
- width:60px;
- height:60px;
- line-height:34px;
- border:3px solid {color:Borders};
- margin-left:17px;
- margin-top:107px;
- }
- #linkFour{
- position:absolute;
- background:{color:Archive link background};
- width:60px;
- height:60px;
- line-height:34px;
- border:3px solid {color:Borders};
- margin-left:117px;
- margin-top:107px;
- }
- #linkOne i,#linkTwo i,#linkThree i,#linkFour i{
- color:{color:Icons};
- }
- #linkOne:hover,#linkTwo:hover,#linkThree:hover,#linkFour:hover{
- background:{color:Borders};
- -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};
- width:600px;
- height:55px;
- overflow-y:auto;
- margin-top:10px;
- margin-left:200px;
- font-size:14px;
- line-height:16px;
- text-align:justify;
- }
- /* Ask */
- .question{
- width:100%;
- height:24px;
- line-height:24px;
- margin-bottom:4px;
- border-bottom:1px solid {color:Borders};
- font-family:Electrolize;
- }
- .question a{
- color:{color:Italic};
- }
- .question img{
- border:3px solid {color:Borders};
- margin-right:4px;
- }
- .answer{
- margin-top:15px;
- width:240px;
- color:{color:Bold};
- {block:PermalinkPage}
- width:490px;
- {/block:PermalinkPage}
- padding:5px;
- background:{color:Borders};
- line-height:15px;
- }
- /* Quote */
- .quote {
- font-size:22px;
- line-height:25px;
- font-family:{select:Title Font};
- 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;
- color:{color:Italic};
- height:auto;
- margin-top:15px;
- margin-bottom:5px;
- padding:5px;
- text-align:right;
- letter-spacing:1px;}
- }
- /*Audio*/
- .album img{
- max-width:70px;
- overflow:hidden;
- margin-left:0px;
- float:left;
- margin-top:0px;
- z-index:10;
- border: 1px solid {color:Bold};
- }
- .audio{
- position:absolute;
- width:180px;
- min-height:70px;
- margin-left:70px;
- float:left;
- padding:5px;
- margin-top:-80px;
- z-index:10;
- font-size:12px;
- line-height:14px;
- overflow:hidden;
- }
- /* Chat */
- .chat ul {
- display:block;
- list-style:none;
- }
- /* chat lines style */
- .chat li {
- margin-left:-35px;
- 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;
- height:10px;
- line-height:5px;
- float:center;
- margin-top:0px;
- text-align:center;
- font-family:Electrolize;
- font-size:12px;
- letter-spacing:1px;
- background-color: transparent;
- color:{color:Link};
- border-bottom:3px solid {color:Borders};
- margin-bottom:10px;
- width:250px;
- {block:PermalinkPage}
- width:500px;
- {block:PermalinkPage}
- text-transform:uppercase;
- }
- .info a {
- font-size:11px;
- color:{color:Info};
- }
- .notec{
- padding:5px;
- width:50px;
- font-size:15px;
- text-align:center;
- background:{color:Link background};
- position:absolute;
- font-family:Electrolize;
- border:3px solid {color:Borders};
- margin-left:10px;
- }
- .like_and_reblog_buttons {
- position:absolute;
- float:right;
- margin-left:125px;
- {block:PermalinkPage}
- margin-left:370px;
- {/block:PermalinkPage}
- margin-top:-5px;
- margin-bottom:15px;
- z-index:200000;
- border-radius: 3px;
- list-style: none;
- }
- .like_and_reblog_buttons li {
- float:right;
- margin: 5px 5px;
- height: 15px;
- padding:5px;
- border:3px solid {color:Borders};
- background:{color:Link background};
- }
- .like_and_reblog_buttons li:first-child {
- border-right: 3px solid {color:Borders};
- }
- /* Pagination */
- .jump_page {
- padding: 4px 8px;
- border: 3px solid {color:Borders};
- background-color:{color:Link background};
- color:{color:Link};
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px 8px;
- border: 3px solid {color:Borders};
- background-color:{color:Link background};
- color: {color:Hover};
- font-size:11px;
- text-decoration:none;
- }
- /* Style of the box that appears when you hover over the links */
- #s-m-t-tooltip {
- max-width:300px;
- z-index:10000;
- margin:24px 14px 7px 12px;
- padding:8px;
- color:{color:Link};
- background:{color:Link background};
- font-size:11px;
- line-height:13px;
- }
- /* Credits */
- #credits {
- position:fixed;
- right:10px;
- top:40px;
- z-index:100000;
- }
- #credits img{
- border:3px solid {color:Borders};
- }
- /* 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 id="linkOne"><a href="/" title="Index"><i class="fa fa-home"></i></a></div>
- <div id="linkTwo"><a href="/ask" title="Ask"><i class="fa fa-envelope"></i></a></div>
- <div id="linkThree"><a href="/submit" title="Submit"><br><i class="fa fa-pencil"></i></a></div>
- <div id="linkFour"><a href="/archive" title="Archive"><br><i class="fa fa-clock-o"></i></a></div>
- <div class="blogtitle">{Title}</div>
- <div class="description">{description}</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>
- <!-- 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}">
- Posted {TimeAgo}</a>
- </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><br>
- {/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}
- <div class="album">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="70">
- {block:AlbumArt}</div>
- <div class="audio">
- {AudioPlayerWhite}
- {block:TrackName}<b>Track:</b> {TrackName}{/block:TrackName}<br>
- {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>
- {block:Album}<b>Album:</b> {Album}{/block:Album}</div>
- {/block:Audio}
- <!-- Video -->
- {block:Video}
- {block:IndexPage}
- {VideoEmbed-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {VideoEmbed-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}
- {block:IndexPage}
- {block:IfShowCaptions}
- {block:Caption}
- <h2>{Caption}</h2>
- {/block:Caption}
- {/block:IfShowCaptions}
- {/block:IndexPage}
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags} #
- <a href="{TagURL}">
- {Tag}</a>,
- {/block:Tags}
- {/block:HasTags}
- {block:IfShowTags}
- <br>
- <!-- Note count -->
- {block:Date}
- {block:NoteCount}
- <div class="notec">
- {NoteCount}
- </div>
- {/block:NoteCount}
- <!-- Like and reblog buttons-->
- <ul class="like_and_reblog_buttons">
- <li>{LikeButton size="15"}</li>
- <li>{ReblogButton size="15"}</li>
- </ul>
- {/block:Date}
- <!-- Permalink page -->
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:PostNotes}
- <br><br>
- {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><br>
- <!-- 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}
- <span class="jump_page">
- <a href="{URL}">{PageNumber}</a></span>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <span class="jump_page">
- <a href="{NextPage}">»</a>
- </span>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- <a href="www.b0rn-to-be-wild--themes.tumblr.com"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </body>
- </html>
- <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement