Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style>
- body {background:#FFE4E1 ; font: 10px Century Gothic; text-align:justify; color: #386355;background-attachment:fixed; background-repeat: repeat; text-align: center;}
- a { color: #000; font-style: none}
- ::-webkit-scrollbar{width:3px;height:3px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:20px; background:#000000;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #pagina {width: 876px; margin-top: 0px; margin-right: auto; margin-bottom: 50px; margin-left: auto;}
- #posts {left: 480px; width:540px; position: absolute;}
- #sidebar {width:320px; text-align: justify; float: left; position:fixed; left:130px;}
- .boxpt {background: #fff; margin-bottom: 5px; padding: 5px; text-align: justify; color: #FFC0CB;}
- .caixaside {background: #fff; padding: 5px; font-family: tahoma; font-style: normal; font-size: 11px; color: #000; text-align:justify; margin: 5px}
- .tracejado { border-top: 4px dashed #386355; height: 1px; margin-bottom: 15px}
- .notes { background: #FFC0CB; color: #fff; margin-bottom: 8px; margin-top: 10px; text-align: center; font-size: 10px;}
- .asker { background: #FFC0CB; color: #fff; margin-bottom: 8px; margin-top: 10px; text-align: center; font-family: 'tinytots';}
- h3 { font-size: 25px; text-align: center; }
- .menu {display: inline-block; text-align: center; background: #FFC0CB; color: #fff; float: center; font-size: 11px; ; font-family: Century Gothic; margin: 1px; -webkit-transition-duration: .50s; width: 90px; line-height: 20px; padding: 3px;}
- .menu:hover {display: inline-block; text-align: center; background: #BEBEBE; color: #fff; float: center; font-size: 11px; ; font-family: Century Gothic; margin: 1px; -webkit-transition-duration: .50s; width: 90px; line-height: 20px; padding: 3px; letter-spacing: 3px}
- .menu a{ color: #fff;}
- .qu2 {font-size: 7px;font-family:'tinytots'; color: #fff; padding: 2px 2px 2px 6px; margin-bottom: 2px; margin-right: 2px; background: transparent; text-align: center;TEXT-TRANSFORM: uppercase;}
- .qu2 a {font-size: 8px;font-family:'tinytots'; color: #fff; padding: 2px 2px 2px 6px; margin-bottom: 2px; margin-right: 2px; background: transparent; text-align: center;TEXT-TRANSFORM: uppercase;}
- #image:hover {z-index: 100; webkit-transition: 0.5s; transition: 0.5s; -moz-transform: scale(0.80) rotate(180deg) translate(0px, 0px) skew(0deg, 10deg);-webkit-transform: scale(0.80) rotate(180deg) translate(0px, 0px) skew(0deg, 10deg);-o-transform: scale(0.80) rotate(180deg) translate(0px, 0px) skew(0deg, 10deg);-ms-transform: scale(0.80) rotate(180deg) translate(0px, 0px) skew(0deg, 10deg);transform: scale(0.80) rotate(180deg) translate(0px, 0px) skew(0deg, 10deg);}
- #image img:hover{opacity:0.7;}
- </style>
- </head>
- <body>
- <div id="pagina">
- <div id="sidebar"><div class="caixaside">
- <div id="image"><img src="http://data.whicdn.com/images/32553570/tumblr_m642orSSVh1rz12beo1_500_large.jpg" width="300px"></div>
- <div class="tracejado" style=" margin-top: 5px; margin-bottom: 3px;"></div>
- <div class="menu"><a href="LINK" > Link 1</a></div>
- <div class="menu"><a href="LINK" > Link 2 </a></div>
- <div class="menu"><a href="LINK" > Link 3</a></div>
- <div class="menu"><a href="LINK" > Link 4</a></div>
- <div class="menu"><a href="LINK" > Link 5</a></div>
- <div class="menu"><a href="LINK" > Link 6</a></div>
- <div class="menu"><a href="LINK" > Link 7</a></div>
- <div class="menu"><a href="LINK" > Link 8</a></div>
- <div class="menu"><a href="LINK" > Link 9</a></div>
- </div>
- <div class="qu2"><center><big>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big><big>«</big></big></big></a>{/block:PreviousPage}/
- {block:NextPage}<a href="{NextPage}"><big><big><big>»</big></big></big></a>{/block:NextPage}{/block:Pagination}<br>
- Base: <a href="http://nxr-black.tumblr.com">nxr-black</a>Theme by <a href="http://htmlpravoces.tumblr.com">HPV</a><br><br>
- </div></center>
- </div>
- </div>
- <div id="posts">
- <div class="boxpt">
- {block:Posts}
- <!--TEXTOs-->
- {block:Text}
- {block:Title}<a href="{Permalink}" class="title">{Title}</a>{/block:Title}
- <div>{Body}</div>
- {/block:Text}
- <!--PERGUNTAS E MENSAGENS-->
- {block:Answer}
- <divclass="asker"> {Asker}</strong> perguntou: {Question}</div>
- Resposta: {Answer}<br />
- {/block:Answer}
- <!--LINKS-->
- {block:Link}
- <h3><a href="{URL}">{Name}</a> </h3>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- <!--FOTOS-->
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" style="width: 530px" title="{PhotoAlt}" />{LinkCloseTag}</center><br />
- {block:Caption}{Caption}{/block:Caption}<br />
- {/block:Photo}
- <!--FRASES-->
- {block:Quote}
- <h3><big>"</big> {Quote} "</h3>
- {block:Source}— {Source}{/block:Source}
- {/block:Quote}
- <!--DIALOGOS-->
- {block:Chat}
- <h3> {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- </h3>
- <table>
- {block:Lines}
- <tr>
- {block:Label}<td class="name">{Label}</td>{block:Label}
- <td class="words">{Line}</td>
- </tr>
- {/block:Lines}
- </table><br />
- {/block:Chat}
- <!--MUSICAS-->
- {block:Audio}
- <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
- <center>{AudioPlayerWhite}</centeR>
- {block:Caption}{Caption}{/block:Caption}<br />
- {/block:Audio}
- <!--VIDEOS-->
- {block:Video}
- <center>{Video-500}</center>
- {block:Caption}{Caption}{/block:Caption}<br />
- {/block:Video}
- <div class="notes"> Postado em {DayOfMonth} de {Month} de {Year} às {24Hour}:{Minutes} |
- {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> por <a href="{ReblogRootURL}">{ReblogRootName}</a>|{/block:RebloggedFrom}
- {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>|{/block:NoteCount}
- {block:ContentSource}<a href="{SourceURL}" target=blank><b>Source</b></a>|{/block:ContentSource}
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> |
- <br>
- {block:HasTags}Tags: {block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</a>
- {block:PostNotes}<br />{PostNotes}{/block:PostNotes}</div>
- <div class="tracejado"></div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment