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}">
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <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=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">
- #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
- top:5px;
- right:5px!important;
- position:fixed !important;
- -webkit-filter: invert(1);
- opacity:.4;
- filter:alpha(opacity=40);
- -moz-opacity:.4;
- z-index:999999999!important;
- }
- #s-m-t-tooltip{
- max-width:150px;
- font-size:9px;
- letter-spacing:1px;
- 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};
- }
- body {
- background-color:#f0f0f0;
- color:#6b6b6b;
- font: 10px Open Sans, sans-serif;
- line-height:200%;
- text-align:justify;
- }
- a:link, a:active, a:visited {
- color:#bebbbb;
- text-decoration:none;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;cursor:help;
- }
- a img{cursor:help;}
- a:hover {
- color:#b3c5e5;
- }
- #box1 {
- position:absolute;margin-left:450px;margin-top:200px;width:500px;height:250px;border-radius:8px;background:white;border:1px solid #eaeaea;}
- h1{position:absolute;font-size:8px;letter-spacing:2px;margin:5px;margin-top:80px;margin-left:-110px;text-transform:uppercase;background:#bcc6da;color:white;border-radius:3px;padding:1px;text-align:center;width:100px;}
- hh1{position:absolute;font-size:10px;letter-spacing:0px;margin:5px;margin-top:110px;margin-left:-110px;background:transparent;color:#a8a8a8;padding:1px;text-align:center;width:100px;opacity:.7;}
- hhh1{position:absolute;font-size:10px;letter-spacing:0px;margin:5px;margin-top:140px;margin-left:-110px;color:#a8a8a8;border-radius:3px;padding:1px;text-align:center;width:100px;opacity:.7;}
- hhhh1{position:absolute;font-size:10px;letter-spacing:0px;margin:5px;margin-top:170px;margin-left:-115px;color:#a8a8a8;border-radius:3px;padding:1px;text-align:center;width:100px;opacity:.7;}
- #box2{position:absolute;margin-top:10px;margin-left:50px;padding:5px;border:1px solid #eaeaea;border-radius:8px;width:100px;}
- #box3{position:absolute;margin-top:10px;margin-left:200px;padding:5px;border:1px solid #eaeaea;border-radius:8px;width:100px;}
- #box4{position:absolute;margin-top:10px;margin-left:350px;padding:5px;border:1px solid #eaeaea;border-radius:8px;width:100px;}
- h2{margin-left:20px;font-size:8px;letter-spacing:2px;text-transform:uppercase;color:#9f9f9f; }
- 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;
- }
- @-webkit-keyframes hvr-push {
- 50% {
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes hvr-push {
- 50% {
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- .hvr-push {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- }
- .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
- -webkit-animation-name: hvr-push;
- animation-name: hvr-push;
- -webkit-animation-duration: 0.3s;
- animation-duration: 0.3s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -webkit-animation-iteration-count: 1;
- animation-iteration-count: 1;
- }
- img{
- position:absolute;
- width:70px;
- border-radius:4px;
- padding:0px;
- margin:0px -80px 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;
- }
- /* Buzz */
- @-webkit-keyframes hvr-buzz {
- 50% {
- -webkit-transform: translateX(3px) rotate(2deg);
- transform: translateX(3px) rotate(2deg);
- }
- 100% {
- -webkit-transform: translateX(-3px) rotate(-2deg);
- transform: translateX(-3px) rotate(-2deg);
- }
- }
- @keyframes hvr-buzz {
- 50% {
- -webkit-transform: translateX(3px) rotate(2deg);
- transform: translateX(3px) rotate(2deg);
- }
- 100% {
- -webkit-transform: translateX(-3px) rotate(-2deg);
- transform: translateX(-3px) rotate(-2deg);
- }
- }
- .hvr-buzz {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- }
- .hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
- -webkit-animation-name: hvr-buzz;
- animation-name: hvr-buzz;
- -webkit-animation-duration: 0.15s;
- animation-duration: 0.15s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- }
- </style>
- </head>
- <body>
- <div id="box1">
- <div id ="img"><img src="http://i66.tinypic.com/o6mp.jpg"/></div>
- <a href="#" class="hvr-bubble-right"><h1>navigation</h1></a>
- <a href="/" class="hvr-buzz"><hh1>go back</hh1></a>
- <a href="/ask" class="hvr-buzz"><hhh1>message</hhh1></a>
- <a href="http://selin-a.tumblr.com/" class="hvr-buzz"><hhhh1>credit</hhhh1></a>
- <div id="box2">
- <h2> category </h2>
- <ul>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- </ul>
- </div>
- <div id="box3">
- <h2> category </h2>
- <ul>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- </ul>
- </div>
- <div id="box4">
- <h2> category </h2>
- <ul>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- <li><a class="hvr-push" href ="#">LINK</a></li>
- </ul>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment