Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!--------------
- THEMES BY DECREPITAR , NADA DE PLAGIOS !
- - THEME PARA URL (VITRINE) | VITRINE 04;
- ♥ NÃO RETIRE OS CREDITOS !
- ---------------->
- <head>
- <meta name="image:background" content "http://static.tumblr.com/gdekeu9/arLmpjecl/background.jpg"/>
- <meta name="image:foto" content "http://static.tumblr.com/239fbe83eb66b7a8ccceab010a8f0bb7/gdekeu9/i6Umpfr3r/tumblr_static_tumblr_static_edit3.png"/>
- <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('<a href="#" class="close"><img src="http://media.tumblr.com/91755bf5fc1f96ff02d2db426e6ae2be/tumblr_inline_mnqyw4760V1qz4rgp.png" class="btn_close" title="Close Window" alt="Close" /></a>');
- //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, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <link href='http://fonts.googleapis.com/css?family=Princess+Sofia|Crafty+Girls|Stalemate|Allura|Sevillana|Great+Vibes|Mouse+Memoirs|Merienda' rel='stylesheet' type='text/css'>
- </head>
- <style>
- /*** MENU POP-UP (helpdesigns) ***/
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background-image:url('http://static.tumblr.com/36lygln/IXQmprzre/tumblr_inline_milraggj8p1qz4rgp.jpg');
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #a1a1a1;
- padding: 20px;
- border:10px solid #FFF; /*--borda--*/
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index:10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;background-image:url('http://static.tumblr.com/36lygln/Abfmprzpk/fundinhoduh.png');
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
- -moz-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
- box-shadow: 0px 0px 20px #000; /*--Sombras--*/
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .helpdesigns {display : block; font-family: calibri; font-size: 12px; line-height: 15px; margin-bottom : 1px; vertical-align : middle; text-indent : 0px; padding: 2px 2px 2px 6px; background: #ffffff; color: #a1a1a1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: left; }
- .helpdesigns a{color: #ffffff;}
- .helpdesigns a:hover {color:#f8aeec; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
- body{color: {color:text}; font-family: Trebuchet Ms; font-size: 11px; margin:0; text-align: left; background: #000000 url('{image:background}') fixed;}
- a {color: ; text-decoration: none; text-transform: none;}
- a:hover {color: ; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid ; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid ;}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid ; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid ; }
- blockquote img{max-width: 570px!important}
- blockquote blockquote img{max-width: 450px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 410px!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- ::-webkit-scrollbar{width:4px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:{color:scrollbar};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
- #poeta-sidebar {width: 750px ; height: 410px ; margin-top: 100px ; margin-left: 240px ; position: fixed ; background:#A1A1A1 url('http://static.tumblr.com/36lygln/Abfmprzpk/fundinhoduh.png'); border:3px double;color:#afaaae; -webkit-border-radius: 0px 0px 0px 0px ;box-shadow: 7px 7px 12px 7px #0000; //sombra;z-index:99;}
- #quelfoto {width: 200px ; height: 250px ; margin-top: 150px ; margin-left:280px ; position: fixed ; background: #transp. ; ; border-right:3px solid;color:{color:bordas}; border:1px solid;color:#a1a1a1;z-index:9999;}
- .quelfoto img {width:190px; height:240px;-webkit-filter: grayscale(0%);opacity:1;margin-top: 5px ; margin-left: 5px ;-webkit-border-radius:0px;}
- .quelfoto img:hover{opacity:0.55;-webkit-transition: all 1s ease-out;}
- .quelob{width:250px;; margin-left:-25px; margin-top:-35px; position:fixed; overflow:hidden; background-color: #trans ; color: #a1a1a1; font-family:arial; font-size:280px; border-top:0px solid; border-right:0px solid;}
- #frase {background-color: ; font-weight: normal; letter-spacing: 0px; color: #A1A1A1; text-align:center; width: 300px; line-height: 40px;height: 40px; position: absolute; -moz-transition: all 0.4s ease-out; font-family:'Rochester'; margin-top:285px; margin-left:61px; text-transform: none; position: fixed; padding: 2px; font-size: 40px;-webkit-transform:rotate(-90deg) ;border-left:2px solid;border-top:2px solid;border-right:2px solid;}
- #links {margin-top:150px; margin-left: 510px; position:fixed; width: auto; z-index:99999999999999999999999999999;}
- .puts a{width:250px;height:42px;text-transform: none; font-family: 'Rochester', sans-serif; display: block;color:#a1a1a1; margin-bottom:2px; padding:3px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; background-color:#eeeeee; border-radius:0px;text-shadow: 1px 1px #;font-size:20px;border-left:6px solid #a1a1a1;border-right:6px solid #a1a1a1;opacity:0.75;line-height:42px;text-align:center; }
- #poeta-desc {width:140px;height:150px; margin-left:810px; margin-top:150px; position:fixed; overflow:hidden; background-color:#0A0A0A ;text-shadow: 0px 1px 1px #fff; color: #A1A1A1; font-family:arial;text-align:center; line-height: 12px; font-size:10px; border:1px solid; padding:3px;font-style: {color:sombra};text-shadow: 0px 1px 1px #000;opacity:0.55;z-index:9999;}
- .linka22 {width: 10px;margin-top: 320px; margin-left:810px; position:fixed; width: ; z-index:99999999999999999999999999999;}
- .linka22 a{text-transform: none; display: inline-block ; font-family: arial ; background-color:#cecece; color: #a1a1a1; width: 150px; text-align: center; font-size: 9px; height:18px;line-height:18px;text-transform:uppercase; -webkit-transition-duration: .66s;margin: 2px 0 0px 0;opacity:0.81;border:0px solid;}
- #cred {margin-top: 90px; margin-left: 230px; position:fixed; width: auto; z-index:99999999999999999999999999999;z-index:9999;}
- #cred a{text-transform: none; display: block; font-family: 'arial'; background-color:#transp.; color: #A1A1A1; width: 90px; text-align: center; font-size: 8px; height:12px;line-height:10px;text-transform:uppercase; -webkit-transition-duration: .66s;}
- #frase2 {background-color: ; font-weight: normal; letter-spacing: 0px; text-align:left; width: 356px; line-height: 20px; position: absolute; -moz-transition: all 0.4s ease-out; font-family:'Rochester'; margin-top:435px; margin-left:345px;color:#A1A1A1; text-transform: none; position: fixed; padding: 2px; font-size: 35px;z-index:9999;}
- #link-decrepitar {width: 15px; margin-top: 435px; margin-left: 620px; position:fixed;z-index:99999999999999999999999999999;}
- #link-decrepitar a{display:inline-block ; font-family: 'arial'; background-color:#FFF; color:#A1A1A1; width: 80px;; font-size: 8px; height:25px;line-height:25px;text-transform:uppercase;;text-align:center; -webkit-transition-duration: .66s;margin: 1px 0 0px 0;opacity:0.71;border:1px dashed;}
- #link-decrepitar a:hover{-webkit-transform: rotate(360deg) ;-webkit-border-radius: 100px ;}
- </style>
- <link href='http://fonts.googleapis.com/css?family=Alex+Brush|Qwigley|Rochester' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Princess+Sofia|Crafty+Girls|Stalemate|Allura|Sevillana|Great+Vibes|Mouse+Memoirs|Merienda' rel='stylesheet' type='text/css'>
- <body>
- <div id="cred">
- <a href="http://DECREPITAR.tumblr.com" title="THEME BY DECREPITAR | POP UP POR HELPDESIGN NÃO SE INSPIRE BICTH " target="_blank" > THEME DESIGN </a></DIV>
- </div></div></div></div>
- <div id="poeta-sidebar"></div>
- <div id="quelfoto"><div class="quelob"><center> ✝ </center></div>
- <div class ="quelfoto"> <img src="{image:foto}">
- </div></div>
- </div></div>
- <!--------FRASES DO THEME AQUI .----------->
- <div id="frase">Url's For You </div>
- <div id="frase2"> Peça Aqui a Sua Url </div>
- <!-------------FIM DA FRASES DO THEME---------->
- <div id="content">
- <div id="link-decrepitar">
- <a href="#?w=500" rel="ask" class="poplight">peça aqui x</a>
- </div></div
- <!-------------LINKSSSSSSSSSSSSSSSSSSSSSSSSSS---------->
- <div id = "links">
- <div class = "puts">
- <a href="#?w=500" rel="urlfeminina" class="poplight">Url's Femininas</a>
- <a href="#?w=500" rel="urlmasculina" class="poplight">Url's Masculinas</a>
- <a href="#?w=500" rel="urlfotos" class="poplight">Url's Para tumblr de fotos</a>
- <a href="#?w=500" rel="urldiversas" class="poplight">Url's Diversas</a>
- <a href="#?w=500" rel="todas" class="poplight">Todas Urls</a>
- </div></div>
- <!------------------SUAS REGRAS AQUIII------------------------->
- <div id="poeta-desc"> <center>
- <big><big><b> R</b><u>egras</u> </big</big><br><br>
- * blá blá blá <br>
- * blá blá blá <br>
- * blá blá blá <br>
- * blá blá blá <br>
- * blá blá blá <br>
- * blá blá blá <br>
- * blá blá blá <br>
- * blá blá blá <br>
- * blá blá blá <br>
- </center></div>
- <div class = "linka22">
- <a href="#" >LINK</a>
- <a href="#" >LINK</a>
- <a href="#" >LINK</a>
- <a href="#" >LINK</a>
- <a href="#" >LINK</a>
- <a href="#" >LINK</a>
- </div>
- </div>
- <!------SUAS URL'S AQUIIIIIIIIIII THEME BY DECREPITAR . NÃO USE COMO BASE NEM SE INSPIRE----->
- <div id="urlfeminina" class="popup_block">
- <!--------URL'S FEMININAS-------->
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- </div>
- <div id="urlmasculina" class="popup_block">
- <!--------URL'S MASCULINAS-------->
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- </div>
- <div id="urlfotos" class="popup_block">
- <!--------URL'S PARA TUMBLR DE FOTOS-------->
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- </div>
- <div id="urldiversas" class="popup_block">
- <!--------URL'S DIVERSAS-------->
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- </div>
- <div id="todas" class="popup_block">
- <!--------TODAS AS URLS-------->
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- <div class="helpdesigns"> URL AQUI </div>
- </div>
- <div id="ask" class="popup_block">
- <!-------COLOQUE SEU TUMBLR AQUI NA ASK--------->
- <p><iframe frameborder="0" scrolling="no" width="100%" height="200" src="http://www.tumblr.com/ask_form/DECREPITAR.tumblr.com"
- style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
- <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div>
- </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement