Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- ─────────╔╗────────────╔╗
- ─────────║║───────────╔╝╚╗
- ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
- ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
- ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
- ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
- ──────║║
- ──────╚╝
- -->
- <head>
- <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>
- <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:Background" content="#eee"/>
- <meta name="color:Sidebar bg" content="#ffffff"/>
- <meta name="color:Sidebar border" content="#eee"/>
- <meta name="color:Borders" content="#eee"/>
- <meta name="color:Perma link" content="#999"/>
- <meta name="color:Perma link hover" content="#999"/>
- <meta name="color:Description" content="#999"/>
- <meta name="color:Text" content="#999"/>
- <meta name="color:Bold" content="#141414"/>
- <meta name="color:Italic" content="#fe4281"/>
- <meta name="color:Header bg" content="#eee"/>
- <meta name="color:Header link" content="#141414"/>
- <meta name="color:Header link hover" content="#999"/>
- <meta name="color:Nav link" content="#999"/>
- <meta name="color:Scrollbar" content="#141414"/>
- <meta name="color:Link" content="#141414"/>
- <meta name="color:Link Hover" content="#fe4281"/>
- <meta name="if:ShackEfect" content="0"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar image" content="https://secure.static.tumblr.com/c9921c0a4d5525fa593e9a7187c5929f/s2qsk1o/LHKnypmif/tumblr_static_8rr13n7dxc008g4k88gswcc84.png"/>
- <meta name="select:Post title font" content="Great Vibes" title="Great Vibes">
- <meta name="select:Post title font" content="Baumans" title="Baumans">
- <meta name="select:Post title font" content="Poiret One" title="Poiret One"/>
- <meta name="text:Your Url" content="amplamente" />
- <meta name="text:Ask Name" content="ask" />
- <meta name="text:link1" content="link 1" />
- <meta name="text:link1url" content="/" />
- <meta name="text:link2" content="link 2" />
- <meta name="text:link2url" content="/" />
- <meta name="text:link3" content="link 3" />
- <meta name="text:link3url" content="/" />
- <meta name="text:link4" content="link 4" />
- <meta name="text:link4url" content="/" />
- <meta name="text:link5" content="link 5" />
- <meta name="text:link5url" content="/" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){$(document)
- .ready(function(){$("[title]")
- .style_my_tooltips();});})
- (jQuery);
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- {block:IfShackEfect}
- <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
- {/block:IfShackEfect}
- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,600,500,700,800,900' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 1px solid {color:link hover}; text-decoration:none;}
- #credit{
- position:fixed;
- font-family:cantarell;
- z-index:99;
- bottom:10px;
- right:10px;
- width:40px;
- height:10px;
- padding:10px;
- overflow:hidden;
- text-align:center;
- font-size:10px;
- letter-spacing:1px;
- opacity:1;
- border:1px solid {color:borders};
- background:transparent;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- #credit a{
- color:{color:header link};
- }
- #credit a:hover{
- color:{color:header link hover};
- }
- #credit:hover {
- background:transparent;
- }
- .credit_u{
- line-height:10px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- #credit a:hover .credit_u{
- margin-top:-19px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .credit_h{
- line-height:30px;
- font-size:10px;
- }
- #s-m-t-tooltip{
- max-width:300px;
- padding:10px;
- margin:20px 0px 0px 20px;
- background-color: rgba(0, 0, 0, 0.5);
- font-family:calibri;
- font-size:8.5px;
- text-transform:uppercase;
- color:#fff;
- letter-spacing:1px;
- opacity:1;
- z-index:9999999999999999999;
- }
- #top2 {
- font-weight:bold;
- height:40px;
- width:100%;
- letter-spacing: 1px;
- right:0px;
- top:0px;
- font-size:12px;
- position:fixed;
- background:{color:header bg};
- z-index:9999;
- {block:permalinkpage}
- z-index:2;
- {/block:permalinkpage}
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top2:hover{
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- ul {
- list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
- }
- .sform input {
- font-family:cantarell;
- text-transform:uppercase;
- font-size:9px;
- font-weight:bold;
- color:#dfdfdf;
- text-align:center;
- background:transparent;
- border:0px;
- padding:7px;
- letter-spacing:2px;
- }
- ::-webkit-input-placeholder { color:#dfdfdf; }
- :-moz-placeholder { color: #dfdfdf; }
- ::-moz-placeholder { color: #dfdfdf; }
- :-ms-input-placeholder { color: #dfdfdf; }
- .sbox {
- border-radius:2px;
- margin-top:10px;
- width:300px;
- float:center;
- margin-left:auto;
- margin-right:auto;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .sbox:hover {
- color:{color:Header link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #calado{
- position:fixed;
- z-index:4;
- background:transparent;
- right:15px;
- margin-top:7px;
- width:100%;
- text-align:right;
- }
- #calado a {
- text-shadow:none;
- padding:10px;
- font-size:10px;
- font-weight:normal;
- margin-left:5px;
- margin-bottom:1px;
- font-family: raleway;
- display:inline-block;
- text-align:center;
- color:{color:sidebar link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #calado a:hover {
- text-shadow:none;
- color: {color:Header link hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #poxa {
- margin-top:50px;
- margin-left:0px;
- text-align:center;
- margin-bottom:15px;
- }
- #poxa a {
- padding:10px;
- font-size:10px;
- text-align:center;
- margin-left:3px;
- width:300px;
- margin-bottom:7.5px;
- font-family:cantarell;
- display:inline-block;
- color:{color:nav link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- text-decoration:none;
- text-shadow:none;
- }
- #poxa a:hover {
- text-shadow:none;
- letter-spacing:5px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
- top:50px; opacity:0.2;
- }
- iframe#tumblr_controls {left:0px; float:left; top:50px; position:fixed;
- black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
- }
- #tumblr_controls{left:0px; float:left; display:none;
- position:fixed ; top:50px;
- -webkit-filter: invert(100%)
- }
- .date {
- margin-top:0px;
- float:left;
- opacity:1;
- text-align:center;
- background-color:{color:background};
- padding:5px;
- font-size:9px;
- font-family:cantarell;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .date a{color:{color:perma link}; margin:10px;}
- .date a:hover {color:{color:perma link hover};}
- .popup_block{
- display:none;
- background:transparent;
- padding:30px;
- width:500px;
- float:left;
- color:#141414;
- position:fixed;
- top:50%;left:50%;
- z-index: 9999999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:999999;
- background:#fff;
- opacity:1;
- }
- a{
- color:{color:Link};
- text-decoration:none;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- a:hover{
- color:{color:Link Hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #notas {
- font-size:12px;
- width:100%;
- height:300px;
- overflow-y:auto;
- background:transparent;
- }
- h1 {
- font-size:30px;
- text-align:center;
- text-transform:none;
- font-family:{select:post title font};
- }
- body{
- cursor:crosshair;
- color:{color:Text};
- font-family: cantarell;
- font-size:10px;
- background: {color:background} url("{image:background}") fixed;
- }
- #post{
- margin-top:50px;
- width:800px;
- margin-left:480px;
- background-color:transparent;
- padding:5px;
- {block:PermalinkPage}
- width:600px;
- float:center;
- margin-left:500px;
- {/block:PermalinkPage}
- }
- .entry{
- text-align:left;
- padding:15px;
- background-color:transparent;
- width:255px;
- float:center;
- margin:30px;
- {block:PermalinkPage}
- width:500px;
- height:auto;
- font-size:13px;
- text-transform:uppercase:
- text-align:left;
- float:center;
- {/block:PermalinkPage}
- border:1px solid transparent;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .entry:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- border:1px solid {color:borders};
- }
- .entry img{
- max-width:250px;
- height:auto;
- float:right;
- margin:2px;
- margin-bottom:5px;
- {block:PermalinkPage}
- float:center;
- width:500px;
- max-width:500px;
- {/block:PermalinkPage}
- }
- .entry .perm{
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- text-transform:uppercase;
- background:transparent;
- padding:5px;
- text-align:center;
- margin-top:-31px;
- width:auto;
- margin-left:-50px;
- height:auto;
- position:absolute;
- opacity:0.0;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .entry:hover .perm{
- margin-left:-5px;
- opacity:1;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .notes img {
- width: 0px;
- border-radius:100%;
- float:left;
- border-right:10px solid transparent;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- ol.notes, .notes li {
- height:20px;
- width: 100%;
- list-style: none;
- margin: 0px;
- padding-left: 0px}
- .notes li:hover img {
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- ::-moz-selection { background: {color:text}; color: {color:background}; }
- ::selection { background: {color:text}; color: {color:background}; }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar {height:5px; width:3px; }
- ::-webkit-scrollbar-track-piece {
- background-color:{color:post bg};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};}
- blockquote {
- margin-left:20px;
- padding-left:10px;
- border-left:3px solid{color:text};
- }
- #question {padding:0px; margin-bottom:5px;}
- #asker_portrait img{max-width:40px; margin-top:-20px; position:relative; float:center; border-radius:10px; margin-right:20px; padding:4px; background:{color:Header link} }
- #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
- #asker a { text-align:center; font-size:12px;}
- #asker a:hover {color:#ccc;}
- #asked_question {
- text-align:center;
- padding:10px;
- width:100%;
- border-top-left-radius:20px;
- border-top-right-radius:0px;
- border-bottom:1px solid {color:borders};
- font-style:italic;
- min-height:20px;
- max-width:155px;
- {block:permalinkpage}
- max-width:500px;
- width:500px;
- {/block:permalinkpage}
- padding-left:50px;
- padding-right:50px;
- float:center;
- }
- #answer {
- color:#999;
- padding:2px 10px;
- background:{color:background};
- }
- #sidepam {
- z-index:5;
- position:fixed;
- width:300px;
- height:auto;
- left:80px;
- top:200px;
- text-align:center;
- background:{color:sidebar bg};
- padding-right:40px;
- border-right:1px solid {color:sidebar border};
- }
- #vimg {
- width:300px;
- float:center;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -webkit-filter: grayscale(0);
- }
- #vimg:hover {
- -webkit-filter: grayscale(0.7);
- transition:All .5s ease;
- -o-transition:All .5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .music {
- z-index:6;
- position:fixed;
- left:90px;
- top:370px;
- width:auto;
- height:auto;
- padding:10px;
- background:#fff;
- }
- .optional {
- padding:10px;
- margin-top:10px;
- float:center;
- margin-bottom:0px;
- margin-left:auto;
- margin-right:auto;
- width:70%;
- background:transparent;
- font-size:10px;
- font-family: 'cantarell', ;
- text-align:justify;
- color:{color:text};
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
- src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#post');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- </head>
- <body>
- <div id="top2">
- <div id="calado">
- {block:IfNotInfiniteScroll}{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" style='color:#fff; background:{color:header link hover}; padding:5px; border-radius:3px;'><li class="fa fa-angle-double-left"></li> Previous</a>{/block:PreviousPage}{/block:Pagination}{/block:IfNotInfiniteScroll}
- <a href="/">Home</a>
- <a href="/archive">Archive</a>
- <a href="/submit">Submit</a>
- <a href="https://www.tumblr.com/follow/{text:your url}">Follow</a>
- <a href="#?w=300" rel="box1" class="poplight">Navigation</a>
- {block:IfNotInfiniteScroll}{block:Pagination}{block:NextPage}
- <a href="{NextPage}" id="next" style='color:#fff; background:{color:header link hover}; padding:5px; border-radius:3px;'>Next
- <li class="fa fa-angle-double-right"></li>
- </a>{/block:NextPage}{/block:Pagination}{/block:IfNotInfiniteScroll}
- </div></div>
- <div id="sidepam">
- <img id="vimg" src="{image:Sidebar image}">
- <div class="optional">{description}</div>
- </div>
- <div id="credit"><a href="http://amplamente.tumblr.com"><div class="credit_u">Theme</div><div class="credit_h">Carol</div></a></div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- <div class="date">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- <div class="date">
- <a href="{Permalink}">{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a>
- </div>
- <div class="date">
- <a href="{ReblogUrl}">Reblog</a>
- </div>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}" ><img src="{PhotoURL-500}" width="250"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {/block:Photoset}
- {block:Quote}
- <div style="text-align:center;">
- <li class="fa fa-quote-left"></li> {Quote} <li class="fa fa-quote-right"></li></br></div>
- <div align="right" style="text-align:center; font-size:9px; font-family:montserrat; text-transform:uppercase;">
- </br>{block:Source}- {Source}{/block:Source} </br>
- </div>
- {/block:Quote}
- {block:Video}
- {Video-250}
- <br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {/block:Audio}
- {block:Answer}
- <div id="question">
- <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
- </div>
- <div id="answer">
- {Answer}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
- <Br>
- {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfInfiniteScroll}
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}
- <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IfInfiniteScroll}
- <div id="box1" class="popup_block">
- <div id="poxa">
- <a href="{text:link1url}" >{text:link1}</a>
- <a href="#?w=500" rel="box2" class="poplight">{text:ask name}</a>
- <a href="{text:link2url}" >{text:link2}</a>
- <a href="{text:link3url}" >{text:link3}</a>
- <a href="{text:link4url}" >{text:link4}</a>
- </div>
- <form action="/search" method="get" class="sform" name="form">
- <input type="text" name="q" value="{SearchQuery}" class="sbox" placeholder="search here"/></form>
- </div>
- <div id="box2" class="popup_block">
- <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:your url}.tumblr.com" width="100%"></iframe>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement