Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme por 40kmdevoce | não copie ou estará fodido. -->
- <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <head>
- <script type="text/javascript">
- function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
- </script>
- <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;
- }
- }
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#000000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:link" content="#888" />
- <meta name="color:linkhover" content="#eeeeee" />
- <meta name="color:scrollbar" content="#000" />
- <meta name="color:link1" content="#fff" />
- <meta name="color:link2" content="#000" />
- <meta name="color:linkhover1" content="#f1f1f1" />
- <meta name="color:linkhover2" content="#fff" />
- <meta name="color:linkhover3" content="#f1f1f1" />
- <meta name="color:linkhover4" content="#fff" />
- <meta name="color:linkhover5" content="#f1f1f1" />
- <meta name="color:linkhover6" content="#fff" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="http://static.tumblr.com/qen6wvw/RWsm2pjgh/tumblr_lxpa974lhp1r7m6s0o5_250.png" />
- <meta name="if:Show tags" content="1"/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <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">
- body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
- blockquote img{max-width: 470px!important}
- blockquote blockquote img{max-width: 450px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 410px!important}
- #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
- #entry {float: left; margin-left: 273px;}
- .posts {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .pquotesource a, a:hover{text-transform: none;}
- .chat{line-height: 12px; list-style: none}
- .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
- .person1 {background-color: {color:link}; color: {color:background}}
- .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
- .person2 {background-color: {color:background}; color: {color: text}}
- .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
- .player {background-color: #000; text-align: left; display:block;}
- #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
- .answer {padding: 2px}
- .answer img {max-width: 470px;}
- #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
- #info a {font-size: 9px;}
- .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 1px; font-size: 9px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
- .notes img{display: none; border:0px}
- #damon {position: fixed; margin: 0px 0px 0px 12px;}
- .cah a {display: block; font-family: verdana; font-size: 10px; text-align: center; width: 82px; height: auto; background-color: {color:bgmenu}; color:{color:linkmenu}; text-decoration: none; padding:6px 12px 5px 11px; overflow:hidden; margin-bottom:1px; margin-left:-4px; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.8s linear; transition: all 0.4s linear}
- .cah a:hover{background-color:{color:bgmenu hover}; text-align:center;letter-spacing: 1px; color:{color:linkmenu hover};}
- /* sidebars */
- #sidebar1 {width: 321px; left: 112px; height:40px; top:206px; padding: 5px; background-color: {color:sbar};
- text-align: center; position: fixed}
- #sbar2 {width: 224px; float: left; margin-left:-65px; height:203px; margin-top:25px; padding: 6px; background-color: {color:sbar}; text-align: center; position: fixed; padding:5px;}
- #sbar3 {margin-left:-56px; margin-top:25px; padding: 5px; text-align: center; position: fixed; width: 215px; background-color: {color:sbar}; height:150px;}
- #sbarc {width: 327px; float: left; margin-left:-65px; height:10px; margin-top:240px; padding: 6px; background-color: {color:sbar}; text-align: center; position: fixed; padding:6px;}
- #sbar4 {width: 110px; float: left; margin-left:25px; height:12px; margin-top:220px; padding: 6px; background-color: {color:sbar}; text-align: center; position: fixed; padding:5px;}
- #sbar5 {width: 329px; float: left; margin-left:-65px; height:18px; margin-top:263px; padding: 0px; background-color: {color:sbar}; text-align: center; position: fixed; padding:5px;opacity:0.8; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
- #sbar5:hover {opacity:1.0}
- #sbar6 {margin-left:140px; margin-top:300px; padding: 5px; text-align: center; position: fixed; background-color:; font-size: 16px; font-family: georgia;}
- #sbar8 {margin-left:850px; margin-top:500px; padding: 5px; text-align: center; position: fixed; background-color:}
- /* LINKS COLORIDOS */
- #links {width: 51px; float: left; margin-left:957px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
- #links a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #links:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #links2 {width: 51px; float: left; margin-left:899px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
- #links2 a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #links2:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #links3 {width: 51px; float: left; margin-left:304px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #links3 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
- #links3 a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #links3:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #sidlinks a {margin-top: 0px; margin-left: 159px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: lowercase; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
- #sidlinks a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; font-weight: bold;}
- #sidlinks2 a {margin-top: 18px; margin-left: 159px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
- #sidlinks2 a:hover {color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; font-weight: bold;}
- #sidlinks3 a {margin-top: 36px; margin-left: 159px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
- #sidlinks3 a:hover {color: {color:linkhover5}; background-color: {color:linkhover6}; text-align: center; font-weight: bold;}
- #sidlinks4 a {margin-top: 54px; margin-left: 159px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
- #sidlinks4 a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; font-weight: bold;}
- #sidlinks5 a {margin-top: 72px; margin-left: 159px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
- #sidlinks5 a:hover {color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; font-weight: bold;}
- #sidlinks6 a {margin-top: 90px; margin-left: 159px; float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
- #sidlinks6 a:hover { color: {color:linkhover5}; background-color: {color:linkhover6}; text-align: center; font-weight: bold;}
- /* QUADRADINHOS */
- #home {width: 24px; position: fixed; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 4px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
- #twitter {width: 24px; position: fixed; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 25px; margin-left: 4px; opacity: 0.9; margin-top: 41px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
- #botaodelike {width: 170px; height: 40px; position: fixed; background-color:; margin-left: 10px; margin-top: 152px; z-index:2}
- /* descrição */
- .sdescri {text-align: justify; margin-top: 0px; margin-left: 50px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; color: {color:textsidebar}; padding: 10px; background-attachment: fixed; height: 80px; width:100px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; opacity:0; letter-spacing: -1px; font-style: normal; box-shadow: 0px 5px 20px rgba(0,0,0,0.35); background-color: #dfdfdf;}
- .sdescri:hover{opacity:1; background-color: #dfdfdf; width:193px; height: 109px;}
- #simg{
- float: left; margin-top: 0px; margin-left: 38px; height: 128;
- width:120px;
- position: absolute;
- background-color: {color:sidebar}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;
- }
- #simgg {margin-top: 3px; margin-bottom: 5px;}
- #simgg img{width: 112px; height: 121px}
- ::-webkit-scrollbar{width:7px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- /*** Paginação by madlyluv.com ***/#paginacaoml {margin-top: 0px; font-family: verdana; font-size: 8px; line-height: 20px;
- }#paginacaoml a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
- #paginacaoml a:hover {background: {color:post}; color: {color:text}; border: none;}
- #paginacaoml span.pagina_atual {background: {color:post}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; 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;}
- .pg {margin-left: 159px; background-color: {color:sidebar}; width:90px; margin-top: 108px;}
- #credit{background-color: {color:sidebar}; color: {color:text}; text-align: center; font-size: 9px; width:203px; height:12px; position: fixed; margin-left: 50px; margin-top:129px; padding: 4px; font-family: verdana;position: fixed; }
- </style>
- <body>
- <div id="container">
- <div id="damon">
- <div id="simg">
- <div id="simgg"><img src="{image:sidebar}">
- </div></div>
- <div id="sidlinks">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- </div>
- <div id="sidlinks2">
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
- </div>
- <div id="sidlinks3">
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </div>
- <div id="sidlinks4">
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- </div>
- <div id="sidlinks5">
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
- </div>
- <div id="sidlinks6">
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div>
- <div id="home"><a href="http://www.facebook.com/nathallygabrielly"><img src="http://25.media.tumblr.com/tumblr_m125msRIki1r0i4t1o1_250.png" width=15px"><p>F.book</a></div>
- <div id="twitter"><a href="http://twitter.com/pqp_naathy"><img src="http://static.tumblr.com/kwaqeuc/3s5m09y3k/picons03.png">twitter</a></div>
- <div class="pg"><div id="paginacaoml">
- {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}
- </div></div></div>
- <div id="credit">© theme by <a href="http://40kmdevoce.tumblr.com/"> <b>40kmdevoce</b></a>; <a href= "http://d-esvaneio.tumblr.com/"> +</a> <a href="http://luccasbataglia.tumblr.com/">+</a></a></div>
- <div class="sdescri">{description}</div>
- <div id="botaodelike"><script src="http://connect.facebook.net/pt_BR/all.js#xfbml=1"></script><fb:like layout="button_count" show_faces="false" href="http://www.facebook.com/vishmarianathy"></fb:like></div>
- <div id="entry">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:Quote}
- <div class="pquote">“{Quote}”</div>
- {block:Source}<div class="pquotesource"> — {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div id="asker"><b>{Asker} asked:</b> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div></div>
- <br>
- <div id="info">
- {block:Date}{block:IfShowTags}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>{/block:IfShowTags}
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
- {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment