Advertisement
simonecereja

Theme Picture

Sep 21st, 2012
8,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.86 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.  
  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><script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  112.  
  113. <script type="text/javascript" charset="utf-8">
  114.  
  115. var $j = jQuery.noConflict();
  116.  
  117. $j(function() {
  118.  
  119. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  120.  
  121. $j("img").lazyload({
  122.  
  123. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  124.  
  125. effect: "fadeIn",
  126.  
  127. });
  128.  
  129. });
  130.  
  131. </script>
  132.  
  133.  
  134. <script type="text/javascript">
  135.  
  136. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  137.  
  138. </script>
  139.  
  140.  
  141.  
  142. <head profile="http://gmpg.org/xfn/11">
  143. <link href='http://fonts.googleapis.com/css?family=Ruluko' 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="#556270"/>
  151. <meta name="color:menu" content="#000000"/>
  152. <meta name="color:textlinks" content="#fff"/>
  153. <meta name="color:links" content="#99AFC7" />
  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="#A1A5A7"/>
  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:descripcolor" content="#fff"/>
  163. <meta name="color:extras" content="#d6d6d6"/>
  164. <meta name="color:frase" content="#99AFC7" />
  165. <meta name="image:background" content=""/>
  166. <meta name="image:imageside" content="http://25.media.tumblr.com/tumblr_m9ztbst0FD1rsbqe6o1_500.jpg"/>
  167. <meta name="text:frase" content="Troque no appearence" />
  168. <meta name="text:Link1" content="/" />
  169. <meta name="text:Link1" content="link" />
  170. <meta name="text:Link1 Title" content="link1" />
  171. <meta name="text:Link2" content="Link" />
  172. <meta name="text:Link2 Title" content="link2" />
  173. <meta name="text:Link3" content="link" />
  174. <meta name="text:Link3 Title" content="link3" />
  175. <meta name="text:Link4" content="Link" />
  176. <meta name="text:Link4 Title" content="link4" />
  177. <meta name="text:Link5" content="link" />
  178. <meta name="text:Link5 Title" content="link5" />
  179. <meta name="text:Link6" content="link" />
  180. <meta name="text:Link6 Title" content="link6" />
  181. <meta name="text:Link7" content="link7" />
  182. <meta name="text:Link7 Title" content="link7" />
  183.  
  184. </head>
  185.  
  186. <style type="text/css">
  187. ::-webkit-scrollbar{width:6px;height:3px;}
  188. ::-webkit-scrollbar-button:start:decrement
  189. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  190. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  191. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  192. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  193. @font-face {font-family: font; src: url('http://static.tumblr.com/qzpui9z/rJolz8e0w/airplanes_in_the_night_sky.ttf');}
  194.  
  195.  
  196. @font-face {font-family: "centabel";src: url('http://static.tumblr.com/qurx7eh/csQm4ktue/centabel.ttf');}
  197. /*** Background ***/
  198. body{background: {color:backgroundtheme} Url('{image:background}'); color: {color:letras}; font-family: Verdana, Geneva, Tahoma, sans-serif;
  199. font-size:10px;
  200. background-attachment:fixed; background-repeat:repeat; }
  201. /*** Personalização do audio***/
  202. .trackid {padding: 8px;
  203. background: {color:chat1};
  204. color: {color:letras};
  205. margin-top: 1px;
  206. margin-left: 1px;
  207. margin-right: 1px;
  208. text-shadow: 0px 1px 1px #fff;}
  209. .trackid2 {padding: 2px;
  210. background:{color:chat1};
  211. color: {color:chatcolor};
  212. margin-top: 1px;
  213. margin-left: 1px;
  214. margin-right: 1px;}
  215. /* Chat por Anna (livelikeasuicide) *********/
  216. .chat {background: {color:backgroundtheme}; margin: 0; font-size:
  217. 9px; font-family: trebuchet ms;}
  218. .chat .chat1 {margin-left: 0px;}
  219. .chat .chat1 .chat2 {background: {color:chat1}; color:{color:chatcolor};
  220. margin-bottom: 1px; padding: 3px 4px 3px 4px;} /* Primeira linha */
  221. .chat .chat1 .chat2.even {background: {color:chat2};
  222. color: {color:chatcolor};} /* Segunda linha */
  223. .chat .chat1 .chat2 span{font-weight: bold;}
  224.  
  225.  
  226. .borda{
  227. padding : 3px;background-color:transparent;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;opacity:0.8;
  228.  
  229. border-radius:0px;}
  230. .borda:hover{
  231. padding : 3px;background-color: {color:border};-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;opacity:1;
  232. }
  233.  
  234. .home {
  235. height:15px; width:15px;align:center;}
  236. .bordasm1{
  237. padding : 5px;background-color: {color:menu};
  238.  
  239. border-radius:0px;width:74px;}
  240.  
  241. .bordasm {width:400px;height:230px;margin-left:0px;-webkit-transition-duration: .99s;margin-top:0px;border: 5px solid {color:extras};}
  242. .bordasm:hover{opacity:1;}
  243. #postssm {width:504px; padding: 0px;margin-top:35px; }
  244.  
  245. .entrysm { background:{color:backgroundbox};width: 400px; padding: 5px; margin: 3px; text-align: justify; position: relative; margin-left: 2px;margin-top:1px; -webkit-box-shadow: 0px 5px 6px -5px {color:Shadow};
  246. -moz-box-shadow: 0px 5px 6px -5px {color:Shadow};
  247. box-shadow: 0px 5px 6px -5px {color:Shadow};}
  248.  
  249. .entrysm img{max-width:400px;opacity:0.8;-webkit-transition-duration: .99s;}
  250. .entrysm:hover img{opacity:1;}
  251. .bordasm321 {height:50px;width:50px;border-radius:4px; box-shadow: 0 0 1em #000;margin:2px 0px 0px 2px;}
  252.  
  253. .bordasm123 {width:60px; height:60px;
  254. -webkit-border-radius: 50px;
  255. -moz-border-radius: 50px ;
  256. border-radius: 50px;
  257. }
  258.  
  259. /***BOXNOTES***/
  260. .entrysm .boxnotes {margin-left:420px; width:80px;height:0px;
  261. text-align: left;
  262. position: absolute; margin-top: -4px; text-transform:uppercase;
  263. line-height: -12px; font-family:trebuchet ms;font-size:10px;
  264. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;
  265. -o-transition: all 0.5s ease;transition: all 0.5s ease;opacity:0;
  266. }
  267. .entrysm:hover .boxnotes {opacity: 1;height:20px;}
  268.  
  269.  
  270. .quote {font: normal 11px 'Tahoma'; text-align: justify; margin-left: 5px; margin-top:5px;margin-bottom:15px;}
  271.  
  272. .qsource{text-align: left; text-transform: none; margin-top:5px;margin-bottom: 2px;border-top: 1px solid {color:letras};font: normal 12px 'Tahoma';}
  273.  
  274.  
  275.  
  276. .box {background: transparent; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;border-bottom:1px dashed {color:border};}
  277.  
  278. .boxpost {background: {color:backgroundbox}; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;}
  279.  
  280. .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;}
  281.  
  282.  
  283.  
  284.  
  285.  
  286. h1{color:{color:title} !important;font-family: centabel;font-size:15px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  287. 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;}
  288.  
  289. /*** BlockQuote ***/
  290. blockquote {
  291. margin: 5px;
  292. padding: 3px;
  293. }
  294.  
  295.  
  296.  
  297. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  298. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  299.  
  300. /*** Seleção colorida Sm ***/
  301. ::-moz-selection
  302. {
  303. background: #28B5BF;
  304. color: #f3f3f3;
  305. }
  306. ::selection
  307. {
  308. background: #28B5BF;
  309. color:#fff;
  310. }
  311.  
  312. #aspas{
  313. position:absolute;
  314. margin-left:3px;
  315. margin-top:-4px;
  316. font-size:40px;
  317. opacity:0.3;
  318. filter: alpha(opacity = 90);
  319. color: {color:extras};
  320.  
  321. }
  322.  
  323.  
  324. .sidebar2 {position: absolute;width:300px;z-index:11;
  325. background-repeat: no-repeat;height:35px;
  326. padding: 5px;margin-top:-100px;margin-left:130px;
  327. margin-bottom: 55px;color:{color:descripcolor};font-size:9px;
  328. text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
  329. border-radius: 1px;}
  330. .sidebar3 {width:405px;margin-bottom:15px;
  331. background-repeat: no-repeat;margin-top:-40px;
  332.  
  333. margin-left:-5px;
  334.  
  335. border-radius: 1px;}
  336. .sidebar4 {width:400px;margin-bottom:10px;z-index:11;
  337. background-repeat: no-repeat;margin-top:-200px;margin-left:-330px;
  338. padding: 5px;
  339.  
  340.  
  341. border-radius: 1px;}
  342. /** Menu SM**/
  343. .nav {background:{color:menu}; height:15px;padding:2px;display: block; text-align: center; color:{color:textlinks};width:50px; text-transform: lowercase; float: center; margin-top:-20px 1px 1px 1px; font-size:9px; !important;text-decoration: none; letter-spacing: 0.10em; -webkit-transition-duration: .90s;opacity:0.8;margin:1px;}
  344.  
  345. .nav:hover { opacity:1; -webkit-transition-duration: .90s;}
  346.  
  347.  
  348. b, strong, bold {color:{color:negrito};}
  349. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:letras};}
  350. i, em{color: {color:letras};}
  351. s {color: {color:letras };}
  352.  
  353.  
  354. /*** PAGINACAO BY RITAMAFALDA ***/
  355. .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;}
  356. .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;}
  357. a.pagl {color: {color:links}; text-decoration: none;}
  358. a.pagl:hover {color:{color:linkshover};}
  359.  
  360. .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; }
  361. .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;
  362.  
  363.  
  364.  
  365. }
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377. .box3 {background:{color:backgroundbox};width: 205px; margin-bottom: 0px; padding: 5px; text-align: justify;}
  378.  
  379. .box2 {width: 250px; position:fixed;}
  380.  
  381. /*** ask ***/
  382. .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}; }
  383.  
  384.  
  385.  
  386. .askborder {float: left;margin: 1px 4px 0 0; width:30px;background: {color:backgroundtheme};padding : 1px;border:3px solid {color:extras};}
  387.  
  388.  
  389.  
  390. .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;
  391. -webkit-border-bottom-right-radius: 8px;
  392. -moz-border-radius-topright: 8px;
  393. -moz-border-radius-bottomright: 8px;
  394. border-top-right-radius: 8px;
  395. border-bottom-right-radius: 8px;
  396. width:280px; float: left; border-bottom:1px dashed {color:title};border-top: 1px dashed {color:title};}
  397.  
  398. .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; }
  399.  
  400.  
  401. @font-face {font-family:'always forever.ttf'; src: url('http://static.tumblr.com/37gdlu1/BDTm9ur8o/always_forever.ttf') format('truetype');
  402. font-style: normal; }
  403.  
  404.  
  405. @font-face {font-family:basket; src: url('http://static.tumblr.com/qurx7eh/jLom4ozpa/kgcallmemaybe.ttf');}
  406.  
  407.  
  408. .frase {width: 480px; position:absolute;overflow:hidden;margin-top:20px;
  409. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);}
  410. .frase {font-family:georgia;font-size:15px;color: {color:frase}; text-align: center; padding: 3px; line-height:35px;z-index:11;font-style:italic;}
  411.  
  412. #frase2 {width: 484px; position:fixed;overflow:hidden; background: {color:backgroundbox} ;left:250px; top:130px;
  413. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  414. #frase2 {font-size:20px;color: {color:letras}; text-align: center; padding: 3px; line-height:20px}
  415.  
  416.  
  417. /*** Seleção Colorida - By; MADLYLUV.com ***/
  418. ::-moz-selection
  419. {color: #000;
  420. background: #eee;}
  421.  
  422. ::selection
  423. {color: #000;
  424. background: #eee;}
  425.  
  426.  
  427.  
  428.  
  429. /*** Notes *********/
  430. ol.notes {display : block;margin-bottom : 1px; list-style-type: none; text-align: left;width: 500px;margin-left:-108px;}
  431.  
  432. ol.notes li.note {background: {color:backgroundtheme}; padding: 2px;}
  433. ol.notes li.note img.avatar {display: inline; width: 15px;border: 2px solid {color:extras}}
  434. ol.notes li.note span.action {font-weight: none;}
  435. ol.notes li.note .answer_content {font-weight: normal;}
  436. ol.notes li.note blockquote {display: none;}
  437. ol.notes li.note blockquote a {text-decoration: none;}
  438.  
  439. .caixasm {width:500px; margin-left:100px;}
  440.  
  441.  
  442. </style>
  443.  
  444.  
  445.  
  446.  
  447. <body>
  448.  
  449.  
  450. <!-- DESCRICAO -->
  451.  
  452. <!---------------------------Tags principais--------------------------->
  453. <center>
  454. <div id="postssm">
  455. <div class="frase"><center>{text:frase}</div>
  456.  
  457. <div class="sidebar3"><br><img src="{image:imageside}"class="bordasm"></div><div class="sidebar4">
  458. {block:ifLink1}<a href="{text:Link1}"><div class="nav">{text:Link1 Title}</div></a>{/block:ifLink1}
  459. {block:ifLink2}<a href="{text:Link2}"><div class="nav">{text:Link2 Title}</div></a> {/block:ifLink2}
  460.  
  461.  
  462.  
  463.  
  464. {block:ifLink3}<a href="{text:Link3}"><div class="nav">{text:Link3 Title}</div></a> {/block:ifLink3}
  465. {block:ifLink4}<a href="{text:Link4}"><div class="nav">{text:Link4 Title}</div></a> {/block:ifLink4}
  466.  
  467.  
  468.  
  469.  
  470. {block:ifLink5}<a href="{text:Link5}"><div class="nav">{text:Link5 Title}</div></a> {/block:ifLink5}
  471. {block:ifLink6}<a href="{text:Link6}"><div class="nav">{text:Link6 Title}</div></a> {/block:ifLink6}
  472. {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><br>
  473. </div><div class="sidebar2">
  474.  
  475. {block:Description}{Description}{/block:Description}</div>
  476. </div></div></div>
  477.  
  478. <div id="iluc">
  479. {block:Posts}
  480.  
  481. <div class="entrysm">{block:IndexPage}<div class="boxnotes">
  482. <center>
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. <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>{/block:IndexPage}
  490.  
  491.  
  492.  
  493.  
  494. {block:Text}
  495.  
  496.  
  497. {block:Title}<h1>{Title}</h1>{/block:Title}
  498. {Body}
  499.  
  500. {block:HasTags}<div class="tag">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  501. <div class="tag">
  502. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  503. <a href="{Permalink}">{TimeAgo}</a> </div>
  504.  
  505.  
  506.  
  507. {/block:Text}
  508.  
  509. {block:Photo}
  510.  
  511.  
  512. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=400px class="imageborda">{LinkCloseTag}
  513. <br>{block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  514.  
  515. {/block:Photo}
  516.  
  517.  
  518.  
  519.  
  520. {block:Quote}
  521. <div id="aspas">❝</div>
  522. <div class="quote">{Quote}</div>
  523. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  524. <br>
  525.  
  526. {block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  527. <div class="tag">
  528. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  529. <a href="{Permalink}">{TimeAgo}</a> </div>
  530.  
  531. {/block:Quote}
  532.  
  533.  
  534.  
  535.  
  536. {block:Link}
  537. <a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  538. {block:Description}
  539. <div class="description">{Description}</div>
  540. {/block:Description}{block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  541. <div class="tag">
  542. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  543. <a href="{Permalink}">{TimeAgo}</a> </div>
  544. {/block:Link}
  545.  
  546.  
  547. {block:chat}
  548.  
  549.  
  550. <div class="chat">
  551. <div class="chat1">
  552. {block:Lines}
  553. <div class="chat2 {Alt}">
  554. {block:Label}
  555. <span>{Label}</span>
  556. {/block:Label}
  557. {Line}</div>
  558. {/block:Lines}
  559. </div>
  560. </div>{block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  561. <div class="tag">
  562. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  563. <a href="{Permalink}">{TimeAgo}</a> </div>
  564.  
  565. {/block:Chat}
  566.  
  567.  
  568. {block:Photoset}
  569. <center>{Photoset-400}</center>{block:HasTags}<div class="tag">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  570. <div class="tag">
  571. {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. {/block:Photoset}
  574.  
  575. {block:Audio}
  576. <div class="caixa2">
  577. {block:AlbumArt}
  578. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  579. {/block:AlbumArt}
  580. <div class="trackid2">{AudioPlayerGrey}</div>
  581. {block:TrackName}
  582. <div class="trackid">"{TrackName}"</div>
  583. {/block:TrackName}
  584. {block:Artist}
  585. <div class="trackid">{Artist}</div>
  586. {/block:Artist}
  587. <div class="trackid">({PlayCount}) plays</div>
  588. </div>
  589. {/block:Audio}
  590. {block:Video}
  591.  
  592. {Video-400}
  593. {block:HasTags}<div class="tagsm">{block:Tags}&nbsp;<a class="tagsm" href="{TagURL}">{Tag}</a>{/block:Tags}</a></div>{/block:HasTags}
  594. <div class="tag">
  595. {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. {/block:Video}
  598.  
  599.  
  600. {block:Answer}
  601. <div class="ask"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/> {Asker}
  602. <br>
  603. {Question} </div>
  604.  
  605. <div class="resposta">{Answer}</div>
  606. <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>
  607.  
  608. {block:Answer}
  609. <div id="cap">
  610. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  611. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  612. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  613.  
  614. </div> </div>
  615.  
  616. {/block:Posts}
  617. </div> </div>
  618.  
  619. {block:PostNotes}
  620. <div class="caixasm">
  621. {PostNotes}
  622. </div>
  623. {/block:PostNotes}
  624. <!---------------- FINAL DE TAGS DO POST ------------->
  625. <br><div style="padding:0px;;text-align: justify; line-height: 110% ;margin-top: 10px;font-family: georgia;font-style:italic;font-size: 9px;"><center>
  626. <b>theme:</b> <a href="http://cerejadosundae.tumblr.com">cerejadosundae</a>. <a href="http://ritamafalda.tumblr.com/">+</a> </div><!--- PAGINACAO BY RITAMAFALDA --->
  627. <div class="pagi">{block:Pagination}{block:NextPage}<a class="pagl" href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  628. <div class="pagi1">{block:Pagination}{block:PreviousPage}<a class="pagl" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}</div>
  629.  
  630. </div>
  631. </div>
  632. </div>
  633. </div>
  634. </div>
  635.  
  636. </div>
  637. </div>
  638.  
  639.  
  640. </div></div></div>
  641.  
  642. <!---------------- FINAL DE TAGS DO POST ------------->
  643.  
  644.  
  645.  
  646.  
  647. <!---------------- FINAL DE TAGS DO POST ------------->
  648. <br>
  649. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  650.  
  651.  
  652.  
  653.  
  654. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  655. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  656. </body>
  657. </head>
  658. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement