Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--[if lt IE 7]><html class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"><![endif]-->
- <!--[if IE 7]><html class="lt-ie10 lt-ie9 lt-ie8"><![endif]-->
- <!--[if IE 8]><html class="lt-ie10 lt-ie9"> <![endif]-->
- <!--[if IE 9]><html class="lt-ie10"> <![endif]-->
- <!--[if gt IE 9]><!--> <html> <!--<![endif]-->
- <!--
- (hapilys.tumblr.com)
- don't remove the credit
- don't copy dont fu#$%&/copy:-)
- message me with any problems
- -->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <head>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <meta name="color:entries" content="#ffffff" />
- <meta name="color:text" content="#091010" />
- <meta name="color:link" content="#545353" />
- <meta name="color:link hover" content="#e7dcdc" />
- <meta name="color:background" content="#ffffff" />
- <meta name="color:sidebar" content="#070707" />
- <meta name="color:scrollbar" content="#adff98" />
- <meta name="text:link1" content="link 1" />
- <meta name="text:link1 url" content="/" />
- <meta name="text:link2" content="link 2" />
- <meta name="text:link2 url" content="/" />
- <meta name="text:link3" content="link 3" />
- <meta name="text:link3 url" content="/" />
- <link rel='stylesheet' href='path/to/typicons.min.css' />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- @font-face {font-family:"fontello"; src: url("http://static.tumblr.com/p98azdo/0XFn07wea/fontello.ttf")}
- iframe#tumblr_controls {right:3px !important; -webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- body {
- background-color:{color:background};
- color:{color:text};
- font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
- font-size:10px;
- line-height:100%;
- text-align:justify;}
- a:link, a:active, a:visited {
- cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
- 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}
- b{color:{color:link hover};}
- a:hover {
- color:{color:link hover};text-decoration:underline;}
- h1{
- text-transform:lowercase;
- font-size: 15px;
- font-weight:bold;
- line-height:30px;
- letter-spacing:0px;
- text-align:left;
- font-family:arial;
- background-color:transparent;
- }
- h2 {
- text-transform:lowercase;
- font-size:15px;
- line-height:30px;
- letter-spacing:0px;
- text-align:left;
- }
- #entries {
- margin-left:450px;
- margin-top:50px;
- width:510px;
- padding:5px;}
- #posts{
- width:500px;
- padding:5px;
- overflow:hidden;
- background:white;
- margin-bottom:20px;}
- #info{
- border-radius: 4px;
- padding: 5px;
- background-color:transparent;
- font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
- font-size:9px;
- width: 490px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-style:normal;
- opacity:1;
- text-align:left;}
- #tags {
- border-top:#fafafa solid 1px;
- border-bottom:#fafafa solid 1px;
- margin-top:5px;
- color:black;
- opacity:1;
- margin-left:0px;
- background-color:transparent;
- width:500px;
- text-align:left;
- position:absolute;
- }
- #tags a{ padding:2px;}
- #sidebar {
- background-color:black;
- float:top;
- position:fixed;
- margin-top:-80px;
- width:80px;
- height:2500px;
- margin-left:-20px;
- opacity:1;
- }
- #sidebar img {
- max-width:160px;}
- .links{
- font-family:"fontello";
- position:fixed;
- margin-top:200px;
- width:70px;
- height:2000px;
- margin-left:35px;
- line-height:16px;
- letter-spacing:1px;
- background-color:transparent;
- font-size:12px;
- opacity:1;
- -moz-transition:0.5s ease-in;
- -webkit-transition:0.5s ease-in;-o-transition:0.5s ease-in;
- transition:0.5s ease-in;}
- .links a{float:left;width:50px;color:white;
- line-height:60px;
- padding-left:3px;margin-right:5px;margin-bottom:5px;}
- #description{
- font-size:19px;
- position:fixed;
- background:black;
- font-family:"fontello";
- font-style:normal;
- margin-top:40px;
- width:25px;
- margin-left:30px;
- text-align:left;
- padding:10px;}
- #description a{color:#545353;}
- .pagination {
- font-family:"fontello";
- background-color:transparent;
- margin-left:20px;
- width:30px;
- margin-top:10px;
- float:bottom;
- font-size:10px;
- padding:10px;
- color:{color:text};
- text-decoration:none;}
- .pagination {
- background-color:transparent;
- margin-left:250px;
- width:50px;
- margin-top:20px;
- float:bottom;
- font-size:11px;
- padding:10px;
- color:{color:text};
- text-decoration:none;}
- #question {
- color:{color:text};
- text-align:left;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #agree {text-align:center; margin-top:10px; font-weight:bold;}
- #agree a {width:100px;height:100px;background-color:#000; color:#FFFFFF; padding:5px; text-align:center; font-style:normal; font-size:11px; }
- .popup_block{display: none; background:white; padding: 20px; float: left; position: fixed; top: 50%; left: 55%; z-index:99999;text-align:center;}
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {display: none; background: #000; left: 0; top: 0; width: 100%; height: 100%; opacity: .60; z-index:1;position:fixed;}
- ,themes {width:1500px;background-color:black;padding:5px; text-align:left; font-size:9px; line-height:16px; font-weight:bold; color:{color:text;};}
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- margin-left:12px;
- padding:5px;
- position:absolute;
- margin-top:12px;
- background:white;
- z-index:2;}
- .audioinfo {
- text-align:right;
- z-index:2;
- position:absolute;
- padding-top:15px;
- text-transform:uppercase;
- width:430px;
- font-size:10px;
- margin-left:50px;
- }
- .playerback {height:58px;
- background-color:{color:Accents};
- }
- blockquote {border-left:0px solid {color:sidebar};width:480px;background-color:transparent;padding:0px;margin-left:0px;padding-left:10px;}
- .user_1, .user_3, .user_5, .user_7, .user_7, .user_9, .user_11 {
- margin-right:25px;text-transform:lowercase}
- .user_2, .user_4, .user_6, .user_8, .user_10, .user_12 {background-color:transparent;margin-right:25px;text-transform:lowercase}
- ul.chat, .chat ol, .chat li { list-style:none; margin:0px; padding:5px;}
- ol.notes {margin-top:50px;list-style-type: none;text-align:right;}
- ol.notes li.note {padding: 0px;list-style-type: none;text-align:left;margin-top:10px;margin-left:0px;width:400px;font-size:9px;font-weight:none;}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px;}
- ::-webkit-scrollbar {background-color:#ffffff; height:5px; width:5px;}
- ::-moz-selection {background-color:transparent; color:{color:Link};}
- ::selection {background-color:transparent; color:{color:link};}
- #credit {font-family:cambria;font-weight:italic;text-align:center;text-transform:lowercase;opacity:1;font-size:9px; letter-spacing:0px;bottom:10px; right:11px; position:fixed;}
- </style>
- </head>
- <style type="text/css">{CustomCSS}
- </style>
- <body>
- <div id="sidebar">
- <div id="tnn" class="popup_block">
- <div style="background:#fafafa; font-weight:bold; font-size:18px; text-transform:uppercase; padding:20px; text-align:center;">welcome to my blog</div>
- <div style="padding:10px 5px 5px 5px; font-weight:bold; color:b0b1b0; font-size:13px;">about:</div>
- <div style="padding:5px;">{block:Description}{Description}{/block:Description}<br>
- (click if u want to exit)
- </div>
- </div>
- <div class="links">
- <a title="refresh" href ="/"></a>
- <a title="message" href ="/ask"></a>
- {block:ifLink1}<a title="{text:link1}" href ="{text:link1 url}"></a>{/block:ifLink1}
- {block:ifLink2}<a title="{text:link2}" href ="{text:link2 url}"></a>{/block:ifLink2}
- {block:ifLink3}<a title="{text:link3}" href ="{text:link3 url}"></a>{/block:ifLink3}
- </div>
- <div id="description"><br>
- <a href="#?w=500" rel="tnn" class="poplight"></a>
- <br>
- </div>
- </div>
- </div>
- <div id="credit"> <a title="THEME CREDIT" href="http://hapilys.tumblr.com/"> <br>
- ♥
- </a></div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {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}<a href="{Permalink}"><img src="{PhotoURL-500}"></a><br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Photoset}
- {block:Quote}<h1>"{Quote}"</h1><div style="padding-bottom:5px;"> {block:Source}<div id="source"> — {Source}</div>{/block:Source}</div>{/block:Quote}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Audio}
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- <div class="playerback">
- <div class="player">{AudioPlayerWhite}</div>
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}<br /> {block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
- {block:IndexPage}
- <br>
- <div id="info">
- {block:Date}<a href="{Permalink}">{DayOfMonth}/{MonthNumber}</a> {/block:Date}{block:NoteCount}+{NoteCount}{/block:NoteCount}</a>
- <div style="text-align:right;font-size:8px;">{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}">VIA </a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">(©)</a>{/block:ContentSource}</div></div>
- </div> {/block:IndexPage}
- {block:PermalinkPage}
- <div id="tags"><br>
- <div style="background:#fafafa; font-weight:bold; font-size:9px; text-transform:uppercase;font-family:calibri;">{12Hour}:{Minutes}{AmPm} {block:NoteCount}{NoteCountWithLabel} {/block:NoteCount}<br></div>{block:HasTags}
- <img src="http://media.tumblr.com/tumblr_mf1q086pET1ruid57.png">{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div><br>
- </div> {/block:PermalinkPage}
- {/block:Posts}
- {block:PostNotes}
- {PostNotes}{/block:PostNotes}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment