Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- GIF PAGE BY DINODESIGNS - WHATEVER IT TAKES
- - fonts from google fonts
- - pop up by str-wrs
- -->
- <head>
- <title>icons page.</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Archivo+Black|DM+Serif+Display|DM+Serif+Text|Fredoka+One|Fugaz+One|Literata|Notable|Patua+One|Righteous|Ultra&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Lato|Montserrat|Muli|Nanum+Gothic|Nunito|Open+Sans|Quicksand|Roboto|Rubik|Work+Sans&display=swap" rel="stylesheet">
- <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>
- <style type="text/css">
- body {
- font-family: 'Montserrat', sans-serif;
- font-size:10px;
- letter-spacing:.5px;
- color:#aeaeae;
- text-align:justify;
- margin:-5px;
- text-transform:lowercase;
- background-color:#e7e6e6;
- background-attachment:fixed!important;
- background-image:url('IMAGEURL');!important
- }
- ::-webkit-scrollbar {
- width:5px;
- }
- ::-webkit-scrollbar-track {
- background:#f4f4f4;
- }
- ::-webkit-scrollbar-thumb {
- background:#dbdbdb;
- }
- ::-webkit-scrollbar-thumb:window-inactive {
- background: transparent;
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- font-size:8px;
- font-family: 'Montserrat', sans-serif;
- letter-spacing:1px;
- text-align:center;
- text-transform:uppercase;
- padding:10px;
- padding-left:30px;
- padding-right:30px;
- font-weight:bold;
- color:#aeaeae;
- background:#e7e6e6;
- border:1px solid #dbdbdb;
- z-index:999999;
- }
- h2 {
- margin-bottom:10px;
- font-size: 18px;
- font-style:none;
- text-align:center;
- margin-top:0px;
- font-weight:bold;
- line-height:100%;
- font-family:'Righteous';
- text-transform:uppercase;
- color:#6c6074;
- }
- h2 i {
- margin-bottom:10px;
- font-size: 18px;
- font-style:none;
- text-align:center;
- font-weight:bold;
- line-height:100%;
- font-family:'Righteous';
- text-transform:uppercase;
- color:#6c6074;
- }
- h2 b {
- margin-bottom:10px;
- font-size: 18px;
- font-style:none;
- text-align:center;
- font-weight:bold;
- line-height:100%;
- font-family:'Righteous';
- text-transform:uppercase;
- color:#6c6074;
- }
- hr {
- width:50px;
- margin-left:0px;
- border-width: 1px 0px 0px 0px;
- border-style: solid;
- border-color: #dbdbdb;
- }
- b, strong {
- color: #6c6074;
- font-family:'Righteous';
- font-size:11px;
- font-weight:normal;
- }
- i b {
- font-style:none;
- text-decoration:none;
- font-weight:normal;
- }
- i, italic {
- color: #a67882;
- }
- small, sup, sub {
- font-size:10px;
- }
- a {
- color: #a67882;
- font-weight:bold;
- text-decoration: none;
- -moz-transition-duration: 2s;
- -o-transition-duration: 2s;
- -webkit-transition-duration: 2s;
- transition-duration: 2s;
- }
- a:hover {
- color:#6c6074;
- text-decoration: none;
- -moz-transition-duration: 2s;
- -o-transition-duration: 2s;
- -webkit-transition-duration: 2s;
- transition-duration: 2s;
- }
- ul {
- border-left:2px solid #dbdbdb;
- padding:5px;
- margin-left:10px;
- }
- ul li {
- list-style:none;
- margin-left:10px;
- }
- ul li:before {
- color:#6c6074;
- content:"›";
- font-size:1em;
- padding-right:.5em;
- position:relative;
- top:.1em;
- }
- ol {
- margin-left:-25px;
- }
- img {
- max-width:100%;
- }
- iframe.tmblr-iframe {
- position:fixed;
- top:90px;
- right:10px;
- transform:scale(0.45);
- transform-origin:100% 0;
- -webkit-transform:scale(0.45);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.45);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.45);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.45);
- -ms-transform-origin:100% 0;
- }
- #sidebar {
- width:100%;
- height:50px;
- background:#ffffff;
- padding:20px;
- top:0;
- left:0;
- border-bottom:1px solid #dbdbdb;
- }
- #navigation {
- margin-top:-10px;
- line-height:65px;
- font-family:'Righteous';
- font-weight:bold;
- color: #a67882;
- font-size:25px;
- }
- #navigation span {
- float:right;
- margin-right:45px;
- }
- #popnav {
- width:280px;
- margin-top:88px;
- padding:10px;
- text-align:center;
- position:fixed;
- }
- #link {
- margin:10px;
- width:25px;
- height:25px;
- text-align:center;
- border:1px solid #dbdbdb;
- line-height:25px;
- font-family:'Righteous';
- font-weight:bold;
- background:#f4f4f4;
- border-radius:150px;
- padding:10px;
- display:inline-block;
- font-size: 20px;
- }
- .popup_block{
- display:none;
- background:#ffffff;
- padding:20px;
- height:140px;
- border:1px solid #dbdbdb;
- float:left;
- position:fixed;
- top:50%;
- left:50%;
- z-index: 99999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:transparent;
- }
- #description {
- width:300px;
- position:fixed;
- margin-top:0px;
- overflow:auto;
- height:100px;
- margin-bottom:10px;
- }
- #main {
- width:100%;
- margin-top:10px;
- text-align:center;
- }
- #main img {
- max-width:100%;
- margin:5px;
- padding:5px; /* DELETE THIS IF YOU DO NOT WANT AND IMAGE BORDER */
- background:#ffffff; /* DELETE THIS IF YOU DO NOT WANT AND IMAGE BORDER */
- border-bottom:1px solid #dbdbdb; /* DELETE THIS IF YOU DO NOT WANT AND IMAGE BORDER */
- }
- #credit {
- position:fixed;
- bottom:5px;
- left:5px;
- }
- #credit img {
- width:20px;
- height:20px;
- }
- </style>
- </head>
- <body>
- <!-- THIS PAGE THEME IS CREATED BY AUTUMN (DINODESIGNS/DINOCODES) AND IS NOT TO BE REDISTRUBUTED WITHOUT PERMISSION. DO NO REMOVE CREDIT, REPOST, OR TAKE PIECE OF CODE TO USE AS A BASE CODE. DO NOT REMOVE CREDIT. FOR TROUBLESHOOTING PLEASE CONTACT MAKER DIRECTLY AT @DINODESIGNS.TUMBLR.COM -->
- <div id="sidebar">
- <div id="navigation">
- <a href="#?w=300" rel="box1" class="poplight" title="back"><div id="link">☰</div></a>
- <span>my gif page</span>
- </div>
- </div>
- <div id="box1" class="popup_block">
- <h2>gif page title</h2> <!-- PAGE TITLE HERE -->
- <div id="description">
- <!-- GIF/ICON INFORMATION HERE -->
- <b>how to use:</b> upload all of your gifs into a text post. once they've all uploaded, switch the post to html and copy & paste the entire code. then head over to <a href="https://www.zubrag.com/tools/html-tags-stripper.php">zubrag | tag stripper</a> paste what you copied into the box and add <b><img></b> into the <b>"Allow tags (will not remove them)</b> section and click <b>'Strip'</b>. Copy & paste the striped code into the main section below. <i>ENJOY!!</i>
- </div>
- <div id="popnav">
- <a href="/" title="back"><div id="link">01</div></a>
- <a href="ask" title="contact"><div id="link">02</div></a>
- <a href="https://dinodesigns.tumblr.com" title="credit"><div id="link">03</div></a>
- </div>
- </div>
- </div>
- <div id="main">
- <!-- GIFS/ICONS GO HERE -->
- </div>
- <!-- THIS PAGE THEME IS CREATED BY AUTUMN (DINODESIGNS) AND IS NOT TO BE REDISTRUBUTED WITHOUT PERMISSION. DO NO REMOVE CREDIT, REPOST, OR TAKE PIECE OF CODE TO USE AS A BASE CODE. DO NOT REMOVE CREDIT. FOR TROUBLESHOOTING PLEASE CONTACT MAKER DIRECTLY AT @DINODESIGNS.TUMBLR.COM -->
- <a href="https://dinodesigns.tumblr.com/"><div id="credit" title="by dinodesigns"><img src="https://static.tumblr.com/61xorhm/Xl6pub0n2/dino__2_.png"></div></a> <!-- DO NOT REMOVE CREDIT!! -->
- </body>
- <script type="text/javascript"
- src="https://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>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment