Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
- Tutoriais por ilovethemes and htmluv
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ---->
- <html>
- <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;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <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>
- <!-- APPERENCE OMDG -->
- <meta name="color:background" content="#F8F8FF" />
- <meta name="color:link" content="#8B8682" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:post" content="#FFFFFF" />
- <meta name="color:sidebar" content="#FFFFFF" />
- <meta name="color:sombra" content="#696969" />
- <meta name="color:text links" content="#8B8989" />
- <meta name="color:borda" content="#CDC9C9" />
- <meta name="color:tags" content="#FFC0CB" />
- <meta name="color:frase" content="#8B8682" />
- <meta name="color:linhadopost" content="#FFFFFF" />
- <meta name="color:bordaimg" content="#CDC9C9" />
- <meta name="color:borda2" content="#FFC0CB" />
- <meta name="color:textdescription" content="#696969" />
- <meta name="color:bghover" content="#FFC0CB" />
- <meta name="color:linha" content="#8B8682" />
- <meta name="color:linha1" content="#FFC0CB" />
- <meta name="color:abc" content="#FFC0CB" />
- <meta name="color:scrollbar" content="#fff" />
- <meta name="color:bgask" content="#F8F8FF" />
- <meta name="color:linkshover" content="#fff" />
- <meta name="text:frase1" content="Eu você e a nossa casinha"/>
- <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/1mgmcxwwy/varios_bg.jpg">
- <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/PDgmczdi7/ti.jpg" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link6" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link7" />
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <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}
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {background-color: {color:background}; font-family: tahoma; 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:sidebar}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidebar};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:sidebar}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidebar}; }
- 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}
- /*posts*/
- #omdg {float: left; margin-left: 419px; margin-top: -2px;opacity:1; border: 8px double{color:linhadopost};overflow: hidden; }
- .baseduh {width: 480px; background-color: {color:post};
- padding: 7px; margin-bottom: 1px; text-align:left;
- font-family: tahoma; font-size: 10.5px; position: relative;}
- h1 {font-family: tahoma; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
- .baseduh1 {font-family: "tahoma"; text-align: center;
- font-size: 14px; line-height: 15px; padding: 4px;}
- .baseduh2 {text-align: center; text-transform: none;
- margin-bottom: 5px;}
- .baseduh2 a, a:hover{text-transform: none;}
- /* Chat por Anna (livelikeasuicide) *********/
- .chat {background:{color:posts}; margin: 0; font-size:
- 10px; font-family: trebuchet ms;}
- .chat .chat1 {margin-left: 0px;font-size:
- 8px; }
- .chat .chat1 .chat2 {font-weight: bold; background:{color:posts}; color:{color:text};font-size: 10px; border:1px solid {color:background};
- margin-bottom: 1px; padding: 4px 5px 4px 5px; font-family: trebuchet ms;} /* Primeira linha */
- .chat .chat1 .chat2.even {background:{color:background};
- color:{color:text};font-size:
- 9px;font-weight: bold; } /* Segunda linha */
- .chat .chat1 .chat2 span{font-weight: bold; }
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #181818; text-align: justify; display:block;}
- .image {text-align:center; border: 0px}
- .image img {max-width: 470px; margin-bottom: 2px }
- .image img:hover {border: 2px solid {color:borda2};}
- /*NEGRITO ITALICO E SUBLINHADO*/
- b, strong, bold {color:{color:abc};}
- u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
- i, em{color:{color:text};}
- /* asker by o-mundo-de-uma-garota */
- .asker {width: 480px; background-color: {color:bgask}; color:{color:text}; padding: 10px}
- .asker img{float: left;border: 2px double {color:borda2}; margin: 0px 24px 12px 0; }
- .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 17px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
- .asker a:hover{font-size: 11px; color:{color:link}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
- .answer {padding: 4px}
- .answer img {max-width: 470px;}
- #date {text-align: left; font-size: 8px;background:{color:background}; font-family: tinytots; text-transform: lowercase; z-index: 11;}
- #date a {font-size: 8px;}
- .tags {color: {color:tags}; background:{color:background}; font-size: 8px; font-family: "verdana"; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 8px; color: {color:tags}; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px;background:{color:background}; margin-top: 5px; margin-bottom: 10px; font-size: 8px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:background}; margin-bottom: 5px; padding: 5px; }
- .notes img{display: none; border:0px}
- /********IMAGEM DA DUDA*******/
- #sidebarimg {left: 134px;
- top: 95px;
- position:fixed;
- overflow:hidden;
- background-color: ;
- height:232px;
- width: 233px;
- border:8px solid {color:bordaimg} ;
- padding:3px;
- padding-bottom: 3px; opacity: 0.8;
- -webkit-border-radius: 0px 0px 0px 0px;}
- /*** DETALHES DA FOTO BY (OMDG)***/
- #dugg {width: 236px;
- position:fixed;
- height:238px;
- background-image:url(http://static.tumblr.com/8jq17g7/ZRflvr254/screen-pattern.png);
- margin:135px;
- background-repeat: repeat;
- box-shadow: 0 0 40px rgba(0, 0, 0, 0.9) inset;
- -webkit-transition-duration: 0.6s; opacity:0;
- margin-top:95px; ;}
- /*** detalhe by o-mundo-de-uma-garota***/
- #dugg:hover{opacity:1;}
- /* ------------------------------------FIM-------------------*/
- #links {display: block; font-family: calibri; font-size: 9px; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:0.9; border-bottom: 3px solid #d6e5e9; word-spacing:2px; position: fixed; margin-top: 384px; margin-left: 167px;}
- #links a {width:110px; display: block; font-family: calibri; font-size: 9px; color:{color:text links}; text-transform:uppercase; letter-spacing:1px; opacity:0.9; word-spacing:2px; background-color:{linkshover}; margin-top: 1px; padding: 9px 3px 8px 3px}
- #links a:hover {opacity:0.9; background-color:{color:bghover}; color:{color:sombra};}
- /* ****************** TITULOOO*/
- #imsureduh1{
- background-color:{color:bordaimg};
- padding: 0px;
- height:25px;
- line-height:23px;
- float:left;
- position:fixed;
- margin-left:112px;
- margin-top: 45px;
- width:143px;
- font-family: 'LavanderiaRegular';
- font-size:22px;
- letter-spacing:0px;
- text-align: left;
- color:{color:frase}; letter-spacing:-1px;
- z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
- }
- #barra {position: fixed; margin-left: 112px; width:288px; height: 25px; background-color:{color:bordaimg}; background-image: url('{image:fudinho}'); margin-top: 45px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(180deg);}
- #imsureduh2{
- background-color:transparent;
- padding: 0px;
- height:18px;
- line-height:16px;
- float:left;
- position:fixed;
- margin-left:284px;
- margin-top: 66px;
- width:196px;
- font-family:'LavanderiaRegular' ;
- font-size:16px;
- letter-spacing:0px;
- text-align: left;
- color: {color:frase}; letter-spacing:-1px;
- z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
- }
- /*****************FONTES AQUI **************/
- @font-face {
- font-family: 'LavanderiaRegular';
- src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
- src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
- url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
- url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
- font-weight: normal;
- font-style: normal;}
- @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- @font-face {font-family: "Edo"; src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
- /* ============================FIM==========================*/
- /***DESCRIÇÃO ***/
- #notinholaduda {margin-left: 126px;
- margin-top: 302px;
- width:245px;
- font-size: 11px;
- height: 28px;
- text-align: center;
- background-color:{color:bordaimg};
- font-family:georgia;
- color: {color:textdescription};
- position: fixed;
- z-index:99;padding: 5px;
- -webkit-transition: 1s ease-in;
- line-height: 10px;
- -moz-transition: 1s ease-in;
- transition: 1s ease-in;
- overflow: hidden;
- opacity: 0.6;
- border-top: 3px dotted transparent;}
- /*** BARRINHA ***/
- #estela1 {position: fixed; margin-left: 112px; width:288px; height: 340px; background-color:{color:sidebar}; background-image: url('{image:fudinho}'); margin-top: 43px; -webkit-transform: rotate(0deg);-webkit-border-radius: 20px 20px 0px 0px; -webkit-transform: rotate(180deg);border-top: 4px solid {color:borda};box-shadow: -5px -5px 9px {color:sombra};}
- /* PAGINATION*/
- #pagination {position:fixed; margin-top:355px; margin-left:320px;}
- #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:29px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #credito a {color: {color:textdescription}; font-weight: bold; opacity: 10;}
- #credito a:hover {opacity: 0.7; border-left: 0px;}
- .creditosaduh img { width:220px; height: 250px;left:205px; text-align:center; margin-top: 10px; position: fixed;}
- /***LINKS BY DUDA.R***/
- #nossadudex {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 28px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 20px 20px 0px 0px; margin-top: 53px; margin-left: 255px; z-index: 1; position: fixed; text-align: center; height: 25px; border:0px solid ; text-transform: none; }/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- #nossadudex1 {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 28px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 20px 20px 0px 0px; margin-top: 53px; margin-left: 298px; z-index: 1; position: fixed; text-align: center; height: 25px; border:0px solid ; text-transform: none; }/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- #nossadudex2 {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 28px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 20px 20px 0px 0px; margin-top: 53px; margin-left: 340px; z-index: 1; position: fixed; text-align: center; height: 25px; border:0px solid ; text-transform: none; }/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- #pinkd {position:fixed; margin-left:158px; margin-top:352px; padding: 0px; text-align: center;z-index:10000000000; }
- #pinkd a {float: left; border-radius: 0px 0px 0px 0px; display: block; letter-spacing:1px; font-size:8px; font-family:tahoma; text-align: center; margin-right: 1px; margin-bottom:1px; width: 38px; height: 20px; background-color:; color:{color:link}; text-decoration: none; text-transform:uppercase; line-height: 10px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;opacity:1; border-top: 2px solid {color:borda}; border-bottom: 2px solid {color:borda} ; line-height: 20px; }
- #pinkd a:hover{ box-shadow: inset 100px 0px {color:sombra};{color:link}; text-shadow:{color:sombra}; 1px 1px 0px; line-height:px; -webkit-transform: rotate(360deg);}
- /***FAIXINHAS***/
- #faixa2 {margin-top: 42px; margin-left: 255px; position: fixed; background-color:{color:linha1}; height: 1px; width:128px;}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 41px; margin-left: 112px; position: fixed; background-color:{color:linha}; height: 4px; width:288px;}/***detalhes by o-mundo-de-uma-garota***/
- /*** SCROLLBAR***/
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
- ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
- ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
- </style>
- <body oncontextmenu="return false">
- <!----------------EPA NÃO MEXA AQUI------------------->
- <div id="estela1"></div>
- <div id="barra"></div>
- <div id="faixa3"></div>
- <div id="faixa2"></div>
- <div id="sidebarimg">
- <img src="{image:sidebar}" height= "232px;" width= "232px;">
- </div>
- <div id="dugg"></div>
- </div></div>
- </div></div></div>
- <div id="notinholaduda">{Description}</div>
- <div id="pinkd">
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- <a href="{text:Link7}">{text:Link7 Title}</a>
- </div></div>
- <div id="nossadudex" title="{text:Link1 Title} "><a href="{text:Link1}"><img height="15"src="http://static.tumblr.com/bpaio6t/YwMm1exvz/msoi1.png" width="25"class="home"title="{text:Link1 Title} "></div>
- <div id="nossadudex1" title="{text:Link2 Title} "><a href="{text:Link2}"><img height="15"src="http://static.tumblr.com/bpaio6t/9jLm1ez5e/msoi4.png" width="20"class="ask"title="{text:Link2 Title}"></div>
- <div id="nossadudex2" title="{text:Link3 Title} "><a href="{text:Link3}"><img height="15"src="http://static.tumblr.com/bpaio6t/2q4m1ezcq/msoi3.png" width="20"class="amor"title="{text:Link3 Title}"></div>
- </div></div>
- <div id="imsureduh2">{text:frase2} </div>
- </div>
- <div id="imsureduh1">{text:frase1}</div>
- </div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div></div>
- <!-------------CRÉDITOS------------------------------>
- <div style="margin-left:-18px;-webkit-transform: rotate(-90deg); width:245px;background:; font-family:tahoma;font-size:11px; margin-top: 215px; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a>
- <font color="{color:tags}">©</font> </a></div>
- <!-----------------OMDG FALSO-IFRAME------------------>
- <div id="omdg">
- {block:Posts}
- <!------------------------BASE DUH------------------------>
- <div class="baseduh">
- {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}
- <!-----------------BASE DUH 2 E 3 --------------------->
- {block:Quote}
- <div class="baseduh1">“{Quote}”</div>
- {block:Source}<div class="baseduh2"> — {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}
- <div class="chat">
- <div class="chat1">
- {block:Lines}
- <div class="chat2 {Alt}">
- {block:Label}
- <span>{Label}</span>
- {/block:Label}
- {Line}</div>
- {/block:Lines}
- </div>
- </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 class="asker"><img src="{AskerPortraitURL-30}" class="barbie"><b>{Asker}</b> sussurou:<br>{Question}</div>
- <div class="answer"><br>{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="date">
- {block:Date}<div class="tags">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b><font color="{color:tags}">Reblog</font></b> <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}
- {block:RebloggedFrom}<br><font color="{color:tags}">Originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • <font color="{color:tags}">via</font> <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