Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!---
- |||||||||| T R E N Z A L O U R S - T H E M E S ||||||||||
- -PLEASE DON'T REMOVE THE CREDIT- -DON'T REPOST AND CLAIM AS YOUR OWN-
- -EDIT AS MUCH AS YOU LIKE-
- _________________________________________________________________________
- -Feel free to message me with any questions! Enjoy!
- wwww.trenzathemes.tumblr.com *****
- ****** wwww.trenzalours.tumblr.com
- _________________________________________________________________________
- --->
- <head>
- <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <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:bg" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:title"content="#000000"/>
- <meta name="color:accent"content="#aaaaaa"/>
- <meta name="color:scrollbar" content="#000000" />
- <meta name="text:url" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 url" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 url" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 url" content="" />
- <!-- start of script tooltip -->
- <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_:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, .close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend(<a href="#" class="close">);
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- #tabs{
- color:{color:title};
- font-size:9px;
- text-transform:uppercase;
- text-align:justify;
- overflow:scroll;
- max-height:200px;
- width:200px;
- }
- #fade {
- display: none;
- background:{color:bg};
- position: fixed;
- left: 0;
- top:0;
- width:100%;
- height:100%;
- opacity:1;
- z-index: 9999;
- }
- .popup_block{
- background:{color:bg};
- border:3px solid {color:accent};
- border-bottom:3px solid {color:title};
- border-top:3px solid {color:title};
- display: none;
- color:{color:text};
- padding: 20px 30px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- }
- .popup_block a {
- color:{color:title};
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- *, #hrefs a:hover {
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- }
- *, a a:hover {
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- }
- *, body, a:hover {
- cursor: url(http://i.imgur.com/2qleX.jpg), auto;
- }
- ::selection {
- background-color:{color:selection};
- color:white;
- }
- ::-webkit-scrollbar {
- background-color:{color:title};
- border:2px solid {color:bg};
- height:6px;
- width:6px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:accent};
- border:2px solid {color:bg};
- height:6px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:accent};
- border:2px solid {color:bg};
- height:6px!important;
- }
- /*---TOOLTIPS---*/
- #s-m-t-tooltip {
- max-width:300px;
- padding: 5px 7px;
- margin:10px;
- background-color:{color:bg};
- font-family:calibri;
- font-size:8px;
- font-style:bold;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- z-index:9999999999999999999999;
- }
- @-webkit-keyframes Beeh {
- 0% {-webkit-transform: opacity(.2);}
- 50% {-webkit-transform: opacity(1.00);}
- 70% {-webkit-transform: opacity(.7);}
- 100% {-webkit-transform: opacity(1);}}
- /*---end tooltips---*/
- /*TUMBLR CONTROL ICONS*/
- #tumblr_controls{
- position:fixed !important;
- -webkit-filter: invert(100%)
- }
- body {
- background:{color:bg};
- color:{color:text};
- font-family:calibri;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:17px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color:{color:hover};
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- transition: all .5s ease;
- }
- p {
- font-size: 1em;
- line-height: 1.25em;
- margin: 1.25em 0;
- text-align: justify;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- b,strong{
- font-weight:bold;
- color:{color:title};
- }
- i,em{
- font-style:italic;
- color:{color:accent};
- }
- pre{
- background:{color:accent};
- color:{color:text};
- padding:3px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- big{
- font-size:15px;
- color:{color:accent};
- }
- small{
- font-size:7px;
- letter-spacing:1px;
- }
- .caption{
- display:block;
- }
- /*header*/
- #headers {
- position:relative;
- margin-top:0px;
- margin-left:-5px;
- background:white;
- width:400px;
- max-height:400px;
- text-align:center;
- z-index:1;
- opacity:.9;
- }
- .fufu {
- width:100px;
- -webkit-transition: all 2s ease-in;
- -moz-transition: all 2s ease-in;
- transition: all 2s ease-in;
- }
- .fufu:hover {
- -webkit-transform: translate(2em,0);
- -moz-transform: translate(2em,0);
- -o-transform: translate(2em,0);
- }
- #biter
- #bite a {display:block}
- #bite .death {
- margin-bottom:-40px;
- filter: alpha(opacity = 0);opacity:0;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- transition: all .5s ease;
- }
- #bite:hover .death {
- margin-bottom:-40px;
- -webkit-transition: all .5s ease-out;
- -moz-transition: all .5s ease-out;
- transition: all .5s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- #titles {
- font-size:40px;
- margin:100px 0 0px 0;
- padding-bottom:5px;
- letter-spacing:4px;
- text-align:center;
- text-transform:uppercase;
- color:{color:title};
- font-family: 'Fjalla One', sans-serif;
- text-shadow: 3px -3px 0 {color:accent};
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- transition: all .5s ease;
- }
- #titles a{
- color:{color:title};
- }
- #titles a:hover{
- color:{color:accent};
- text-shadow: 3px -3px 0 {color:title};
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- transition: all .5s ease;
- }
- #hrefs{
- border:0;
- margin-top:10px;
- text-align:center;
- list-style:none;
- line-height:0px
- }
- #hrefs a {
- width:5px;
- height:5px;
- display:inline-block;
- line-height:0px;
- padding:2px;
- text-align:center;
- border-radius:20px;
- display:inline-block;
- text-decoration:none;
- background:{color:bg};
- border:3px solid {color:title};
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- #hrefs a:hover {
- background-color:{color:link};
- border:3px solid white;
- }
- #description {
- color:{color:text};
- font-size:10px;
- padding-top:10px;
- padding-bottom:5px;
- width:300px;
- max-height:200px;
- margin-left:15px;
- text-align:justify;
- overflow:hidden;
- }
- #descripton p{
- line-height:1.5em;
- word-spacing:1px;
- }
- /*pagination*/
- #pagination{
- padding:15px;
- margin-top:100px;
- text-align:center;
- bottom:30px;
- font-size:12px;
- letter-spacing:2px;
- z-index:100;
- font-family: 'Fjalla One', sans-serif;
- text-shadow: 1px -1px 0 {color:accent};
- text-transform:uppercase;
- color:{color:title};
- }
- #pagination a{
- margin-right:40px;
- margin-left:-20px;
- color:{color:title};
- }
- #pagination a:hover{
- text-shadow: 1px -1px 0 {color:title};
- color:{color:accent};
- transition:all;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- /*container*/
- #containers {
- left:50%;
- margin-left:-200px;
- position:absolute;
- }
- /*posts*/
- #entry {
- margin-top:50px;
- width:500px;
- }
- #stars {
- width:400px;
- padding-bottom:100px;
- }
- #stars img{
- max-width:400px;
- display:block;
- }
- h1{
- font-size:20px;
- line-height:1.5em;
- font-weight:100;
- text-transform:uppercase;
- padding-left:20px;
- margin-bottom:15px;
- text-align:center;
- color:{color:title};
- font-family: 'Fjalla One', sans-serif;
- text-shadow: 1px -1px 0 {color:accent};
- }
- /*audio*/
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- margin: 0px;
- height: 50px;
- width: 500px;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 28px;
- height: 28px;
- background-color:white;
- padding: 10px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- overflow: hidden;
- width: 88px;
- height: 88px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 100px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*asks*/
- .who{
- letter-spacing:1px;
- line-height:10px;
- text-align:left;
- color:{color:title};
- padding-bottom:5px;
- }
- .answer {
- text-align:center;
- background:#eee;
- padding:5px;
- border-top:1px solid {color:title};
- }
- .chat ol {
- padding:0;
- line-height:180%;
- list-style:none;
- color:{color:title};
- }
- .line.odd {
- padding:5px;
- color:{color:accent};
- }
- .line.even {
- padding:5px;
- }
- .label{
- font-weight:bold;
- padding-right:1px;
- letter-spacing:1px;
- text-transform:lowercase;
- color:{color:title};
- }
- /*permalink and notes*/
- #info {
- opacity:0;
- font-size:12px;
- padding-left:7px;
- margin-left:410px;
- margin-top:20px;
- position:absolute;
- width:120px;
- z-index:-50px;
- color:{color:text};
- border-left:4px solid {color:title};
- text-transform:uppercase;
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- #info a{
- margin-right:5px;
- color:{color:link};
- font-size:9px;
- padding:5px;
- }
- #info i{
- margin-top:5px;
- color:{color:title};
- font-size:11px;
- }
- #info i:hover{
- color:{color:accent};
- transition:all;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- #stars:hover #info {
- opacity:1;
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;}
- .tags {
- display:none;
- }
- /*page notes*/
- .pagenotes {{block:IndexPage}display: none!important;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}text-align:left;}.pagenotes img {display:none!important;}note li {list-style-type:none;padding:0px 0px;text-align:justify;margin:0 0 0 -40px;font-size:9px;text-transform:lowercase;}
- #creds a {
- bottom:13px;
- position:fixed;
- right:10px;
- float:right;
- display:inline-block;
- line-height:0px;
- padding:3px;
- text-align:center;
- border-radius:20px;
- display:inline-block;
- text-decoration:none;
- background:{color:bg};
- border:2px solid {color:title};
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- #creds a:hover {
- background-color:{color:link};
- border:2px solid white;
- }
- {CustomCSS}</style></head>
- <div id="askbox" class="popup_block"><p><h1>inbox</h1>
- <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:url}.tumblr.com" width="100%"></iframe></p></div>
- <body>
- <div id="containers">
- <div id="headers">
- <div id="bite">
- <div id="titles"><a href="/">{Title}</a></div>
- <div id="hrefs">
- <a href="/" title="home"></a>
- <a href="#?w=500" rel="askbox" class="poplight" title="contact"></a>
- <a href="{text:Link 1 URL}" title ="{text:Link 1}"></a>
- <a href="{text:Link 2 URL}" title="{text:Link 2}"></a>
- <a href="{text:Link 3 URL}" title="{text:Link 3}"></a>
- </div>
- <div class="death">
- <div align="center">
- <div id="description">{Description}</div>
- </div>
- </div>
- </div>
- </div>
- <div id="entry">
- {block:Posts}
- <div id="stars">
- {block:Date}
- <div id="info">
- <a href="{Permalink}">
- {ShortMonth} {DayOfMonth} {ShortYear} <br>{TimeAgo}</a>{block:NoteCount}<br>
- <a href="{Permalink}"
- title="{NoteCountWithLabel}"><i class="fa fa-circle"></i></a>{/block:NoteCount}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}"><i class="fa fa-circle-o"></i></a>
- {block:ContentSource}
- <a href="{ReblogRootURL}"title="{ReblogRootName}"><i class="fa fa-circle"></i></a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {block:PermalinkPage}
- {/block:PermalinkPage}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagUrl}">{Tag}</a><br>{/block:Tags}
- </div>{/block:HasTags}
- </div>{/block:Date}
- {block:Quote}
- {block:Source}
- {Source}{/block:Source}
- <h1>{Quote}</h1>
- {/block:Quote}
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>{/block:Title}
- {Body}{/block:Text}
- {block:Link}
- <h1>
- <a href="{URL}">{Name}</a></h1>{block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- <center>{LinkOpenTag}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Permalink}
- {block:Caption}
- {Caption}{/block:Caption}
- {/block:Permalink}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- {Photoset-400}</div>
- {block:Permalink}
- {block:Caption}
- {Caption}{/block:Caption}
- {/block:Permalink}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}{/block:TrackName}<br/>
- {block:Artist}Artist:{Artist}{/block:Artist}<br/>
- {block:Album}Album:{Album}{/block:Album}<br/>
- </div>
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Answer}
- <div class="who"><b>{Asker}</b> wondered: {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:answer}
- </div>
- {block:PermalinkPage}
- {/block:PermalinkPage}
- <div class="pagenotes">
- {block:NoteCount}
- {/block:NoteCount}
- {PostNotes}
- </ol>
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">reverse</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">skip</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- </div>
- <div id="creds"><a href="http://trenzalours.co.vu/" title="trenzalours themes"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment