Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <-------------- BASE DESENVOLVIDA POR LAIS , ONLY-ADREAM OU GOLDHTML PODE DISPONIBILIZAR MAIS POR FAVOR NÃO RETIRE MEUS CRÉDITOS. ----------->
- <html>
- <head>
- <script type="text/javascript" src="http://static.tumblr.com/hqb6dzr/pyblo70qn/animatedcollapse.js"></script>
- <script type="text/javascript">animatedcollapse.addDiv('jason', 'fade=1,height=80px')animatedcollapse.addDiv('kelly', 'fade=1,height=100px')animatedcollapse.addDiv('michael', 'fade=1,height=120px')animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted //$: Access to jQuery //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID //state: "block" or "none", depending on state}animatedcollapse.init()</script><script type="text/javascript">animatedcollapse.addDiv('jason', 'optional_attribute_string')//additional addDiv() call...//additional addDiv() call...animatedcollapse.init()</script>
- <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://static.tumblr.com/95fbxnf/1A7lmyz8k/close_123.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>
- <title>título do seu tumblr</title>
- <link rel="shortcut icon" href="{favicon}" />
- <style>
- .border {border: 1px solid #CDB7B5;
- margin: 6px;
- padding: 6px;
- background: url('http://static.tumblr.com/b1gnlwd/DpIlys792/colourlovers.com-sweet_dreams__1_.png');}
- .border:hover {border: 1px solid #CDB7B5;
- margin: 6px;
- padding: 6px;
- background: url('http://static.tumblr.com/b1gnlwd/DpIlys792/colourlovers.com-sweet_dreams__1_.png');}
- /* body */
- body {background: #000 url('http://static.tumblr.com/b1gnlwd/DpIlys792/colourlovers.com-sweet_dreams__1_.png'); font: 13px tahoma; text-align:justify; color: #666;}
- /* page */
- #content {width: 900px; margin-top: 0px; margin-right: auto; margin-bottom: 50px; margin-left: auto;}
- /* posts */
- #post {top: 90px; left: 450px; width:562px; position: absolute;}
- #post {top: 90px; left: 450px; width:562px; position: absolute;}
- /* sidebar */
- #sidebar {width:300px; text-align: justify; float: left; position: fixed; margin-top: 150px; left:120px;}
- /* caixas */
- .caixa {background: #FFF; padding: 5px; margin-bottom: 1px; left:110px;}
- .caixasidebar {background: #FFF; padding: 5px; margin-bottom: 7px; left:10px;}
- /* formatação */
- b, strong, bold {color: #000;}
- u, underline {color: #000; border-bottom: 1px dashed #000;text-decoration:none;}
- i, em {color: #000;}
- s, strike {color: #000;}
- /* links */
- a {color: #000; -webkit-transition-duration: .99s; text-decoration:none;}
- a:hover, div.permalink p a:hover {color: #BA55D3;border: 0px;margin: 0px;filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition-duration: .99s; text-decoration:none;}
- /* blockquote */
- blockquote {border-left: 5px solid #000; font-family: georgia; color: 666; padding: 2px 2px 2px 6px; margin: 2px; line-height: 14px; background: #f1f1f1;}
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 20px solid #ddd;
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--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;
- }
- div.navigate a{
- background: #98FB98; color: #000000; display:block; width: 88px; height: 15px; text-align: center; padding-top:2px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; font-weight: bold; -moz-border-radius:7px; -webkit-border-radius: 30px 0px 30px 0px;
- }
- div.navigate a:hover{
- background: #8A2BE2; letter-spacing:1px;
- -webkit-border-radius: 0px 30px 0px 30px;}
- .heart {display : block; font-size: 8pt; font-family: verdana, Lucida Sans Unicode; line-height: 15px; border-bottom : 1px solid #f4f4f3; text-indent : 5px; vertical-align : middle; background:
- url('http://static.tumblr.com/b1gnlwd/DpIlys792/colourlovers.com-sweet_dreams__1_.png') no-repeat left; padding-left : 10px;
- padding-bottom : 2px;}
- .heart:hover {display : block; font-size: 8pt; font-family: verdana, Lucida Sans Unicode; line-height: 15px; border-bottom : 1px dashed #E0DCD6; text-indent : 5px; vertical-align : middle; background : url('http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left; padding-left : 10px; padding-bottom : 2px;}
- div.navigate a{
- background: #473C8B; color: #ffffff; display:block; width: 88px; height: 15px; text-align: center; padding-top:2px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; font-weight: bold; -moz-border-radius:7px; -webkit-border-radius:7px; display: inline-block;
- }
- div.navigate a:hover{
- background: #9932CC; letter-spacing:1px;
- }
- /* TITULOS */
- h1 {color: #BA55D3; font-family: 'Spirax', cursive;, sans-serif;
- , tahoma; font-size:20px; line-height:25px; font-weight: normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px}
- h2 {color: #BA55D3; font-family: 'tahoma', cursive;, sans-serif;
- , tahoma; font-size:20px; line-height:25px; font-weight: normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px;}
- h6 {color: #BA55D3; font-family: 'Spirax', cursive;, sans-serif;
- , tahoma; font-size:20px; line-height:25px; font-weight: normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px;}
- /*** Borda nas imagens por a-helphtml.tumblr.com ***/
- .border {border: 1px solid #000000;
- </style>
- </head>
- <body>
- <div style=" background-image: url('http://i.s8.com.br/images/cds/cover/img3/185453_4.jpg'); top: 0px; left: 0px; width: 100%; height: 50px; z-index: 100; position: fixed;"></div>
- <div id="content">
- <div id="sidebar">
- <div class="caixasidebar">
- <img src="http://data.whicdn.com/images/17025519/tumblr_lu01vvrWN01qfbrc3o1_500_large.jpg" width="290" />
- Sua descrição hahaSua descrição haha
- Sua descrição haha
- Sua descrição haha
- Sua descrição haha
- Sua descrição haha
- Sua descrição haha
- <object width="0" height="0"><param name="movie" value="http://www.youtube.com/watch?v=ZR0v0i63PQ4&feature=related=en&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=ZR0v0i63PQ4&feature=related=en&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"><noembed><a href="http://www.youtube.com/watch?v=ZR0v0i63PQ4&feature=related=en&autoplay=1"><img src="http://www.gtaero.net/ytmusic/play.png" alt="Play" style="border:0px;" /></a></noembed></object>
- <center><div class="navigate">
- <a href="/"style="text-decoration:none">Inicio</a>
- <a href="/ask"style="text-decoration:none">Ask</a>
- <a href="http://SEUTUMBLR.TUMBLR.COM/TAGGED/TUATAG"style="text-decoration:none">Textos</a>
- <a href="http://link4"style="text-decoration:none">Link Extra</a>
- <a href="http://link5"style="text-decoration:none">Link Extra 2</a>
- <a href="http://htmlpravoces.tumblr.com/"style="text-decoration:none">Theme By</a>
- </div>
- </center>
- </div>
- </div>
- <div id="content">
- <div id="sidebar">
- <div class="caixasidebar">
- <marquee>Frase passando aqui</marquee><br><br>
- </div>
- </div>
- <div id="post">
- <div style="position:absolute; width:540px; left: 200px; top:30px; padding-top:0px; z-index:2;">
- {block:Posts}
- <div class="caixa">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center><img src="{PhotoURL-500}" alt="{PhotoAlt}" /></center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- {block:Source}
- <div class="source"><div style="text-align: right">— {Source}</div></div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- {Title}
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- {block:Label}
- <span class="label"><b>{Label}</b></span>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <center><div style="background:#f1f1f1;font:normal 11px georgia;color:#fff;padding:7px; text-align: justify; float: left; width: 97%;">{Question}</i></div></center>
- <div style="padding-left: 15px;"><img src="http://static.tumblr.com/m2njopu/9ZDlqgk4d/haha.png"><br><img src="{AskerPortraitURL-16}" /> <b><span style="text-transform: capitalize;">{Asker}</span></b></div>
- {Answer}
- {/block:Answer}
- {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</a> | Postado em {DayOfMonth}/{MonthNumberWithZero}/{Year} às {12Hour}:{Minutes}{AmPm} com <a href="{Permalink}">{NoteCount}</a> notes! ({block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}/{block:ContentSource}<a href="{SourceURL}" target=blank>source</a>{/block:ContentSource}) | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog!</a>
- </div><br>
- {/block:Posts}<br>
- <div id="paginacaoml"><span class="info" style="font-weight: normal;">Página <b>{CurrentPage}</b> de <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
- {block:JumpPagination length="10"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div></div></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment