Advertisement
worenow

morena

Sep 8th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.79 KB | None | 0 0
  1.  
  2.  
  3. <title>{title}</title>
  4. <link rel="shortcut icon" href="{FavIcon}">
  5. <HEAD>
  6.  
  7. <!---THEME BASE POR PULSA-R / MODIFICADO POR CHARRMOSA / LINKS POR MISTS / CÓPIA NÃO AUTORIZADA PELO AUTOR É CRIME ! 2014 -!-->
  8.  
  9.  
  10.  
  11. <script language="javascript">
  12. var mensagem="não vai copiar não, kk.";
  13. function clickIE() {if (document.all) {(mensagem);return false;}}
  14. function clickNS(e) {if
  15. (document.layers||(document.getElementById&&!document.all)) {
  16. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  17. if (document.layers)
  18. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  19. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  20. document.oncontextmenu=new Function("return false")
  21. </script>
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
  23. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  24. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  25. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  26. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  27.  
  28.  
  29. <!--APPEARANCE-->
  30. <meta name="color:background" content="#fff"/>
  31. <meta name="color:text" content="#000"/>
  32.  
  33. <meta name="image:sidebar" content="http://static.tumblr.com/ilvdqna/RtYnbhvvh/tumblr_n5bt2ght2a1tn2cepo1_500.jpg"/>
  34.  
  35. <meta name="text:frase 1" content="quando eu pego é pra valer"/>
  36. <meta name="text:frase 2" content="não adianta fazer charminho"/>
  37.  
  38. <meta name="text:Link1" content="link 1" />
  39. <meta name="text:Link1 Title" content="link 1" />
  40. <meta name="text:Link2" content="link 2" />
  41. <meta name="text:Link2 Title" content="link 2" />
  42. <meta name="text:Link3" content="link 3" />
  43. <meta name="text:Link3 Title" content="link 3" />
  44. <meta name="text:Link4" content="link 4" />
  45. <meta name="text:Link4 Title" content="link 4" />
  46. <meta name="text:Link5" content="link 5" />
  47. <meta name="text:Link5 Title" content="link 5" />
  48.  
  49. <meta name="image:Background" content=""/>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  52.  
  53.  
  54. {block:IndexPage}
  55. <div class="column navigation" id="navigation">
  56. {block:Pagination}
  57. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  58. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  59. </div>
  60. {/block:IndexPage}
  61.  
  62. {block:IndexPage}
  63.  
  64. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  65.  
  66. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  67.  
  68. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  69.  
  70. <script type="text/javascript">
  71. $(window).load(function(){
  72. var $wall = $('#pulsa-r');
  73. $wall.imagesLoaded(function(){
  74. $wall.masonry({
  75. itemSelector: '.postbaby',
  76. isAnimated : true
  77. });
  78. });
  79. $wall.infinitescroll({
  80. navSelector : "div#navigation",
  81. nextSelector : "div#navigation a#nextPage",
  82. itemSelector : '.postbaby',
  83. loadingImg : " ",
  84. loadingText : " ",
  85. donetext : " ",
  86. extraScrollPx : 9000,
  87. bufferPx : 10000,
  88. debug : false,
  89. errorCallback: function() {
  90. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  91. }},
  92. function( newElements ) {
  93. var $newElems = $( newElements );
  94. $newElems.hide();
  95. $newElems.imagesLoaded(function(){
  96. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  97. });
  98. }); $('#pulsa-r').show(500);
  99. });
  100. </script>
  101.  
  102. {/block:IndexPage}
  103.  
  104. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  105. <script>
  106. (function($){
  107.  
  108. $(document).ready(function(){
  109. $("[title]").style_my_tooltips();
  110. });
  111. })(jQuery);
  112. </script>
  113.  
  114. </head>
  115. <style>
  116. body{background: {color:background}; background-attachment:fixed; font-family:corbel; font-size: 13px; color: {color:text}; background-image: url('{image:background}');}
  117. a:visited, a:link, a:active {text-decoration: none; color: {color:text};}
  118.  
  119.  
  120. #s-m-t-tooltip {max-width:300px; -webkit-border-radius: 0px 0px 0px 0px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:#fff; font-family:corbel; font-size:9px; letter-spacing:1px; text-transform:uppercase; color:#000; z-index:9999999;}
  121.  
  122.  
  123. {block:ifSmallCursor}
  124. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  125. {/block:ifSmallCursor}
  126.  
  127.  
  128.  
  129. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  130. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  131. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  132. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  133.  
  134. blockquote img{max-width: 240px!important}
  135. blockquote blockquote img{max-width: 230px!important}
  136. blockquote blockquote blockquote img{max-width: 220px!important}
  137. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  138.  
  139. pre {background: #eee; color:{color:text}; text-shadow: 0 1px 0 #fff; font-family: corbel; text-align: justify; padding: 5px; overflow: scroll; border-left: 3px solid {color:text}; border-bottom: 3px solid #eee;}
  140.  
  141. ::-webkit-scrollbar-thumb:vertical {background-color: {color:borda post};height:70px;
  142. border:1px #f1f1f1 solid;}
  143. ::-webkit-scrollbar-button:vertical {height:0px;display: block;background:#fff;}
  144. ::-webkit-scrollbar {background-color:{color:background};height:0px;width:5px;}
  145.  
  146. iframe#tumblr_controls {
  147. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;}
  148.  
  149.  
  150. #pulsa-r {margin-left:430px; width:650px; opacity:1;margin-top:10px;{block:if2colunas} width:900px; {/block:if2colunas}}
  151. .postbaby { width:250px;background-color:{color:caixa cor} ; text-align: justify; padding: 5px; float: left; position: relative; float: left;margin:1px ; border: 0px solid {color:borda post}; overflow: hidden; }
  152.  
  153.  
  154. .chat {line-height: 13px; list-style: none }
  155. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  156. .person1 {color: {color:text}; padding: 2px; }
  157. .person1 .label {font-weight: bold; color:{color:text}}
  158. .person2 {color: {color:text}; padding: 2px; }
  159. .person2 .label {font-weight: bold; color:{color:text}}
  160.  
  161. .player {background-color: #000; text-align: left; display:block;}
  162.  
  163.  
  164. #fotinha {float:left;padding-right:5px;}
  165. .bordinha {-webkit-border-radius: 25px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;}
  166. #asker {font-family:arial; text-align: justify; background-color:#;color:#000; font-size:10px;padding:2px;border-bottom:solid thin #ddd;}
  167. .answer {padding: 4px; font-family:arial; font-size:10px;}
  168. .answer img {max-width: 400px;}
  169. #asker a:hover {color:;}
  170. #ssource{margin-left:10px; display:none;}
  171.  
  172.  
  173.  
  174. /**PERMALINK POR PULSA-R**/
  175. .permalink { letter-spacing:.1em; z-index:10; bottom:-10px;left:1px; position:absolute; display:block;text-align:right;font-family: 'corbel';font-size:10px; -webkit-transition-duration: .66s;width:250px;padding:5px;background:#fff;opacity:0; text-transform: upprcase;border-radius: 3px;}
  176. .permalinkd a { font-size:10px; text-transform: lowercase; color:{color:text}; font-family: consolas;}
  177. .postbaby:hover .permalink {bottom:5px; opacity:1;}
  178. /**PERMALINK POR PULSA-R**/
  179. .vsanna{display: none;}
  180.  
  181. /**PERMALINK POR LEMBRAVEIS **/
  182. .postbaby:hover .photog{left:8px;-webkit-transition-duration: 0.9s;}
  183. .postbaby .photog {opacity:0;position: absolute;z-index: 9999;text-align: center;text-transform:uppercase;top: 8px;left:-7px;-webkit-transition-duration: 0.9s;}
  184. .postbaby .photog img {margin:0px;width:20px;background: #000;opacity:0.7;border-radius: 2px;}
  185. .postbaby:hover .photog {opacity:1; -webkit-transition-duration: .50s;-moz-transition-duration: .50s; -o-transition-duration: .50s;}
  186. /**PERMALINK POR PULSA-R LEMBRAVEIS **/
  187.  
  188. /**NÃO REMOVA OS CRÉDITOS*/
  189. .cred {font-size:12px;font-family:corbel; display:block; width:auto;height:20px; text-align:center; line-height:16px;margin-top:545px;position:fixed;margin-left:-120px;line-height:100%;border-radius:10px;}
  190. .cred a {color:#000;text-indent:5px;padding:5px;border:1px solid #f0f0f0;width:60px;border-radius:10px;BACKGROUND:#fff;}
  191. .cred:hover {margin-left:5px;-webkit-transition: all 0.6s ease-out;-webkit-transition:All 1s ease;
  192. -moz-transition:All 1s ease;
  193. -o-transition:All 1s ease;-webkit-transition: all .8s ease-out}
  194. /**NÃO REMOVA OS CRÉDITOS*/
  195.  
  196.  
  197. #sidebar {position:fixed; width: 186px; height:255px; margin-left:225px;margin-top:131px; -webkit-transition-duration: 0.4s;}
  198.  
  199. .descri {-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;width:167px; height:auto;margin-top:246px; text-transform:; line-height:12px;margin-left:2px; font-family:calibri; font-size:10px;text-align:center; position:fixed;color:#000;background-color:;font-style:;opACITY:;}
  200.  
  201. .links {-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed;font: 9px cambria;font-style:;color: ;padding: 2px;background-color:;opacity:;width:180px;text-align:center;margin-left:-10px;margin-top:228px;}
  202. .links a{color: ;text-transform:uppercase;display: inline-block;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style:;}
  203. .links a:hover{color:;text-shadow: 0px 0px 15px #ffb8d5;-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.4s ease-out;}
  204.  
  205.  
  206.  
  207.  
  208.  
  209. #imagem {position:fixed;width: 195px; height: 247px;margin-top: 00px; margin-left: -1px;-moz-border-top-left-radius: 45px; border-top-left-radius: 45px ;}
  210. #imagem img{width: 167px; height:230; margin-top: -13px; margin-left: -24px;padding:10px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;;}
  211. #sidebar:hover #imagem img {-webkit-filter: grayscale(60%)}
  212.  
  213. #maco {position:fixed;background-color:{color:background}-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;height:30px; width:180px; padding:3px;margin-left:-10px; margin-top:227px; position:fixed; text-align:left;opacity:0;}
  214. #maco img {line-height:30px; width:15px; height:auto; }
  215. #sidebar:hover #maco{transform: rotateY(-360deg); -webkit-transform: rotateY(360deg); -webkit-transition-duration: .90s;margin-left:-18px;opacity:10;}
  216.  
  217.  
  218. #links{;opacity:0;-webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;text-align: center; font-size: 12px; font-family: corbel;margin-left:-2px;position:fixed;margin-top:195px;width:150px;text-transform; border-bottom:2px solid #f83fa9; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
  219. #links a:hover { -moz-opacity:1.0;font-style:italc; text-shadow:0px 0px 1px; color:f83fa9;-khtml-opacity: 1.0; opacity: 1.0; -webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.4s ease-out;}
  220. #links a:hover {opacity:1;}
  221.  
  222. #sidebar:hover #links {;margin-top:227px;opacity:8;margin-left:2px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.8s ease-out;}
  223.  
  224. #frase {-webkit-transition: all 0.8s ease-in-out; -moz-transition-duration:0.8s; -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;background-color:;height:auto;float:left;position:fixed;
  225. margin-left:-18px;text-align:center; margin-top:245px;width:180px;font-family: 'calibri'; font-size:10px; font-style:italic;letter-spacing:0px; color: #000;opacity:10;background-color:transparent;}
  226. #sidebar:hover #frase{opacity:0;margin-top:275px;border-right:1px dashed #ff1493;border-radius:0px 10px 0px;border: 1px solid #eee}
  227.  
  228. #frase2 {-webkit-transition: all 0.8s ease-in-out; -moz-transition-duration:0.8s; -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;background-color:;height:auto;float:left;position:fixed;
  229. margin-left:-15px;text-align:center; margin-top:200px;width:180px;font-family: 'calibri'; font-size:10px; font-style:italic;letter-spacing:0px; color: #000;opacity:0;text-shadow:0px 0px 6px #ff3e96;}
  230. #sidebar:hover #frase2{opacity:10;margin-top:243px;border-right:px dashed #ff1493;border-radius:0px 10px 0px;border: px solid #ff3e96}
  231.  
  232.  
  233. ::-webkit-scrollbar{width:7px;
  234. height:0px;}
  235. ::-webkit-scrollbar-button:start:decrement
  236. ::-webkit-scrollbar-button:end:increment{display:block;
  237. height:0;
  238. background-color:#000;}
  239. ::-webkit-scrollbar-track-piece{background-color:#fff;
  240. -webkit-border-radius:0;
  241. -webkit-border-bottom-right-radius:3px;
  242. -webkit-border-bottom-left-radius:3px;}
  243. ::-webkit-scrollbar-thumb:vertical{height:50px;
  244. background-color:#000;}
  245. ::-webkit-scrollbar-thumb:horizontal{width:50px;
  246. background-color:#000;}
  247.  
  248.  
  249.  
  250.  
  251. .cred {width:100px; height:50px;opacity:1.0;}
  252.  
  253. #credito a{background-color: #trans; font-weight:normal; letter-spacing: 0px; color: #888888; text-align: center; width: 100px; height: 10px; right: 0px; font:10px cambria; bottom: 35px; position: fixed; padding: 5px; line-height: 10px; z-index: 999999999999999999999999999999999999999999999999999999; -webkit-transition-duration: 0.7s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out ;}
  254. #credito a:hover {text-shadow:0px 0px 3px;}
  255. .cred:hover #credito { -webkit-transition-duration: 0.7s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out ;}
  256. .credito {background-color: #trans; font-weight:normal; letter-spacing: 0px; color: #888888; text-align: center; width: 100px; height: 10px; right: 0px; font:10px calibri; bottom: 20px; position: fixed; padding: 5px; line-height: 10px; z-index: 999999999999999999999999999999999999999999999999999999; -webkit-transition-duration: 0.9s; -moz-transition: all .9s ease-in-out; -o-transition: all .9s ease-in-out; transition: all .9s ease-in-out; -webkit-transition: all .9s ease-in-out ;opacity:0;}
  257. .credito:hover {;}
  258. .cred:hover .credito {opacity:0}
  259.  
  260.  
  261.  
  262. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  263.  
  264. #frufru {-webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;margin-top:231px; margin-left:-15px; position:fixed;}
  265. #frufru:hover {opacity:0;}
  266. #frufru img {width:170px; height:auto;}
  267.  
  268. #sidebar:hover #frufru {opacity:0;}
  269.  
  270.  
  271. </style>
  272.  
  273.  
  274.  
  275. <style type="text/css">{CustomCSS}</style>
  276.  
  277.  
  278.  
  279. <body>
  280.  
  281.  
  282.  
  283. <div id="cred"><div id="credito"> <a href="http://worenow.tumblr.com" onMouseover="ddrivetip('theme por <b>worenow</b>')"; onMouseout="hideddrivetip()">Exclusivo <font color="000000">(c)</font></a></div>
  284. <div class="credito"><a href="http://worenow.tumblr.com/" title=""> <small> WORENOW </small></a></div>
  285. </div>
  286.  
  287.  
  288.  
  289.  
  290. <div id="container">
  291. <div id="sidebar">
  292. <div class="duhimag" class="hover">
  293. <div id="imagem"><img src="{image:sidebar}"></div>
  294. <div id="maco">
  295. <img src="http://static.tumblr.com/eajns0d/xOhn5oxuf/1939570_623071991079776_291224956_n.jpg"></div>
  296.  
  297.  
  298. <div id="frufru"><img src=http://static.tumblr.com/b91bc3ab61e7e7df6c61487f828017f1/pqzoqlh/qIZnb190s/tumblr_static_4a8emil0obokkokk8404k8wo4.png></div>
  299.  
  300. <div id="frase">Menina safada, bandida treinada</div>
  301. <div id="frase2">Na cama ela não é das que fingem</div>
  302.  
  303.  
  304. <div id="links">
  305. <a href="{text:link1}">{text:link1 title}</a>
  306. <a href="{text:link2}">{text:link2 title}</a>
  307. <a href="{text:link3}">{text:link3 title}</a>
  308. <a href="{text:link4}">{text:link4 title}</a>
  309. <a href="{text:link5}">{text:link5 title}</a>
  310.  
  311.  
  312.  
  313. </div>
  314. </div>
  315. </div>
  316. </div>
  317.  
  318. <div id="pulsa-r">
  319. {block:Posts}
  320. <div class="postbaby">
  321.  
  322. {block:Text}
  323. {block:Title}<div class="titulos">{Title}</div>{/block:Title}
  324. {body}
  325. {block:indexpage}
  326. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{permalink}">{TimeAgo}</a> </div>
  327. {/block:indexpage}
  328. {/block:Text}
  329.  
  330. {Block:Photo}
  331. {LinkOpenTag}<div class="ph"><img src="{PhotoURL-250}">
  332. </div>
  333. {block:Caption}{Caption}{/block:Caption}
  334. {block:IndexPage}<div class="photog"><a href="{ReblogURL}" target="_blank" {block:Iftitulo}title="REBLOG"{/block:Iftitulo}><img src="http://static.tumblr.com/zvqacv0/czamheuyj/11reblog.png"></a> <a href="{permalink}"{block:Iftitulo} title="{NoteCount}"{/block:Iftitulo} ><img src="http://static.tumblr.com/zvqacv0/XC8mheuy8/11like.png"></a>
  335. </center></div>{/block:IndexPage}
  336. {/Block:Photo}
  337.  
  338. {block:Photoset}
  339.  
  340. <div class="ph">{Photoset-250}</div>{LinkCloseTag}
  341.  
  342. {block:IndexPage}<div class="photog"><a href="{ReblogURL}" target="_blank" {block:Iftitulo}title="REBLOG"{/block:Iftitulo}><img src="http://static.tumblr.com/zvqacv0/czamheuyj/11reblog.png"></a> <a href="{permalink}"{block:Iftitulo} title="{NoteCount}"{/block:Iftitulo} ><img src="http://static.tumblr.com/zvqacv0/XC8mheuy8/11like.png"></a>
  343. </center></div>{/block:IndexPage}
  344. {/block:Photoset}
  345.  
  346. {block:Quote}
  347.  
  348. <div class="quote">{Quote}</div>
  349. <div class="lin"></div>
  350. <div class="autor">{block:Source}{Source}{/block:Source}</div>
  351. {block:indexpage}
  352. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> / <a href="{permalink}">{TimeAgo}</a></div>
  353. {/block:indexpage}
  354. {/block:Quote}
  355.  
  356. {block:Chat}
  357. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  358. <div class="chat"><ul>{block:Lines}
  359. <li class="person{UserNumber}">{block:Label}
  360. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  361. {/block:Chat}
  362.  
  363. {block:Link}
  364.  
  365. <a href="{URL}" target="{Target}"><div class="titulos">{Name}</div></a>
  366. {block:Description}{Description}{/block:Description}
  367. {block:indexpage}
  368. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  369. {/block:indexpage}
  370. {/block:Link}
  371.  
  372. {block:Audio}
  373.  
  374. {AudioPlayer}
  375. {block:Caption}{Caption}{/block:Caption}
  376. {block:indexpage}
  377. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  378. {/block:indexpage}
  379. {/block:Audio}
  380.  
  381. {block:Video}
  382.  
  383. {block:Indexpage}{Video-250}{/block:IndexPage}
  384. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  385. {block:Caption}{Caption}{/block:Caption}
  386. {block:indexpage}
  387. <div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  388. {/block:indexpage}
  389. {/block:Video}
  390.  
  391.  
  392. {block:Answer}
  393. <div id="fotinha"><img src="{AskerPortraitURL-40}" class="bordinha"></div>
  394. <div id="asker"> <b>{Asker}</b>:</i> {Question}</div>
  395. <div class="answer">{Answer}</div>
  396. {/block:Answer}
  397.  
  398. {block:indexpage}
  399. <div class="permalink "> <a href="{permalink}">{TimeAgo}</a> / <a href="{permalink}">{NoteCount} notes</a> </div>
  400. {/block:indexpage}
  401. {/block:Answer}
  402.  
  403. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  404. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  405.  
  406. {block:Date}{/block:Date}</div>
  407. {/block:Posts}
  408. </div>
  409.  
  410.  
  411.  
  412.  
  413.  
  414. </body>
  415.  
  416.  
  417. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement