Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- BBBBBB KK KK SSSS LL
- BB BB KK KK SS LL
- BB BB KKKKK SS LL
- BBBB KKKKK SS LL
- BB BB KK KK SS LL
- BB BB KK KK SS LL
- BBBBBB KK KK SSSS LLLLLLLL
- THEME BY TUMBLR USER BAEKSTEL.
- PLEASE DO NOT REMOVE CREDIT. ENJOY! ᕙ(^▿^-ᕙ)
- -->
- <!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}
- <meta name="color:Gradient One" content="#a5d8ea"/>
- <meta name="color:Gradient Two" content="#afe2ba"/>
- <meta name="color:Navigation" content="#F4F4F4"/>
- <meta name="color:Text" content="#ffffff"/>
- <meta name="color:description" content="#999999"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:title hover" content="#cecece"/>
- <meta name="color:Link" content="#e5e5e5"/>
- <meta name="color:scrollbar" content="#a5d8ea"/>
- <meta name="color:scrollbar bg" content="#ffffff"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <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(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0.3;
- position: fixed !important;
- filter:alpha(opacity=30);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- iframe#tumblr_controls:hover{
- top: 0% !important;
- right:0% !important;
- opacity:0.8;
- position: fixed !important;
- filter:alpha(opacity=80);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- ::-webkit-scrollbar {width:4px;height:auto; background:{color:scrollbar bg};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- #s-m-t-tooltip{
- font-size:9px;
- position:absolute;
- margin-top: 15px;
- letter-spacing:1px;
- z-index:9999;
- background:{color:background};
- text-transform:uppercase;
- padding:3px 6px;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- body {
- margin-top:100px;
- font-family:Arial;
- font-size:9px;
- text-align:justify;
- line-height:13px;
- color:{color:text};
- background: -webkit-linear-gradient(left, {color:gradient one} , {color:gradient two});
- background: -o-linear-gradient(right, {color:gradient one} , {color:gradient two});
- background: -moz-linear-gradient(right, {color:gradient one} , {color:gradient two});
- background: linear-gradient(to right, {color:gradient one} , {color:gradient two});
- }
- a:link, a:visited, a:active {
- -moz-transition:0.2s ease-in;
- -webkit-transition:0.2s ease-in;
- -o-transition:0.2s ease-in;
- transition:0.2s ease-in;
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- -moz-transition:0.2s ease-in;
- -webkit-transition:0.2s ease-in;
- -o-transition:0.2s ease-in;
- transition:0.2s ease-in;
- color: transparent;
- text-shadow: #000 0 0 3px {color:title hover};
- text-decoration:none;
- }
- small {
- font-size:9px;
- }
- big {
- font-size:12px;
- }
- b, strong {
- color:{color:link};
- }
- i, em {
- color:{color:text};
- }
- p {
- margin-top:8px;
- margin-bottom:5px;
- }
- blockquote {
- border-left:1px solid {color:text};
- padding-left:10px;
- margin:10px;
- max-width:400px!important;
- }
- blockquote img {
- max-width:380px!important;
- }
- h1 {
- text-transform:none;
- font-size:11px;
- text-decoration:none;
- text-align:left;
- font-weight:bold;
- line-height:130%;
- padding-left:15px;
- padding-bottom:5px;
- border-bottom:1px solid {color:text};
- font-family:arial;
- color:{color:title};
- }
- h2 {
- font-weight:normal;
- font-style:italic;
- font-family:helvetica;
- text-align:left;
- line-height:150%;
- text-transform:none;
- font-size:12px;
- padding:15px;
- color:{color:title};
- }
- .s {
- text-align:right;
- padding-right:15px;
- }
- #content {
- margin-top:-40px;
- margin:100px auto 30px;
- width:500px;
- margin-left:auto;
- margin-right:auto;
- }
- .posts {
- line-height:15px;
- width:500px;
- padding-bottom:40px;
- }
- .posts img {
- max-width:500px;
- }
- #sbar {
- margin-right:auto;
- margin-left:auto;
- width:500px;
- height:auto;
- margin-bottom:100px;
- }
- .topbarline {
- width:150px;
- position:absolute;
- margin-top:5px;
- text-align:center;
- display: block;
- border-bottom:1px double {color:title};
- z-index:8;
- }
- .topbarline2 {
- width:150px;
- position:absolute;
- margin-left:350px;
- margin-top:5px;
- text-align:center;
- display: block;
- border-bottom:1px double {color:title};
- z-index:8;
- }
- .title {
- width:160px;
- margin-left:170px;
- color:{color:title};
- font-family:arial;
- text-align:center;
- line-height:90%;
- text-transform:uppercase;
- letter-spacing:7px;
- font-size:15px;
- position:absolute;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .title:hover {
- color: transparent;
- text-shadow: #000 0 0 3px {color:title hover};
- text-decoration:none;
- transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;}
- .description {
- border:1px solid {color:title};
- font-family:Arial;
- font-size:9px;
- text-transform:uppercase;
- text-align:justify;
- word-spacing:2px;
- letter-spacing:1px;
- width:480px;
- padding:10px 9px;
- position:absolute;
- color:#ffffff;
- }
- #links {
- margin-top:auto;
- height:auto;
- padding-top:65px;
- font-size:10px;
- text-align:center;
- }
- #links a {
- display:inline-block;
- width:9px;
- height:9px;
- background:{color:link};
- border-radius:0%;
- margin:10px 15px;
- border:1px solid transparent;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s;
- }
- #links a:hover {border-radius:100%;
- border:1px solid #ffffff;
- background:transparent;
- -webkit-transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- transition:all 0.3s; }
- #tlbar {
- width:500px;
- height:20px;
- margin:5px auto;
- }
- .info {
- font-weight:normal;
- text-transform:lowercase;
- font-size:9px;
- background:transparent;
- padding-top:6px;
- padding-left:4px;
- text-align:left;
- word-spacing:2px;
- width:100%;
- }
- .tags {
- padding-top:5px;
- padding-left:0px;
- }
- .tags a{
- font-size:9px;
- text-transform:lowercase;
- text-decoration:none;
- margin-left:-5px;
- padding:1px 2px 1px 2px;
- }
- .tags a:hover{
- background:transparent;
- }
- #questions {
- text-align:left;
- font-weight:normal;
- line-height:130%;
- text-transform:lowercase;
- font-size:10px;
- background:transparent;
- border-bottom:1px solid {color:text};
- padding-bottom:10px;
- padding-left:5px;
- color:{color:text};
- }
- .asker {
- text-align:right;
- padding:8px;
- font-weight:normal;
- font-style:italic;
- font-size:10px;
- }
- .answer {
- padding:0px 5px 0px 5px;
- }
- #audio {
- height:60px;
- width:30px;
- margin:0 auto;
- overflow:hidden;
- padding-bottom:20px;
- }
- .audioinfo {
- text-transform:uppercase;
- font-size:14px;
- padding-bottom:15px;
- line-height:150%;
- }
- .playerback {text-align:center;
- }
- .chat ol {
- padding:0;
- line-height:180%;
- list-style:none;
- }
- .line.odd {
- padding:7px;
- margin-bottom:6px;
- }
- .line.even {
- padding:7px;
- margin-bottom:6px;
- }
- .label {
- padding-right:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:link};
- }
- ol.notes {
- padding:0px;
- margin:25px 0px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:normal;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:9px 6px 9px 6px;
- margin:10px 0px 0px 25px;
- }
- #pagination {
- text-align:center;
- text-transform:uppercase;
- letter-spacing:4px;
- font-size:9px;
- margin-top:50px;
- padding-bottom:40px;
- padding-top:40px;
- }
- #pagination a {
- line-height:14px;
- margin:0 25px;
- }
- #credit {
- position:fixed;
- right:10px;
- bottom:14px;
- text-transform:uppercase;
- font:10px 'calibri';
- letter-spacing:1px;
- padding:5px;
- border:1px solid {color:title};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;}
- #credit:hover {
- font-style:italic;
- border:1px solid {color:title hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;}
- {CustomCSS}
- </style>
- <body>
- <div id="sbar">
- <div id="tlbar">
- <div class="title">{Title}</div>
- <div class="topbarline2"></div>
- <div class="topbarline"></div>
- </div>
- <div class="description">
- {block:Description}{Description}{/block:Description}
- </div>
- <div id="links">
- {block:iflink1}<a href="{text:link1}" style="opacity:0.2;" title="{text:link1 title}"></a>{/block:iflink1}
- {block:iflink2}<a href="{text:link2}" style="opacity:0.4;" title="{text:link2 title}"></a>{/block:iflink2}
- {block:iflink3}<a href="{text:link3}" style="opacity:0.6;" title="{text:link3 title}"></a>{/block:iflink3}
- {block:iflink4}<a href="{text:link4}" style="opacity:0.8;" title="{text:link4 title}"></a>{/block:iflink4}
- {block:iflink5}<a href="{text:link5}" style="opacity:1;" title="{text:link5 title}"></a>{/block:iflink5}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <h2>{Quote}</h2>
- <div class="s">
- — {Source}</div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}">
- <h1>{Name}</h1></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}
- {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:Video}
- {Video-400}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="questions">
- <span style="
- text-transform:none;
- font-size:14px;">
- Q:</span>
- {Question}<br />
- </div>
- <div class="asker">
- {Asker}</div>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- {block:Audio}
- <div class="playerback">
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- <div id="audio">
- {block:AudioPlayer}
- {AudioPlayerWhite}
- {/block:AudioPlayer}
- </div>
- {block:Caption}
- <p>{Caption}
- {/block:Caption}
- {/block:Audio}
- <div class="info">
- {block:Date}
- <a href="{Permalink}">
- <span style="text-decoration:underline">
- {Month} {DayOfMonth}{DayOfMonthSuffix}</span></a>
- {/block:Date}
- {block:NoteCount}
- <a href="{Permalink}">
- {NoteCountWithLabel}</a>
- {/block:NoteCount}
- {block:ContentSource}
- <a href="{SourceURL}">source</a>
- {/block:ContentSource}
- <div class="tags">
- {block:HasTags}
- tagged:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- </div>
- </div>
- {/block:Posts}
- {block:ContentSource}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"> back</a>
- —
- {/block:PreviousPage}
- {CurrentPage} out of {TotalPages}
- {block:NextPage}
- —
- <a href="{NextPage}"> forth</a>
- {/block:NextPage}</div>{/block:Pagination}
- </div>
- <div id="credit">
- <a href="http://bravesound.co.vu">
- BAEKSTEL
- </a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement