Advertisement
simonecereja

Theme Simplicity

Aug 22nd, 2012
8,707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.07 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>
  112.  
  113. <script type="text/javascript">
  114.  
  115. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  116.  
  117. </script>
  118.  
  119.  
  120.  
  121.  
  122. <head profile="http://gmpg.org/xfn/11">
  123. <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
  124. <link href='http://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  125. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  126.  
  127. <title>{title}</title>
  128. <link rel="shortcut icon" href="{Favicon}" />
  129. <meta name="color:title" content="#797B7D"/>
  130. <meta name="color:negrito" content="#556270"/>
  131. <meta name="color:menu" content="#A1A5A7"/>
  132. <meta name="color:menuhover" content="#000"/>
  133. <meta name="color:links" content="#99AFC7" />
  134. <meta name="color:linkshover" content="#000" />
  135. <meta name="color:border" content="#797B7D" />
  136. <meta name="color:letrabox" content="#888888"/>
  137. <meta name="color:backgroundbox" content="#000"/>
  138. <meta name="color:letrasidebar" content="#AAA"/>
  139. <meta name="color:letras" content="#aaa"/>
  140. <meta name="color:backgroundtheme" content="#000"/>
  141. <meta name="color:scroll" content="#A1A5A7"/>
  142.  
  143. <meta name="color:frase" content="#99AFC7" />
  144. <meta name="image:background" content="http://static.tumblr.com/zvqacv0/r06m9s9p9/bg6.png"/>
  145. <meta name="text:frase" content="Troque no appearence" />
  146. <meta name="text:Link1" content="/" />
  147. <meta name="text:Link1 Title" content="home" />
  148. <meta name="text:Link2" content="/ask" />
  149. <meta name="text:Link2 Title" content="ask" />
  150. <meta name="text:Link3" content="link" />
  151. <meta name="text:Link3 Title" content="troque" />
  152. <meta name="text:Link4" content="Link" />
  153. <meta name="text:Link4 Title" content="estes" />
  154. <meta name="text:Link5" content="link" />
  155. <meta name="text:Link5 Title" content="links" />
  156. <meta name="text:Link6" content="link" />
  157. <meta name="text:Link6 Title" content="no seu lindo " />
  158. <meta name="text:Link7" content="link" />
  159. <meta name="text:Link7 Title" content="appearence" />
  160. <meta name="text:Link8" content="link" />
  161. <meta name="text:Link8 Title" content=" ocupe tudo" />
  162.  
  163.  
  164. </head>
  165.  
  166. <style type="text/css">
  167. ::-webkit-scrollbar{width:6px;height:3px;}
  168. ::-webkit-scrollbar-button:start:decrement
  169. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  170. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  171. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  172. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  173. @font-face {font-family: font; src: url('http://static.tumblr.com/qzpui9z/rJolz8e0w/airplanes_in_the_night_sky.ttf');}
  174.  
  175.  
  176. @font-face {font-family: "centabel";src: url('http://static.tumblr.com/qurx7eh/csQm4ktue/centabel.ttf');}
  177. /*** Background ***/
  178. body{background: {color:backgroundtheme} Url('{image:background}'); color: {color:letras}; font-family: verdana; font-size: 11px; background-attachment:fixed; background-repeat:repeat; }
  179.  
  180.  
  181. .borda{
  182. padding : 3px;background-color:transparent;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;opacity:0.8;
  183.  
  184. border-radius:0px;}
  185. .borda:hover{
  186. padding : 3px;background-color: {color:border};-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;opacity:1;
  187. }
  188.  
  189. .home {
  190. height:15px; width:15px;align:center;}
  191. .bordasm1{
  192. padding : 5px;background-color: {color:menu};
  193.  
  194. border-radius:0px;width:74px;}
  195.  
  196. .bordasm {
  197. padding : 0px;
  198. -webkit-border-radius: 80px;
  199. -moz-border-radius: 80px;
  200. border-radius: 80px;}
  201.  
  202. .bordasm321 {height:50px;width:50px;border-radius:4px; box-shadow: 0 0 1em #000;margin:2px 0px 0px 2px;}
  203.  
  204. .bordasm123 {width:60px; height:60px;
  205. -webkit-border-radius: 50px;
  206. -moz-border-radius: 50px ;
  207. border-radius: 50px;
  208. }
  209.  
  210. .box .boxnotes {margin-left: 470px; width: 43px;
  211. text-align: center; height: 15px;
  212. position: absolute; margin-top: -15px; padding: 4px;
  213.  
  214.  
  215.  
  216.  
  217. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  218. -o-transition: all 1s ease;transition: all 1s ease; opacity: 0;
  219. }
  220.  
  221.  
  222.  
  223.  
  224. .box:hover .boxnotes {margin-top: 5px;opacity: 1;opacity: 1.0;}
  225. /*** fim da boxnotes ***/
  226. .smquote{font-family: georgia; text-align: center; font-size: 15px; line-height: 15px; padding: 2px; }
  227.  
  228.  
  229.  
  230.  
  231. .smsource{text-align: left; text-transform: none; margin-bottom: 2px;}
  232.  
  233.  
  234.  
  235. .box {background: transparent; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;border-bottom:1px dashed {color:border};}
  236.  
  237. .boxpost {background: {color:backgroundbox}; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;}
  238.  
  239. .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;}
  240.  
  241.  
  242.  
  243.  
  244.  
  245. 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;}
  246. 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;}
  247.  
  248. /*** BlockQuote ***/
  249. blockquote {
  250. margin: 5px;
  251. padding: 3px;
  252. }
  253.  
  254.  
  255.  
  256. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  257. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  258.  
  259. /*** Seleção colorida Sm ***/
  260. ::-moz-selection
  261. {
  262. background: #28B5BF;
  263. color: #f3f3f3;
  264. }
  265. ::selection
  266. {
  267. background: #28B5BF;
  268. color:#fff;
  269. }
  270.  
  271.  
  272.  
  273. .sidebar {position: fixed;
  274. background-repeat: no-repeat;
  275. padding: 5px;margin-left:43px; margin-top:100px;
  276. margin-bottom: 15px;
  277.  
  278. border-radius: 1px;}
  279. .sidebar {position: fixed;
  280. background-repeat: no-repeat;
  281. padding: 5px;margin-left:243px; margin-top:100px;
  282. margin-bottom: 15px;
  283.  
  284. border-radius: 1px;}
  285. .sidebar2 {position: fixed;
  286. background-repeat: no-repeat;
  287. padding: 5px;margin-left:201px; margin-top:161px;
  288. width:140px; height:150px;
  289.  
  290. border-radius: 1px;}
  291. .sidebar3 {position: absolute;width:470px;
  292. background-repeat: no-repeat;
  293. padding: 5px;
  294. margin-bottom: 45px;
  295.  
  296. border-radius: 1px;}
  297. /** Menu SM**/
  298. .nav {background: transparent; display: inline-block; padding: 3px; text-align: center; line-height:20px;height:13px; color:{color:menu}; text-transform: lowercase; width:auto; float: center; margin:-4px 2px 6px 2px; font-family:georgia; font-size:9px; !important;text-decoration: none; letter-spacing: 0.10em; -webkit-transition-duration: .90s;}
  299.  
  300. .nav:hover {background: transparent;display: inline-block; text-align: center; color:{color:menuhover}; -webkit-transition-duration: .90s;}
  301.  
  302.  
  303. b, strong, bold {color:{color:negrito};}
  304. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:letras};}
  305. i, em{color: {color:letras};}
  306. s {color: {color:letras };}
  307.  
  308.  
  309. /*** PAGINACAO BY RITAMAFALDA ***/
  310. .pagi {font-family: georgia; font-size:50px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; right:250px; bottom: 50px; position: fixed;}
  311. .pagi1 {font-family: georgia; font-size: 50px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; left: 250px; bottom: 50px; position: fixed;}
  312. a.pagl {color: {color:links}; text-decoration: none;}
  313. a.pagl:hover {color:{color:linkshover};}
  314.  
  315. .date {width: 99%; background:{color:backgroundbox}; 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; }
  316. .tag {width: 99%; background:{color:backgroundbox}; 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;
  317.  
  318.  
  319.  
  320. }
  321.  
  322. .qsource { text-align:left;font: italic 10px 'georgia'; margin-top: 12px;color: {color:letras};margin-bottom:1px;border-top: 1px solid {color:letras};}
  323.  
  324.  
  325.  
  326. #aspas{
  327. position:absolute;
  328. margin-left:3px;
  329. margin-top:-8px;
  330. font-size:40px;
  331. opacity:0.3;
  332. filter: alpha(opacity = 90);
  333. color: {color:letras};
  334.  
  335. }
  336.  
  337. .entries {
  338. background-repeat: no-repeat;
  339. padding: 5px;margin-top:70px;width:480px;}
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346. .box3 {background:{color:backgroundbox};width: 205px; margin-bottom: 0px; padding: 5px; text-align: justify;}
  347.  
  348. .box2 {width: 250px; position:fixed;}
  349.  
  350. /*** ask ***/
  351. .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}; }
  352.  
  353.  
  354.  
  355. .askborder {float: left;margin: 1px 4px 0 0; width:30px;background: {color:backgroundtheme};padding : 1px;border:5px solid {color:backgroundtheme};border-radius:8px;}
  356.  
  357.  
  358.  
  359. .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;
  360. -webkit-border-bottom-right-radius: 8px;
  361. -moz-border-radius-topright: 8px;
  362. -moz-border-radius-bottomright: 8px;
  363. border-top-right-radius: 8px;
  364. border-bottom-right-radius: 8px;
  365. width:280px; float: left; border-bottom:1px dashed {color:title};border-top: 1px dashed {color:title};}
  366.  
  367. .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; }
  368.  
  369.  
  370.  
  371. @font-face {font-family:basket; src: url('http://static.tumblr.com/qurx7eh/jLom4ozpa/kgcallmemaybe.ttf');}
  372.  
  373.  
  374. .frase {width: 474px; height:50px; position:absolute;overflow:hidden;margin-top:-20px;cursor:help;
  375. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  376. .frase {font-family: basket;font-size:30px;color: {color:frase}; text-align: center; padding: 3px; line-height:35px;text-transform:lowercase;}
  377.  
  378. #frase2 {width: 184px; position:fixed;overflow:hidden; background: {color:backgroundbox} ;left:250px; top:130px;
  379. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  380. #frase2 {font-size:20px;color: {color:letras}; text-align: center; padding: 3px; line-height:20px}
  381.  
  382.  
  383. /*** Seleção Colorida - By; MADLYLUV.com ***/
  384. ::-moz-selection
  385. {color: #000;
  386. background: #eee;}
  387.  
  388. ::selection
  389. {color: #000;
  390. background: #eee;}
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398. </style>
  399.  
  400. <body>
  401.  
  402.  
  403. <!-- DESCRICAO -->
  404.  
  405. <center>
  406. <!-- TAGS PRINCIPAIS DO POST --><center>
  407. <div class="entries"><a href="javascript:animatedcollapse.toggle('cat')">
  408. <div class="frase"><center><div style="color="{color:frase};cursor:help;">{text:frase}</div></center></div></a><div id="cat" style="display: none; " groupname="pets" speed="400">
  409. <br>
  410. <div style="padding:0px; overflow: auto; top:10px; width:480px; ;text-align: justify; font-size:9px; font-family:verdana;height:58px; line-height: 110% ;border-bottom: 1px dashed {color:border};">
  411. {block:Description}{Description}{/block:Description}</div></div><div class="sidebar3"><br><center>
  412. {block:ifLink1}<a href="{text:Link1}"><div class="nav">{text:Link1 Title}<b> · </b></div></a>{/block:ifLink1}
  413. {block:ifLink2}<a href="{text:Link2}"><div class="nav">{text:Link2 Title}<b> · </b></div></a> {/block:ifLink2}
  414.  
  415.  
  416.  
  417.  
  418. {block:ifLink3}<a href="{text:Link3}"><div class="nav">{text:Link3 Title}<b> · </b></div></a> {/block:ifLink3}
  419. {block:ifLink4}<a href="{text:Link4}"><div class="nav">{text:Link4 Title}<b> · </b></div></a> {/block:ifLink4}
  420.  
  421.  
  422.  
  423.  
  424. {block:ifLink5}<a href="{text:Link5}"><div class="nav">{text:Link5 Title}<b> · </b></div></a> {/block:ifLink5}
  425. {block:ifLink6}<a href="{text:Link6}"><div class="nav">{text:Link6 Title}<b> · </b></div></a> {/block:ifLink6}
  426. {block:ifLink7}<a href="{text:Link7}"><div class="nav">{text:Link7 Title}<b> · </b></div></a> {/block:ifLink7}
  427. {block:ifLink8}<a href="{text:Link8}"><div class="nav">{text:Link8 Title}<b> · </b></div></a> {/block:ifLink8}<a href="http://cerejadosundae.tumblr.com/"><div class="nav">Theme</div></a>
  428. <center><br><center>
  429. </div><br><br><br>
  430.  
  431.  
  432. <div class="boxpost">
  433. <div id="iluc">
  434. {block:Posts}
  435.  
  436.  
  437.  
  438. {block:Regular}<div class="box"><div class="post"><div class="boxnotes">
  439. <center>
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  447. </center>
  448. </div>
  449. {block:Title}<h1>{Title}</h1>{/block:Title}
  450. <div class="entry">{Body}</div>
  451.  
  452. <div class="divdate"></div>
  453.  
  454.  
  455. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  456. </div></div>
  457. {/block:Regular}
  458.  
  459.  
  460.  
  461.  
  462. {block:Photo}
  463. <div class="post"><div class="box"><div class="boxnotes">
  464. <center>
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  473. </center>
  474. </div>
  475.  
  476. <center>
  477. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=450px class="borda">{LinkCloseTag}</center>
  478. {block:Caption}
  479. <br>
  480. <div class="caption">{Caption}</div>
  481. {/block:Caption}
  482. <div style="clear:both;"></div>
  483. <BR>
  484.  
  485. <div class="divdate"></div>
  486.  
  487.  
  488.  
  489.  
  490. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  491.  
  492. </div></div>
  493. {/block:Photo}
  494.  
  495.  
  496. <div style="clear:both;"></div>
  497.  
  498.  
  499.  
  500. {block:Answer}
  501. <div class="post"><div class="box">
  502. <img src="{AskerPortraitURL-48}"align="left" class="askborder"/>
  503. <div class="ask">
  504. {Question}</div>
  505. {Answer}
  506.  
  507.  
  508. <div style="clear:both;"></div>
  509.  
  510. <BR>
  511.  
  512. <div class="divdate"></div>
  513.  
  514.  
  515. <div class="date"> <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <b>Pergunta feita por: {Asker}</b> </div>
  516.  
  517. </div>
  518.  
  519. {block:Answer}
  520.  
  521. <div style="clear:both;"></div>
  522.  
  523.  
  524.  
  525.  
  526. {block:Quote}
  527. <div class="post"><div class="box"><div class="boxnotes">
  528. <center>
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  536. </center>
  537. </div>
  538. <div id="aspas">❝</div>
  539. <div class="quote">{Quote}</div>
  540. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  541. <br>
  542. <div class="divdate"></div>
  543.  
  544.  
  545.  
  546. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  547. </div></div>
  548. {/block:Quote}
  549.  
  550.  
  551. <div style="clear:both;"></div>
  552.  
  553.  
  554.  
  555.  
  556. {block:Link}
  557. <div class="post"><div class="box"><div class="boxnotes">
  558. <center>
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  566. </center>
  567. </div><a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  568. {block:Description}
  569. <div class="description">{Description}</div>
  570. {/block:Description}
  571.  
  572. <BR>
  573. <div class="divdate"></div>
  574.  
  575.  
  576. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  577.  
  578. </div></div>
  579. {/block:Link}
  580.  
  581. <div style="clear:both;"></div>
  582.  
  583. {block:Chat}
  584. <div class="post"><div class="box"><div class="boxnotes">
  585. <center>
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  594. </center>
  595. </div>
  596. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>
  597. {/block:Title}
  598. <div class="chat">
  599. <div class="chat1">
  600. {block:Lines}
  601. <div class="chat2 {Alt}">
  602. {block:Label}
  603. <span>{Label}</span>
  604. {/block:Label}
  605. {Line}</div>
  606. {/block:Lines}
  607. </div>
  608.  
  609. <BR>
  610. <div class="divdate"></div>
  611.  
  612.  
  613.  
  614.  
  615. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  616.  
  617. </div></div>
  618. {/block:Chat}
  619.  
  620.  
  621. <div style="clear:both;"></div>
  622.  
  623.  
  624. {block:Audio}
  625. <div class="post"><div class="box"><div class="boxnotes">
  626. <center>
  627.  
  628.  
  629.  
  630.  
  631.  
  632. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title="">
  633. </a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  634. </center>
  635. </div>
  636. {AudioPlayerWhite}
  637. {block:Caption}
  638. <div class="caption">{Caption}</div>
  639. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  640. {/block:Caption}
  641.  
  642.  
  643. <div class="divdate"></div>
  644.  
  645.  
  646.  
  647. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  648. </div></div>
  649. {/block:Audio}
  650.  
  651. <div style="clear:both;"></div>
  652.  
  653.  
  654. {block:Video}
  655. <div class="post"><div class="box"><div class="boxnotes">
  656. <center>
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. <div class="tags"><div class="tags"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/30vez4b/s0Im1f3p6/reblog.png"class="" width="20px" title=""></a> <a class="notes" href="{Permalink}"><img src="http://static.tumblr.com/30vez4b/nYXm1f3oc/notes.png"class="" width="18px" title=""></a> </div>
  665. </center>
  666. </div>
  667. <class="borda"><center>
  668. {Video-400}</center>
  669. <br>
  670. {block:Caption}
  671. <div class="caption">{Caption}</div>
  672. {/block:Caption}
  673.  
  674. <BR>
  675. <div class="divdate"></div>
  676.  
  677.  
  678.  
  679.  
  680. <div class="tag"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> <br>{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  681. </div></div>
  682. {/block:Video}
  683.  
  684. <div style="clear:both;"></div>
  685.  
  686.  
  687. {block:PostNotes}<div class="box">
  688. <div class="notes-bottom">
  689. {PostNotes}
  690. </div></div>
  691. {/block:PostNotes}
  692.  
  693. <!---------------- FIM DAS NOTAS DOS POSTS ------------->
  694. {/block:Posts}
  695. <!---------------- FINAL DE TAGS DO POST ------------->
  696. <br><div style="padding:0px;;text-align: justify; line-height: 110% ;margin-top: 10px;font-family: verdana;font-size: 8px;text-transform: uppercase;"><center>
  697. <b>theme:</b> <a href="http://cerejadosundae.tumblr.com">cerejadosundae</a>. Don't Copy bitch. <a href="http://acucar-amargo.tumblr.com/">+</a> <a href="http://ritamafalda.tumblr.com/">+</a> <a href="http://idolatrado.tumblr.com/">+</a></div><!--- PAGINACAO BY RITAMAFALDA --->
  698. <div class="pagi">{block:Pagination}{block:NextPage}<a class="pagl" href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  699. <div class="pagi1">{block:Pagination}{block:PreviousPage}<a class="pagl" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}</div>
  700.  
  701. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  702.  
  703.  
  704.  
  705.  
  706. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  707. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  708. </body>
  709. </head>
  710. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement