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}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <head>
- <meta name="color:hover" content="#454545">
- <meta name="color:background" content="#ffffff" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:scrollbar" content="#dfdfdf" />
- <meta name="color:text" content="#9b9b9b" />
- <meta name="color:title" content="#9b9b9b" />
- <meta name="color:link" content="#9b9b9b" />
- <meta name="color:nav" content="#575656" />
- <meta name="image:sidebar" content=""/>
- <meta name="text:link 1" content="Link 2"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content="Link 3"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content="Link 4"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="Link 5"/>
- <meta name="text:link 4 url" content="/"/>
- <!--ASK-->
- <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="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.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>
- <style type="text/css">
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#9e9e9e;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#eeeeee;
- }
- ::-webkit-scrollbar {width: 5px; height:5px; background:{color:background};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- body {
- color:#999999;
- text-transform:none;
- background-color:{color:background};
- font-family:trebuchet ms;
- font-size:8px;
- line-height:100%;
- font-style:none;
- font-weight:normal;
- }
- #qTip {
- font-family:trebuchet ms;
- display: none;
- text-align:left;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:normal;
- z-index:99;
- font-size:7px;
- padding:1px 4px;
- line-height:13px;
- color:#828282;
- background:#ffffff;
- border: 1px solid #e8e8e8;
- border-radius:2px;
- }
- 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;
- }
- h3 {
- font-family:trebuchet ms;
- border-left:3px solid #999;
- padding:8px;
- background-color:#fafafa;
- font-size:10px;
- text-transform:none;
- font-weight:normal;
- }
- blockquote {
- font-family:trebuchet ms;
- border-left:2px solid #e6cec8;
- padding-left:5px;
- margin:5px;
- color:{color:text};
- }
- #theme {
- width:700px;
- margin: 0 auto -12px -12px;
- text-align: center;
- }
- #sidebar {
- color:#838383;
- position:fixed;
- width:90px;
- height:auto;
- margin-top:-40px;
- margin-left:200px;
- text-align:left;
- height:100%;
- border-right: 1px solid #e3e3e3;
- padding-right:40px;
- }
- #sidebar img {
- padding:4px;
- width:70px;
- height:auto;
- margin-top:200px;
- margin-left:15px;
- border:1px solid; border-color: #eee;
- }
- .popup_block{
- display: none;
- background: #fff;
- background-image: url();
- padding: 10px;
- font-family: caimbra;
- float: left;
- font-size: 9px;
- position: fixed;
- top: 50%; left: 57%;
- z-index: 999999999999;
- border: 1px solid #333333;
- -moz-box-shadow: 0 0 5px #CFCFCF;
- -webkit-box-shadow: 0 0 5px #CFCFCF;
- -webkit-border: 10px;
- -moz-border: 10px;
- border: 10px;
- }
- img.btn_close {
- float: right;
- margin: -25px -25px 0 0;
- }
- *html .popup_block {
- position: absolute;
- }
- .desc {
- padding:30px;
- margin-left:-40px;
- margin-top:-10px;
- width:130px;
- text-align:justify;
- font-size:9px;
- font-family:cambria;
- font-style:normal;
- letter-spacing:0px;
- line-height:150%;
- color:{color:text};
- }
- .desc a {
- color:{color:link};
- }
- .desc:first-letter {
- font-family:cambria;
- font-size:14px;
- font-style:NORMAL;
- text-transform:uppercase;
- padding:5px 13px 5px 13px;
- border:3px double;
- float:left;
- line-height:150%;
- margin-right:1px;
- margin-top:1px;
- color:#ffffff;
- background-color:{color:hover};
- }
- .pagination {
- position:fixed;
- padding:10px;
- width:80px;
- text-align:center;
- margin-top:100px;
- border-top: 1px solid #e8e8e8;
- margin-left:20px;
- font-family:trebuchet ms;
- font-size:7px;
- letter-spacing:4px;
- text-transform:uppercase;
- font-style:normal;
- z-index:100;
- }
- .pagination a {
- color:#999999;
- }
- #links {
- position:fixed;
- font-family:cambria;
- width:350px;
- background-color:#eee;
- margin-top:1px;
- margin-left:490px;
- font-size:8px;
- text-transform:uppercase;
- text-align:center;
- border-bottom:2px solid {color:#fff};
- padding-left:100px;
- padding-right:55px;
- padding-top:0px;
- padding-bottom:1px;
- line-height:100%;
- }
- #links a{
- line-height:400%;
- margin-top:2px;
- word-spacing:1px;
- letter-spacing:1px;
- padding-right:10px;
- margin-left:9px;
- margin-right:17px;
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:.2s;
- -webkit-transition-duration:.2s;
- -o-transition-duration:.2s;
- }
- #links a:hover {
- text-decoration:underline;
- color: {color:link hover};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- #container {
- float:left;
- margin-left:480px;
- margin-top:35px;
- text-align:justify;
- background-color:{color:background};
- color:{color:text};
- margin-bottom: 35px;
- }
- #post {
- width:500px;
- margin-top:15px;
- text-align:justify;
- padding:10px;
- margin-bottom:20px;
- font-size:9px;
- line-height:90%;
- letter-spacing:0px;
- color:{color:text};
- background-color:{color:post};
- }
- #post:hover .musicplayer{
- opacity:1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- .question {
- padding:10px;
- text-align:justify;
- font-style:italic;
- background-color:{color:ask};
- }
- .asker {
- font-size:8px;
- font-weight:bold;
- text-transform:uppercase;
- text-align:right;
- margin-right:10px;
- margin-top:-2px;
- font-family:calibri;
- }
- .musicplayer{
- background-color:#fff;
- padding: 38px 38px 35px 35px;
- position:absolute;
- opacity:0;
- filter:alpha(opacity=70);
- width:27px;
- height:27px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- .audio{
- position:absolute;
- width:40px;
- height:40px;
- }
- .audioimg{
- width:100px;
- height:100px;
- position:absolute;
- }
- .audioimg img{
- float:left;
- opacity:1;
- width:100px;
- }
- .audioinfo{
- font-size:13px;
- font-style:italic;
- font-family:'playfair display';
- color:#9a9a9a;
- margin-bottom: 1px;
- margin-left:101px;
- height:65px;
- display:block;
- width:399px;
- text-align:center;
- background-color:#fafafa;
- padding-top:35px;
- }
- .note {
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- font-size:7px;
- border-bottom:1px solid {color:border};
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tagS {
- font-style:normal;
- width:500px;
- color:{color:tags};
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:1px;
- font-size:7px;
- line-height:100%;
- text-align:right;
- padding:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tagS a{
- display:inline;
- background-color:{color:tags};
- padding:-3px;
- text-align:left;}
- .tagS a:hover {
- color:#000;
- }
- .bottomline {
- margin-top:10px;
- padding:5px;
- border-top:1px solid #f1f1f1;
- }
- .doubleline {
- padding-top:5px;
- border-bottom:3px double #f1f1f1;
- }
- .date {
- text-transform:none;
- font-family:trebuchet ms;
- font-size:10px;
- color:#fff;
- padding:5px 10px 5px 10px;
- background:{color:hover}; }
- .box, .box a {
- font-family:trebuchet ms;
- text-transform:uppercase;
- font-size:7px;
- margin-top:9px;
- margin-bottom:-3px;}
- .chat {
- font-size:8px;
- line-height:12px;
- text-transform:uppercase;
- list-style:none
- font-family:calibri;
- }
- .chat ul {
- line-height:15px;
- list-style:none;
- padding:0px;
- line-height:20px;
- }
- .person1 {
- background-color:{color:chat};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri;
- }
- .person1 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person2 {
- background-color:{color:entries};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri;}
- .person2 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person3 {
- background-color:{color:chat};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri; }
- .person3 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person4 {
- background-color:{color:entries};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri;
- }
- .person4 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person5 {
- background-color:{color:chat};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri;
- }
- .person5 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person6 {
- background-color:{color:entries};
- padding-left:6px;
- padding-right:6px;
- }
- .person6 .label {
- font-weight:bold;
- }
- #credit{position:fixed; bottom:10px; right:10px; font-size:9px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal;}
- #cred a {
- padding:3px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- color:{color:text};
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarimg"><a href="/"><img src="{image:sidebar}"></a></div>
- <div class="desc">
- {Description}
- <br><br>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
- {/block:PreviousPage}{block:JumpPagination length="4"}
- {block:CurrentPage}<span class="current_page" style="color:#aaaaaa;">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">→</a>
- {/block:NextPage}</div>{/block:Pagination}
- </div>
- </div></div>
- <div class="links">
- <div id="links">
- <a href="#?w=500" rel="02" class="poplight">ask</a>
- <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>
- </div>
- <div id="container">
- {block:Posts}
- <div id="post">
- {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:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}<h3>{Caption}</h3>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}{block:Caption}<h3>{Caption}</h3>{/block:Caption}
- {/block:Photoset}
- {block:Chat}
- {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label"><u>{Label}</u></span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Video}{Video-500}{block:Caption}<h3>{Caption}</h3>{/block:Caption}{/block:Video}
- {block:Answer}<div class="question">{Question}</div><div class="asker"><span style="font-size:20px;color:{color:ask};">◥</span> {Asker}</div>{Answer}{/block:Answer}
- {block:Audio}
- <div class="audio"><div class="musicplayer">{AudioPlayer}</div>
- <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
- <div style="font-size:8px;font-family:calibri;letter-spacing:1px;margin-top:5px;text-transform:uppercase;font-style:normal;">{block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div></div>
- {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Audio}
- <div class="doubleline"> </div>{block:Date}
- <div class="box"><span class="date"><a href="{Permalink}">{TimeAgo}</a></span> <a href="{ReblogURL}" target="_blank"> reblog</a>   at {24Hour}:{Minutes} {block:NoteCount}<a href="{Permalink}"><font color="fc0707">♥</font></span> {NoteCount} NOTES</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> © <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}</div>
- {/block:Date}
- <div class="bottomline"></div><div class="tagS">{block:HasTags}<span style="text-transform:uppercase;font-size:7px;color:{color:text}">tagged as:</span> {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- {/block:Posts}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- <div id="credit"><a href="http://locomoto-r.tumblr.com/">©LOCOMOTO-R</a></div>
- </body>
- </div>
- </div>
- </div>
- </div>
- </body>
- <div id="02" class="popup_block">
- <Center><font size="5" color="#1C1C1C"></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/locomtor04.tumblr.com/" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment