Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <!--
- --------------------------------------------------------------------------
- | |
- | STRIPED theme BY Dana Teruel | | |
- | remove the credit and i will go to your house and steal your fridge. ;>|
- | |
- --------------------------------------------------------------------------
- -->
- <head>
- <!-- starting animation -->
- <link href='http://static.tumblr.com/blpgwiz/gGtm404un/rotate.css' rel='stylesheet' type='text/css'>
- <!-- starting animation -->
- <!-- pop up animation -->
- <link href='http://static.tumblr.com/blpgwiz/0Ndm8oaiy/rotate_and_groww.css' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style>
- /** Hover status**/
- #status{
- position:fixed !important;
- left:-1000px; padding-top:12px;
- bottom:0px;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:34px;
- overflow:hidden;
- border:3px solid #ffdfdf;
- -moz-border-radius: 17px 17px 17px 17px;
- border-radius:17px 17px 17px 17px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background: #fff;
- z-index:999;
- }
- #status:hover{
- border:3px solid #ffdfdf;
- padding:5px;
- height:55px;
- width:140px;
- -moz-border-radius: 0px 0px 0px 0px;
- border-radius:0px 0px 0px 0px;
- }
- /** Hover Status **/
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #fcf; /*--Other Stuff Background Color--*/
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- -webkit-animation: fly 3s linear normal ;
- -webkit-animation-duration: 3s;
- -moz-animation: fly 3s linear normal ;
- -moz-animation-duration: 3s;
- animation: fly 3s linear normal ;
- animation-duration: 3s;
- display: none; /*--hidden by default--*/
- background: #fff; /*Pop Up background Color*/
- padding: 20px;
- border: 20px solid #ddd; /*--Border color and width--*/
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- </style>
- <div id="02" class="popup_block">
- <p><iframe frameborder="0" height="150" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/dasfasfklajsfkljask.tumblr.com" width="100%"></iframe> <!—[if IE]><script type="text/javascript">document.getElementById(‘ask_form’).allowTransparency=true;</script><![endif]—></p>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!-- pop up animation -->
- <!-- ask -->
- </script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script> $(document).ready(function() { // $('a.poplight[href^=#]').click(function() { var popID = $(this).attr('rel'); //Get Popup Name var popURL = $(this).attr('href'); //Get Popup href to define size var query= popURL.split('?'); var dim= query[1].split('&'); var popWidth = dim[0].split('=')[1]; //Gets the first query string value $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" class="btn_close" title="Close" alt="Close" /></a>'); var popMargTop = ($('#' + popID).height() + 80) / 2; var popMargLeft = ($('#' + popID).width() + 80) / 2; //Apply Margin to Popup $('#' + popID).css({ 'margin-top' : -popMargTop, 'margin-left' : -popMargLeft }); $('body').append('<div id="fade"></div>'); $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) return false; }); $('a.close, #fade').live('click', function() { $('#fade , .popup_block').fadeOut(function() { $('#fade, a.close').remove(); //fade them both out }); return false; }); }); </script>
- <!-- ask -->
- <!-- Pop ups -->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lprqb3zExH1qcn2vb.png" class="btn_close" title="Close Window" alt="Close" /></a>');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!-- Pop ups -->
- <!-- meta names/tags -->
- <meta name="color:line1" content="#000" />
- <meta name="color:line2" content="#000" />
- <meta name="color:line3" content="#000" />
- <!-- stats -->
- <meta name="text:stat1" content="" />
- <meta name="text:stat2" content="" />
- <meta name="text:stat3" content="" />
- <meta name="text:stat4" content="" />
- <!-- link titles -->
- <meta name="text:link1Title" content="/" />
- <meta name="text:link2Title" content="/" />
- <meta name="text:link3Title" content="/" />
- <meta name="text:link4Title" content="/" />
- <meta name="text:link5Title" content="/" />
- <!-- link urls -->
- <meta name="text:link1Url" content="/" />
- <meta name="text:link2Url" content="/" />
- <meta name="text:link3Url" content="/" />
- <meta name="text:link4Url" content="/" />
- <meta name="text:link5Url" content="/" />
- <!-- images -->
- <meta name="image:swap1" content="/" />
- <meta name="image:swap2" content="/" />
- <meta name="image:AskBackground" content=""/>
- <meta name="image:AskBanner" content=""/>
- <meta name="image:scrollbar" content="" />
- <!-- ifs -->
- <meta name="if:Glowing Sidebar" content="/" />
- <meta name="if:Show Title" content="" />
- <!-- colors -->
- <meta name="color:text" content="#000" />
- <meta name="color:background" content="#000" />
- <!-- meta names/tags -->
- <!-- fonts -->
- <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
- <!-- fonts -->
- <!-- Infinite Scrolling -->
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <!-- infinite scrolling -->
- <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}
- <style type="text/css">
- /** sepia effect **/
- img:hover {
- -webkit-filter: sepia(100%);
- }
- /** sepia effect **/
- /** scrollbar **/
- ::-webkit-scrollbar {
- height: 12px;
- width: 10px;
- background: #CD6090;
- }
- ::-webkit-scrollbar-thumb {
- background-image:url({image:scrollbar});
- border:1px solid #EEE0E5;
- -webkit-border-radius: 5ex;
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
- }
- ::-webkit-scrollbar-corner {
- background: #transparent;
- }
- /** scrollbar **/
- /** ask **/
- .popup_block{ display: none; background: {color:askcolor}; background-image: url({image:AskBackground}); padding: 10px; font-family: Garamond; float: left; font-size: 10px; position: fixed; top: 50%; left: 50%; z-index: 2; border: 2px solid #363636; -moz-box-shadow: 0 0 5px #CFCFCF; -webkit-box-shadow: 0 0 5px #CFCFCF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } img.btn_close { float: right; margin: -5px -5px 0 0; } *html .popup_block { position: absolute; }
- /** ask **/
- /** Navi **/
- div.button a{
- display: inline-block;
- color: #a8a8a8;
- background-color:#f1e9ec;
- height:15px;
- width:270px;
- padding-left:5px;
- padding-top:2px;
- border-right:8px solid #938b8e;
- }
- div.button a:hover{
- width:132px;
- text-align:right;
- border-right:65px solid #938b8e;
- padding-right:2px;
- color: #a8a8a8;
- background-color:#f1e9ec;
- -webkit-transition: 0.5s
- }
- /** Navi **/
- /** Pagination **/
- #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;} #paginacaoml a {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;} #paginacaoml a:hover {background: #cor de fundo; border: none;} #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;} #paginacaoml span.info {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color:#cor da fonte; text-decoration: none;}
- /** Pagination**/
- /** Image swap **/
- .img_one:hover .img_two{
- opacity: 1.0;
- -webkit-transition: 2s ease-in-out;
- -moz-transition: 2s ease-in-out;
- -o-transition: 2s ease-in-out;
- }
- .img_one img{
- width: 280px;
- height: 250px;
- }
- .img_one{
- -webkit-transition-duration:3s;
- -moz-transition-duration: 3s;
- -o-transition-duration: 3s;
- float:left;
- margin-right:10px;
- margin-top: 10px;
- }
- .img_two img{
- width: 280px;
- height: 250px;
- }
- .img_two{
- margin-right:10px;
- margin-top: -270px;
- position:absolute;
- z-index:3;
- opacity:0;
- -webkit-transition: 2s ease-in-out;z
- -moz-transition:: 2s ease-in-out;
- -o-transition: 2s ease-in-out;
- }
- /** image swap **/
- body{
- color:{color:text};
- font-family:verdana;
- font-size:10px;
- background-color:{color:background};
- }
- #rawr{
- color:black;
- font-family:arial bold;
- font-size:12px;
- background-color:#000;
- background-image:url(http://media.tumblr.com/tumblr_lr3lx7rPc91qf72le.png);
- }
- h1, big{
- color: #a8a8a8;
- font-family: "megrim";
- font-size:40px;
- line-height:30px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:;
- margin:0px;
- padding:0px;
- text-align:center;
- }
- h3{
- color: #898989;
- font-family: "";
- font-size:30px;
- line-height:14px;
- letter-spacing:1px;
- font-weight:normal;
- margin:0px;
- padding:0px;
- margin-bottom:-0px;
- text-align:left;
- }
- h2{
- color: #898989;
- font-family: "";
- font-size:30px;
- line-height:27px;
- letter-spacing:1px;
- font-weight:normal;
- margin:0px;
- padding:0px;
- margin-bottom:-0px;
- text-align:center;
- }
- #stats{
- color:pink;
- font-family:comic sans ms;
- font-size:13px;
- }
- #top{
- width:508px;
- margin-left:400px;
- background-color:#fff;
- position:absolute;
- padding:5px;
- }
- #post{
- padding:5px;
- background-color:#fff;
- width:500px;
- float:left;
- margin:3px;
- -webkit-animation: rotateIn 2.5s;
- -moz-animation: rotateIn 2.5s;
- -ms-animation: rotateIn 2.5s;
- }
- #sidebar1{
- background-color:#fff;
- width:280px;
- margin-top:8px;
- margin-left:100px;
- position:absolute;
- padding:3px;
- {block:ifGlowingSidebar}
- -moz-box-shadow: 0 0 5px #000;
- -webkit-box-shadow: 0 0 5px #000;
- {/block:ifGlowingSidebar}
- }
- #line1{
- background-color:{color:line1};
- width:10px;
- height:1000;
- margin-top:-10px;
- margin-left:10px;
- position:fixed;
- padding:3px;
- }
- #line2{
- background-color:{color:line2};
- width:4px;
- height:1000;
- margin-top:-10px;
- margin-left:30px;
- position:fixed;
- padding:3px;
- }
- #line3{
- background-color:{color:line3};
- width:12px;
- height:1000;
- margin-top:-10px;
- margin-left:45px;
- position:fixed;
- padding:3px;
- }
- /** Pop ups **/
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff
- padding: 20px;
- border: 20px solid #ddd;
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -50px -50px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- h2{font: 9pt cambria !important; font-weight:normal; line-height:20px; margin:0px; color: #6c9ab0;}
- /** Pop ups **/
- {CustomCSS]</style>
- </head>
- <body>
- <!-- hover status-->
- <div id="status">
- <img src="http://media.tumblr.com/tumblr_lm6pmyp6DC1qfoi4t.gif" style="margin-left: 3px; margin-bottom: 3px;">
- <br><br>
- <center>
- *insert something here!*
- </center>
- </div>
- <!-- hover status-->
- <!-- line 1 -->
- <div id="line1">
- <br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br>
- </div>
- <!-- end line 1 -->
- <!-- line 2 -->
- <div id="line2">
- <br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br>
- </div>
- <!-- end line 2-->
- <!-- start line 3 -->
- <div id="line3">
- <br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br>
- </div>
- <!-- end line 3 -->
- <!-- sidebar 1-->
- <div id="sidebar1">
- <center> <img src="http://i839.photobucket.com/albums/zz313/galacutie_bucket/jhgkjse.png?t=1324763896"> </center>
- {block:ifShowTitle}
- <H1>{Title}</h1> <br>
- {/block:ifShowTitle}
- <center> <img src="http://i765.photobucket.com/albums/xx293/Claudinenetto/Divisorias%20para%20posts/barrinha50.gif"> </center>
- <div class="img_one">
- <a href=""><img src="{image:Swap1}" border="0" width= "300px" /></a>
- <div class="img_two"><div class="d_con"><br /><img src="{image:swap2}" /></div></div>
- <br>
- </div><br>
- <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
- <center><h1>Linkies</h1></center>
- <div class="button">
- <a href="/">Home</a>
- <a href="#?w=500" rel="02" class="poplight">Ask</a>
- <a href="#?w=500" rel="more" class="poplight"> More Links </a>
- </div>
- <br> </br>
- {Description}
- <br></br>
- <center> <img src="http://i991.photobucket.com/albums/af37/mstrawberry24/tumblr_lqohfdxctp1qapbyt.gif"> </center>
- <br>
- <center><h1>Disclaimer</h1></center>
- <br>
- I do not own anything posted on this blog unless I state so otherwise. All credit goes to the rightful owners, if you feel something has been poorly credited, please message me so I can rectify this issue. Anything I have watermarked is 100% my property and should always be reblogged, not reposted. No copyright infringement intended.
- <br>
- <center> <img src="http://i748.photobucket.com/albums/xx122/luuuh/divisorias/barinhas36.gif"> </center>
- <h1> Statistics </h1>
- <br>
- <div id="stats">
- <img src="http://th98.photobucket.com/albums/l256/SoccerE92/myspace/th_ht13.gif"><a href="/">{text:stat1}</a><br>
- <img src="http://th98.photobucket.com/albums/l256/SoccerE92/myspace/th_ht13.gif"><a href="/">{text:stat2}</a><br>
- <img src="http://th98.photobucket.com/albums/l256/SoccerE92/myspace/th_ht13.gif"><a href="/">{text:stat3}</a><br>
- <img src="http://th98.photobucket.com/albums/l256/SoccerE92/myspace/th_ht13.gif"><a href="/">{text:stat4}</a><br>
- </div>
- </div>
- </div>
- <!-- sidebar 1-->
- <div id="top">
- <div id="more" class="popup_block">
- <h2> More Links </h2>
- <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/markinha1.gif"><a href="{text:Link1Url}">{text:Link1Title}</a><br>
- <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/markinha1.gif"><a href="{text:Link1Ur2}">{text:Link2Title}</a><br>
- <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/markinha1.gif"><a href="{text:Link1Ur3}">{text:Link3Title}</a><br>
- <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/markinha1.gif"><a href="{text:Link1Ur4}">{text:Link4Title}</a><br>
- <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/markinha1.gif"><a href="{text:Link1Ur5}">{text:Link5Title}</a><br>
- </div>
- {block:Posts}
- <div id="rawr">
- Posted on {DayofWeek} - {NoteCountWithLabel}
- <div id="post">
- {block:Title}{Title}{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {Video-500}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- {Asker} asked <b>{Question}</b><Br>
- {Answer}
- {/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}
- <!-- pagination -->
- <center>
- <div id="paginacaoml"><span class="info" style="font-weight: normal;">Page <b>{CurrentPage}</b> of <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="10"} {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>
- </center>
- <!-- Pagination -->
- </div>
- <!-- Striped THEME BY Dana Teruel
- remove the credits and my bunny will go to your house and steal your fridge. c: -->
- <div style="float: right; background: white; padding: 3px; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://theblog-studio.tumblr.com">credit</a></div>
- </body>
- <div id="02" class="popup_block"> <Center><p><IMG SRC="{image:askbanner}" ALT="Ask Banner" width="400" height="80"></p> <font size="5" color="{color:text}"><p><small><small>Theme by Dana Teruel</small></small></p><p>{text:AskHeader}<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/YOURTUMBLRUSERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"> </center></div> </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement