Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- THEME POR BAU-DE-INCERTEZAS, DETALHES DEVIDAMENTE CREDITADOS --->
- <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>
- <head>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:link" content="#353434" />
- <meta name="color:text" content="#c0c0c0" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:scrollbar" content="#f3f2f1" />
- <meta name="color:scrollbg" content="ffffff" />
- <meta name="color:hover" content="#000000" />
- <meta name="color:borda" content="#000000" />
- <meta name="color:fundinho" content="#c0c0c0" />
- <meta name="color:linkst" content="#c0c0c0" />
- <meta name="color:titulo" content="#c0c0c0" />
- <meta name="color:notes" content="#c0c0c0" />
- <meta name="color:fontnote" content="#ffffff" />
- <meta name="color:ask" content="#ffffff" />
- <meta name="color:text2" content="#c0c0c0" />
- <meta name="color:sourcequote" content="#c0c0c0" />
- <meta name="color:page" content="#808080" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="image:simbolo" content="" />
- <meta name="text:titulo" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="link 4" />
- <link rel="shortcurt icon" href="{Favicon}">
- <title>{title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!-- fontes personalizadas -->
- <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
- </head>
- <style>
- body {background-color: {color:background};font-family:corbel; color: {color:text};text-align:justify;font-size:12px;background-image:url('{image:background}');background-attachment:fixed; }
- a:link {color: #696969; text-decoration: none;}
- a:hover {color: #eee; -webkit-transition: all 0.99s ease-in-out;}
- #side {width:300px; height:auto; margin-left:0px; background-color:transparent; opacity:.9;}
- #side {position:fixed; margin-top:0px; margin-left:0px;}
- #pagination{
- position:fixed;
- width: 100px;
- margin-top:320px;
- margin-left:100px;
- color:{color:page};
- text-align:right;
- opacity: 0.7;
- font-size:16px;
- font-family:georgia;}
- #page a {
- letter-spacing:1px;
- font-size:16px;
- font-family:georgia;}
- #imagem2 img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:150px;width: 150px;
- padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;-webkit-border-radius: 0px 0px 0px 0px;}
- #imagem2 img:hover { -webkit-filter: grayscale(100%); opacity: 0.8;}
- #imst {position: absolute;width:156px;height:156px;margin-left:100px;
- margin-top: 100px;position:fixed;border:2px dotted {color:borda}; -webkit-border-radius: 0px 0px 0px 0px;}
- #imagem {position: absolute;width:150px;height:150px;margin-left:0px;
- margin-top: 0px; border:3px solid{color:borda};}
- #imagem img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 2s ease-in-out;-webkit-transform: rotate(0deg);
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:150px;width: 150px;
- padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;-webkit-border-radius: 0px 0px 0px 0px;}
- #imagem img:hover { -webkit-filter: grayscale(100%); opacity: 0.8;}
- /***-- Bau-de-incertezas Menu inspirado por Duda.R------**/
- #uld { background:transparent;margin-top:-210px;margin-left: -30px;position: fixed;}
- .DLL {
- width: 23px;
- height: 23px;
- padding: 4px;
- text-align: center;
- font-size: 20px;
- margin-bottom: 6px;
- float: left;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;transition: all 1s ease;
- line-height: 20px;-webkit-border-radius: 5px 5px 5px 5px;}
- .DLL img{width:16px;margin-top:2px; margin-left:-1px;
- -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;opacity:0.8;}
- #DLL1 {margin-left:85px;width: 50px;
- background: {color:linkst}; margin-top: -20px;
- color: {color:text};border-radius: 0px;
- font-family: Trebuchet ms; font-size: 9px; text-align: center;
- opacity: 0;-webkit-transition-duration: .99s;text-shadow: 0px 0px 0px {color:sombra};text-transform:uppercase;letter-spacing:1px;
- }
- .DLL:hover #DLL1 {opacity:1;margin-left:-60px;-webkit-transform: rotate(0deg);}
- .DLL:hover #li{width: 0;height: 0;border-top: 10px solid transparent;border-left: 20px solid {color:linkst};border-bottom: 0px solid transparent;margin-top:-20px;margin-left:-20px;-webkit-transition-duration: .99s;}
- /*************fim***********/
- /******descrição e titulo por bau-de-incertezas*******/
- #titul{width:200px; height:20px; margin-left:px; margin-top:160px; position:fixed; overflow: hidden; background-color:transparent; line-height:10px; letter-spacing:-1px; color {color:titulo}; font-family:consolas; font-size:13px; text-align:justify; padding:3px; opacity:0.7; }
- #titul:hover {opacity:0.5; display:inline-block; box-shadow:2px 2px 2px #DDDDDD -webkit-transition: 0.4s ease-in; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; text-shadow: 2px 2px 0px #C4C4C4, 0px 5px #C4C4C4; }
- #descst {margin-left:0px; margin-top:180px; width:150px; height:auto; display:block; font-family:consolas; border-top:1px solid {color:border}; font-size:10px; font-color: #333; width: 140px; text-align:justify; padding:4px; opacity:.6; line-height:10px}
- #descst:hover {opacity: 0.8; }
- /**********************fim************/
- .post {background: transparent; width: 500px; margin-top: 20px; margin-left: 280px; position: absolute;}
- .caixa {background: {color:post}; padding: 5px; width: 500px; margin-bottom: 7px;}
- .myquote {background: {color:post}; padding: 5px; width: 480px; margin-bottom: 7px;}
- .myquote:first-letter{color: {color:text}; font-family:'cedarville_pnkfun_1_cursive'; font-size:24px; opacity:0.4; }
- .myquote {color: {color:text}; text-align: justify; font-size: 14px; line-height: 15px; padding: 10px; margin-top: 6px;}
- .myquote2{font-family:'consolas'; font-size:11px; text-align: right; color: {color:sourcequote}; }
- @font-face {font-family: "cedarville_pnkfun_1_cursive";
- src: url(http://static.tumblr.com/sbxkdxg/P4Hmpsp6p/cedarville_pnkfun_1_cursive.ttf) format("truetype");}
- #d {margin-top: -2px;}
- h1 {font-family: 'corbel'; color: {color:text}; font-size: 14px; text-align: center; opacity: 0.5;}
- blockquote {border-left: 2px solid {color:borda}; margin-left: 1px;}
- /*******por bau-de-incertezas*** *******/
- .cred {overflow: hidden; width: 30px; padding: 5px; background-color:#fff; height:8px; border:1px dashed #c0c0c0; margin-top: 600px; margin-left: 1250px; color: #000; font-family: 'Consolas'; font-size: 11px; position: absolute;}
- .cred:hover {opacity:1.0; color: #808080;}
- ::-webkit-scrollbar {width: 6px; height: 6px;}
- ::-webkit-scrollbar-track-piece {background-color: {color:scrollbg}; repeat scroll 0 0 transparent;}
- ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:scrollbar}; }
- .not {width: 496px; height: 14px; background: {color:notes}; padding: 2px; color: {color:fontnote}; font-family: 'consolas'; font-size: 10px; text-align: center;}
- /*****ASK inspirado por duda R.*******/
- .pergunta {background: {color:post}; padding: 8px; margin-top: 0px; border-bottom: 1px solid {color:ask}; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px {color:borda};line-height:9px;}
- .perguntou {width: 415px;height:14px; background: {color:borda}; border:2px dotted {color:post}; font-weight:normal; padding:3px; margin-bottom:1px; color:#fff;font-family: 'corbel'; font-size: 10px; text-align:left;line-height:16px;text-transform:uppercase;margin-left:-8px;}
- .perguntou g {color:borda;}
- .perguntou a {color: {color:ask}; font-size:10px;}
- .askfoto {opacity: 0.7; margin-right:35px; border: 2px solid {color:borda}; -webkit-border-radius: 0px 5px 5px 0px; width: 40px;height: 40px;}
- .respost { background: {color:post}; font-family: consolas; font-size: 10px;}
- .askfoto:hover {opacity: 0.6;}
- /*** permalink info por tthy **/
- .extra {font-family: georgia; font-style: italic; display : block; background-repeat : no-repeat; font-size: 10px; margin-bottom : 1px;background: #f7f7f7; line-height: 18px;}
- .extra img {margin-right: 4px; margin-left: 3px; margin-top: 2px;}
- /*** notes estilo por tthy **/
- ol.notes {display : block; margin-bottom : 1px; list-style-type: none; text-align: left;}
- o.notes a {color: #c66966;}
- ol.notes li.note {border-top: solid 1px #fff;background: #f7f7f7; padding: 2px;}
- ol.notes li.note img.avatar {display: inline; width: 10px}
- ol.notes li.note span.action {font-weight: none;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {display: none;}
- ol.notes li.note blockquote a {text-decoration: none; display: none;}
- /*******por bau-de-incertezas*** *******/
- @font-face {font-family: "dawningofanewday";
- src: url(http://static.tumblr.com/sbxkdxg/coPmpsffg/dawningofanewday.ttf) format("truetype");}
- </style>
- <body>
- <div id="side">
- <div id="sidebar">
- <div id="imst">
- <div id="imagem">
- <div id="imagem2"><img src="{image:simbolo}" height= "150"; width= "150px;"><img src="{image:sidebar}" height= "150"; width= "150px;">
- </div></div>
- <div id="titul">{text:titulo}</div>
- <div id="descst">{description}</div>
- <div id="uld">
- <a href="{text:Link1}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/16px/home.png"></a><div id="DLL1">{text:Link1 Title}</div><div id="li"></div></div><br>
- <a href="{text:Link2}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/16px/comment.png"></a><div id="DLL1">{text:Link2 Title}</div><div id="li"></div></div><br>
- <a href="{text:Link3}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/16px/pencil.png"></a><div id="DLL1">{text:Link3 Title}</div><div id="li"></div></div><br>
- <a href="{text:Link4}"><div class="DLL"><img src="http://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/16px/folder.png"></a><div id="DLL1">{text:Link4 Title}</div><div id="li"></div></div><br>
- </div></div>
- <div class="cred"><a href="http://bau-de-incertezas.tumblr.com/" title="Theme por bau-de-incertezas + detalhes: ver theme">Theme</a></div>
- </div></div></div></div>
- </div>
- <div id="pagination">
- <div class="page">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</div></div>
- <div class="post">
- {block:Posts}
- {block:Text}
- <div class="caixa">
- {block:Title} <h1>{Title}</h1> {/block:Title}
- {Body}
- <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲ </a></div>
- </div>
- {/block:Text}
- {block:Photo}
- <div class="caixa">
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption} {Caption} {/block:Caption}
- <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</a></div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="caixa">
- <center>{Photoset-500}</center>
- {block:Caption} {Caption} {/block:Caption}
- <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</a></div>
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="caixa"><div class="myquote">{Quote}<br></div>
- <div class="myquote2">
- {block:Source}{Source}{/block:Source}</div>
- <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</a></div>
- </div>
- {/block:Quote}
- {block:Link}
- <div class="caixa">
- <a href="" {Target}><h1>{Name}</h1></a>
- {block:Description} {Description}{/block:Description}
- <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲ </a></div>
- </div>
- {/block:Link}
- {block:Chat}
- <div class="caixa">
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
- <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲ </a></div>
- </div>
- {block:Chat}
- {block:Video}
- <div class="caixa">
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</font></a></div>
- </div>
- {/block:Video}
- {block:Audio}
- <div class="caixa">
- {AudioPlayerGrey}
- {block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}
- {block:Album}{Album}{/block:Album}
- {block:PlayCount}{PlayCount}{/block:PlayCount}
- {block:Caption}{Caption}{/block:Caption}
- <div class="not">postado {TimeAgo} with {NoteCount} notes - <a href="{ReblogURL}">reblog ▲</a></div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="caixa">
- <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
- <div class="pergunta">
- <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}:</div>
- {Question}
- </div>
- <div class= "respost">{Answer}</div></div>
- {/block:Answer}
- {block:PostNotes}
- <div class="caixa">
- {block:Photoset}
- {block:Caption}<em>{Caption}</em>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Link}
- {block:Description}<em>{Description}</em>{/block:Description}
- {/block:Link}
- <br>
- <div class="extra"><img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png" class="user">
- {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> - Source </a>{/block:ContentSource}</div>
- <div class="extra"><img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br></div>
- <div class="extra"><img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}{block:HasTags}{block:Tags} <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span></div>
- <div class="extra"><img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}</div><br>
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement