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">
- <!---
- |||||||||| 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--Don't just take the update code from theme-
- _____________________________________________________________________________
- ~You can remove the updates tab I've labeled
- where the codes begin and end for you~
- _____________________________________________________________________________
- -Feel free to message me with any questions! Enjoy!
- wwww.trenzathemes.tumblr.com *****
- ****** wwww.trenzalours.tumblr.com
- _____________________________________________________________________________
- --->
- <head>
- <meta name="color:bg" content="#ffffff">
- <meta name="color:link" content="#gggggg">
- <meta name="color:info hover" content="#ffffff">
- <meta name="color:text" content="#gggggg">
- <meta name="color:title" content="#000000">
- <meta name="color:accent" content="#eeeeee">
- <meta name="color:scrollbar" content="#gggggg">
- <meta name="color:selection" content="#000000" />
- <meta name="image:favicon" content="/">
- <meta name="color:tab01" content="#eeeeee">
- <meta name="color:tab02" content="#dddddd">
- <meta name="if:updates tab" content="1">
- <meta name="if:music" content="0">
- <meta name="text:URL" content="url here">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="">
- <meta name="text:link4 url" content="/">
- <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{image:Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <!---FONTS--->
- <link href='http://fonts.googleapis.com/css?family=Londrina+Sketch' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Bubbler+One' rel='stylesheet' type='text/css'>
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
- <!--end fonts-->
- <!-- 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_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!---popup ask 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('');
- 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, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!---end pop up script--->
- <style type="text/css">
- ::selection {
- background-color:{color:selection};
- color:white;
- }
- *, body, a, a:hover {cursor: url(http://i62.tinypic.com/141v3o7.png), auto;}
- /*/BEGIN UPDATES TAB CODE/*/
- #tab1{
- font-size:7px; /* CHANGE THE FONT SIZE */
- letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
- font-family:tahoma; /* CHANGE THE FONT */
- background:{color:tab01};
- margin-left:2px;
- color:{color:text};
- text-align:left;
- padding:10px;
- }
- #tab1box{ /*---DO NOT EDIT ANY OF THIS---*/
- margin-right:8px;
- margin-top:8px;
- position:absolute;
- overflow:hidden;
- right:50%;
- width:5px;
- height:50px;
- z-index:9;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #tab1box:hover{
- background:{color:bg};
- padding-top:20px;
- width:120px;
- height:auto;
- }
- #tab2{
- font-size:7px; /* CHANGE THE FONT SIZE */
- letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
- font-family:tahoma; /* CHANGE THE FONT */
- background:{color:tab02};
- margin-left:2px;
- color:{color:text};
- text-align:left;
- padding:10px;
- }
- #tab2box{ /*---DO NOT EDIT ANY OF THIS---*/
- position:absolute;
- right:50%;
- overflow:hidden;
- width:5px;
- height:50px;
- z-index:999999999999;
- z-index:9;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #tab2box:hover{
- background:{color:bg};
- padding-top:20px;
- width:120px;
- height:auto;
- }
- {block:ifupdatestab}
- #holder{
- padding:5px;
- font-size:10px;
- text-transform:uppercase;
- position:fixed;
- font-family:calibri;
- left:415px;
- background-color:transparent;
- letter-spacing:0px;
- z-index:9999999999999999999;
- top:200px;
- }
- {/block:ifupdatestab}
- /*---end updates tab css---*/
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:info hover};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- ::-webkit-scrollbar {
- background-color:{color:bg};
- height:8px;
- width:4px;
- border-radius:2px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:30px;
- border-radius:2px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:4px!important;
- }
- /*---begin tooltips---*/
- #s-m-t-tooltip {-webkit-animation: Beeh 500ms;
- max-width:300px;
- background-color:{color:bg};
- box-shadow:0px 2px 3px gray;
- font-family:calibri;
- font-size:8px;
- color:{color:title};
- letter-spacing:2px;
- text-transform:uppercase;
- padding:3px 4px 3px 4px;
- margin:-20px 0px 0px 0px;
- z-index:9999999999999999999999; }
- @-webkit-keyframes Beeh {
- 0% {-webkit-transform: opacity(.4);}
- 50% {-webkit-transform: opacity(1.04);}
- 70% {-webkit-transform: opacity(.9);}
- 100% {-webkit-transform: opacity(1);}}
- /*---end tooltips---*/
- body {
- background-color:{color:bg};
- font-family:Calibri;
- font-weight:normal;
- width:1200px;
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:normal;
- line-height:80%;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- h2 {
- font-size:15px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:normal;
- padding:5px;
- padding-bottom:2px;
- }
- blockquote {
- text-align:justify;
- border-left:1px solid #fafafa;
- padding-left:0px;
- margin-left:50px;
- width:400px;
- }
- #theme {
- background-color:{color:bg};
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- /*/ SIDEBAR /*/
- a {
- color:;
- text-decoration:none;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .fufu {
- width:300px;
- -webkit-transition: all 1.7s ease-out;
- -moz-transition: all 1.7s ease-out;
- transition: all 1.7s ease-out;
- }
- .fufu:hover {
- -webkit-transform: translate(1em,0);
- -moz-transform: translate(1em,0);
- -o-transform: translate(1em,0);
- }
- #biter
- #bite a {display:block}
- #bite .death {
- margin-bottom:0px;
- filter: alpha(opacity = 0);opacity:0;
- -webkit-transition: all 1.6s ease-out;
- -moz-transition: all 1.6s ease-out;
- transition: all 1.6s ease-out;
- }
- #bite:hover .death {
- margin-bottom:0px;
- -webkit-transition: all 1.8s ease-out;
- -moz-transition: all 1.8s ease-out;
- transition: all 1.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- #title{
- text-align:center;
- margin-left:10px;
- font-family: 'Bubbler One', sans-serif;
- border-bottom:1px solid {color:accent};
- line-height:25px;
- font-size:30px;
- letter-spacing:2px;
- text-transform:uppercase;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #title a{
- text-decoration:none;
- color:{color:title};
- }
- #sidebar {
- color:{color:text};
- margin-top:30px;
- width:320px;
- margin-left:265px;
- padding:15px;
- text-align:center;
- }
- /*/ DESCRIPTION /*/
- .description {
- width:325px;
- margin-top:5px;
- font-size:9px;
- line-height:12px;
- text-align:center;
- font-family:gothic;
- font-style:italic;
- }
- /*/music player /*/
- {block:ifmusic}
- #music{
- padding-top:2px;
- margin-left:90px;
- }
- {/block:ifmusic}
- /*/ LINKS /*/
- #links {
- margin-top:5px;
- margin-left:-10px;
- text-align:center;
- font-size:9px;
- font-style:italic;
- font-family:gothic;
- word-spacing:5px;
- }
- #links a {
- display:inline-block;
- color:{color:link};
- text-transform:lowercase;
- transition-duration: 1s;
- -moz-transition-duration: 1s;
- -webkit-transition-duration: 1s;
- -o-transition-duration: 1s;
- }
- #links a:hover {
- color:{color:info hover};
- border-radius:10px;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: {color:info hover};
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- overflow:scroll;/*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 1px solid {color:accent};
- float: left;
- color:#6E6E6E;
- font-size:10px;
- position: fixed;
- top: 60%; left: 53%;
- z-index: 9999999999999999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 10px {color:info hover};
- -moz-box-shadow: 0px 0px 10px {color:info hover};
- box-shadow: 0px 0px 5px {color:info hover};
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- .popup_block strong{
- color:#A67C7C;
- font-weight:bold;
- font-size:13px;
- padding:3px;
- text-transform:uppercase;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- /*/ POSTS /*/
- #stuffcontainer {
- margin-left:150px;
- padding:25px;
- width:522px;
- text-align:center;
- color:{color:text};
- margin-bottom: 20px;
- }
- #stuff {
- border:1px solid {color:accent};
- padding:15px 5px 10px 5px;
- margin-bottom:100px;
- background-color: #ffffff;
- width:522px;
- text-align:justify;
- font-size:11px;
- line-height:100%;
- letter-spacing:0x;
- color:{color:text};
- }
- /*/ NOTES /*/
- #info {
- border:1px solid {color:accent};
- position:absolute;
- width:500px;
- margin-left:6px;
- padding:5px;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:link};
- margin-top:20px;
- text-align:left;
- opacity:0;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #inforight{
- float:right;
- text-align:right;
- margin-right:13px;
- }
- #info a{
- color:{color:text};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #stuffcontainer:hover #info {
- color:{color:info hover};
- opacity:1;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #tags {
- position:absolute;
- margin-top:5px;
- text-transform:lowercase;
- font-size:9px;
- margin-left:10px;
- opacity:.8;
- color:{color:link};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- #tags a{
- color:{color:link};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- #tags a:hover{
- color:{color:info hover};
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- ol.notes {
- display:block;
- text-align:left;
- margin-bottom:30px;
- list-style-type:none;
- width:520px;
- margin-left:10px;
- padding:0px;
- }
- ol.notes li.note{
- padding:5px;
- padding-top:2px;
- margin-bottom:3px;
- }
- .pagenotes {
- text-align:left;
- background:transparent;
- text-transform:uppercase;
- font-size:9px;
- }
- .pagenotes:hover{
- Background:{color:link bg};
- }
- .pagenotes img{
- padding-right:5px;
- padding-top:5px;
- margin-bottom:-5px;
- border:none;
- padding-bottom:2px;
- }
- /*/ PAGINATION /*/
- #pagi {
- margin-top:50px;
- margin-left:157px;
- padding:15px;
- width:auto;
- text-align:center;
- margin-bottom:30px;
- font-family:arial;
- font-size:12px;
- letter-spacing:4px;
- text-transform:uppercase;
- font-style:italic;
- z-index:100;
- }
- /*/ ASK /*/
- .ask {
- padding:25px;
- text-align:left;
- color:{color:text};
- border-right:1px solid {color:accent};
- }
- .ans {
- text-align:center;
- padding:10px;
- color:{color:text};
- }
- /*/ AUDIO /*/
- .audio {
- width:500px;
- padding-bottom:10px;
- background-color:{color:infobg};
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:45px;
- height:45px;
- }
- .playercontainer {
- text-align:left;
- padding:10px;
- background-color:#ffffff;
- width:480px;
- }
- .audioinfo {
- padding:10px;
- color:{color:text};
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .label {
- text-decoration:underline;
- font-weight:700;
- background-color:{color:infobg};
- margin-right:5px;
- }
- /*DO NOT TOUCH*/
- #cred {
- bottom:3px;
- position:fixed;
- right:10px;
- float:right;
- font-size:13px;
- letter-spacing:1px;
- padding:4px;
- }
- #cred a {
- color:{color:link};
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- -moz-transition-duration:1s;
- }
- #cred a:hover {
- color:{color:info hover};
- color:transparent;
- }
- {CustomCSS}
- </style></head><body>
- <!---begin updates tab code--->
- {block:ifupdatestab}<div id="holder">
- <div id="tab1box">
- <div id="tab1"><div id="tab1title"></div><br>
- <p></p>
- <div style="background-color:#fff; padding:2px;text-align:center;">TAB TITLE 1<br></div>
- <b>bold</b> <strike>strike</strike> <em>italics</em>
- </div></div>
- <div id="tab2box">
- <div id="tab2">
- <p></p><br>
- <div style="background-color:white; padding:2px;text-align:left;">TAB TITLE 2<br></div>
- <li>look</li>
- <li>its</li>
- <li>a list!</li>
- </ul>
- <p></p>
- </div></div>
- </div>{/block:ifupdatestab}
- <!---end updates tab code-->
- <div id="theme">
- <div id="sidebar">
- <div id="bite">
- <center><div id="title"><a href="/">{title}</a></div></center>
- <div id="links">
- <a href="#?w=500" rel="02" class="poplight">{text:link1}</a>
- <a href="{text:link2 url}">{text:link2}</a>
- <a href="{text:link3 url}">{text:link3}</a>
- <a href="{text:link4 url}">{text:link4}</a>
- </div>
- <div class="death">
- <div align="center">
- <div class="description">{Description}
- </div>
- {block:ifmusic}<div id="music"><center>
- <!---REPLACE THE AREAS WITH DIRECT LINKS TO YOUR SONGS AND THE TITLES--->
- <embed src="http://www.sheepproductions.com/billy/billy.swf?
- autoplay=false&f0=http://k007.kiwi6.com/hotlink/99lda92h9a/Ms_Mr_-_Bones.mp3
- &t0=Bones&f1=http://DIRECTLINKTOSONG02.mp3
- &t1=SONGTITLE02&f2=http://DIRECTLINKTOSONG03.mp3
- &t2=SONGTITLE03&f3=http://DIRECTLINKTOSONG04.mp3
- &t3=SONGTITLE04&f4=http://DIRECTLINKTOSONG05.mp3
- &t4=SONGTITLE05&f5=http://DIRECTLINKTOSONG06.mp3
- &t5=SONGTITLE06&f6=http://DIRECTLINKTOSONG07.mp3
- &total=6"
- quality="high" wmode="transparent"
- width="156" height="10" name="billy" align="center"
- type="application/x-shockwave-flash" />
- </center></div>{block:ifmusic}
- </div>
- </div>
- </div>
- </div>
- <div id="stuffcontainer">
- {block:Posts}
- <div id="stuff">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="ask"><strong>{Asker} asked:</strong> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
- {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Date}
- <div id="info">
- <a href="{Permalink}">
- {block:Date}
- {12Hour}:{Minutes} {AmPm}
- {/block:Date}
- </a> {block:NoteCount}
- | ♥ <a href="{Permalink}">{NoteCount}</a> |{/block:NoteCount}
- <div id="inforight">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- {/block:RebloggedFrom}
- {block:ContentSource} &
- <a href="{SourceURL}">src</a>
- {/block:ContentSource}
- </div>
- <div id="tags">
- {block:HasTags}
- {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}
- {/block:HasTags}
- </div>
- </div></div>
- {block:PostNotes}
- <div class="pagenotes">{PostNotes-16}</div>{/block:PostNotes}
- {/block:Posts}
- {/block:Posts}</div>
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a>
- {/block:PreviousPage}
- ―
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="cred">
- <a href="http://trenzalours.tumblr.com/" title="trenzalours themes">
- <i class="fa fa-star-half"></i>
- </a></div>
- </body>
- <div id="02" class="popup_block">
- FAQ GOES HERE!
- <Center><font size="5" color="#eeeeee"><p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{block:URL}.tumblr.com" style="background-color:transparent; overflow:hidden;padding:5px;" id="ask_form">
- </center></div>
Advertisement
Add Comment
Please, Sign In to add comment