Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- - - - - - - - - - - - - - -
- - THEME FEITO POR LIZZ, D-ESUMANA -
- - - - - - - - - - - - - - - ---->
- <html>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <head>
- <!-- APPERENCE D-ESUMANA -->
- <meta name="color:background" content="#F8F8FF" />
- <meta name="color:link" content="#8B8682" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:post" content="#FFFFFF" />
- <meta name="color:sidebar" content="#FFFFFF" />
- <meta name="color:sombra" content="#696969" />
- <meta name="color:text links" content="#8B8989" />
- <meta name="color:tags" content="#FFC0CB" />
- <meta name="color:frase" content="#8B8682" />
- <meta name="color:borda post" content="#FFFFFF" />
- <meta name="color:bordaimg" content="#CDC9C9" />
- <meta name="color:borda2" content="#FFC0CB" />
- <meta name="color:textdescription" content="#696969" />
- <meta name="color:bghover" content="#FFC0CB" />
- <meta name="color:linha" content="#8B8682" />
- <meta name="color:linha1" content="#FFC0CB" />
- <meta name="color:abc" content="#FFC0CB" />
- <meta name="color:scrollbar" content="#fff" />
- <meta name="text:frase1" content=""/>
- <meta name="image:background" content="">
- <meta name="image:sidebar" content="" />
- <meta name="color:linkhover" content="#F8F8FF" />
- <meta name="color:bglinks" content="#F8F8FF" />
- <meta name="color:coracao" content="#F8F8FF" />
- <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link6" />
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
- blockquote img{max-width: 470px!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}
- #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1;}
- #entry {float: left; margin-left: 400px; margin-top: 17px; }
- .posts {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 7px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;border-bottom:1px dotted {color:borda post}}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .pquotesource a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #000; text-align: left; display:block;}
- .question {
- color:{color:text};
- font-size: 11px;
- font-weight: normal;
- font-family: verdana;
- line-height:95%;
- background: {color:background};
- position: relative;
- min-height:70px;
- padding:10px 15px;
- margin-bottom:2px;
- margin-right:-10px;}
- .questionarrow {
- font-size:30px;
- color:{color:background};
- vertical-align:middle;
- margin-left:-5px!important;}
- .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
- .asker a {color:{color:text};}
- .asker img {float:left; margin-left:500px; vertical-align:top; margin-right:3px; max-height:15px;}
- .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
- .asking a{color:{color:text};}
- .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
- .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
- .answer {color:{color:answer};}
- .creditoaokaique {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- .creditoaokaique:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
- #info a {font-size: 10px; text-transform: uppercase;}
- #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
- #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- ::-webkit-scrollbar{width:7px;height:7px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:post}; -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;}
- /********IMAGEM DA LIZZ*******/
- #sidebarimg {left: 120px;
- top: 4px;
- position:fixed;
- overflow:hidden;
- background-color: ;
- height:240px;
- width: 200px;
- border:1px solid {color:bordaimg} ;
- padding:3px;
- padding-bottom: 3px; opacity: 0.8;
- -webkit-border-radius: 0px 0px 0px 0px;-webkit-filter: blur(0px); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out ; opacity: 0.9;}
- /* ------------------------------------FIM-------------------*/
- #links {display: block; font-family: calibri; font-size: 9px; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:0.9; border-bottom: 3px solid #d6e5e9; word-spacing:2px; position: fixed; margin-top: 384px; margin-left: 167px;}
- #links a {width:110px; display: block; font-family: calibri; font-size: 9px; color: #50504f; text-transform:uppercase; letter-spacing:1px; opacity:0.9; word-spacing:2px; background-color:#fff; margin-top: 1px; padding: 9px 3px 8px 3px}
- #links a:hover {opacity:0.9; background-color: #dadada; color:#50504f;}
- /* ****************** TITULO*/
- #imsure1{
- background-color:none;
- padding: 0px;
- height:40px;
- line-height:40px;
- float:left;
- position:fixed;
- margin-left:108px;
- margin-top: 250px;
- width:220px;
- font-family: 'georgia';
- font-size:28px;
- letter-spacing:2px;
- text-align: center;
- color:{color:frase}; letter-spacing:-1px;
- z-index:1; text-transform: uppercase; ;border-bottom:1px double {color:bordaimg};
- }
- #imsure{
- background-color:transparent;
- padding: 0px;
- height:18px;
- line-height:16px;
- float:left;
- position:fixed;
- margin-left:284px;
- margin-top: 66px;
- width:196px;
- font-family:'LavanderiaRegular' ;
- font-size:16px;
- letter-spacing:0px;
- text-align: left;
- color: {color:frase}; letter-spacing:-1px;
- z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
- }
- /*****************FONTES AQUI **************/
- @font-face {
- font-family: 'LavanderiaRegular';
- src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
- src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
- url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
- url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
- font-weight: normal;
- font-style: normal;}
- @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- @font-face {font-family: "Edo"; src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
- /* ============================FIM==========================*/
- /***DESCRIÇÃO ***/
- #notinho {margin-left: 110px;
- margin-top: 300px;
- width:200px;
- font-size: 9px;
- height: auto;
- text-align: center;
- background-color:none;
- font-family:georgia;
- color: {color:textdescription};
- position: fixed;
- z-index:999999;padding: 5px;
- -webkit-transition: 1s ease-in;
- line-height: 10px;
- -moz-transition: 1s ease-in;
- transition: 1s ease-in;
- overflow: hidden;
- opacity: 0.6;
- border-top: 3px dotted transparent;}
- /*** BARRINHA ***/
- #estela1 {position: fixed; margin-left: 100px; width:231px; height: 1000px; background-color:{color:sidebar}; margin-top: -8px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(180deg);border-top: 4px solid {color:bordaimg};border-right:1px double {color:bordaimg};border-left:1px double {color:bordaimg};}
- /* PAGINATION*/
- #pagination {position:fixed; margin-top:400px; margin-left:320px;}
- #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:29px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #credito a {color: {color:textdescription}; font-weight: bold; opacity: 10;}
- #credito a:hover {opacity: 0.7; border-left: 0px;}
- .creditosaduh img { width:220px; height: 250px;left:205px; text-align:center; margin-top: 10px; position: fixed;}
- /***LINKS ***/
- #pinkd {position:fixed; margin-left:120px; margin-top:1px; padding: 0px; text-align: center;z-index:10000000000; width:200;}
- #pinkd a {float: left; border-radius: 0px 0px 0px 0px; display: block; letter-spacing:1px; font-size:8px; font-family:tahoma; text-align: center; margin-right: 1px; margin-bottom:191px; width: 63.5px; height: 20px; background-color:{color:bglinks}; color:{color:text links}; text-decoration: none; text-transform:uppercase; line-height: 10px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;opacity:0.7; ; line-height: 20px; }
- #pinkd a:hover{ background-color:{color:bghover};color:{color:link}; text-shadow:{color:sombra}; 1px 1px 0px; line-height:px;opacity:1 ;
- /*** SCROLLBAR***/
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
- ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
- ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
- </style>
- <body oncontextmenu="return false">
- <!----------------NÃO MEXA AQUI------------------->
- <div id="estela1"></div>
- <div id="barra"></div>
- <div id="faixa3"></div>
- <div id="faixa2"></div>
- <div id="sidebarimg">
- <img src="{image:sidebar}" height= "232px;" width= "195px;">
- </div>
- <div id="dugg"></div>
- </div></div>
- <div class="cute"></div>
- </div></div></div>
- <div id="notinho">{Description}</div>
- <div id="pinkd">
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- </div></div>
- </div></div>
- <div id="imsure">{text:frase2} </div>
- </div>
- <div id="imsure1">{text:frase1}</div>
- </div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div></div>
- <!-------------CRÉDITOS------------------------------>
- <div style="margin-left:-30px;-webkit-transform: rotate(-90deg); width:245px;background:; font-family:tahoma;font-size:11px; margin-top: 150px; position:fixed; "><a href="http://d-esumana.tumblr.com/"><small>theme </small></a>
- ©</div>
- <div id="entry">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:Quote}
- <div class="pquote">“{Quote}”</div>
- {block:Source}<div class="pquotesource"> ~ {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <table width="500px" cellspacing="0" cellpadding="0">
- <tr>
- <td width="415px" class="question">{Question}</td>
- <td width="30px"><span class="questionarrow">◤</span></td>
- <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
- </tr>
- </table>
- <div class="answer">{Answer}</div>
- {/block:answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div></div>
- <br>
- <div class="creditoaokaique">
- {block:Date}<div id="info">
- <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} • <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} • <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}• <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
- </div></center>{/block:IfShowTags}{/block:Date}</div>
- </div>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment