Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="pt-BR">
- <head>
- <!-- PADRÃO -->
- <meta charset="unicode">
- <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}
- <script src="http://static.tumblr.com/6uv80q7/NYjnmgb1b/jquery.js"></script>
- <!-- Crazy Diamond v3 -->
- <!-- METATAGs -->
- <meta name="color:border" content="#000" />
- <!-- SCRIPTS -->
- <script src="http://static.tumblr.com/6uv80q7/uaGnmjwbr/imgloaded.js"></script>
- <script src="http://static.tumblr.com/6uv80q7/bhmnmgb28/masonry.js"></script>
- <script src="http://static.tumblr.com/6uv80q7/ykbnmgb42/jquery.nicescroll.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $("html").niceScroll({
- cursorcolor: '#000',
- cursoropacitymin: '0.1',
- cursorwidth: '6px',
- cursorborderradius: '2px'
- });
- });
- </script>
- <!-- ESTILOS -->
- <style type="text/CSS">
- body {
- background-color: #FFF;
- color: #000;
- font-size: 12px;
- font-family: Calibri;
- }
- a {
- text-decoration: none;
- color: #000;
- }
- blockquote {
- border-left: 2px solid #EEE9E9;
- padding-left: 4px;
- margin-left: 3px;
- margin-bottom: -8px;
- }
- aside {
- position: relative;
- width: 200px;
- top: 30px;
- left: 35px;
- user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- }
- aside a {
- color: #000;
- }
- header.blogname {
- position: relative;
- width: 200px;
- font-size: 20px;
- padding: 10px;
- font-family: Verdana;
- font-style: italic;
- border: 3px solid #000;
- text-align: center;
- }
- nav.menu {
- position: relative;
- width: 226px;
- text-align: right;
- text-transform: uppercase;
- font-size: 10px;
- }
- nav.menu a {
- padding: 2px;
- border: 1px solid #000;
- background-color: #000;
- color: #FFF;
- }
- nav.menu a:hover {
- background-color: #FFF;
- color: #000;
- }
- section#container {
- position: relative;
- top: 50px;
- max-width: 1250px;
- height: auto;
- padding: 0px;
- }
- article.post {
- width: 400px;
- margin: 5px;
- margin-bottom: 10px;
- opacity: 0.7;
- }
- article.post:hover {
- opacity: 1;
- }
- article.post:hover div.barnotes {
- opacity: 1;
- }
- div.barnotes {
- position: relative;
- text-align: right;
- opacity: 0;
- }
- div.barnotes a {
- text-transform: uppercase;
- padding: 2px;
- font-size: 10px;
- color: #000;
- }
- div.barnotes a:hover {
- color: #FFF;
- background-color: #000;
- }
- /* POSTS */
- header.title {
- width: 95%;
- text-align: left;
- font-size: 17px;
- font-family: Verdana;
- font-style: italic;
- background-color: #EEE9E9;
- padding: 10px;
- }
- div.body {
- width: 94%;
- text-align: justify;
- font-size: 13px;
- padding: 10px;
- border: 2px solid #EEE9E9;
- border-top: 0px;
- }
- div.source {
- width: 100%;
- font-size: 13px;
- text-align: right;
- }
- /* FOOTER */
- footer {
- position: relative;
- top: 35px;
- margin-bottom: 40px;
- border: 2px solid #000;
- padding: 10px;
- }
- </style>
- </head>
- <body>
- <!-- SIDEBAR -->
- <aside>
- <nav class="menu">
- <a href="/">home</a>
- <a href="/faq">contato</a>
- <a href="/tagged/mytexts">barrett</a>
- </nav>
- <header class="blogname">
- <b>{Title}</b> <!-- TAG Title -->
- </header>
- </aside>
- <!-- POST AREA -->
- <center>
- <section id="container" class="js-masonry">
- {block:Posts}
- <article class="post">
- <!-- POSTS START -->
- {block:Text}
- {block:Title}
- <header class="title"><b>{Title}</b></header>
- <div class="body">{Body}</div>
- {/block:Title}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-400}" width="400px" alt="{PhotoAlt}" />
- {/block:Photo}
- {block:Panorama}
- <!-- TO DO -->
- {/block:Panorama}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Quote}
- <header class="title" style="text-align: justify;"><b>{Quote}</b></header>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <header class="title" style="text-align: justify;"><a href="{URL}" target="_blank"><b>{Name}</b></a></header>
- {block:Description}<div class="body">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<header class="title"><b>{Title}</b></header>{/block:Title}
- {block:Lines}
- <div class="body">
- {block:Label}<b>{Label}</b> {/block:Label}{Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
- {block:TrackName}{block:Artist}
- <header class="title" style="text-transform: uppercase; margin-top: -4px;"><b>{TrackName} - {Artist}</b></header>
- {/block:Artist}{/block:TrackName}
- {/block:Audio}
- {block:Video}
- {VideoEmbed-400}
- {block:Caption}
- <div class="body">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <!-- TO DO -->
- {/block:Answer}
- <!-- POSTS END -->
- <div class="barnotes">
- <a href="{ReblogURL}">reblog</a>
- {block:Date}<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero} {24HourWithZero}:{Minutes}</a>{/block:Date}
- </div>
- </article>
- {block:Posts}
- </section>
- <footer>
- Navigation
- </footer>
- </center>
- <script type="text/javascript">
- var $container = ('section#container');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: 'article.post',
- columnWidth: 400,
- isFitWidth: true,
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement