Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- ©borntobewildcodes.tumblr.com | REDIRECT PAGE (dark)
- + Do not redistribute this page or remove the credits.
- + Edit as long as you keep the credits intact.
- + Contact me if you have any questions or concerns.
- + If you want a custom theme you can commission me.
- + Thanks for using this page, I hope that you enjoy it.
- Other credits:
- - Google fonts
- - Saturn icons
- - Jquery
- ---->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- font-family: Helvetica;
- font-size: 12px;
- line-height: 17px;
- color: #777777;
- /* Background */
- background-color: #000;
- background-image: URL('https://78.media.tumblr.com/c264f47c16f79e1b1b98ba7a504a5f26/tumblr_ozdooyMBPm1w4d880o1_400.png');
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 8px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background-color: #222222;
- border:3px solid #ffffff;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #ffffff;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #ffffff;
- }
- /* Tumblr controls */
- iframe.tmblr-iframe {
- top:0px!important;
- right:33px!important;
- opacity:0.8;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.8);
- -webkit-transform-origin:100% 0;
- -moz-transform:scale(0.8);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.8);
- -ms-transform-origin:100% 0;
- -o-transform:scale(0.8);
- -o-transform-origin:100% 0;
- z-index:100000!important;
- }
- iframe.tmblr-iframe:hover {
- opacity:1!important;
- }
- /* Tooltips */
- .ui-tooltip {
- position:absolute;
- z-index:9999;
- padding-top:10px;
- }
- .ui-tooltip-content {
- background:#ffffff;
- padding:0 4px;
- font-style:italic;
- color:#222222;
- text-transform:lowercase;
- border:1px solid #eeeeee;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- /* Fix */
- iframe, img, embed, object, video {
- max-width: 100%;
- border: none;
- }
- input, textarea, select, a { outline: none; }
- /* Headings */
- h1, h2, h3, h4 {
- margin:1.5em;
- font-size:1.5em;
- padding:0;
- font-weight:bold;
- }
- /* Paragraph */
- p { margin:5px 0px;}
- p:first-of-type { margin-top:0;}
- p:last-of-type { margin-bottom:0;}
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- /* Bold and italic */
- b, strong, b a, strong a {
- font-weight:bold!important;
- color:#333333;
- }
- i, em {
- color: #555555;
- }
- /* Links */
- a {
- color:#333333;
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a, a img {cursor:pointer;}
- a:hover {
- color:#eeeeee!important;
- text-decoration:none;
- }
- ul, ol, li {
- margin: 5px 10px;
- padding: 0px;
- }
- /* Line break */
- hr {
- border:none;
- box-shadow:0px;
- margin-top:0px;
- margin-bottom:15px;
- margin-left:0px;
- width:40px;
- padding:0px;
- border-top:1px solid #D88552;
- }
- /*------------ CONTAINER ------------*/
- #container {
- position:fixed;
- top:50%;
- left:50%;
- width:500px;
- height:250px;
- z-index:100;
- overflow:hidden;
- -webkit-transform:translateX(-50%) translateY(-50%);
- -moz-transform:translateX(-50%) translateY(-50%);
- -ms-transform:translateX(-50%) translateY(-50%);
- -o-transform:translateX(-50%) translateY(-50%);
- transform:translateX(-50%) translateY(-50%);
- /* Container background */
- background:rgba(1,1,1,0.8);
- border-radius:2px;
- -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
- -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
- box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
- }
- /* Avatar */
- #avatar {
- position:absolute;
- bottom:10px;
- margin-left:10px;
- width:90px;
- height:90px;
- border-radius:100%;
- -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;
- }
- #avatar img{
- margin:0;
- width:100%;
- height:100%;
- border-radius:100%;
- }
- /* Avatar on hover */
- #avatar:hover {
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- /*-- PANEL --*/
- .panel{
- position:absolute;
- top:60px;
- left:50px;
- width:250px;
- height:130px;
- font-size:15px;
- /* has moved to text */
- color:#9C5A27;
- font-family:'Brutal Type', sans-serif;
- text-align:center;
- letter-spacing:3px;
- z-index:100;
- }
- /* Urls */
- #url1 {
- margin:10px 0;
- width:250px;
- height:30px;
- font-size:25px;
- line-height:30px;
- color:#bbbbbb;
- background: transparent;
- font-family:'Brutal Type', sans-serif;
- text-align:left;
- }
- #url2 {
- margin:10px 0;
- width:250px;
- height:30px;
- font-size:25px;
- line-height:30px;
- color:#bbbbbb;
- background: transparent;
- font-family:'Brutal Type', sans-serif;
- text-align:right;
- }
- #url2 a{
- color:#bbbbbb;
- }
- /*-- SIDEBAR --*/
- #sidebar {
- position:absolute;
- top:0px;
- left:350px;
- width:100px;
- height:250px;
- /* Sidebar background */
- background-color:#111111;
- background-image: URL('http://www.studiobyoga.ca/wp-content/uploads/733ded7b0b09285ba43bfc203c546b5e.jpg');
- background-repeat:no-repeat;
- background-size:cover;
- z-index:100;
- -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;
- }
- /* Social icons */
- #icons {
- margin-left:100px;
- width:50px;
- height:250px;
- text-align:center;
- overflow:hidden;
- /* Social icons background */
- background:rgba(0,0,0,0.8);
- }
- #icons span {
- display:inline-block;
- height:20px;
- margin:10px 0px;
- margin-left:-2px;
- margin-right:-1px;
- padding:5px 10px;
- /* Social icons style */
- color:#9C5A27;
- font-size:15px;
- line-height:25px;
- text-align:center;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /* Main icons style on hover */
- #icons span:hover {
- color:#eeeeee;
- }
- /*-- CREDIT --*/
- #credit {
- position:fixed;
- top: 10px;
- right: 10px;
- width:25px;
- height:25px;
- z-index: 100000;
- }
- #credit img{
- border: 1px solid #eeeeee;
- }
- #credit img:hover{
- border: 1px solid #222222;
- }
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="container">
- <div id="avatar"><img src="{PortraitURL-128}"></div>
- <div class="panel">
- <div id="url1"> @oldurl</div>
- <div id="description"> has moved to </div>
- <div id="url2"><a href="https://">@newurl</a></div>
- </div>
- <!--End panel-->
- <div id="sidebar">
- <div id="icons">
- <a href="https://" Title="google-plus"><span class="sf sf-google-plus"></span></a>
- <a href="https://" Title="facebook"><span class="sf sf-facebook"></span></a>
- <a href="https://" Title="pinterest"><span class="sf sf-pinterest"></span></a>
- <a href="https://" Title="twitter"><span class="sf sf-twitter"></span></a>
- <a href="https://" Title="youtube"><span class="sf sf-youtube"></span></a>
- </div>
- <!--End icons-->
- </div>
- <!--End sidebar-->
- </div>
- <!--End container-->
- <!-------------------------------- SCRIPTS -------------------------------->
- <!--Google fonts-->
- <link href="https://fonts.googleapis.com/css?family=Great+Vibes|Exo|Poiret+One|Montez|Exo" rel="stylesheet">
- <!-- Saturn icons -->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <!--Jquery-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <!-- CREDIT (do not remove) -->
- <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page REDIRECT by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement