Advertisement
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">
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="text:Link1" content="link" />
- <meta name="text:Link1 URL" content="/" />
- <meta name="text:Link2" content="link" />
- <meta name="text:Link2 URL" content="/" />
- <meta name="text:Link3" content="link" />
- <meta name="text:Link3 URL" content="/" />
- <meta name="text:Link4" content="link" />
- <meta name="text:Link4 URL" content="/" />
- <meta name="if:Pop Up Links" content="1" />
- <meta name="if:400px Posts" content="1" />
- <meta name="image:Sidebar" content="" />
- <meta name="text:Font Size" content="11px" />
- <meta name="text:Links Title" content="links" />
- <meta name="color:Color 1" content="#0BCBD9" />
- <meta name="color:Color 2" content="#EB2D6F" />
- <meta name="color:Links" content="#333" />
- <meta name="color:Links Hover" content="#ddd" />
- <meta name="color:Highlight Text" content="#fff" />
- <meta name="font:Body" content="Cambria" />
- <!------- tooltip script & fonts ------>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.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:100,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <link href='http://fonts.googleapis.com/css?family=Kreon:300,400,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* ~~~~~~~ styling: scrollbars, tooltips. ~~~~~~~*/
- #s-m-t-tooltip{
- max-width:300px;
- color:white;
- background:black;
- margin: -5px 0 0 10px;
- border-radius: 2px;
- letter-spacing:1px;
- font-weight:300;
- z-index:999999;
- font-size:10px;
- padding:4px;
- font-family: 'times', cursive;
- font-style:italic;
- text-transform:lowercase;
- }
- /* ~~~~~~~ body: text, links, blockquotes. ~~~~~~~*/
- body {
- background-color: {color:Background};
- background-size:cover;
- font-family: {font:Body};
- font-size: {text:Font Size};
- text-align: left;
- color: {color:Text};
- line-height: 140%;
- }
- a:link, a:active, a:visited {
- color: {color:Links};
- text-decoration: none;
- -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s
- }
- a:hover {
- color: {color:Links Hover};
- text-decoration: none;
- -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s
- }
- em{color:{color:Color 1};}
- strong{color:{color:Color 2};}
- blockquote {
- border-left:3px solid #f2f2f2;
- padding-left:10px;
- margin-left:15px;
- }
- blockquote blockquote {
- margin-left:20px;
- }
- h1{
- text-align:center;
- font-weight:lighter;
- line-height:150%;
- font-size:15px;
- background:{color:Color 2};
- padding:15px 20px 15px 20px;
- color:#fff;
- font-family:'Kreon', Cambria, Serif;
- }
- h4 {
- text-align:center;
- border-bottom:1px solid #eee;
- padding:5px;
- color:black;
- }
- h4 a{
- color:#ddd;
- }
- /* ~~~~~~~ body: sidebaar content ~~~~~~~*/
- #side{
- position:fixed;
- top:0;
- right:0;
- width:15px;
- height:100%;
- background:#ddd;
- z-index:50;
- }
- #cont {
- left:35%;
- position:absolute;
- }
- #sidebar {
- width:210px;
- position:fixed;
- top:150px;
- left:50px;
- z-index:100;
- }
- #sidebar h1{
- background:{color:Color 1};
- font-family:Kreon, Serif;
- padding:3px;
- font-size:13px;
- line-height:18px;
- }
- #sidebar img{
- width:190px;
- margin-bottom:0px;
- margin-left:10px;
- }
- #desc{
- color:#333;
- margin:10px 0;
- font-family:corbel;
- text-align:center;
- }
- #content2{
- font-size:9px;
- color:#333;
- font-family:corbel;
- height:20px;
- text-align:center;
- margin-top:-5px;
- }
- #content2 a{
- display:inline-block;
- color:black;
- width:55px;
- text-transform:uppercase;
- margin:5px;
- padding:2px 6px 2px 6px;
- -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;
- }
- #content2 a:hover{
- box-shadow:80px 0 {color:Color 1} inset;
- color:white;
- -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;
- }
- #content2 a:last-child:hover{
- box-shadow:80px 0 {color:Color 2} inset;
- }
- #content2 a:first-child:hover{
- box-shadow:80px 0 {color:Color 2} inset;
- }
- /* ~~~~~~~ posts: entries, post information and notes ~~~~~~~*/
- #entries {
- width:508px;
- {block:If400pxPosts}
- width:408px;
- {/block:If400pxPosts}
- position:absolute;
- margin-top:65px;
- padding:10px;
- }
- #post {
- width:500px;
- {block:If400pxPosts}
- width:400px;
- {/block:If400pxPosts}
- padding:5px;
- margin-bottom:30px;
- }
- #post img{
- max-width:100%;
- }
- #postinfo {
- text-align:left;
- margin-top:10px;
- padding:5px;
- color:white;
- font-family:Kreon, Times, Serif;
- text-transform:uppercase;
- font-size:10px;
- }
- #postinfo a{
- color:{color:Color 1};
- display:inline-block;
- font-size:10px;
- opacity:0;
- margin-left:-1px;
- margin-right:-2px;
- border-bottom:3px solid #eee;
- padding:3px;
- }
- #postinfo:hover a{
- opacity:1;
- }
- #postinfo a:first-child{
- padding-left:10px;
- opacity:1;
- font-weight:bold;
- color:#8e8e8e;
- border-left:3px solid {color:Color 1};
- }
- #postinfo a:last-child{
- padding-right:40px;
- }
- #tags{
- text-align:center;
- }
- #tags a{
- color:#333;
- font-family:corbel;
- font-size:10px;
- }
- #postinfo a:hover{
- color:{color:Color 2};
- }
- ol.notes {
- padding: 0px;
- margin: 10px 10px;
- list-style:none;
- text-align:left;
- position: relative;
- z-index: 2;
- font-size: 9px;
- clear:both;}
- ol.notes a {
- color: {color:Color 1};
- font-weight:bold;
- font-style:italic;}
- ol.notes li.note:nth-of-type(2n+0) a{
- color: {color:Color 2};
- }
- ol.notes li.note {padding: 5px;}
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- outline:2px solid {color:Color 2};
- width: 16px;
- height: 16px;}
- ol.notes img.avatar:nth-of-type(2n+0){
- border-color: {color:Color 2};
- }
- ol.notes li.note span.action {font-weight: normal;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {
- border-color: {color:Color 1};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;}
- ol.notes li.note blockquote a {text-decoration: none; color:{color:Color 2};}
- /* ~~~~~~~ posts: answers ~~~~~~~*/
- #question {
- background:{color:Color 2};
- min-height:20px;
- text-align:center;
- line-height:20px;
- padding:20px;
- color:{color:Highlight Text};
- }
- .asker {
- letter-spacing:3px;
- font-weight:900;
- color:{color:Highlight Text};
- text-transform:uppercase;
- font-family:Kreon;
- padding:10px;
- border-bottom:1px solid white;
- margin-bottom:10px;
- }
- .asker a{
- color:{color:Highlight Text};
- }
- .answer{
- border:2px dotted #eee;
- padding:0 10px 0 10px;
- margin:10px;
- }
- h2 a{
- text-align:center;
- display:block;
- font-weight:lighter;
- line-height:150%;
- font-size:15px;
- background:{color:Color 1};
- padding:15px 20px 15px 20px;
- color:#fff;
- font-family:Cambria;
- }
- h2 a{
- border:1px solid {color:Color 1};
- }
- h2 a:hover{
- color:{color:Color 1};
- background:white;
- }
- #audio {
- background:white;
- height:100px;
- }
- .image{
- width:100px;
- height:100px;
- float:left;
- background:url("http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg");
- background-size:cover;
- }
- #audio img{
- width:100px;
- margin-right:20px;
- }
- .details{
- height:100px;
- overflow:hidden;
- }
- #audio span{
- background:#f9f9f9;
- display:block;
- height:10px;
- padding:6px;
- margin-bottom:3px;
- }
- .track{
- font-family:Kreon;
- color:black;
- text-transform:uppercase;
- font-weight:600;
- }
- #pagination a{
- font-family:Calibri, sans-serif;
- text-transform:uppercase;
- display:inline-block;
- padding:3px;
- color:{color:Highlight Text};
- background:{color:Color 1};
- }
- #pagination a:hover{
- color:{color:Color 1};
- background:white;
- }
- .current_page{
- font-family:Calibri, sans-serif;
- display:inline-block;
- padding:3px;
- background:{color:Highlight Text};
- color:{color:Color 2};
- border:1px solid {color:Color 2};
- }
- /* ----- PLEASE DON'T TOUCH THIS!!! ------*/
- #credit a{position:fixed;right:30px;bottom:30px;padding:5px;letter-spacing:1px;font-size:9px;border:1px solid #ddd;color:#ddd;-moz-transition-duration:1s;-webkit-transition-duration:1s;-o-transition-duration:1s;
- }
- #credit a:hover {opacity:1;border-color:black;color:black;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;
- }
- /* ------ POP UP -----*/
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #fff;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- padding: 20px;
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- background:white;
- }
- img.btn_close {
- float: right;
- width:10px;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #top1{
- width:440px;
- padding:30px;
- margin-top:10px;
- margin-left:5px;
- background:{color:Color 1};
- }
- #top1 a{
- color:white;
- }
- #top1 a:hover{
- border-bottom:1px solid #fff;
- }
- #title {
- padding:20px 0px 5px 0px;
- font-size:19px;
- font-family:Kreon;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #searchbox {
- font-family:Cambria;
- color:#333;
- border:0px;
- padding:5px;
- width:200px;
- }
- #searchbutton {
- padding:6px 10px 6px 10px;
- line-height:9px;
- font-size:11px;
- border:1px solid white;
- text-transform:uppercase;
- font-family:Cambria;
- color:#aaa;
- margin-left:-2px;
- background-color:#fff;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #searchbutton:hover {
- color:white;
- background:#333;
- cursor:pointer;
- border-color:#333;
- }
- #popup_navigate {
- display:table;
- margin:3px 0 20px 10px;
- }
- .links {
- border:1px solid #f0f0f0;
- border-bottom:none;
- border-top:none;
- display:table-cell;
- vertical-align:top;
- margin:1px;
- font-size:9px;
- text-transform:uppercase;
- width:150px;
- text-align:center;
- }
- .links a {
- padding:5px 0px 5px 0px;
- margin-bottom:1px;
- background:#fff;
- display:inline-block;
- letter-spacing:2px;
- color:#aaa;
- border:1px solid transparent;
- width:148px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .links a:hover {
- color:{color:Color 1};
- letter-spacing:0;
- border-bottom:1px solid {color:Color 1};
- }
- #titles {
- margin:1px 0px 1px 0px;
- color:#fff;
- background-color:{color:Color 1};
- font-family:Kreon;
- text-transform:uppercase;
- letter-spacing:1px;
- opacity:0.5;
- padding:5px 0px 5px 0px;
- }
- #navup{
- background:#eee;
- width:450px;
- }
- #search {
- background-color:#eee;
- margin-left:10px;
- padding:30px;
- width:420px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="side"></div>
- <div id="cont">
- <div id="sidebar">
- <a href="/">
- <img src="{image:Sidebar}"></a>
- <h1>{Title}</h1>
- <div id="desc">
- {block:Description}{Description}{/block:Description}</div>
- <center><img style="width:20px; margin:5px; margin-bottom:5px" src="http://static.tumblr.com/3yblkz0/0ibn284kd/eee.png"></center>
- <div id="content2">
- <a href="{text:Link1 URL}"><span style="color:white">✘</span> {text:Link1}</a>
- <a href="{text:Link2 URL}"><span style="color:white">✘</span> {text:Link2}</a>
- <a href="{text:Link3 URL}"><span style="color:white">✘</span> {text:Link3}</a>
- {block:IfNotPopUpLinks}
- <a href="{text:Link4 URL}"><span style="color:white">✘</span> {text:Link4}</a>
- {block:IfNotPopUpLinks}
- {block:IfPopUpLinks}
- <a href="#?w=500" rel="03" class="poplight" ><span style="color:white">✘</span> {text:Links Title}</a>
- {/block:IfPopUpLinks}
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}<h3>“{Quote}” </h3>
- <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
- {block:Link}<h2><a href="{URL}" class="link" {Target}>{Name}</a></h2>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}
- {block:IfNot400pxPosts}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {/block:IfNot400pxPosts}
- {block:If400pxPosts}
- <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:If400pxPosts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}<center>
- {block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}
- {block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Chat}
- {block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- {/block:Chat}
- {block:Video}
- {block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}
- {block:If400pxPosts}{Video-400}{/block:If400pxPosts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
- {block:AudioPlayer}
- <div style="width:20px; height:20px; background:#fff; overflow:hidden; margin-right:-40px; padding:0 5px 5px 0; float:left; border:5px solid #f3f3f3">{AudioPlayerWhite}</div>{/block:AudioPlayer}
- <div id="audio">
- <div class="image">
- {block:AlbumArt}
- <img class="cover" src="{AlbumArtURL}" />
- {/block:AlbumArt}
- </div>
- <div class="details">
- {block:TrackName}<span class="track">{TrackName}</span>{/block:TrackName}
- {block:Artist}<span>{Artist}</span>{/block:Artist}
- {block:Album}<span>{Album}</span>{/block:Album}
- {block:Playcount}<span>{FormattedPlayCount} plays</span>{/block:Playcount}
- </div></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div id="question">
- <span class="asker">{Asker}</span><br><br>{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div id="postinfo">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year}</a>
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:ContentSource}{/block:RebloggedFrom}
- </div>
- {block:HasTags}
- <div id="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {block:Pagination}
- <center><div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- </div></center>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="credit">
- <a href="http://bonruffians.tumblr.com" title="theme credit" target="blank">BR</a></div>
- </body>
- <div id="03" class="popup_block">
- <center>
- <div id="navup"></div>
- <div id="top1">
- <div id="title">navigate<br>
- <div style="border-bottom:1px solid #eee; width:120px; margin:5px"></div>
- <span style="color:white; font-size:9px"><a href="/">index</a> - <a href="/ask">message</a> - <a href="/archive">history</a> - <a href="/random">random</a></span>
- </div>
- </div>
- <div id="popup_navigate">
- <div class="links">
- <div id="titles">TITLE 1</div>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- <div class="links">
- <div id="titles">TITLE 2</div>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- <div class="links">
- <div id="titles">TITLE 3</div>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <div id="search">
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}" id="searchbox"/>
- <input type="submit" value="Search tags" id="searchbutton"/>
- </form></div>
- <small><br>
- theme: ©<a href="http://themesbyzsu.tumblr.com">bonruffians</a></small>
- </center>
- </div>
- </div>
- <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"><img src="https://cdn3.iconfinder.com/data/icons/iconic-1/28/x-128.png" class="btn_close" title="Close" alt="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, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement