Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <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}
- <!--Color-->
- <meta name="color:Scrollbar Color" content="#ffffff"/>
- <meta name="color:Text" content="#6B5344"/>
- <meta name="color:Link Color" content="#F1BBBA"/>
- <meta name="color:Link Hover Color" content="#F8DAFB"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Border Box" content="#F1BBBA"/>
- <meta name="color:Bg Box Color" content="#ffffff"/>
- <meta name="color:Border Post" content="#E8DAFB"/>
- <meta name="color:Post Background" content="#ffffff"/>
- <meta name="color:Note Background" content="#EFBDC0"/>
- <meta name="color:Note" content="#ffffff"/>
- <meta name="color:Sidebar" content="#E7D6CF"/>
- <meta name="color:Descritption Bg" content="#"/>
- <meta name="color:Border Desc" content="#A79C8E"/>
- <meta name="color:Navigation Bg" content="#F1BBBA"/>
- <meta name="color:Navigation" content="#ffffff"/>
- <meta name="" content=""/>
- <!--IF-->
- <meta name="if:2 Column Post" content="1"/>
- <!--Image-->
- <meta name="image:Scrollbar" content="http://24.media.tumblr.com/5d628da23049314b7c347cbbd55b6755/tumblr_movcawwYsM1ru3nbdo2_250.png"/>
- <meta name="image:Background" content="http://31.media.tumblr.com/8728d18d0b4333749186eb3ee3608b74/tumblr_movdbcThVO1ru3nbdo4_250.png"/>
- <meta name="image:Background Box" content="http://24.media.tumblr.com/d3d5276af106e14618b0db283bb7fac3/tumblr_movcawwYsM1ru3nbdo9_250.png"/>
- <meta name="image:Post Background" content="http://24.media.tumblr.com/276cc2ecee48cb1a149cf94640066906/tumblr_movdbcThVO1ru3nbdo3_250.png"/>
- <meta name="image:Sidebar Background" content="http://31.media.tumblr.com/cdedc082f3c7eeaf7c2e9ec30aacd283/tumblr_movdbcThVO1ru3nbdo1_250.png"/>
- <meta name="image:Sidebar" content="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQr5g4BJT61v59wU4CM0gJZT-q_f-SN7d6Yo30Qmdff1xPMICr1"/>
- <meta name="image:Left Side" content="http://media.tumblr.com/858cd5a348476e99c4b522d010a3457f/tumblr_inline_mlhdsdwEjl1qfamg6.png"/>
- <!--Font-->
- <meta name="font:Body" content="verdana"/>
- <!--Text-->
- <meta name="text:Link 1" content="http://"/>
- <meta name="text:Link 2" content="http://"/>
- <meta name="text:Link 3" content="http://"/>
- <meta name="text:Link 4" content="http://"/>
- <meta name="text:Link 1 title" content=""/>
- <meta name="text:Link 2 title" content=""/>
- <meta name="text:Link 3 title" content=""/>
- <meta name="text:Link 4 title" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar Color}; /*scrollbar's slider color*/
- background-image:url('{image:Scrollbar}'); /*optional background image*/
- height:100px;
- -moz-border-radius: 5px; /*these make bar rounded*/
- border-radius: 5px;
- box-shadow:-2px -2px -2px #555;
- border:3px solid {color:Link Color};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:{color:Scrollbar Color} url({image:Scrollbar}); /*scrollbar's slider color*/
- height:100px !important;
- border:3px solid {color:Link Color};
- }
- ::-webkit-scrollbar {
- background-color:#; /*scrollbar's main color*/
- background-image:url(''); /*optional background image*/
- height:13px;
- width:13px; /*width of slider*/
- }
- body{
- color:{color:Text};
- font-family:{font:Body};
- font-size:10px;
- background:{color:Background} url({image:Background}) fixed;
- }
- a{color:{color:Link Color};text-decoration:none;} a:hover{color:{color:Link Hover Color};}
- h1{color:{color:Link Color};font-size:20px;}
- blockquote{margin-left:20px;border-left:5px solid {color:Link Color};padding-left:3px;width:auto;height:auto;}
- .chat {background: {color:Navigation Bg}; margin: 0 0 -2px 0; font-family: Trebuchet MS; color: #6b5344;} /* text in chat */ .chat .chat1 {margin-left: 0px;} .chat .chat1 .chat2 {background: {color:Navigation Bg}; margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* this is the odd, means the bg will appear on the odd numbers like 1 3 5 9 and so on */ .chat .chat1 .chat2.even {background: {color:Link Hover Color};} .chat b{color: #555;} /* bold text in chat */
- #box{
- overflow:auto;
- margin-left:auto;
- margin-right:auto;
- background:{color:Bg Box Color} url({image:Background Box});
- width:900px;
- height:600px;
- margin-top:20px;
- border:10px solid {color:Border Box};
- }
- #container{
- backrgound:#555;
- {block:IndexPage}
- {block:IfNot2ColumnPost}
- width:300px;
- {/block:IfNot2ColumnPost}
- {block:If2ColumnPost}
- width:590px;
- {/block:If2ColumnPost}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:508px;
- {/block:PermalinkPage}
- margin-left:280px;
- padding:5px;
- float:center;
- }
- .post{
- border:1px solid {color:Border Post};
- padding:15px;
- padding-top:0px;
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {block:PermalinkPage}
- background:{color:Post Background} url({image:Post Background});
- float:left;
- margin:5px;
- box-shadow:1px 1px 0px #ccc;
- }
- @font-face {
- font-family: "Japan";
- src: url('http://static.tumblr.com/cc6xpwg/jKEmprvzj/japan_1_.ttf');
- }
- {block:IndexPage}
- #bg{
- width:250px;
- float:right;
- margin-left:600px;
- position:fixed;
- text-align:center;}
- .post .notes{
- background:{color:Note Background};
- margin-top:0px;
- height:0px;
- font-size:10px;
- width:25px;
- opacity:0;
- padding-top:5px;
- text-align:center;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- }
- .notes a{color:{color:Note};}
- .post:hover .notes{
- opacity:.8;
- height:20px;
- width:250px;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- }
- {/block:IndexPage}
- #sidebar{
- width:250px;
- float:left;
- height:600px;
- background:{color:Sidebar} url({image:Sidebar Background});
- position:fixed;
- text-align:center;
- border-right:10px solid {color:Border Box};
- }
- .side img{
- padding:3px;
- width:200px;
- border:5px solid {color:Navigation Bg};
- margin-top:20px;
- }
- .desc{background:{color:Description Bg});border-left:5px solid {color:Border Desc};border-right:5px solid {color:Border Desc};width:220px;padding:10px;margin-top:10px;}
- .lnk{
- margin-top:10px;
- width:200px;
- padding:5px 2px 5px 2px;
- border-radius:10px;
- background:{color:Navigation Bg};
- color:#fff;
- float:center;
- border:2px solid #;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- }
- .lnk:hover{
- background:{color:Navigation};
- border-radius:10px;
- border:2px solid {color:Navigation Bg};
- padding:3px 0px 3px 0px;
- box-shadow:1px 0px 1px #A79C8E;
- -webkit-transition: opacity 0.25s linear;
- -webkit-transition: all 0.25s linear;
- -moz-transition: all 0.25s linear;
- }
- .lnk a{color:{color:Navigation};-webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;}
- .lnk a:hover{color:{color:Link Color};-webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;}
- .extras{border-top:1px dashed {color:Text};border-bottom:1px dashed {color:Text};}
- .cred{
- bottom:5px;
- right:-75px;
- position:fixed;
- font-family:'Japan';
- font-size:25px;
- -webkit-transition:all .9s ease;-moz-transition:all .9s ease;transition:all .9s ease;-o-transition:all .9s ease;
- }
- .cred a:hover{
- color:#000;
- }
- .cred:hover{
- right:5px;
- -webkit-transition:all .8s ease;-moz-transition:all .8s ease;transition:all .8s ease;-o-transition:all .8s ease;
- }
- .pagination {
- display: none;
- }
- #paginacaoml {font-family: verdana;font-size: 11px; font-weight: bold;-moz-border-radius: 10px; -webkit-border-radius:10px;}
- #paginacaoml a {background: {color:Navigation Bg};margin: 1px; padding: 2px 5px; color: #fff; text-decoration: none;-moz-border-radius: 10px; -webkit-border-radius:10px;}
- #paginacaoml a:hover {background: #fff; border: none;color:{color:Navigation Bg};text-decoration: none;}
- #paginacaoml span.pagina_atual {background: #eee;margin: 1px; padding: 2px 5px; color: #666; text-decoration: none; -moz-border-radius: 10px; -webkit-border-radius:10px; }
- #paginacaoml span.info { margin: 1px; padding: 2px 4px; color: #777; text-decoration: none;}
- .artcover {position:absolute;}
- .artcover img {width:42px;height:42px;float:left;border:5px solid #EEE;}
- .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
- .audioinfo {margin-left:55px;padding:3px 0px;}
- .i{display:block;padding:2px;}
- .i b, strong{font-family:Consolas;}
- .player {
- position:absolute;
- background:#FFF;
- width:30px;
- height:30px;
- opacity:0.75;
- padding:4px;
- margin:7px;
- overflow:hidden;}
- .bubble {align:right;background-color: {color:Navigation Bg}; color: {color:Navigation}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble a{color:{color:Link Hover Color};}
- .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:Navigation Bg};}
- .askborder {float: left;margin: 1px 2px 0 0;padding: 2px; background: {color:Border Desc};}
- {CustomCSS]</style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#container');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.post',
- });
- });
- $container.infinitescroll({
- itemSelector : ".post",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/cc6xpwg/NZnmrxnhv/bubble.txt"></script>
- </head>
- <body>
- <div id="box">
- <div id="sidebar">
- <div class="side"><img src="{image:Sidebar}"></div>
- <div class="desc">{description}</div>
- <center>
- <div class="lnk"><a href="/">Home</a></div>
- <div class="lnk"><a href="/ask">Ask</a></div>
- <div class="lnk"><a href="/archive">Archive</a></div>
- <div class="lnk"><a href="http://themesby13cams.tumblr.com/">Credit</a></div>
- <br>
- <a href="{text:Link 1}" class="extras">{text:Link 1 Title}</a>
- <a href="{text:Link 2}" class="extras">{text:Link 2 Title}</a>
- <a href="{text:Link 3}" class="extras">{text:Link 3 Title}</a>
- <a href="{text:Link 4}" class="extras">{text:Link 4 Title}</a>
- <br><br>
- <div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="5"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination} </div>
- <br><br>
- </center>
- </div>
- {block:IndexPage}
- {block:IfNot2ColumnPost}
- <div id="bg"><img width="250px" src="{image:Left Side}"/></div>
- {/block:IfNot2ColumnPost}{/block:IndexPage}
- <div id="container">
- {block:Posts}
- <div class="post">
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {block:Text}{Body}
- {block:IndexPage}<div style="text-align:right;background:#F1BBBA;padding:5px 2px 5px 2px;color:#fff;"><a href="{ReblogURL}"><font color="white">Reblog</font></a> - <a href="{Permalink}"><font color="white">{NoteCountWithLabel}</font></a></div>{/block:IndexPage}{/block:Text}
- {block:Photo}
- {block:IndexPage}<div class="notes"><a href="{ReblogURL}">Reblog</a> - <a href="{Permalink}">{NoteCountWithLabel}</a></div>
- <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:IndexPage}
- {block:PermalinkPage}<a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}<div style="text-align:right;background:#F1BBBA;padding:5px 2px 5px 2px;color:#fff;"><a href="{ReblogURL}"><font color="white">Reblog</font></a> - <a href="{Permalink}"><font color="white">{NoteCountWithLabel}</font></a></div>{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div style="text-align:center;font-family:Japan;font-size:25px;">{Quote}</div>
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {block:IndexPage}<div style="text-align:right;background:#F1BBBA;padding:5px 2px 5px 2px;color:#fff;"><a href="{ReblogURL}"><font color="white">Reblog</font></a> - <a href="{Permalink}"><font color="white">{NoteCountWithLabel}</font></a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Video}
- {block:IndexPage}
- {Video-250}<div style="text-align:right;background:#F1BBBA;padding:5px 2px 5px 2px;color:#fff;">{PlayCountWithLabel} - <a href="{ReblogURL}"><font color="white">Reblog</font></a> - <a href="{Permalink}"><font color="white">{NoteCountWithLabel}</font></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div style="text-align:right;background:#F1BBBA;padding:5px 2px 5px 2px;color:#fff;"><a href="{ReblogURL}"><font color="white">Reblog</font></a> - <a href="{Permalink}"><font color="white">{NoteCountWithLabel}</font></a></div>{/block:IndexPage}
- {/block:Link}
- {block:Chat}
- <div class="chat">
- <div class="chat1">
- {block:Lines}
- <div class="chat2 {Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}</div>
- {/block:Lines}
- </div> </div>
- {block:IndexPage}<div style="text-align:right;background:#F1BBBA;padding:5px 2px 5px 2px;color:#fff;"><a href="{ReblogURL}"><font color="white">Reblog</font></a> - <a href="{Permalink}"><font color="white">{NoteCountWithLabel}</font></a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="artcover">
- <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
- <div class="audioinfo"><div class="i"><b>TITLE: </b><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><b>ARTIST: </b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
- <div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
- {block:IndexPage}<div style="text-align:right;background:#F1BBBA;padding:5px 2px 5px 2px;color:#fff;"><a href="{ReblogURL}"><font color="white">Reblog</font></a> - <a href="{Permalink}"><font color="white">{NoteCountWithLabel}</font></a></div>{/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder"><div class="bubble"><span></span>{Asker} asked: {Question} </div>{Answer}
- {block:IndexPage}<div style="text-align:right;background:#F1BBBA;padding:5px 2px 5px 2px;color:#fff;"><a href="{Permalink}"><font color="white">{NoteCountWithLabel}</font></a></div>{/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} notes
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div></div>
- <!--I love you for not deleting this.-->
- <div class="cred"><a href="http://themesby13cams.tumblr.com" target="_blank"><font size="4" color="deepskyblue" face="japan">13</font>cameras</a></div><!--Thank you for letting the credit stay!-->
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment