Advertisement
simonecereja

Theme Formal

Sep 24th, 2012
32,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.77 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 profile="http://gmpg.org/xfn/11"><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  88. <script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script>
  89.  
  90.  
  91. <script type="text/javascript">
  92.  
  93. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  94. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  95. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  96.  
  97. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  98. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  99. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  100.  
  101. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  102. //$: Access to jQuery
  103. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  104. //state: "block" or "none", depending on state
  105. }
  106.  
  107. animatedcollapse.init()
  108.  
  109. </script> <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  110.  
  111. <script type="text/javascript" charset="utf-8">
  112.  
  113. var $j = jQuery.noConflict();
  114.  
  115. $j(function() {
  116.  
  117. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  118.  
  119. $j("img").lazyload({
  120.  
  121. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  122.  
  123. effect: "fadeIn",
  124.  
  125. });
  126.  
  127. });
  128.  
  129. </script>
  130.  
  131.  
  132. <script type="text/javascript">
  133.  
  134. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  135.  
  136. </script>
  137.  
  138.  
  139.  
  140. <head profile="http://gmpg.org/xfn/11">
  141. <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
  142.  
  143. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
  144. <link href='http://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  145. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  146.  
  147. <title>{title}</title>
  148. <link rel="shortcut icon" href="{Favicon}" />
  149. <meta name="color:title" content="#797B7D"/>
  150. <meta name="color:negrito" content="#7777"/>
  151. <meta name="color:textlinks" content="#777" />
  152. <meta name="color:textlinkshover" content="#aaa" />
  153. <meta name="color:links" content="#aaa" />
  154. <meta name="color:linkshover" content="#000" />
  155. <meta name="color:letras" content="#aaa"/>
  156. <meta name="color:backgroundtheme" content="#eee"/>
  157. <meta name="color:backgroundbox" content="#fff"/>
  158. <meta name="color:scroll" content="#aaa"/>
  159. <meta name="color:chat1" content="#d6d6d6"/>
  160. <meta name="color:chat2" content="#eee"/>
  161. <meta name="color:chatcolor" content="#aaa"/>
  162. <meta name="color:extras" content="#d6d6d6"/>
  163. <meta name="color:frase" content="#aaa" />
  164. <meta name="image:background" content="http://static.tumblr.com/zvqacv0/bixma36y3/bg15.png"/>
  165. <meta name="text:frase" content="Troque no appearence" />
  166. <meta name="text:Link1" content="/" />
  167. <meta name="text:Link1" content="link" />
  168. <meta name="text:Link1 Title" content="link1" />
  169. <meta name="text:Link2" content="Link" />
  170. <meta name="text:Link2 Title" content="link2" />
  171. <meta name="text:Link3" content="link" />
  172. <meta name="text:Link3 Title" content="link3" />
  173. <meta name="text:Link4" content="Link" />
  174. <meta name="text:Link4 Title" content="link4" />
  175. <meta name="text:Link5" content="link" />
  176. <meta name="text:Link5 Title" content="link5" />
  177. <meta name="text:Link6" content="link" />
  178. <meta name="text:Link6 Title" content="link6" />
  179. <meta name="text:Link7" content="link7" />
  180. <meta name="text:Link7 Title" content="link7" />
  181.  
  182. </head>
  183.  
  184. <style type="text/css">
  185. ::-webkit-scrollbar{width:6px;height:3px;}
  186. ::-webkit-scrollbar-button:start:decrement
  187. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  188. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  189. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  190. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  191. @font-face {font-family: font; src: url('http://static.tumblr.com/qzpui9z/rJolz8e0w/airplanes_in_the_night_sky.ttf');}
  192.  
  193.  
  194. @font-face {font-family: "centabel";src: url('http://static.tumblr.com/qurx7eh/csQm4ktue/centabel.ttf');}
  195. /*** Background ***/
  196. body{background: {color:backgroundtheme} Url('{image:background}'); color: {color:letras}; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  197. font-size: 12px;
  198.  
  199. background-attachment:fixed; background-repeat:repeat; }
  200. /*** Personalização do audio***/
  201. .trackid {padding: 8px;
  202. background: {color:chat1};
  203. color: {color:letras};
  204. margin-top: 1px;
  205. margin-left: 1px;
  206. margin-right: 1px;
  207. text-shadow: 0px 1px 1px #fff;}
  208. .trackid2 {padding: 2px;
  209. background:{color:chat1};
  210. color: {color:chatcolor};
  211. margin-top: 1px;
  212. margin-left: 1px;
  213. margin-right: 1px;}
  214. /* Chat por Anna (livelikeasuicide) *********/
  215. .chat {background: {color:backgroundtheme}; margin: 0; font-size:
  216. 9px; font-family: trebuchet ms;}
  217. .chat .chat1 {margin-left: 0px;}
  218. .chat .chat1 .chat2 {background: {color:chat1}; color:{color:chatcolor};
  219. margin-bottom: 1px; padding: 3px 4px 3px 4px;} /* Primeira linha */
  220. .chat .chat1 .chat2.even {background: {color:chat2};
  221. color: {color:chatcolor};} /* Segunda linha */
  222. .chat .chat1 .chat2 span{font-weight: bold;}
  223.  
  224.  
  225. .borda{
  226. padding : 3px;background-color:transparent;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;opacity:0.8;
  227.  
  228. border-radius:0px;}
  229. .borda:hover{
  230. padding : 3px;background-color: {color:border};-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;opacity:1;
  231. }
  232.  
  233. .home {
  234. height:15px; width:15px;align:center;}
  235. .bordasm1{
  236. padding : 5px;background-color: {color:menu};
  237.  
  238. border-radius:0px;width:74px;}
  239.  
  240. .bordasm{cursor:help;width:45px; border-radius:100px;margin-left:-155px;margin-left:5px;}
  241. #postssm {width:350px; margin-top:40px; padding: 0px;margin-top:50px; }
  242. .entrysm {width: 350px; padding: 5px; margin: 3px; text-align: justify;background:{color:backgroundbox}; position: relative; margin-left: 2px;margin-top:1px;-webkit-box-shadow: 0px 5px 6px -5px {color:Shadow};
  243. -moz-box-shadow: 0px 5px 6px -5px {color:Shadow};
  244. box-shadow: 0px 5px 6px -5px {color:Shadow};}
  245.  
  246.  
  247. .entrysm img{max-width:500px;}
  248. .bordasm321 {height:50px;width:50px;border-radius:4px; box-shadow: 0 0 1em #000;margin:2px 0px 0px 2px;}
  249.  
  250. .bordasm123 {width:60px; height:60px;
  251. -webkit-border-radius: 50px;
  252. -moz-border-radius: 50px ;
  253. border-radius: 50px;
  254. }
  255.  
  256. /*** boxnotes em hover por amandaleocadio ***/
  257.  
  258. .entrysm .boxnotes2 {height: 0px;
  259. width: 350px;position: relative;
  260. padding: 3px;
  261.  
  262. margin-bottom: 3px;color: {color:letras};
  263.  
  264. background-color:{color:backgroundbox};font-size:9px;font-family:georgia;opacity: 0;
  265.  
  266. filter:alpha(opacity=0);
  267.  
  268. -moz-opacity: 0;
  269.  
  270. -khtml-opacity: 0;
  271.  
  272. -webkit-transition: all 0.6s ease-in;
  273.  
  274. -moz-transition: all 0.6s ease-in;
  275.  
  276. transition: all 0.6s ease-in;}
  277. .entrysm:hover .boxnotes2 {height: 9px;
  278.  
  279. opacity: 1;
  280.  
  281. filter:alpha(opacity=100);
  282.  
  283. -moz-opacity: 1;
  284.  
  285. -khtml-opacity: 1;
  286.  
  287.  
  288.  
  289.  
  290.  
  291. -webkit-transition: all 0.6s ease-in;
  292.  
  293. -moz-transition: all 0.6s ease-in;
  294.  
  295. transition: all 0.6s ease-in ;}
  296. /*** fim da boxnotes ***/
  297.  
  298.  
  299.  
  300.  
  301. .smsource{text-align: left; text-transform: none; margin-bottom: 2px;}
  302. .quote{padding: 2px 3px 5px 18px;}
  303.  
  304.  
  305.  
  306. .box {background: transparent; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;border-bottom:1px dashed {color:border};}
  307.  
  308.  
  309.  
  310. .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;}
  311.  
  312.  
  313.  
  314.  
  315.  
  316. h1{color:{color:title} !important;font-size:15px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-10px;text-align:left;letter-spacing: 1px;}
  317. 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;}
  318.  
  319. /*** BlockQuote ***/
  320. blockquote {
  321. margin: 5px;
  322. padding: 3px;
  323. }
  324.  
  325.  
  326.  
  327. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  328. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  329.  
  330. /*** Seleção colorida Sm ***/
  331. ::-moz-selection
  332. {
  333. background: #28B5BF;
  334. color: #f3f3f3;
  335. }
  336. ::selection
  337. {
  338. background: #28B5BF;
  339. color:#fff;
  340. }
  341.  
  342. #aspas{
  343. position:absolute;
  344. margin-left:3px;
  345. margin-top:-4px;
  346. font-size:20px;
  347.  
  348. color: {color:extras};
  349.  
  350. }
  351.  
  352.  
  353. .sidebar2 {position: absolute;width:355px;
  354. background-repeat: no-repeat;height:35px;
  355. padding: 5px;margin-top:-10px;background:{color:extras};
  356. margin-bottom: 55px;z-index: 11;font-size:10px;
  357.  
  358. border-radius: 1px;}
  359. .sidebar3 {width:355px;margin-bottom:10px;
  360. background-repeat: no-repeat;margin-top:30px;
  361. padding: 5px;z-index: 11;font-size:10px;
  362.  
  363.  
  364. border-radius: 1px;}
  365. /** Menu SM**/
  366. .nav {background: transparent; display: inline-block; text-align: center; color:{color:textlinks}; text-transform: lowercase; width:auto; float: center; margin-top:-20px 1px 1px 1px; font-style: italic; font-family: Georgia;
  367. !important;text-decoration: none; letter-spacing: 0.05em; -webkit-transition-duration: .90s;}
  368.  
  369. .nav:hover {background: transparent;display: inline-block; text-align: center; color:{color:textlinkshover}; -webkit-transition-duration: .90s;}
  370.  
  371.  
  372. b, strong, bold {color:{color:negrito};}
  373. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:letras};}
  374. i, em{color: {color:letras};}
  375. s {color: {color:letras };}
  376.  
  377.  
  378. /*** PAGINACAO BY RITAMAFALDA ***/
  379. .pagi {font-family:georgia; font-size: 40px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; right: 50px; bottom: 50px; position: fixed;}
  380. .pagi1 {font-family:georgia; font-size: 40px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; left: 50px; bottom: 50px; position: fixed;}
  381. a.pagl {color: {color:links}; text-decoration: none;}
  382. a.pagl:hover {color:{color:linkshover};}
  383.  
  384. .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; }
  385. .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;
  386.  
  387.  
  388.  
  389. }
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401. .box3 {background:{color:backgroundbox};width: 205px; margin-bottom: 0px; padding: 5px; text-align: justify;}
  402.  
  403. .box2 {width: 250px; position:fixed;}
  404.  
  405. /*** ask ***/
  406. .ask {width: 97%; background: {color:backgroundtheme}; 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}; }
  407.  
  408.  
  409.  
  410. .askborder {float: left;margin: 1px 4px 0 0; width:30px;background: {color:backgroundtheme};padding : 1px;border:3px solid {color:extras};}
  411.  
  412.  
  413.  
  414. .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;
  415. -webkit-border-bottom-right-radius: 8px;
  416. -moz-border-radius-topright: 8px;
  417. -moz-border-radius-bottomright: 8px;
  418. border-top-right-radius: 8px;
  419. border-bottom-right-radius: 8px;
  420. width:280px; float: left; border-bottom:1px dashed {color:title};border-top: 1px dashed {color:title};}
  421.  
  422. .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; }
  423.  
  424.  
  425.  
  426. @font-face {font-family:basket; src: url('http://static.tumblr.com/qurx7eh/jLom4ozpa/kgcallmemaybe.ttf');}
  427.  
  428.  
  429. .frase {width: 350px; position:absolute;overflow:hidden;margin-top:-5px;
  430. margin-bottom:20px;
  431. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  432. .frase {font-family: 'Source Sans Pro', sans-serif;font-size:25px;color: {color:frase}; text-align: center; padding: 3px; line-height:35px;}
  433.  
  434. #frase2 {width: 184px; position:fixed;overflow:hidden; background: {color:backgroundbox} ;left:250px; top:130px;
  435. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  436. #frase2 {font-size:20px;color: {color:letras}; text-align: center; padding: 3px; line-height:20px}
  437.  
  438.  
  439. /*** Seleção Colorida - By; MADLYLUV.com ***/
  440. ::-moz-selection
  441. {color: #000;
  442. background: #eee;}
  443.  
  444. ::selection
  445. {color: #000;
  446. background: #eee;}
  447.  
  448.  
  449.  
  450.  
  451. /*** Notes *********/
  452. ol.notes {display : block;margin-bottom : 1px; list-style-type: none; text-align: left;width: 360px;margin-left:-70px;}
  453.  
  454. ol.notes li.note {background: {color:backgroundbox};border-bottom: 1px solid {color:backgroundtheme}; padding: 2px;}
  455. ol.notes li.note img.avatar {display: inline; width: 15px;border: 2px solid {color:extras}}
  456. ol.notes li.note span.action {font-weight: none;}
  457. ol.notes li.note .answer_content {font-weight: normal;}
  458. ol.notes li.note blockquote {display: none;}
  459. ol.notes li.note blockquote a {text-decoration: none;}
  460.  
  461. .caixasm {width:350px; margin-left:30px;}
  462.  
  463.  
  464. </style>
  465.  
  466.  
  467.  
  468.  
  469. <body>
  470.  
  471.  
  472. <!-- DESCRICAO -->
  473.  
  474. <!---------------------------Tags principais--------------------------->
  475. <center>
  476. <div id="postssm">
  477.  
  478. <a href="javascript:animatedcollapse.toggle('cat')"><img src="{PortraitURL-96}"class="bordasm"></a>
  479.  
  480.  
  481. <div class="frase"><center>{text:frase}</div>
  482.  
  483. <div class="sidebar3">
  484. {block:ifLink1}<a href="{text:Link1}"><div class="nav">{text:Link1 Title}</div></a>{/block:ifLink1}
  485. {block:ifLink2}<a href="{text:Link2}"><div class="nav">{text:Link2 Title}</div></a> {/block:ifLink2}
  486.  
  487.  
  488.  
  489.  
  490. {block:ifLink3}<a href="{text:Link3}"><div class="nav">{text:Link3 Title}</div></a> {/block:ifLink3}
  491. {block:ifLink4}<a href="{text:Link4}"><div class="nav">{text:Link4 Title}</div></a> {/block:ifLink4}
  492.  
  493.  
  494.  
  495.  
  496. {block:ifLink5}<a href="{text:Link5}"><div class="nav">{text:Link5 Title}</div></a> {/block:ifLink5}
  497. {block:ifLink6}<a href="{text:Link6}"><div class="nav">{text:Link6 Title}</div></a> {/block:ifLink6}
  498. {block:ifLink7}<a href="{text:Link7}"><div class="nav">{text:Link7 Title}</div></a> {/block:ifLink7}<a href="http://cerejadosundae.tumblr.com/"><div class="nav">Theme</div></a></div>
  499. <div id="cat" style="display: none; font-size:10px;" groupname="pets" speed="400">
  500. {block:Description}{Description}{/block:Description}<br><br>
  501. </div></div>
  502.  
  503. <div id="iluc">
  504. {block:Posts}
  505.  
  506. <div class="entrysm">
  507.  
  508.  
  509. {block:Text}
  510.  
  511.  
  512. {block:Title}<h1>{Title}</h1>{/block:Title}
  513. {Body}
  514.  
  515. {block:IndexPage}<div class="boxnotes2">
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522. <center><div class="tags">
  523. <a class="tags" href="{Permalink}"><a class="tags" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} </a>
  524. <a href="{Permalink}">{TimeAgo}</a></div>
  525.  
  526. </center>
  527.  
  528. </div></div>{/block:IndexPage}
  529.  
  530.  
  531.  
  532. {/block:Text}
  533.  
  534. {block:Photo}
  535.  
  536.  
  537. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=350px class="imageborda">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  538. {block:IndexPage}<div class="boxnotes2">
  539. <center>
  540.  
  541.  
  542.  
  543.  
  544.  
  545. <div class="tags">
  546. <a class="tags" href="{Permalink}"><a class="tags" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} </a>
  547. <a href="{Permalink}">{TimeAgo}</a></div>
  548.  
  549. </center>
  550. </div>
  551. </div></div>{/block:IndexPage}
  552.  
  553. {/block:Photo}
  554.  
  555.  
  556.  
  557.  
  558. {block:Quote}
  559. <div id="aspas">❝</div>
  560. <div class="quote">{Quote}</div>
  561. {block:Source}<div class="qsource">— {Source}{/block:Source}
  562. <br>
  563.  
  564. {block:IndexPage}<div class="boxnotes2">
  565.  
  566.  
  567.  
  568.  
  569.  
  570. <center><div class="tags">
  571. <a class="tags" href="{Permalink}"><a class="tags" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} </a>
  572. <a href="{Permalink}">{TimeAgo}</a></div>
  573.  
  574. </center>
  575. </div>
  576. </div></div>{/block:IndexPage}
  577.  
  578. {/block:Quote}
  579.  
  580.  
  581.  
  582.  
  583. {block:Link}
  584. <a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  585. {block:Description}
  586. <div class="description">{Description}</div>
  587. {/block:Description}{block:IndexPage}<div class="boxnotes2">
  588. <center>
  589.  
  590.  
  591.  
  592.  
  593.  
  594. <div class="tags">
  595. <a class="tags" href="{Permalink}"><a class="tags" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} </a>
  596. <a href="{Permalink}">{TimeAgo}</a></div>
  597. </center>
  598. </div>
  599. </div></div>{/block:IndexPage}
  600. {/block:Link}
  601.  
  602.  
  603. {block:chat}
  604.  
  605.  
  606. <div class="chat">
  607. <div class="chat1">
  608. {block:Lines}
  609. <div class="chat2 {Alt}">
  610. {block:Label}
  611. <span>{Label}</span>
  612. {/block:Label}
  613. {Line}</div>
  614. {/block:Lines}
  615. </div>
  616. </div>{block:IndexPage}<div class="boxnotes2">
  617.  
  618.  
  619.  
  620.  
  621.  
  622. <center><div class="tags">
  623. <a class="tags" href="{Permalink}"><a class="tags" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} </a>
  624. <a href="{Permalink}">{TimeAgo}</a></div>
  625.  
  626. </center>
  627. </div>
  628. </div></div>{/block:IndexPage}
  629.  
  630. {/block:Chat}
  631.  
  632.  
  633. {block:Photoset}
  634. <center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{block:IndexPage}<div class="boxnotes2">
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641. <center><div class="tags">
  642. <a class="tags" href="{Permalink}"><a class="tags" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} </a>
  643. <a href="{Permalink}">{TimeAgo}</a></div>
  644.  
  645. </center>
  646. </div>
  647. </div></div>{/block:IndexPage}
  648. {/block:Photoset}
  649.  
  650. {block:Audio}
  651. <div class="caixa2">
  652. {block:AlbumArt}
  653. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  654. {/block:AlbumArt}
  655. <div class="trackid2">{AudioPlayerGrey}</div>
  656. {block:TrackName}
  657. <div class="trackid">"{TrackName}"</div>
  658. {/block:TrackName}
  659. {block:Artist}
  660. <div class="trackid">{Artist}</div>
  661. {/block:Artist}
  662. <div class="trackid">({PlayCount}) plays</div>
  663. </div>{block:IndexPage}<div class="boxnotes2">
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670. <center><div class="tags">
  671. <a class="tags" href="{Permalink}"><a class="tags" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} </a>
  672. <a href="{Permalink}">{TimeAgo}</a></div>
  673.  
  674. </center>
  675. </div>
  676. </div></div>{/block:IndexPage}
  677. {/block:Audio}
  678. {block:Video}
  679.  
  680. {Video-400}
  681. <div class="boxnotes2">
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688. <center><div class="tags">
  689. <a class="tags" href="{Permalink}"><a class="tags" href="{Permalink}"> {block:Date}{NoteCount}{/block:Date}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} </a>
  690. <a href="{Permalink}">{TimeAgo}</a></div>
  691.  
  692. </center>
  693. </div>
  694. </div></div>{/block:IndexPage}
  695. {/block:Video}
  696.  
  697.  
  698. {block:Answer}
  699. <div class="ask"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/> {Asker}
  700. <br>
  701. {Question} </div>
  702.  
  703. <div class="resposta">{Answer}</div>
  704. <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>
  705.  
  706. {block:Answer}
  707. <div id="cap">
  708.  
  709. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  710.  
  711. </div> </div>
  712.  
  713. {/block:Posts}
  714. </div> </div>
  715.  
  716. {block:PostNotes}
  717. <div class="caixasm">
  718. {PostNotes}
  719. </div>
  720. {/block:PostNotes}
  721. <!---------------- FINAL DE TAGS DO POST ------------->
  722. <br><div style="padding:0px;;text-align: justify; line-height: 110% ;margin-top: 10px;font-family: georgia;font-style:italic;font-size: 9px;"><center>
  723. <b>theme:</b> <a href="http://cerejadosundae.tumblr.com">cerejadosundae</a>. <a href="http://ritamafalda.tumblr.com/">+</a> </div><!--- PAGINACAO BY RITAMAFALDA --->
  724. <div class="pagi">{block:Pagination}{block:NextPage}<a class="pagl" href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  725. <div class="pagi1">{block:Pagination}{block:PreviousPage}<a class="pagl" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}</div>
  726.  
  727. </div>
  728. </div>
  729. </div>
  730. </div>
  731. </div>
  732.  
  733. </div>
  734. </div>
  735.  
  736.  
  737. </div></div></div>
  738.  
  739. <!---------------- FINAL DE TAGS DO POST ------------->
  740.  
  741.  
  742.  
  743.  
  744. <!---------------- FINAL DE TAGS DO POST ------------->
  745. <br>
  746. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  747.  
  748.  
  749.  
  750.  
  751. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  752. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  753. </body>
  754. </head>
  755. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement