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">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <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>
- <!--
- © sunshinesthemes.tumblr.com | Base Code 1
- edited and created by precioussammy.tumblr.com
- <!-- defaults -->
- <!-- images -->
- <meta name="image:Background" content=""/>
- <meta name="image:Topbar" content=""/>
- <!-- colors -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Header Background" content="#ffffff" />
- <meta name="color:Body" content="#000000" />
- <meta name="color:Description Topbar" content="#000000" />
- <meta name="color:Description Sidebar" content="#000000" />
- <meta name="color:Link Text" content="#000000" />
- <meta name="color:Link Background" content="#000000" />
- <meta name="color:Link Background Hover" content="#000000" />
- <meta name="color:Border" content="#eeeeee" />
- <meta name="color:Italic" content="#faacd7" />
- <meta name="color:NoteCount" content="#000000" />
- <meta name="color:Bold" content="#000000" />
- <meta name="color:Tags" content="#000000" />
- <meta name="color:TagsHover" content="#000000" />
- <meta name="color:Pagination" content="#000000" />
- <meta name="color:PaginationHover" content="#000000" />
- <meta name="color:Links" content="#000000" />
- <meta name="color:LinksHover" content="#000000" />
- <!-- links/text -->
- <meta name="text:Link 1 url" content="/" />
- <meta name="text:Link 1" content="link" />
- <meta name="text:Link 1 hover" content="link" />
- <meta name="text:Link 2 url" content="/" />
- <meta name="text:Link 2" content="link" />
- <meta name="text:Link 2 hover" content="link" />
- <meta name="text:Link 3 url" content="/" />
- <meta name="text:Link 3" content="link" />
- <meta name="text:Link 3 hover" content="link" />
- <meta name="text:Link 4 url" content="/" />
- <meta name="text:Link 4" content="link" />
- <meta name="text:Link 4 hover" content="link" />
- <!-- tooltips -->
- <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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- sticky header script -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function(){
- var stickyRibbonTop = $('.header').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('.header').addClass('hey');
- } else {
- $('.header').removeClass('hey');
- }
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function(){
- var stickyRibbonTop = $('.header').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('.autopagerize_page_element').addClass('unhey');
- } else {
- $('.autopagerize_page_element').removeClass('unhey');
- }
- });
- });
- </script>
- <style type="text/css">
- /* fonts (if you use them) */
- @font-face{font-family:Pacifico;src:url(http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf);}
- /* scroll bar */
- ::-webkit-scrollbar-thumb {
- background:#ccc;
- border: 2px solid white;
- height:auto;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:9px;
- background:#ccc;
- border:4px solid white;
- }
- ::selection {
- background:white;
- }
- /* body/post defaults */
- h1 {
- font-size: 7px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- color:{color:Body};
- }
- body {
- background:{color:Background};
- {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
- color:{color:Body};
- margin:0px;
- font-family:Calibri;
- font-style:none;
- font-size:9px;
- line-height:100%;
- cursor: url(http://i.imgur.com/ZOrzC.png), progress;
- }
- a:link, a:active {
- text-decoration:none;
- color:{color:Links};
- }
- a:visited {
- text-decoration:none;
- color:{color:Links};
- }
- a:hover {
- text-decoration:none;
- color:{color:LinksHover};
- cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
- -webkit-transition: all .8s linear;
- }
- b, strong, .strong {
- color:{color:Bold};
- }
- i, em, .em {
- color:{color:Italic};
- }
- small{
- font-size:7px;
- }
- big{
- font-size:12px;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:Body};
- }
- img {
- border:none;
- }
- /* tumblr controls */
- iframe#tumblr_controls{
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.7;
- -webkit-transition: all .8s linear;
- }
- /*posts*/
- .autopagerize_page_element {
- margin-top:350px;
- width:500px;
- left:50%;
- margin-left:-250px;
- position:absolute;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .postage {
- width:500px;
- margin-bottom:50px;
- margin-right:auto;
- margin-left:auto;
- background-color:#fff;
- padding:15px;
- }
- .unhey {
- margin-left:-75px;
- }
- /*header*/
- .header {
- width:auto;
- height:auto;
- top:0px;
- left:0;
- background:{color:Header Background};
- right:0;
- margin:auto;
- position:absolute;
- text-align:center;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .header img {
- width:260px;
- margin-top:27px;
- }
- #title {
- text-transform:none;
- margin-top:40px;
- font-size:35px;
- letter-spacing:1px;
- font-family:'Pacifico', calibri;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- color:{color:title};
- }
- #links a {
- padding-left:25px;
- padding-right:25px;
- background-color:{color:Link Background};
- color:{color:Link Text};
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- #links a:hover {
- background-color:{color:Link Background Hover};
- }
- #description {
- margin-top:5px;
- width:250px;
- font-size:10px;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:5px;
- color:{color:description topbar};
- }
- .hey {
- left:-700px;
- top:300px;
- background:white;
- position:fixed;
- }
- .hey #title {
- font-size:20px;
- }
- .hey #links a {
- margin-top:0px;
- padding-left:25px;
- padding-right:25px;
- }
- .hey #description {
- color:{color:description sidebar};
- }
- /* tooltips appearance */
- #s-m-t-tooltip {
- display:inline-block;
- text-align:center;
- color:black;
- font-style:bold;
- background:white;
- font-size: 6px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- border-radius:2px;
- max-width:100px;
- padding:2px 3px 3px 2px;
- margin:20px 0px 0px 20px;
- z-index:9999999999999;
- border:1px solid {color:Border};
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- }
- /* pagi */
- #pagination {
- width:100%;
- margin-top:0px;
- margin-left:0px;
- text-align:center;
- position:absolute;
- padding:5px;
- font-size: 8px;
- font-family: Consolas;
- color:{color:Pagination};
- }
- #pagination a {
- color:{color:Pagination};
- }
- #pagination a:hover {
- color:{color:PaginationHover};
- }
- /* post info */
- #postinfo {
- margin-top:5px;
- padding:5px;
- border-top:1px solid {color:Border};
- }
- /* via & source */
- #info {
- margin-bottom:5px;
- text-align:center;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- }
- /* tags */
- #tags {
- width:490px;
- height:auto;
- color:{color:Tags};
- margin-top:5px;
- text-align:center;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- #tags a {
- display:inline;
- text-transform:none;
- font-family:cambria;
- font-style:italic;
- color:{color:Tags};
- font-size:8px;
- opacity:0;
- letter-spacing:1px;
- line-height:120%;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- .postage:hover #tags a {
- opacity:1;
- -webkit-transition:0.5s;
- -moz-transition:0.5s;
- -ms-transition:0.5s;
- -o-transition:0.5s;
- transition:0.5s;
- }
- #tags a:hover {
- color:{color:TagsHover};
- letter-spacing:2px;
- }
- /* asks */
- #question {
- height:auto;
- text-align:center;
- width:auto;
- padding:10px;
- border:1px solid {color:Border};
- }
- #question a{
- text-transform:none;
- font-style:none;
- }
- #asker {
- display:block;
- text-align:center;
- font-size: 7px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- border:1px solid {color:Border};
- padding:5px;
- }
- #answer {
- text-transform:none;
- font-style:none;
- text-align:center;
- padding:10px;
- height:auto;
- }
- #answer a{
- text-align:left;
- }
- /* audio player */
- .cover {
- width:80px;
- height:80px;
- padding:5px;
- margin-top:0px;
- border:1px solid {color:Border};
- }
- .playbox {
- background:white;
- position: absolute;
- z-index: 1000;
- margin-top: -65px;
- margin-left: 26px;
- border-radius:100%;
- opacity:.5;
- -webkit-transition: all .8s linear;
- }
- .playbox:hover {
- opacity:1;
- -webkit-transition: all .8s linear;
- }
- .playbutton {
- width: 20px;
- height: 30px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- margin: 5px 14px 3px 6px;
- }
- .audioinfo {
- display:inline;
- float:center;
- width:auto;
- height:auto;
- text-align:center;
- padding:10px;
- font-size: 7px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- border:1px solid {color:Border};
- }
- /* quotes */
- .quote{
- text-align:center;
- font-size: 7px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- border:1px solid {color:Border};
- padding:5px;
- }
- .source {
- text-align:center;
- font-size: 7px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- padding:5px;
- margin-left:30px;
- margin-top:5px;
- }
- /* credit */
- #cred {
- position:fixed;
- right:-160px;
- bottom:10px;
- padding:5px;
- width:auto;
- height:auto;
- background:white;
- color:{color:Body};
- border: 1px solid {color:Border};
- -webkit-transition: all 1s linear;
- }
- #cred a{
- text-align:center;
- color:{color:Body};
- font-style:bold;
- font-size: 6px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- border-radius:2px;
- }
- #cred img {
- height:auto;
- width:auto;
- position:fixed;
- bottom:10px;
- right:10px;
- -webkit-transition: all 1s linear;
- }
- #cred:hover {
- right:30px;
- -webkit-transition: all 1s linear;
- }
- </style>
- <div class="header">
- <div id="title">{Title}</div>
- <img src="{image:Topbar}"/>
- <br>
- <br>
- <div id="links">
- {block:iflink1}<a title="{text:link 1 hover}" href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
- {block:iflink2}<a title="{text:link 2 hover}" href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
- {block:iflink3}<a title="{text:link 3 hover}" href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
- {block:iflink4}<a title="{text:link 4 hover}" href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
- </div>
- <div id="description">{Description}</div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">-</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}">+</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div class="postage">
- {block:Text}
- <h1>{block:Title}<b>{Title}</b>{/block:Title}</h1>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" />
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Link}
- <h1><b><a href="{URL}" {Target}>{Name}</a></b></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><b>{Title}</b></h1>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Quote}
- <div class="quote">
- ❝{Quote}❞
- </div>
- {block:Source}<div class="source"><b>-{Source}</b></div>{/block:Source}
- {/block:Quote}
- {block:Answer}
- <div id="asker"><b>{Asker} said:</b> {Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover" />
- {/block:AlbumArt}
- <div class="playbox"><div class="playbutton">
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div>
- </div>
- <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>
- {/block:Audio}
- <div id="postinfo">
- <div id="info">
- {block:NoteCount}
- <a href="{Permalink}">
- <font color="{color:NoteCount}">{NoteCount}</font></a>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}">source</a>
- {/block:ContentSource}
- </div> <!-- end info -->
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">{Tag},</a>
- {/block:Tags}</div>
- {/block:HasTags}
- </div> <!-- end post info -->
- </div>
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <div id="cred"><a href="http://precioussammy.tumblr.com/"><img src="http://static.tumblr.com/d3afqhp/CYZnbyomn/tumblr_lm6ow3rkt81qfoi4t.gif">precioussammy</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment