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:Sidebar" content="" />
- <!-- colors -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Body" content="#000000" />
- <meta name="color:Description" content="#000000" />
- <meta name="color:Info" content="#000000" />
- <meta name="color:Border" content="#eeeeee" />
- <meta name="color:Italic" content="#faacd7" />
- <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" />
- <meta name="color:SidebarLinks" content="#000000" />
- <meta name="color:SidebarLinksHover" content="#000000" />
- <!-- links/text -->
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" 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>
- <!-- pop up links -->
- <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"></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">
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- /* fonts (if you use them) */
- @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
- /* scroll bar */
- ::-webkit-scrollbar-thumb {
- background:#ccc;
- border: 0px solid white;
- height:auto;
- }
- ::-webkit-scrollbar {
- height:0px;
- width:0px;
- background:#ccc;
- border:0px solid white;
- }
- ::selection {
- background:white;
- }
- /* body/post defaults */
- h1 {
- font-size: 9px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- color:{color:Body};
- }
- body {
- background:{color:background};
- background-repeat: no repeat;
- background-position: bottom right;
- background-attachment: fixed;
- {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
- color:{color:Body};
- margin:0px;
- font-family:Calibri;
- font-style:none;
- word-break: break-all;
- 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:8px;
- }
- 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 */
- #entries {
- width:400px;
- float:left;
- height:auto;
- margin-left:550px;
- margin-top:20px;
- margin-bottom:50px;
- }
- #post {
- width:400px;
- height:auto;
- margin-top:40px;
- padding:10px;
- border:1px solid {color:Border};
- background:white;
- -webkit-transition: all .8s linear;
- -webkit-transition: all .8s linear;
- -webkit-box-shadow: 0px 0px 20px #fff;
- -moz-box-shadow: 0px 0px 20px #fff;
- box-shadow: 0px 0px 20px #fff;
- }
- #post:hover #postinfo{
- opacity:1;
- margin-top:5px;
- -webkit-transition: all .8s linear;
- }
- /* sidebar */
- #sidebar {
- width:200px;
- height:200px;
- position:fixed;
- margin-left:325px;
- margin-top:-5px;
- }
- #photo img {
- width:130px;
- height:130px;
- margin-top:200px;
- margin-left:10px;
- position:fixed;
- opacity:1;
- z-index:0;
- -webkit-transition: all .8s linear;
- -webkit-box-shadow: 0px 0px 20px #fff;
- -moz-box-shadow: 0px 0px 20px #fff;
- box-shadow: 0px 0px 20px #fff;
- }
- /* links */
- #links {
- position:fixed;
- width:125px;
- height:auto;
- background:white;
- border:2px solid {color:Border};
- margin-top:180px;
- margin-left:10px;
- z-index:999;
- padding:2px;
- -webkit-transition: all .8s linear;
- -webkit-box-shadow: 0px 0px 20px #fff;
- -moz-box-shadow: 0px 0px 20px #fff;
- box-shadow: 0px 0px 20px #fff;
- }
- #links a{
- color:{color:SidebarLinks};
- line-height:40%;
- margin-left:25px;
- text-transform:uppercase;
- -webkit-transition: all .8s linear;
- }
- #links a:hover {
- -webkit-transition: all .8s linear;
- text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
- }
- /* tooltips appearance */
- #s-m-t-tooltip {
- display:inline-block;
- text-align:center;
- color:black;
- font-style:bold;
- background:white;
- font-size: 8px;
- 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);
- }
- /* description */
- #description {
- position:fixed;
- font-size:9px;
- color:{color:Description};
- border:2px solid {color:Border};
- margin-top:336px;
- margin-left:10px;
- width:120px;
- height:auto;
- text-align:justify;
- padding:5px;
- background:white;
- z-index:2;
- -webkit-transition: all .8s linear;
- -webkit-box-shadow: 0px 0px 20px #fff;
- -moz-box-shadow: 0px 0px 20px #fff;
- box-shadow: 0px 0px 20px #fff;
- }
- /* pagi */
- #pagination {
- width:20px;
- margin-top:350px;
- margin-left:140px;
- text-align:center;
- position:fixed;
- padding:5px;
- font-size: 20px;
- font-family:arial;
- color:{color:Pagination};
- }
- #pagination a {
- color:{color:Pagination};
- text-shadow:1px 1px 15px #fff;
- }
- #pagination a:hover {
- color:{color:PaginationHover};
- }
- /* postinfo */
- #postinfo {
- margin-top:-30px;
- padding:5px;
- color:{color:Info};
- border-top:1px solid {color:border};
- opacity:0;
- -webkit-transition: all .8s linear;
- }
- /* via & source */
- #info {
- margin-bottom:5px;
- text-align:right;
- color:{color:Link};
- text-transform:uppercase;
- font-size:9px;
- font-style:none;
- -webkit-transition: all .8s linear;
- }
- /* tags */
- #tags {
- width:240px;
- height:auto;
- color:{color:Tags};
- margin-top:5px;
- text-align:left;
- -webkit-transition: all .8s linear;
- }
- #tags a {
- display:inline;
- text-transform:none;
- font-style:italic;
- color:{color:Tags};
- font-size:9px;
- line-height:120%;
- -webkit-transition: all .8s linear;
- }
- #tags a:hover {
- color:{color:TagsHover};
- -webkit-transition: all .8s linear;
- }
- /* asks */
- #question {
- height:auto;
- width:auto;
- padding:10px;
- border:1px solid {color:Border};
- text-align:right;
- }
- #question a{
- text-transform:none;
- font-style:none;
- }
- #asker {
- display:block;
- font-size: 8px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- color:{color:Asker};
- }
- #answer {
- text-transform:none;
- font-style:none;
- text-align:left;
- padding:10px;
- height:auto;
- }
- #answer a{
- text-align:left;
- }
- /* audio player */
- .cover {
- width:50px;
- height:50px;
- padding:5px;
- margin-top:0px;
- border:1px solid {color:Border};
- }
- .playbox {
- background:white;
- position: absolute;
- z-index: 1000;
- margin-top: -50px;
- margin-left: 13px;
- border-radius:100%;
- opacity:1;
- -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:right;
- width:auto;
- height:auto;
- text-align:center;
- padding:10px;
- font-size: 8px;
- font-family: calibri;
- letter-spacing: 1px;
- }
- /* quotes */
- .quote{
- text-align:left;
- font-size: 8px;
- font-family: calibri;
- letter-spacing: 1px;
- padding:5px;
- }
- .source {
- text-align:right;
- font-size: 7px;
- text-transform: uppercase;
- font-family: calibri;
- 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;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 430px; top: 280px;
- width: 130px; height: 130px;
- opacity: 0;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 10px;
- border: 0px solid #ddd;
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 290px; left: 430px;
- z-index: 99;
- height:80px;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #fff;
- -moz-box-shadow: 0px 0px 20px #fff;
- box-shadow: 0px 0px 20px #fff;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- </style>
- <div id="sidebar">
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">‹</a>
- {/block:PreviousPage}
- <br>
- {block:NextPage}
- <a href="{NextPage}">›</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="photo"><img src="{image:sidebar}"></div>
- <div id="links">
- <a href="/" title="home"><img src="http://static.tumblr.com/d3afqhp/xPInjilws/naviiconhome.gif" alt="some_text"></a>
- <a href="/ask" title="message"><img src="http://static.tumblr.com/d3afqhp/ghpnjim28/naviiconmessage.gif" alt="some_text"></a>
- <a href="#?w=80" rel="03" class="poplight" title="links"><img src="http://static.tumblr.com/d3afqhp/NMonjim5p/naviiconlinks.gif" alt="links"></a>
- </div>
- <div id="description">{Description}</div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Text}
- <h1>{block:Title}<b>{Title}</b>{/block:Title}</h1>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-400}" />
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {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-400}
- {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}</b></div>
- <div id="question">{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:Date}<div id="info"><a href="{Permalink}" >{TimeAgo}</a>
- {block:NoteCount}
- <a href="{Permalink}">{NoteCount}</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>
- <div id="03" class="popup_block">
- <center>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br><br>
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br><br>
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br><br>
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}<br><br>
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}<br><br>
- </center>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment