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=""/>
- <!-- colors -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:TopBarBackground" content="#000000" />
- <meta name="color:Body" content="#000000" />
- <meta name="color:Title" content="#000000" />
- <meta name="color:Description" 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:Pagination" content="#000000" />
- <meta name="color:PaginationHover" content="#000000" />
- <meta name="color:Links" content="#000000" />
- <meta name="color:LinksHover" content="#000000" />
- <meta name="color:SBLinkText" content="#ffffff" />
- <meta name="color:SBLinkTextHover" content="#000000" />
- <meta name="color:SBLinkHover" content="#ffffff" />
- <!-- links/text -->
- <meta name="text:Title2" content="title 2" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link1 Hover" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link2 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(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--bubble tooltip from tutorial-baby! Enjoy-->
- <style>
- #s-m-t-tooltip{
- display: inline;
- position: relative;
- z-index:999;
- }
- #s-m-t-tooltip {
- min-width:60px; /*the smallest the tooltip can be*/
- padding:3px 4px 5px 4px; /*padding inside tooltip*/
- margin:15px 7px -2px -20px; /*distance from link, adjust triangle bottom value if you fiddle with this*/
- background: {color:TopBarBackground}; /*background color*/
- font-family:calibri; /*tooltip font*/
- font-size:10px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:uppercase; /*makes the tooltip title uppercase*/
- color:{color:SBLinkText}; /*tooltip font color*/
- text-align: center;
- z-index:100;
- }
- #s-m-t-tooltip:after {
- position: absolute;
- display: block;
- content: "";
- border-color: transparent transparent {color:TopBarBackground} transparent ;
- border-style: solid;
- border-width: 7px; /*changes size of triangle*/
- height:0;
- width:0;
- position:absolute;
- bottom: 17px;
- left:10px;
- z-index:999;
- }
- </style>
- <!-- fonts -->
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Quicksand:400,700:latin', 'Paytone+One::latin', 'Comfortaa::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <style type="text/css">
- /*
- function f() {
- Y.one("#main").setStyle("height",String(window.innerHeight-100)+"px");
- //Y.one("#main").setStyle("backgroundColor","#FFFFFF");
- };
- window.onresize = f;
- f();
- */
- /* fonts (if you use them) */
- <link href='http://fonts.googleapis.com/css?family=Monoton' rel='stylesheet' type='text/css'>
- /* 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:black;
- }
- /* 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 */
- #container{
- position:absolute;
- width:800px;
- min-height:600px;
- margin-left:300px;
- }
- .entry {
- float:left;
- display: block;
- margin:10px;
- overflow:hidden;
- width:250px;
- padding-right:10px;
- padding-left:10px;
- padding-bottom:10px;
- z-index:0;
- text-align:left;
- background:transparent;
- border:1px solid {color:Border};
- box-shadow:1px 1px 10px rgba(0,0,0,.9);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- {block:Permalink}
- width:400px;
- margin-left:100px;{/block:Permalink}
- }
- .entry:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .posts {
- width:800px;
- margin-top:15px;
- z-index:99;
- margin-left:5px;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- -webkit-animation: fadeInDown 2s;
- -moz-animation: fadeInDown 2s;
- -ms-animation: fadeInDown 2s;
- }
- /* sidebar */
- html, body { height: 100%; }
- #header {
- background-color: {color:TopBarBackground};
- height:6px;
- width:100%;
- position: fixed;
- padding-top:25px;
- z-index:100;
- }
- #footerwrapper {
- height: 10%;
- }
- #lol {
- background:{color:background};
- width:100%;
- height:50px;
- margin-top:0px;
- }
- #title {
- width:100px;
- position:absolute;
- font-size:30px;
- letter-spacing:-2px;
- line-height:15px;
- margin-top:11px;
- margin-left:310px;
- margin-bottom:1px;
- font-family: 'Comfortaa', cursive;
- font-weight: bold;
- z-index:100;
- color:{color:Title};
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #title2 {
- width:140px;
- position:absolute;
- font-size:15px;
- letter-spacing:-1px;
- line-height:15px;
- margin-top:7px;
- margin-left:400px;
- margin-bottom:1px;
- z-index:100;
- font-family: 'Quicksand', sans-serif;
- color:{color:Title};
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /* links */
- #links {
- position:fixed;
- text-align:center;
- width:400px;
- height:auto;
- margin-top:-10px;
- margin-left:185px;
- -webkit-transition: all .8s linear;
- }
- #links a{
- font-size:12px;
- font-family: 'Quicksand', sans-serif;
- text-transform: uppercase;
- color:{color:SBLinkText};
- padding:5px;
- letter-spacing:-1px;
- margin-top:5px;
- -webkit-transition: all .8s linear;
- }
- #links a:hover {
- background:{color:SBLinkHover};
- color:{color:SBLinkTextHover};
- text-decoration: underline;
- -webkit-transition: all .8s linear;
- }
- .arrow_box {
- position: relative;
- background:{color:TopBarBackground};
- }
- .arrow_box:after, .arrow_box:before {
- top: 100%;
- left: 10%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
- .arrow_box:after {
- border-color: rgba(136, 183, 213, 0);
- border-top-color: {color:TopBarBackground};
- border-width: 10px;
- margin-left: -10px;
- }
- .arrow_box:before {
- border-color: rgba(194, 225, 245, 0);
- border-top-color: {color:TopBarBackground};
- border-width: 16px;
- margin-left: -16px;
- }
- /* description */
- #description {
- font-size:8px;
- color:{color:Description};
- border-bottom:1px solid {color:Border};
- margin-top:5px;
- margin-left:525px;
- text-align:justify;
- width:300px;
- height:25px;
- font-family: 'Quicksand', sans-serif;
- overflow:hidden;
- padding:5px;
- z-index:100;
- }
- #description a {
- color:{color:Description};
- }
- #description:after, #description:before {
- top: 90%;
- left: 850px;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
- #description:after {
- border-color: rgba(136, 183, 213, 0);
- border-top-color: {color:TopBarBackground};
- border-width: 10px;
- margin-left: -10px;
- }
- #description:before {
- border-color: rgba(194, 225, 245, 0);
- border-top-color: {color:TopBarBackground};
- border-width: 16px;
- margin-left: -16px;
- }
- /* pagi */
- #pagination {
- width:50px;
- margin-top:-15px;
- margin-left:600px;
- 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};
- }
- /* via & source */
- #info {
- margin-bottom:5px;
- text-align:right;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-bottom:1px solid {color:Border};
- }
- /* tags */
- #tags {
- width:490px;
- height:auto;
- color:{color:Tags};
- margin-top:5px;
- text-align:left;
- -webkit-transition: all .8s linear;
- }
- #tags a {
- display:inline;
- text-transform:none;
- font-family:cambria;
- font-style:italic;
- color:{color:Tags};
- font-size:8px;
- letter-spacing:1px;
- line-height:120%;
- -webkit-transition: all .8s linear;
- }
- /* asks */
- #question {
- font-size:10px;
- display:block;
- height:auto;
- width:auto;
- padding:10px;
- background:{color:TopBarBackground};
- text-align:left;
- color:{color:SBLinkText};
- }
- #question a{
- color:{color:SBLinkText};
- text-transform:none;
- font-style:none;
- }
- #answer {
- width:250px;
- margin-top:10px;
- text-transform:none;
- font-style:none;
- text-align:center;
- padding:1px;
- font-size:9px;
- 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:right;
- 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:right;
- font-size: 7px;
- text-transform: uppercase;
- font-family: Century Gothic;
- letter-spacing: 1px;
- border:1px solid {color:Border};
- padding: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>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
- <div id="footerwrapper">
- <div id="header">
- <div id="links">
- <a href="/" title="home">home</a>
- <a href="/ask" title="ask">mail</a>
- {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Hover}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Hover}">{text:Link2 Title}</a>{/block:ifLink2}
- </div>
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</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>
- {/block:Pagination}
- <div id="lol">
- <div id="title">{Title}</div>
- <div id="title2">{text:title2}</div>
- <div id="description">{Description}</div>
- </div>
- </div>
- </div>
- <!-- POSTS -->
- <div id="container">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- <div class="content">
- <!-- Date -->
- <div id="info">
- {block:Date}<p>
- <a href="{Permalink}">
- {TimeAgo}</a>
- {block:NoteCount}
- / {NoteCountWithLabel}
- {/block:NoteCount}
- <!-- Reblogged from -->
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">
- / via</a>{/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}"
- target=blank>/ source</a>
- {/block:ContentSource}
- </div>
- {/block:Date}
- <!-- Text -->
- {block:Text}
- {block:Title}
- <a href="{Permalink}">
- <h1>{Title}</h1></a>
- {/block:Title}
- <h2>{Body}</h2>
- {/block:Text}
- <!-- Photo -->
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-250}"
- </a>{/block:IndexPage}
- {block:PermalinkPage}
- <a href="{permalink}">
- <img src="{PhotoURL-400}"
- width="400"/></a>{/block:PermalinkPage}
- {/block:Photo}
- <!-- Photoset -->
- {block:Photoset}
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-400}
- {/block:PermalinkPage}
- {/block:Photoset}
- <!-- Quote -->
- {block:Quote}
- <div id="quote">
- " {Quote} "
- {block:Source}
- <div class="source">-{Source}
- </div>{/block:Source}</div>
- {/block:Quote}
- <!-- Link -->
- {block:Link}
- <center>
- <a href="{URL}"
- id="linkpost"
- target="_blank">
- <h1>{Name} » <h1></a>
- </center>
- {block:Description}
- <h2>{Description}</h2>
- {/block:Description}
- {/block:Link}
- <!-- Chat -->
- {block:Chat}
- <div id="chat">
- <ul>
- {block:Lines}
- <li class="{Alt}">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- <!-- Audio -->
- {block:Audio}
- {AudioPlayerWhite}
- <br>{block:Artist}
- Artist: {Artist}
- {/block:Artist}
- <br>{block:Title}
- Artist: {Title}
- {/block:Title}
- <br>{block:Album}
- Artist: {Album}
- {/block:Album}<br>
- {/block:Audio}
- <!-- Video -->
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-400}
- {/block:PermalinkPage}
- {/block:Video}
- <!-- Ask -->
- {block:Answer}
- <div class="arrow_box"><div id="question"><b>{Asker}:</b> {Question}</div></div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <!-- Tags -->
- <br>{block:HasTags}
- {block:Tags} #
- <a href="{TagURL}">
- {Tag}</a>,
- {/block:Tags}
- {/block:HasTags}
- <!-- Permalink page -->
- {block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- <!-- Other -->
- {block:ContentSource}
- <!-- {SourceURL}
- {block:SourceLogo}
- <img src="{BlackLogoURL}"
- width="{LogoWidth}"
- height="{LogoHeight}"
- alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div></div>
- {/block:Posts}
- <!-- END POSTS -->
- </div></div>
- <!-- END CONTAINER -->
- <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