Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
- <html xmlns=”http://www.w3.org/1999/xhtml”>
- <head profile=”http://gmpg.org/xfn/11”>
- <title>{title}</title>
- <link rel="shortcut icon" href="{favicon}" />
- <meta name="if:Show sidebar picture" content="1"/>
- <meta name="image:PicSidebar" content=" " />
- <meta name="color:Menu" content="#eee"/>
- <meta name="color:MenuHover" content="#000"/>
- <meta name="color:Sidebar" content="#fff"/>
- <meta name="color:Postsbox" content="#fff"/>
- <meta name="color:background" content="#eee" />
- <meta name="image:background" content=""/>
- <meta name="color:Barra de Rolagem" content="#eee" />
- <meta name="color:Links" content="#636363" />
- <meta name="color:Links Hover" content="#484848" />
- <meta name="color:Caixa Ask" content="#eee" />
- <meta name="color:Negrito" content="#707070"/>
- <meta name="color:Italico" content="#707070"/>
- <meta name="color:Sublinhado" content="#707070"/>
- <meta name="color:Riscado" content="#707070"/>
- <meta name="color:Texto" content="#aeaeae" />
- <meta name="if:Mostrar Tags" content="1"/>
- <meta name="font:Texto" content="verdana" />
- <meta name="font:Titulo" content="georgia" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <style type="text/css">
- /*** BALÃO ASK POR BIIBS ***/
- .bubble {align:right;background: {color:Caixa Ask}; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:Caixa Ask};}
- /** TÍTULO DOS POSTS **/
- .titulo {font: italic 21px {font:Titulo};}
- /** CAIXA DOS POSTS **/
- .caixa {background: {color:Postsbox}; font-family: {font:Texto}; font-size: 11px; width: 530px; margin-bottom: 15px; padding: 2px; }
- /** SIDEBAR **/
- .caixasidebar {background: {color:sidebar}; font-family: {font:Texto}; font-size: 10px; width: 400px; margin-bottom: 15px; padding: 7px; margin-left: 40px; position: fixed; top:10px; padding-top:3px;
- }
- /** FORMATAÇÕES **/
- s {color: {color:Riscado};}
- i {color: {color:Italico};}
- em {color: {color:Negrito};}
- b {color:{color:Negrito};}
- strong {color: {color:Negrito};}
- u {text-decoration: none; border-bottom: 1px solid; color:{color:Sublinhado};}
- /** POSIÇÃO THEME **/
- .esquerda {width: 400px; float: left; text-align: justy;}
- .direita {width: 350px; float: right; text-align: justy;}
- .central {width: 900px; text-align: justify;}
- .pagina {width: 500px; float: left; }
- /** APARENCIA LINKS **/
- a:link, a:visited, a:active {color: {color:Links}; text-shadow: 0 0px 0px #ffffff; text-decoration: none;}
- a:hover {color: {color:Links Hover}; -webkit-transition-duration: .90s;}
- /** TAGS **/
- .tag2 {border-bottom: 2px dashed #eee; margin: 7px 0px 7px 0px;}
- /** PERSONALIZAÇÃO MENU **/
- .nav1 {font-size: 14px; font-family:georgia; color: {color:Texto};float:left;padding: 4px; letter-spacing:1px; text-align:center; height:15px; background:{color:Menu}; width:175px;margin:1px;-webkit-transition-duration: .90s;padding-top:5px;}
- .nav1:hover {font-size: 14px; font-family:georgia; color: #000;float:left;padding: 4px; letter-spacing:6px; text-align:center; height:15px; background:{color:MenuHover}; width:175px;margin:1px;padding-top:5px; -webkit-transition-duration: .30s; }
- /** FUNDO **/
- body {background: {color:background}; background-image:url('{image:background}'); background-attachment: fixed; background-repeat: repeat; font-family: Tahoma; font-size: 11px; color: {color:Texto}; text-align: justify;}
- /** APARENCIA BLOCKQUOTE **/
- blockquote {border-left: 4px solid {color:Links};
- padding: 3px;}
- /** OPACIDADE IMAGENS **/
- .opacidade {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;} .opacidade:hover {filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}
- /** BARRA ROLAGEM **/
- html::-webkit-scrollbar {width:8; height:auto;background: #FFF;}
- html::-webkit-scrollbar-corner { background: #FFF;}
- html::-webkit-scrollbar-button:vertical {height:1px;display:block;}
- html::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
- html::-webkit-scrollbar-thumb:vertical {background-color:{color:Barra de Rolagem};border: 0px solid #A2A2A2;border-right:none;}
- html::-webkit-scrollbar-thumb:horizontal {background-color:{color:Barra de Rolagem};border: 1px solid #A2A2A2;border-bottom;}
- html::-webkit-scrollbar-thumb {background-color:{color:Barra de Rolagem};}
- html::-webkit-scrollbar-thumb:hover {background-color:{color:Barra de Rolagem};border: 1px solid #A2A2A2;}
- html::-webkit-scrollbar-track-piece {background: none;}
- html::-webkit-scrollbar:vertical {border-left:0px solid #A2A2A2;}
- html::-webkit-scrollbar:horizontal {border-top: 0px solid #A2A2A2;}
- .creditos{
- background: {color:Postsbox};
- background-repeat: no-repeat;
- padding: 5px;
- margin-bottom: 0px;
- height:16px;
- font-style:italic;
- font-family:{font:texto};
- font-size:13;
- color:{color:Texto};
- width:530px;
- text-align:center;
- }
- .paginaa{
- background: transparent;
- padding: 5px;
- margin-bottom: 0px;
- height:16px;
- font-size:13;
- color:{color:Texto};
- width:530px;
- text-align:center;
- }
- </style>
- <!-- FIM DO CSS -->
- </head>
- <body>
- <!-- BLOQUEIO CÓDIGO FONTE -->
- <body onkeydown="return false">
- <div class="central">
- <div class="esquerda">
- <div class="caixasidebar">
- <center><div class="titulo">{title}</div></center>
- {block:ifShowsidebarpicture}<img src="{image:PicSidebar}" width="210px" align="left" >{/block:ifShowsidebarpicture}
- <div class="nav1"><a href="/">home</div></a>
- <div class="nav1"><a href="/ask">ask me</div></a>
- <div class="nav1"><a href="/random">random</div></a>
- {block:ifLink1}<div class="nav1"><a href="{text:Link1}">{text:Link1 Title}</div></a> {/block:ifLink1}
- {block:ifLink2}<div class="nav1"><a href="{text:Link2}">{text:Link2 Title}</div></a> {/block:ifLink2}
- {block:ifLink3}<div class="nav1"><a href="{text:Link3}">{text:Link3 Title}</div></a> {/block:ifLink3}
- {block:ifLink4}<div class="nav1"><a href="{text:Link4}">{text:Link4 Title}</div></a> {/block:ifLink4}
- {block:ifLink5}<div class="nav1"><a href="{text:Link5}">{text:Link5 Title}</div></a> {/block:ifLink5}<br><br>
- <br><br> </center>
- {block:Description} <br><br>{Description} {/block:Description}
- <br><br>
- <div style="border: 1px solid rgb(230, 230, 250); overflow: auto; color: {color: text}; background-color: {color: backgroungcolor} ; width: 370px; text-align: center; font-family: verdana; height: 17px; padding: 0px 10px 5px 10px; letter-spacing: 0px; font-size:9px; line-height: 100%">Theme por <a href="http://secret-dialogues.tumblr.com/">pamella bellegarde.</a> Não copie nem se inspire! <b>Theme Original</b>. Não retire os créditos <b>nunca</b>. Seja criativo.<br>Encontre mais themes <a href="http://bombasticdesign.tumblr.com/">aqui!</a> </div>
- </div>
- </div>
- <div class="direita">
- <!-- INÍCIO DAS TAGS DOS POSTS -->
- {block:Posts}
- <!-- TEXT -->
- {block:Text}
- <div class="caixa">
- <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
- {Body}
- <div class="tag2"></div>
- Posted: {DayOfMonthWithZero}/{MonthNumber}/{Year} • {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} notes • {block:ContentSource}<a href="{SourceURL}" target=blank>Source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a><br>
- {block:IfMostrarTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfMostrarTags}
- </div>
- {/block:Text}
- <!-- PHOTO -->
- {block:Photo}
- <div class="caixa">
- <div align="center"><img src="{PhotoURL-500}" alt="{PhotoAlt}" class="opacidade" width="530x" /></div>
- {block:Caption}{Caption}{/block:Caption}
- <div class="tag2"></div>
- Posted: {DayOfMonthWithZero}/{MonthNumber}/{Year} • {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} notes • {block:ContentSource}<a href="{SourceURL}" target=blank>Source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a><br>
- {block:IfMostrarTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfMostrarTags}
- </div>
- {/block:Photo}
- <!-- PHOTOSET -->
- {block:Photoset}
- <div class="caixa">
- <div align="center">{Photoset-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- <div class="tag2"></div>
- Posted: {DayOfMonthWithZero}/{MonthNumber}/{Year} • {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} notes • {block:ContentSource}<a href="{SourceURL}" target=blank>Source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a><br>
- {block:IfMostrarTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfMostrarTags}
- </div>
- {/block:Photoset}
- <!-- QUOTE -->
- {block:Quote}
- <div class="caixa">
- <div class="titulo">"{Quote}"</div><br>
- {block:Source}— <b>{Source}</b>{/block:Source}
- <div class="tag2"></div>
- Posted: {DayOfMonthWithZero}/{MonthNumber}/{Year} • {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} notes • {block:ContentSource}<a href="{SourceURL}" target=blank>Source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a><br>
- {block:IfMostrarTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfMostrarTags}
- </div>
- {/block:Quote}
- <!-- LINK -->
- {block:Link}
- <div class="caixa">
- <div class="titulo"><a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- <div class="tag2"></div>
- Posted: {DayOfMonthWithZero}/{MonthNumber}/{Year} • {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} notes • {block:ContentSource}<a href="{SourceURL}" target=blank>Source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a><br>
- {block:IfMostrarTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfMostrarTags}
- </div>
- {/block:Link}
- <!-- CHAT -->
- {block:Chat}
- <div class="caixa">
- <div class="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
- {Line}<p>
- {/block:Lines}
- <div class="tag2"></div>
- Posted: {DayOfMonthWithZero}/{MonthNumber}/{Year} • {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} notes • {block:ContentSource}<a href="{SourceURL}" target=blank>Source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a><br>
- {block:IfMostrarTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfMostrarTags}
- </div>
- {/block:Chat}
- <!-- VIDEO -->
- {block:Video}
- <div class="caixa">
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- <div class="tag2"></div>
- Posted: {DayOfMonthWithZero}/{MonthNumber}/{Year} • {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} notes • {block:ContentSource}<a href="{SourceURL}" target=blank>Source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a><br>
- {block:IfMostrarTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfMostrarTags}
- </div>
- {/block:Video}
- <!-- AUDIO -->
- {block:Audio}
- <div class="caixa">
- {AudioPlayerBlack}
- {block:Caption}{Caption}{/block:Caption}
- <div class="tag2"></div>
- Posted: {DayOfMonthWithZero}/{MonthNumber}/{Year} • {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} notes • {block:ContentSource}<a href="{SourceURL}" target=blank>Source</a>{/block:ContentSource} • <a href="{ReblogURL}" target="_blank"><b>REBLOG</b></a><br>
- {block:IfMostrarTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:IfMostrarTags}
- </div>
- {/block:Audio}
- <!-- ASK -->
- {block:Answer}
- <div class="caixa">
- <img src="{AskerPortraitURL-40}" align="left" /><div class="bubble"><span></span>{Asker}: {Question}<p></div>
- {Answer}
- <div class="tag2"></div>
- <a href="{Permalink}"><b>Ask</b></a> respondida em {block:Date}{TimeAgo}{/block:Date}
- </div>
- {/block:Answer}
- {/block:Posts}
- <!-- FIM DAS TAGS DOS POSTS -->
- <div class="direita">
- <div class="creditos">Theme by <a href="http://pamellabell.tumblr.com/">Pamella Bellegarde</a> - powered by Tumblr.</div>
- <big><big><big><big>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> / {/block:PreviousPage}{/block:Pagination}{block:Pagination}
- <div class="paginaa">
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </big></big></big></big></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment