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>
- <head>
- <!--
- _
- ___ _ __ (_) ___ | ,_)(_) ___ _ _
- /'___)( '__)| |/',__)| | | |/' _ `\ /'_` )
- ( (___ | | | |\__, \| |_ | || ( ) |( (_| |
- `\____)(_) (_)(____/`\__)(_)(_) (_)`\__,_)
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="text:2nd title" content="keep it shorter"/>
- <meta name="color:Background" content="#f3f3f3" />
- <meta name="color:Border" content="#ededed" />
- <meta name="color:Scrollbar" content="#96aa94" />
- <meta name="color:text" content="#c3c3c3" />
- <meta name="color:italic" content="#a2a2a2" />
- <meta name="color:bold" content="#a2a2a2" />
- <meta name="color:link" content="#bebbbb" />
- <meta name="color:hover" content="#e2e2e2" />
- <meta name="if:400px" content="1"/>
- <meta name="if:Captions" content="1"/>
- <meta name="select:photoset space" content="2" title="2px">
- <meta name="image:Sidebar" content=""/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 1 name" content=""/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 2 name" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 3 name" content=""/>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <!--fonts-->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href='https://fonts.googleapis.com/css?family=Dosis:200' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/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:0,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </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">
- /* controls */
- #tumblr_controls, .tmblr-iframe{ z-index:99999!important; -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:0px!important; right:0px!important; opacity:.5;
- -webkit-transition:all 0.6s ease-out;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out}
- #tumblr_controls, .tmblr-iframe:hover{
- opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
- }
- ::selection {
- background-color:{color:fe};
- }
- ::-webkit-scrollbar {
- width:10px;
- height:10px;
- }
- ::-webkit-scrollbar {
- background-color:{color:scollbar};
- }
- ::-webkit-scrollbar-track {
- border:4px solid {color:background};
- background-color:white;
- }
- ::-webkit-scrollbar-thumb {
- border:4px solid {color:background};
- background-color:{color:scrollbar};
- }
- #s-m-t-tooltip{
- max-width:150px;
- font-size:9px;
- margin:10px 10px;
- padding:3px;
- border:1px solid #fafafa;
- opacity:.8;
- background:#ffffff;
- z-index:999;
- }
- i, em{
- color:{color:italic};
- }
- b, strong{
- font-weight:bold;
- color:{color:bold};
- }
- j {font-size:9px;}
- small{font-size:10px;}
- }
- ol {
- padding-left:45px;
- }
- h1 {
- font-size:15px;
- line-height:20px;
- letter-spacing:2px;
- text-align:left;
- margin:10px;
- }
- h2 {
- font-size:14px;
- line-height:20px;
- letter-spacing:1px;
- text-transform:lowercase;
- text-align:left;
- margin:5px;
- }
- h3 {
- font-family:Dosis;
- font-size:20px;
- line-height:40px;
- margin:20px;
- }
- f {position:absolute;
- font-family:calibri;
- width:130px;
- margin-top:-7px;
- margin-left:50px;
- font-size:9px;
- letter-spacing:1px;
- text-align:left;
- padding:5px;
- text-transform:uppercase; -moz-transition:0.5s ease-in;
- -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
- }
- y {position:absolute;
- font-family:calibri;
- width:130px;
- margin-top:5px;
- margin-left:50px;font-style:italic;
- font-size:8px;
- letter-spacing:1px;
- text-align:left;
- padding:5px;
- text-transform:uppercase; -moz-transition:0.5s ease-in;
- -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
- }
- blockquote {
- margin:10px;
- padding-left:10px;
- border-left:1px solid;
- border-color:{color:scrollbar};
- text-align:justify;
- {block:if400px}width:450px; {/block:if400px}
- }
- body {
- background-color:{color:Background};
- color:{color:text};
- font: 10px Open Sans, sans-serif;
- line-height:180%;
- text-align:justify;
- }
- a:link, a:active, a:visited {
- color:{color:link};
- text-decoration:none;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- a:hover {
- color:{color:hover};
- }
- /* posts */
- #container {
- z-index:-1238833;
- width:520px;
- margin-left:350px;
- margin-top:100px;
- padding:5px;
- position: absolute;
- float: right;
- background-color:transparent
- }
- #post {
- width:500px;
- padding:6px;
- border-radius:5px;
- overflow:hidden;
- margin-bottom:100px;
- border:1px solid {color:Border};
- background-color:#fff;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #info{
- width:500px;
- font-size:9px;
- margin-top:10px;
- padding:6px;
- -moz-transition:0.5s ease-in;
- -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
- }
- #info a{padding-left:10px;}
- .tags{
- opacity:0;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .tags a {word-spacing:10px;margin-left:10px;}
- #post:hover .tags{
- opacity:1;-webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- /* header */
- #top{
- z-index:1;position:fixed;
- border:1px solid {color:Border};
- background-color:white; border-radius:7px;
- margin:10px;
- width:170px;
- height:40px;
- padding:13px;
- margin-left:50px;
- margin-top:200px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- #top img{
- width:40px;
- border-radius:3px;
- padding:0px;
- margin:0px 0px 0px ;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- /* end header */
- /*sidebar and description*/
- #des{
- width:170px;
- margin-top:20px;
- margin-left:-10px;
- line-height:170%;
- font-size:9px;
- padding:10px;
- opacity:1;
- z-index:-1; -moz-transition:0.5s ease-in;
- -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
- }
- #navio {
- width: 175px;
- margin-top:10px;
- margin-left:0px;
- font-size:7px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #pag {width:100px;margin-top:50pxfont-size:8px;font-family:consolas;
- text-transform:uppercase;letter-spacing:2px; float:left;position:relative;text-align:left;
- }
- /*audios*/
- .audio {
- height:85px;
- margin-bottom:10px;
- border:1px solid #E6E6E6;
- }
- .audio-album {
- position:absolute;
- width:85px;
- opacity:.0;
- }
- .audio-player {
- opacity:1;
- filter:alpha(opacity=100);
- border:30px solid #FFF;
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- -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;}
- .audio-info {
- width:355px;
- height:100%;
- line-height:180%;
- padding:0px 20px 0px 20px;
- text-align:right;
- display: table;
- }
- .audio-info p {
- display: table-cell;
- vertical-align: middle;
- text-align:right;
- }
- /*chat* *notes*/
- .lines {padding:10px;border-top:1px solid {color:sid};}
- .lines:first-child,.chat h2{border:none;}
- .lines b{display:block;font-weight:400;}
- ol, ul {padding:0px;list-style-type:none;}
- ul li,ol li {position:relative;padding-left:20px;}
- li {margin:2px 0px;}
- ul li:before, ol li:before {
- content:'›';
- position:absolute;
- display:block;
- left:10px;
- font-weight:700;
- color:#999999;
- }
- /*asker* *pagi*/
- #question {
- text-align:left;
- margin:5px;
- }
- #asker {
- font-style:bold;
- margin:20px;
- }
- #asker img {
- float:left;
- width:25px;
- border-radius:100px;
- margin-right:7px;
- }
- #tumblr_lightbox,.tmblr-lightbox {
- background:rgba({RGBcolor:Background},0.5)!important;
- }
- #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
- opacity:0!important;
- }
- #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
- #tumblr_lightbox_right_image, .lightbox-image {
- box-shadow:none!important;
- border-radius:0px!important;
- {block:ifRoundEdges}border-radius:4px!important;{/block:ifRoundEdges}
- }
- #credit {font-size:9px;letter-spacing:0px;text-transform:uppercase; bottom:10px; right:11px; position:fixed;z-index:auto;}
- #credit a{height:5px;line-height:4px;padding:5px;background:white;opacity:1;display:block;}
- </style>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- </head>
- <body>
- <div id="top">
- <f>{Title}</f>
- <y>{text:2nd title}</y>
- <div id ="topimg"><img src="{image:sidebar}"/></div>
- <div id="des">
- {Description}
- </div>
- <div id="navio">
- <a href="/">board</a> >
- <a href="/ask">inbox</a> >
- <a href="/archive">history</a> >
- {block:ifLink1name}
- <a href="{text:Link 1 URL}"> {text:Link 1 name}</a> >
- {/block:ifLink1name}
- {block:ifLink2name}
- <a href="{text:Link 2 URL}">{text:Link 2 name}</a> >
- {/block:ifLink2name}
- {block:ifLink3name}
- <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
- {/block:ifLink3name}
- </div>
- </div>
- </div>
- <div id="credit"><a href="http:/whelves.tumblr.com/"> C </a></div>
- <div id="container">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}
- <h2>{Title}</h2>
- {/block:title}
- {body}
- {/block:Text}
- {block:Link}
- <h2>{Name}</h2>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Photo}
- {block:if400px}
- {LinkOpenTag}
- <img style="width:500px;" src="{PhotoURL-500}">
- {LinkCloseTag}
- {block:ifCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifCaptions}
- {/block:if400px}
- {/block:Photo}
- {block:Photoset}
- {block:if400px}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}
- {/block:if400px}
- <!-- 500px -->
- {/block:Photoset}
- {block:Quote}
- <h3>“ {Quote} ”</h3>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- <div class="chat">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
- <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div>
- <div class="audio-info">
- <p>{block:TrackName}{TrackName}<BR>{/block:TrackName}
- {block:Artist}{Artist}<BR>{/block:Artist}
- </p>
- </div>
- </div>
- <br>
- {block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">click here</a><br />{/block:ExternalAudio}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:if400px}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:if400px}
- {/block:Video}
- {block:Answer}
- <div id="asker">
- <img src="{AskerPortraitURL-40}">{Asker} said: {Question}
- </div>
- <br>
- <div id="question">
- {Answer}
- </div>
- {/block:Answer}
- {block:IndexPage}
- <div id="info">
- <i class="fa fa-search fa-1x"></i> <u>{PostType}</u>
- <a href="{Permalink}">{TimeAgo} </a>
- {block:NoteCount}<a href="{Permalink}">{NoteCount}N</a>{/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource}{block:HasTags}{block:Tags}<a href class="tags" ="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="info">
- <br>
- <span style="text-transform:lowercase;">
- {block:Date}
- posted on {Month} {DayOfMonthWithZero}{DayOfMonthSuffix} at <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{/block:Date}
- {block:RebloggedFrom}
- <br>
- source: <a href="{ReblogRootURL}">{ReblogRootName}</a> via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:HasTags}
- <br>
- FILE UNDER: {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}
- {/block:HasTags}</p>
- </span>
- <a href="#" class="not">view {NoteCountWithLabel}</a>
- {block:PostNotes}
- <div class="nu">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="pag">{block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage} &
- {block:NextPage}
- <a href="{NextPage}">forth</a>
- {/block:NextPage}
- </div><br><br><br>
- {/block:Pagination}</div>
- <script>
- $(document).ready(function(){
- $(".nu").hide();
- $(".not").show();$('.not').toggle(function(){
- $(".nu").slideDown(function(){});
- },function(){
- $(".nu").slideUp(function(){});
- });
- $(".lb").hide();
- $(".lh").show();$('.lh').toggle(function(){
- $(".lb").slideDown(function(){});
- },function(){
- $(".lb").slideUp(function(){});
- });
- });
- </script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '{select:photoset space}px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment