Advertisement
simonecereja

Theme Birds

Sep 7th, 2012
1,757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.21 KB | None | 0 0
  1. <!-----------------------------------------------------------------------------------------------
  2.  
  3.  
  4.  
  5. Theme feito totalmente por Simone Montilares (cerejadosundae.tumblr.com). NÃO RETIRE OS CRÉDITOS, NEM COPIE NEM PLAGIE EU CONHEÇO MEUS CÓDIGO E ISSO NÃO FICARÁ BARATO, NÃO USE COMO BASE JAMAIS. ROUBAR É CRIME.
  6.  
  7.  
  8.  
  9. ------------------------------------------------------------------------------------------------>
  10.  
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml"><script type="text/javascript">
  14. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  15.  
  16. function tb8_makeArray(n){
  17.  
  18. this.length = n;
  19.  
  20. return this.length;
  21.  
  22. }
  23.  
  24. tb8_messages = new tb8_makeArray(1);
  25.  
  26. tb8_messages[0] = "{Title}";
  27.  
  28. tb8_rptType = 'infinite';
  29.  
  30. tb8_rptNbr = 5;
  31.  
  32. tb8_speed = 100;
  33.  
  34. tb8_delay = 2000;
  35.  
  36. var tb8_counter=1;
  37.  
  38. var tb8_currMsg=0;
  39.  
  40. var tb8_tekst ="";
  41.  
  42. var tb8_i=0;
  43.  
  44. var tb8_TID = null;
  45.  
  46. function tb8_pisi(){
  47.  
  48. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  49.  
  50. document.title = tb8_tekst;
  51.  
  52. tb8_sp=tb8_speed;
  53.  
  54. tb8_i++;
  55.  
  56. if (tb8_i==tb8_messages[tb8_currMsg].length){
  57.  
  58. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  59.  
  60. }
  61.  
  62. if (tb8_currMsg == tb8_messages.length){
  63.  
  64. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  65.  
  66. clearTimeout(tb8_TID);
  67.  
  68. return;
  69.  
  70. }
  71.  
  72. tb8_counter++;
  73.  
  74. tb8_currMsg = 0;
  75.  
  76. }
  77.  
  78. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  79.  
  80. }
  81.  
  82. tb8_pisi()
  83.  
  84. </script>
  85.  
  86.  
  87. <head>
  88. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  89. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  90. <script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script>
  91.  
  92.  
  93. <script type="text/javascript">
  94.  
  95. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  96. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  97. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  98.  
  99. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  100. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  101. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  102.  
  103. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  104.     //$: Access to jQuery
  105.     //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  106.     //state: "block" or "none", depending on state
  107. }
  108.  
  109. animatedcollapse.init()
  110.  
  111. </script>
  112.  
  113.  
  114. <script type="text/javascript">
  115.  
  116. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  117.  
  118. </script>
  119. <script type="text/javascript"
  120. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  121.  
  122. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
  123. <script type="text/javascript">
  124. $(window).load(function(){
  125. var $wall = $('#postssm');
  126. $wall.imagesLoaded(function(){
  127. $wall.masonry({
  128. itemSelector: '.entrysm',
  129. isAnimated : true
  130. });
  131. });
  132.  
  133. $('.postssm').masonry(),
  134. $wall.infinitescroll({
  135.  
  136. navSelector : "div#navigation",
  137. nextSelector : "div#navigation a#nextPage",
  138. itemSelector : '.entrysm',
  139. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  140. loadingText : " ",
  141. donetext : " ",
  142. extraScrollPx : 9000,
  143. bufferPx : 10000,
  144. debug : false,
  145. errorCallback: function() {
  146. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  147. }},
  148. function( newElements ) {
  149. var $newElems = $( newElements );
  150. $newElems.hide();
  151. $newElems.imagesLoaded(function(){
  152. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  153. });
  154. }); $('#postssm').show(500);
  155. });
  156. </script>
  157.  <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  158. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  159.  
  160. <script type="text/javascript">
  161.  
  162. function changeNavigation(id)
  163.  
  164. {document.getElementById('iluc').innerHTML=document.getElementById(id).innerHTML}
  165.  
  166. </script>
  167.  
  168.  
  169. <head profile="http://gmpg.org/xfn/11">
  170. <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
  171. <link href='http://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  172. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  173.  
  174. <title>{title}</title>
  175. <link rel="shortcut icon" href="{Favicon}" />
  176. <meta name="color:title" content="#797B7D"/>
  177. <meta name="color:negrito" content="#556270"/>
  178. <meta name="color:menu" content="#eee"/>
  179. <meta name="color:menuhover" content="#777777"/>
  180. <meta name="color:textlinks" content="#aaa" />
  181. <meta name="color:textlinkshover" content="#fff" />
  182. <meta name="color:links" content="#aaa" />
  183. <meta name="color:linkshover" content="#000" />
  184. <meta name="color:letras" content="#aaa"/>
  185. <meta name="color:backgroundtheme" content="#fff"/>
  186. <meta name="color:scroll" content="#A1A5A7"/>
  187. <meta name="color:chat1" content="#d6d6d6"/>
  188. <meta name="color:chat2" content="#eee"/>
  189. <meta name="color:chatcolor" content="#aaa"/>
  190. <meta name="color:extras" content="#d6d6d6"/>
  191. <meta name="color:border" content="#d6d6d6"/>
  192. <meta name="color:frase" content="#aaa" />
  193. <meta name="image:background" content=""/>
  194. <meta name="text:frase" content="Troque no appearence" />
  195. <meta name="text:Link1" content="/" />
  196.    <meta name="text:Link1" content="link" />
  197. <meta name="text:Link1 Title" content="link1" />
  198. <meta name="text:Link2" content="Link" />
  199. <meta name="text:Link2 Title" content="link2" />
  200. <meta name="text:Link3" content="link" />
  201. <meta name="text:Link3 Title" content="link3" />
  202. <meta name="text:Link4" content="Link" />
  203. <meta name="text:Link4 Title" content="link4" />
  204. <meta name="text:Link5" content="link" />
  205. <meta name="text:Link5 Title" content="link5" />
  206. <meta name="text:Link6" content="link" />
  207. <meta name="text:Link6 Title" content="link6" />
  208.  
  209.  
  210. </head>
  211.  
  212. <style type="text/css">
  213. ::-webkit-scrollbar{width:6px;height:3px;}
  214. ::-webkit-scrollbar-button:start:decrement
  215. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  216. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  217. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  218. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  219. @font-face {font-family: font; src: url('http://static.tumblr.com/qzpui9z/rJolz8e0w/airplanes_in_the_night_sky.ttf');}
  220.  
  221. /*** Background ***/
  222. body{background: {color:backgroundtheme} Url('{image:background}'); color: {color:letras}; font-size:11px;
  223. font-family:calibri;
  224.  
  225.  background-attachment:fixed; background-repeat:repeat; }
  226. /*** Personalização do audio***/
  227. .trackid {padding: 8px;
  228. background: {color:chat1};
  229. color: {color:letras};
  230. margin-top: 1px;
  231. margin-left: 1px;
  232. margin-right: 1px;
  233. text-shadow: 0px 1px 1px #fff;}
  234. .trackid2 {padding: 2px;
  235. background:{color:chat1};
  236. color: {color:chatcolor};
  237. margin-top: 1px;
  238. margin-left: 1px;
  239. margin-right: 1px;}
  240. /* Chat por Anna (livelikeasuicide) *********/
  241. .chat {background: {color:backgroundtheme}; margin: 0; font-size:
  242. 9px; font-family: trebuchet ms;}
  243. .chat .chat1 {margin-left: 0px;}
  244. .chat .chat1 .chat2 {background: {color:chat1}; color:{color:chatcolor};
  245. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  246. .chat .chat1 .chat2.even {background: {color:chat2};
  247. color: {color:chatcolor};} /* Segunda linha */
  248. .chat .chat1 .chat2 span{font-weight: bold;}
  249.  
  250.  
  251. .borda{
  252. padding : 3px;background-color:transparent;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;opacity:0.8;
  253.  
  254. border-radius:0px;}
  255. .borda:hover{
  256. padding : 3px;background-color: {color:border};-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;opacity:1;
  257. }
  258.  
  259. .home {
  260. height:15px; width:15px;align:center;}
  261. .bordasm1{
  262. padding : 5px;background-color: {color:menu};
  263.  
  264. border-radius:0px;width:74px;}
  265.  
  266. .bordasm {margin-top:-20px;margin-left:-10px;
  267. padding : 0px;
  268. -webkit-border-radius: 80px;
  269. -moz-border-radius: 80px;
  270. border-radius: 80px;}
  271. #postssm {width:684px; margin-bottom:40px; padding: 0px;margin-top:20px; }
  272.  
  273. .entrysm { overflow: auto;width: 320px; padding: 5px; margin: 3px; text-align: justify;  position: relative; margin-left: 2px;margin-top:1px;  -webkit-box-shadow: 0px 5px 6px -5px {color:Shadow};
  274. -moz-box-shadow: 0px 5px 6px -5px {color:Shadow};
  275. box-shadow: 0px 5px 6px -5px {color:Shadow};border-bottom:2px solid {color:border};}
  276. .entrysm2 {width: 430px;  padding: 5px; text-align: justify;  }
  277. .entrysm img{max-width:320px;}
  278.  
  279. .bordasm123 {width:60px; height:60px;
  280. -webkit-border-radius: 50px;
  281. -moz-border-radius: 50px ;
  282. border-radius: 50px;
  283. }
  284.  
  285. /***BOXNOTES***/
  286. .entrysm .boxnotes {margin-left:0px; width:320px;height:20px;
  287. text-align: left;background:{color:backgroundtheme};
  288. position: absolute; margin-top: -154px; text-transform:uppercase;
  289.  line-height: -12px; font-family:trebuchet ms;font-size:10px;
  290. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;
  291. -o-transition: all 0.5s ease;transition: all 0.5s ease;opacity:0;
  292. }
  293. .entrysm:hover .boxnotes {opacity: 1;margin-top: -4px;  margin-left:0pxheight:20px;}
  294.  
  295.  
  296.  
  297.  
  298. .smsource{text-align: left; text-transform: none; margin-bottom: 2px;}
  299.  
  300.  
  301.  
  302. .box {background: transparent; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;border-bottom:1px dashed {color:border};}
  303.  
  304. .boxpost {background: {color:backgroundbox}; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;}
  305.  
  306. .titulos {color:{color:title}!important;font-family: 'Andika', sans-serif;font-size:25px;line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  307.  
  308.  
  309.  
  310. .qsource { text-align:left;font: italic 10px 'georgia'; margin-top: 8px;color: {color:letras};margin-bottom:1px;border-top: 1px solid {color:letras};}
  311.  
  312. h1{color:{color:title} !important;font-family: 'cacpinaf.ttf';
  313. font-size:25px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  314. h2{color:{color:title} !important;font-family: centabel;font-size:13px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  315.  
  316. /*** BlockQuote ***/
  317. blockquote {
  318. margin: 5px;
  319. padding: 3px;
  320. }
  321.  
  322.  
  323.  
  324. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  325. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  326.  
  327. /*** Seleção colorida Sm ***/
  328. ::-moz-selection
  329.  {
  330. background: #28B5BF;
  331. color: #f3f3f3;
  332. }
  333. ::selection
  334. {
  335. background: #28B5BF;
  336. color:#fff;
  337. }
  338.  
  339. #aspas{
  340. position:absolute;
  341. margin-left:3px;
  342. margin-top:-4px;
  343. font-size:40px;
  344. opacity:0.3;
  345. filter: alpha(opacity = 90);
  346. color: {color:extras};
  347.  
  348. }
  349.  
  350. .sidebar1{bottom:-68px;position:fixed;background: {color:backgroundtheme}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;width:670px;height:100px;border: 2px solid {color:border};;}
  351. .sidebar1:hover{bottom:-1px;position:fixed;background:{color:backgroundtheme}; height:100px;}
  352. .sidebar2 {position: absolute;width:660px;
  353. background-repeat: no-repeat;height:40px;
  354. padding: 5px;margin-top:-15px;
  355. margin-bottom: 55px;border-top: 1px solid {color:letras};
  356.  
  357. border-radius: 1px;}
  358. .sidebar3 {width:670px;;margin-bottom:15px;
  359. background-repeat: no-repeat;margin-top:-15px;
  360. padding: 5px;
  361.  
  362.  
  363. border-radius: 1px;}
  364. /** Menu SM**/
  365. .nav {background: {color:menu};  display: inline-block;  text-align: center;color:{color:textlinks};padding:2px;height:20px;line-height:20px; text-transform: lowercase; width:70px; float: center; margin-top:-20px 1px 1px 1px;  font-size:10px; !important;text-decoration: none; letter-spacing: 0.10em;  -webkit-transition-duration: .90s;}
  366.  
  367. .nav:hover {background: {color:menuhover};display: inline-block; text-align: center; color:{color:textlinkshover};  -webkit-transition-duration: .90s;}
  368.  
  369.  
  370. b, strong, bold {color:{color:negrito};}
  371. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:letras};}
  372. i, em{color: {color:letras};}
  373. s {color: {color:letras };}
  374.  
  375.  
  376. /*** PAGINACAO BY RITAMAFALDA ***/
  377. .pagi {font-family:georgia;  font-size: 40px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; right: 300px; bottom: 50px; position: fixed;}
  378. .pagi1 {font-family:georgia; font-size: 40px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; left: 300px; bottom: 50px; position: fixed;}
  379. a.pagl {color: {color:links}; text-decoration: none;}
  380. a.pagl:hover {color:{color:linkshover};}
  381.  
  382. .date {width: 99%;  font-weight:normal; text-align:right; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 8px; font-family:arial; font-size:8px; text-transform: uppercase; text-transform:uppercase; }
  383.  .tag {width: 99%;  font-weight:normal; text-align:right; letter-spacing:1px; padding:4px; margin-bottom: 1px; text-shadow:0 0px 0px #fff;font-family: verdana;font-size: 9px;
  384.  
  385.  
  386.  
  387. }
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399. .box3 {background:{color:backgroundbox};width: 205px; margin-bottom: 0px; padding: 5px; text-align: justify;}
  400.  
  401. .box2 {width: 250px; position:fixed;}
  402.  
  403. /*** ask ***/
  404. .ask {width: 97%; background: {color:extras}; font-weight:normal; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff;color:{color:letras}; font-size: 11px;border-right: 5px solid {color:backgroundtheme}; }
  405.  
  406.  
  407.  
  408. .askborder {float: left;margin: 1px 4px 0 0; width:30px;background: {color:backgroundtheme};padding : 1px;border:3px solid {color:extras};}
  409.  
  410.  
  411.  
  412. .caixinha{font-size: 17px;font-family: 'Ruluko', sans-serif;color: #fff;text-align: center; font-weight:normal; text-shadow: 0 0px 0px #000; letter-spacing:0px; padding:2px; margin-bottom:4px; background:{color:links};-webkit-border-top-right-radius: 8px;
  413. -webkit-border-bottom-right-radius: 8px;
  414. -moz-border-radius-topright: 8px;
  415. -moz-border-radius-bottomright: 8px;
  416. border-top-right-radius: 8px;
  417. border-bottom-right-radius: 8px;
  418. width:280px; float: left;  border-bottom:1px dashed {color:title};border-top: 1px dashed {color:title};}
  419.  
  420. .notepost{width: 99%; background: #F8F8F8; font-weight:italic; text-align:right; letter-spacing:1px; text-shadow:0 0px 0px #fff; font-size: 7pt; margin-bottom: 1px; padding: 3px; border-radius: 3px; }
  421.  
  422.  
  423.  
  424. @font-face {font-family:basket; src: url('http://static.tumblr.com/qurx7eh/jLom4ozpa/kgcallmemaybe.ttf');}
  425.  
  426.  
  427. .frase {width:670px  position:absolute;margin-top:0px;margin-bottom:2px;
  428.   -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  429. .frase {font-family: 'cacpinaf.ttf';
  430. font-size:25px;color: {color:frase}; text-align: center; padding: 1px; line-height:25px;}
  431.  
  432.  @font-face {font-family: 'cacpinaf.ttf'; src: url('http://static.tumblr.com/37gdlu1/ikOm8c7wc/cacpinaf.ttf') format('truetype');font-style: normal;}
  433.  
  434.  
  435.  
  436.  
  437. /*** Seleção Colorida - By; MADLYLUV.com ***/
  438.   ::-moz-selection
  439.    {color: #000;
  440.    background: #eee;}
  441.  
  442.   ::selection
  443.    {color: #000;
  444.    background: #eee;}
  445.  
  446.  
  447.  
  448.  
  449. /*** Notes *********/
  450.  ol.notes {display : block;margin-bottom : 1px; list-style-type: none; text-align: left;width: 400px;margin-left:-108px;}
  451.  
  452. ol.notes li.note { padding: 2px;}
  453. ol.notes li.note img.avatar {display: inline; width: 15px;border: 2px solid {color:extras}}
  454. ol.notes li.note span.action {font-weight: none;}
  455. ol.notes li.note .answer_content {font-weight: normal;}
  456. ol.notes li.note blockquote {display: none;}
  457. ol.notes li.note blockquote a {text-decoration: none;}
  458.  
  459. .caixasm  {width:320px; margin-left:400px;margin-top:-80px;}
  460.  
  461.  
  462. </style>
  463.  
  464.  
  465.  
  466.  
  467. <body>
  468.  
  469.  
  470. <!-- DESCRICAO -->
  471.  
  472. <!---------------------------Tags principais--------------------------->
  473. <center>
  474. <div id="postssm">
  475.  <div id="iluc">
  476. {block:Posts}
  477.  
  478. <div class="entrysm"><div class="boxnotes">
  479. <center>
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  <center><a href="{Permalink}"><div class="time">{24Hour}:{Minutes} · <span class="permalink"><a href="{Permalink}"></span><a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"> Reblog</a>  · <a class="notes" href="{Permalink}"> Notes</a></center></div>
  487.  
  488.  
  489.  
  490.  
  491. {block:Text}
  492.  
  493.  
  494. {block:Title}<h1>{Title}</h1>{/block:Title}
  495. {Body}
  496.  
  497. {block:HasTags}<div class="tag">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  498. <div class="tag">
  499.  {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href={SourceURL}target=blank>/source)</a>{/block:ContentSource} · </a>
  500. <a href="{Permalink}">{TimeAgo}</a> </div>
  501.  
  502.  
  503.  
  504. {/block:Text}
  505.  
  506. {block:Photo}
  507.  
  508.  
  509. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=320px class="imageborda">{LinkCloseTag}
  510. <br>{block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  511.  
  512. {/block:Photo}
  513.  
  514.  
  515.  
  516.  
  517. {block:Quote}
  518. <div id="aspas"></div>
  519. <div class="quote">{Quote}</div>
  520. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  521. <br>
  522.  
  523. {block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  524. <div class="tag">
  525. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href={SourceURL}target=blank>/source)</a>{/block:ContentSource} · </a>
  526. <a href="{Permalink}">{TimeAgo}</a> </div>
  527.  
  528. {/block:Quote}
  529.  
  530.  
  531.  
  532.  
  533. {block:Link}
  534. <a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  535. {block:Description}
  536. <div class="description">{Description}</div>
  537. {/block:Description}{block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  538. <div class="tag">
  539.  {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href={SourceURL}target=blank>/source)</a>{/block:ContentSource} · </a>
  540. <a href="{Permalink}">{TimeAgo}</a> </div>
  541. {/block:Link}
  542.  
  543.  
  544. {block:chat}
  545.  
  546.  
  547. <div class="chat">
  548. <div class="chat1">
  549. {block:Lines}
  550. <div class="chat2 {Alt}">
  551. {block:Label}
  552. <span>{Label}</span>
  553. {/block:Label}
  554. {Line}</div>
  555. {/block:Lines}
  556. </div>
  557. </div>{block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  558. <div class="tag">
  559.  {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href={SourceURL}target=blank>/source)</a>{/block:ContentSource} · </a>
  560. <a href="{Permalink}">{TimeAgo}</a> </div>
  561.  
  562. {/block:Chat}
  563.  
  564.  
  565. {block:Photoset}
  566. <center>{Photoset-250}</center>{block:HasTags}<div class="tag">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  567. <div class="tag">
  568.  {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href={SourceURL}target=blank>/source)</a>{/block:ContentSource} · </a>
  569. <a href="{Permalink}">{TimeAgo}</a> </div>
  570. {/block:Photoset}
  571.  
  572. {block:Audio}
  573. <div class="caixa2">
  574. {block:AlbumArt}
  575. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  576. {/block:AlbumArt}
  577. <div class="trackid2">{AudioPlayerGrey}</div>
  578. {block:TrackName}
  579. <div class="trackid">"{TrackName}"</div>
  580. {/block:TrackName}
  581. {block:Artist}
  582. <div class="trackid">{Artist}</div>
  583. {/block:Artist}
  584. <div class="trackid">({PlayCount}) plays</div>
  585. </div>
  586. {/block:Audio}
  587. {block:Video}
  588.  
  589. {Video-290}
  590. {block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  591. <div class="tag">
  592.  {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href={SourceURL}target=blank>/source)</a>{/block:ContentSource} · </a>
  593. <a href="{Permalink}">{TimeAgo}</a> </div>
  594. {/block:Video}
  595.  
  596.  
  597. {block:Answer}
  598. <div class="ask"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/> {Asker}
  599.  <br>
  600. {Question} </div>
  601.  
  602. <div class="resposta">{Answer}</div>
  603. <div class="date"> <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a href="/ask">ask me too? </a></a>  </div>
  604.  
  605. {block:Answer}
  606. <div id="cap">
  607. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  608. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  609. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  610.  
  611. </div> </div>
  612.  
  613.  {/block:Posts}
  614. </div>  <br><br><br><br>
  615.  
  616.  {block:PostNotes}
  617. <div class="caixasm">
  618. {PostNotes}
  619. </div>
  620. {/block:PostNotes}<br><br>
  621. <br><br><br>
  622. <center><div class="sidebar1"><div class="frase"><center>{text:frase}<img src="{PortraitURL-48}"align="left"class="bordasm"></div>
  623.  
  624. <div class="sidebar3"><br>
  625. {block:ifLink1}<a href="{text:Link1}"><div class="nav">{text:Link1 Title}</div></a>{/block:ifLink1}
  626. {block:ifLink2}<a href="{text:Link2}"><div class="nav">{text:Link2 Title}</div></a> {/block:ifLink2}
  627.  
  628.  
  629.  
  630.  
  631. {block:ifLink3}<a href="{text:Link3}"><div class="nav">{text:Link3 Title}</div></a> {/block:ifLink3}
  632. {block:ifLink4}<a href="{text:Link4}"><div class="nav">{text:Link4 Title}</div></a> {/block:ifLink4}
  633.  
  634.  
  635.  
  636.  
  637. {block:ifLink5}<a href="{text:Link5}"><div class="nav">{text:Link5 Title}</div></a> {/block:ifLink5}{block:ifLink6}<a href="{text:Link6}"><div class="nav">{text:Link6 Title}</div></a> {/block:ifLink6}
  638. <a href="http://cerejadosundae.tumblr.com/"><div class="nav">Theme</div></a></div>
  639.  
  640. <div class="sidebar2">
  641. {block:Description}{Description}{/block:Description}</div></div><br><!--- PAGINACAO BY RITAMAFALDA --->
  642. <div class="pagi">{block:Pagination}{block:NextPage}<a class="pagl" href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  643. <div class="pagi1">{block:Pagination}{block:PreviousPage}<a class="pagl" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}</div>
  644.  
  645. </div>
  646. </div>
  647. </div>
  648. </div>
  649. </div>
  650.  
  651. </div>
  652. </div>
  653.  
  654.  
  655. </div></div></div>
  656.  
  657. <!---------------- FINAL DE TAGS DO POST ------------->
  658.  
  659.  
  660.  
  661.  
  662. <!---------------- FINAL DE TAGS DO POST ------------->
  663. <br>
  664. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  665.  
  666.  
  667.  
  668.  
  669. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  670. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  671. </body>
  672. </head>
  673. </html>
  674. <div style="position:fixed; bottom:5px;font-size: 10px;font-family: trebuchet ms; left:5px;"><center>
  675.  
  676.  
  677.   <a href="http://cerejadosundae.tumblr.com/"title="insp poetizador, tthy"> © CREDITS</span></a></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement