Advertisement
cerejadosundae

Theme 002

Mar 28th, 2014
6,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.57 KB | None | 0 0
  1. <!------------------------------------------------------------------
  2.  
  3. | THEME FEITO TOTALMENTE POR SIMONE MONTILARES |
  4. (CEREJADOSUNDAE.TUMBLR.COM)
  5. | ROUBAR É CRIME, PLÁGIO É CONSIDERADO COMO ROUBO, ANTES DE PEGAR |
  6. ALGO DAQUI E DIZER QUE É SEU, TENHA EMPATIA E APRENDA A FAZER
  7. | SUAS PRÓPRIAS COISAS. VOCÊ TAMBÉM É CAPAZ. |
  8.  
  9. ------------------------------------------------------------------->
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/19a99/xhtml">
  16. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  20. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  25. <script>
  26. $(function(){
  27. var $container = $('#container');
  28. $container.imagesLoaded(function(){
  29. $container.masonry({
  30. itemSelector: '.post',
  31. });
  32. });
  33. $container.infinitescroll({
  34. itemSelector : ".post",
  35. navSelector : "div.pagination",
  36. nextSelector : ".pagination a#next",
  37. loadingImg : "",
  38. loadingText : "<em></em>",
  39. bufferPx : 10000,
  40. extraScrollPx: 12000,
  41. },
  42. // trigger Masonry as a callback
  43. function( newElements ) {
  44. var $newElems = $( newElements ).css({ opacity: 0 });
  45. // ensure that images load before adding to masonry layout
  46. $newElems.imagesLoaded(function(){
  47. $newElems.animate({ opacity: 1 });
  48. $container.masonry( 'appended', $newElems, true );
  49. });
  50. }
  51. );
  52. });
  53. </script>
  54.  
  55.  
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Oregano' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  59. <head profile="http://gmpg.org/xfn/11">
  60. <link href='http://fonts.googleapis.com/css?family=Sail' rel='stylesheet' type='text/css'>
  61.  
  62. <title>{title}</title>
  63. <link rel="shortcut icon" href="{Favicon}" /> </head>
  64. <meta name="color:backgroundtheme" content="#f7f7f7"/>
  65. <meta name="color:backgroundbox" content="#f1f1f1"/>
  66. <meta name="color:letras" content="#777"/>
  67. <meta name="color:title" content="#aaa"/>
  68. <meta name="color:descripcolor" content="#777"/>
  69. <meta name="color:extras" content="#deb4b4"/>
  70. <meta name="color:linhafrase" content="#d7d7d3"/>
  71. <meta name="color:frase" content="#9f9e9e" />
  72. <meta name="color:scroll" content="#9f9e9e"/>
  73. <meta name="color:links" content="#aaa" />
  74. <meta name="color:linkshover" content="#9f9e9e" />
  75. <meta name="color:textlinks" content="#9f9e9e" />
  76. <meta name="color:textlinkshover" content="#c9aaaa" />
  77. <meta name="color:chat1" content="#deb4b4"/>
  78. <meta name="color:chat2" content="#eee"/>
  79. <meta name="color:chatcolor" content="#aaa"/>
  80. <meta name="color:negrito" content="#c9aaaa"/>
  81. <meta name="text:frase" content="frase" />
  82. <meta name="image:background" content="http://static.tumblr.com/5pleern/n2umi9s2m/lithy2-horz.jpg"/>
  83. <meta name="text:Link1" content="link" />
  84. <meta name="text:Link1 Title" content="link1" />
  85. <meta name="text:Link2" content="Link" />
  86. <meta name="text:Link2 Title" content="link2" />
  87. <meta name="text:Link3" content="link" />
  88. <meta name="text:Link3 Title" content="link3" />
  89. <meta name="text:Link4" content="Link" />
  90. <meta name="text:Link4 Title" content="link4" />
  91. <meta name="text:Link5" content="link" />
  92. <meta name="text:Link5 Title" content="link5" />
  93. <meta name="text:Link6 Title" content="link6" />
  94. <style type="text/css">
  95.  
  96.  
  97.  
  98.  
  99. .quote:first-letter{font-family:'Arsenale';font-size: 35px;line-height:20px;}
  100.  
  101.  
  102.  
  103.  
  104. /****************** FORMATAÇÃO DO SCROLLBAR **/
  105.  
  106. ::-webkit-scrollbar{width:6px;height:3px;}
  107. ::-webkit-scrollbar-button:start:decrement
  108. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  109. ::-webkit-scrollbar-track-piece{background-color:{color:backgroundbox};-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  110. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  111. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};-webkit-border-radius:px;}
  112.  
  113.  
  114. /*** Background ***/
  115. body{background:{color:backgroundtheme} Url('{image:background}'); color: {color:letras};font-family:consolas;
  116. font-size:10px;
  117. background-attachment:fixed; background-repeat:repeat; background-repeat:repeat;background-repeat:repeat;}
  118. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 0px; right: 0px;}
  119.  
  120.  
  121.  
  122. #total {width: 476px; margin: 0 auto;}
  123.  
  124.  
  125. #conteudo {width: 300px; float:right;margin-top:18px;margin-bottom:30px;}
  126. #pagina {width:155px; float:left;position:fixed;bottom:0px;padding:7px;background:{color:descripbg}; top:0px;}
  127. .posts {float: left; width: 300px;background:{color:backgroundbox};margin:1px;padding:6px;text-align:left;overflow:auto;}
  128. .bordis{opacity:0.8;-webkit-transition-duration: .99s;-webkit-filter: grayscale(50%);width: 300px;}
  129. .bordis:hover {opacity:1;-webkit-filter: grayscale(0%);}
  130.  
  131. .posts2 {float: left; width: 350px;background:{color:backgroundbox};margin:1px;padding:12px 4px 4px 4px;text-align:left;overflow:auto;}
  132. .posts2 img{opacity:0.8;-webkit-transition-duration: .99s;width:350px;}
  133. .posts2:hover img{opacity:1;}
  134. .boxsm {position:fixed;width: 450px; overflow: auto;background:#2F2F30;margin:2px;padding:2px;}
  135. .sidepage{width:115px;margin-left:45px;;font-size:10px;
  136. }
  137.  
  138.  
  139. #imageside{width: 155px;text-align:left; position:fixed;top:100px;padding:7px;color:{color:descripcolor};background:{color:backgroundbox};;}
  140.  
  141. .sidebar3{width:150px;padding: px;
  142. margin-bottom:30px;
  143. }
  144. .sidecred{width:15px;height:15px;left:12px;font-size:12px;color:{color:letras};line-height:15px;text-align:center;font-family: calibri;padding: 2px ;position:fixed;background:{color:backgroundbox};z-index: 11;opacity:0.9;border-radius:100px;
  145. text-transform: lowercase;top:10px;overflow: hidden;-webkit-transition-duration: .99s;
  146. }
  147. .sidecred a{color:{color:letras};}
  148. .sidecred:hover{opacity:1;}
  149.  
  150. #pag{position:fixed;bottom:40px;right:10px;font-family:'candara';font-size:15px;}
  151.  
  152. #pag {font-family:'candara';text-align:right; font-size:15px;float:right;margin-top:35px}
  153.  
  154. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  155.  
  156.  
  157.  
  158.  
  159. h1{color:{color:title}!important;font-family: 'Arsenale';font-size:20px; font-weight:normal;margin-top:2px;margin-bottom:0px;line-height:18px;}
  160. @font-face{font-family:'Arsenale'; src:url('http://static.tumblr.com/zvqacv0/mgGn3671h/saffrontoo.ttf');}
  161.  
  162. .frase { width:148px; margin-left:px;font-size: 22px;font-family: 'Arsenale'; text-align:center; color:{color:frase};z-index: 11;padding:4px;margin-top:px;-webkit-transition-duration: .49s;border-bottom: 1px solid {color:linhafrase};border-radius:2px;height:25px;}
  163. /*** Notes *********/
  164.  
  165. ol.notes {Width:350px; display : block;border-left : 1px solid {color:extras}background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px; list-style-type: none; font-size:9px;text-align:left;}
  166. ol.notes li.note {width:350px;border-top: dotted 1px {color:backgroundbox}; padding: 4px;}
  167. ol.notes li.note img.avatar {display: none;border-radius:100px;}
  168. ol.notes li.note span.action {font-weight: none;}
  169. ol.notes li.note .answer_content {font-weight: none;}
  170. ol.notes li.note blockquote {display: none;}
  171. ol.notes li.note blockquote a {text-decoration: none;}
  172. ful { list-style: none; }
  173. ol { list-style-position: inside; }
  174. * { margin: 0; padding: 0; outline: none; }
  175.  
  176. .extra {border-left: 5px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  177. .extrass {border-left: 5px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  178. .extras {border-left: 5px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  179. .extrasss {border-left: 5px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  180.  
  181. .caixa{width:360px;background:{color:backgroundtheme};margin-left:-1px;margin-bottom:1px; font-size:9px; fonmt-family:calibri;text-transform:uppercase;font-weight:bold;text-align:left;}
  182.  
  183. .posts .tag {width:80px;position:absolute; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-align:left;text-shadow:0 0px 0px #000; font-family:trebuchet ms;font-size:8px;text-transform:uppercase;
  184. margin-top:-28px;opacity:0;margin-left:300px;-webkit-transition-duration: .49s;}
  185. .posts:hover .tag {opacity:1;margin-left:310px;}
  186. .date {font-weight: bold; text-transform: uppercase; font-family: tahoma;
  187. font-size: 8px; text-align: right; }
  188. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  189.  
  190.  
  191.  
  192. /***Formatação dos links e negrito***/
  193.  
  194.  
  195. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;font-weight:normal;}
  196.  
  197. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  198.  
  199.  
  200. /********* SELEÇÃO COLORIDA *************/
  201. ::-moz-selection
  202. {
  203. background: {color:backgroundtheme};
  204. color: {color:letras};
  205. }
  206. ::selection
  207. {
  208. background:{color:backgroundtheme};
  209. color:{color:letras};
  210. }
  211.  
  212.  
  213.  
  214. /******************************* NEGRITO, ITÁLICO, RISCADO E SUBLINADO **/
  215.  
  216. b, strong, bold {color:{color:negrito};}
  217. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:letras};}
  218. i, em{color: {color:letras};}
  219. s {color: {color:letras };}
  220.  
  221.  
  222. /** Menu SM**/
  223. .nav {color:{color:textlinks}; font-family:consolas;
  224. font-size:9px;
  225.  
  226. display: inline-block;
  227. text-transform:uppercase;
  228. padding: 1px; text-align:center; line-height: 15px;margin: 2px; !important; letter-spacing: 0.05em;-webkit-transition-duration: .90s;
  229. -webkit-transition-duration:1.0s;}
  230. .nav:hover {color: {color:textlinkshover}; }
  231.  
  232. /** Menu SM**/
  233. .nav2 {background:rgba(0, 0, 0, 0.5);color:#E2A1AA; display: inline-block; padding:8px; text-align: center; line-height: 12px;;margin:0.01em;width:8px;height:8px; float: center; font-family: calibri; font-size: 10px; !important;text-decoration: none; letter-spacing: 0.05em;text-transform:uppercase; -webkit-transition-duration: .90s;; }
  234. .nav2:hover {display: inline-block; text-align: center; ; float: center;
  235. !important;text-decoration: none; background:rgba(0, 0, 0, 1); }
  236.  
  237.  
  238. /* QUOTE (sweet-help) */
  239. .quote {font: normal 12px ; text-align: justify; margin-left: 0px; margin-top:5px;margin-bottom:0px;padding: 8px;}
  240.  
  241. .qsource {font-weight:normal;text-transform:uppercase;;font-size:10px;text-align:right;padding:2px;}
  242. #aspas{
  243. position:absolute;
  244. margin-left:3px;
  245. margin-top:5px;
  246. font-size:40px;
  247. opacity:0.3;
  248. color: {color:border;}
  249.  
  250. /* Chat por Anna (livelikeasuicide) *********/
  251. .chat {background: {color:backgroundtheme}; margin: 0; font-size:
  252. 9px; font-family: trebuchet ms;}
  253. .chat .chat1 {margin-left: 0px;}
  254. .chat .chat1 .chat2 {background: {color:chat1}; color:{color:chatcolor};
  255. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  256. .chat .chat1 .chat2.even {background: {color:chat2};
  257. color: {color:chatcolor};} /* Segunda linha */
  258. .chat .chat1 .chat2 span{font-weight: bold;}
  259. font-family: 'Web Symbols';
  260. src: url('/assets/fonts/web-symbols/26570e66618b46bd347b580e043282f4/eb6adba02c2fa4e9d8ded2e870458081/WebSymbolsRegular.otf') format('opentype');
  261. font-weight: normal;
  262. font-style: normal;
  263. }
  264. .html_photoset {
  265. -webkit-filter: grayscale(80%);
  266.  
  267. -webkit-transition-duration: .80s;}
  268. .html_photoset:hover {
  269. -webkit-filter: none;
  270. -webkit-transition:all .3s linear;
  271. -moz-transition:all .3s linear;transition:all .3s linear;
  272. -webkit-transition-duration: .80s;}
  273.  
  274.  
  275. /* --------------------------- ASK POSTS ------------------------------- */
  276.  
  277. #question{ padding:8px; background-color: {color:extras}; color:#fff;border-radius:2px; margin-top:2px; ;}
  278.  
  279. #asker{text-align: left; vertical-align:bottom; margin-top:2px; margin-left:20px; font-size:12px; letter-spacing:1px; font-family:consolas;}
  280.  
  281. #asker a{color:{color:extras};font-size:9px; letter-spacing:1px;font-family:trebuchet ms;text-transform:uppercase;}
  282. #asker a:hover {
  283.  
  284. color:{color:extras};border-bottom: 2px solid {color:extras};}
  285.  
  286. #asker img{vertical-align:center; float:left; max-height:16px; margin-left: 26px; margin-right: 5px;border: 2px solid {color:border};}
  287.  
  288. #arrow{width: 13px; height: 7px; font-size:32px; margin-top:-15px; margin-left:18px; font-family:'trebuchet ms'; color:{color:extras};}
  289.  
  290.  
  291.  
  292. .asker{margin-bottom:15px;}
  293. /***BOXNOTES Simone (cerejadosundae)***/
  294. .posts .boxnotes2 {z-index: 11;
  295. padding:1px;margin-left:129px;
  296. text-align: center;background:rgba(0,0,0,0.4);
  297. position: absolute;margin-top:8px;height:17px;width:17px;
  298. line-height:17px; font-family:trebuchet ms;font-size:10px;opacity:0;
  299. -webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  300. -o-transition: all 0.5s ease;transition: all 0.5s ease;padding:3px;border-radius:2px;padding:2px;}
  301. .boxnotes2 img{ -webkit-filter:invert(100%);}
  302.  
  303. .posts:hover .boxnotes2 {margin-left:1px;opacity: 1; }
  304.  
  305. /*** FORMATACAO DOS BOXNOTES ***/
  306. .posts .caixinha {z-index: 11;
  307. padding:1px;margin-left:1px;
  308. text-align: center;
  309. position: absolute;height:17px;width:17px;
  310. line-height:17px; font-family:trebuchet ms;font-size:10px;opacity:0;
  311. -webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;
  312. -o-transition: all 1.0s ease;transition: all 1.0s ease;padding:3px;border-radius:2px;padding:2px;}
  313. .
  314. .posts:hover .caixinha {opacity: 1;margin-left:1px; }
  315.  
  316.  
  317.  
  318. .caixinha img{margin:1px;border-raiuds:0px;width:25px;background:rgba(0,0,0,0.2);}
  319. .posts:hover .caixinha {opacity: 1.0;}
  320. src: url('http://static.tumblr.com/zvqacv0/38Jmiwmy8/cac_pinafroe.ttf'); format("truetype");}
  321. @font-face {font-family:'bebas'; src: url('http://static.tumblr.com/wha7gho/ar5m5hc9b/bebas___.ttf') format("truetype"); }
  322. /*** BORDAS ***/
  323. .imageborda{margin-top:-4px;width:150px;}
  324. .vsanna{display: none;}
  325. .bordasm{width:50px;float:left;margin-top:0px;margin-left:-3px;-webkit-transition-duration: 1.99s;margin-bottom:0px;padding:4px;z-index:-100px;float:left;}
  326. .bordasm:hover{transition: all 1.0s ease;-webkit-filter:grayscale(50%);}
  327. </style>
  328.  
  329.  
  330.  
  331. <body><div class="sidecred"><a href="http://cerejadosundae.tumblr.com"title="theme feito por cerejadosundae">©</a></div>
  332.  
  333. <div id="total">
  334. <div id="pagina">
  335.  
  336. <!----------Efeito 1 (cds)---------->
  337.  
  338.  
  339.  
  340. <div id="imageside">
  341. <div class="frase">{text:frase}</div>
  342.  
  343.  
  344. <img src="{PortraitURL-96}"class="bordasm">
  345.  
  346. {description}<br><center></center>
  347. {block:ifLink1}<a href="{text:Link1}"><div class="nav">{text:Link1 Title}</div></a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}"><div class="nav">{text:Link2 Title}</div></a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}"><div class="nav">{text:Link3 Title}</div></a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4}"><div class="nav">{text:Link4 Title}</div></a>{/block:ifLink4}{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}<a href="http://cerejadosundae.tumblr.com/"><div class="nav">theme</div></a></center
  348. >
  349.  
  350. <div id="pag">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  351. <!-- TAGS PRINCIPAIS --></div>
  352. <div id="conteudo">
  353.  
  354. <div id="iluc">
  355. {block:Posts}
  356. <!-- TEXTO-->
  357. {block:Text}
  358. {block:IndexPage}
  359. <div class="posts">
  360.  
  361.  
  362.  
  363.  
  364.  
  365. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:IndexPage}
  366.  
  367.  
  368.  
  369. {block:PermalinkPage}<center><div class="posts2">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div></center>{/block:PermalinkPage}
  370.  
  371. {block:IndexPage}
  372. <div class="tag"><a href="{Permalink}"> {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a> <br><a href="{ReblogURL}" target="_blank">Reblog</a> <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  373. {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div>
  374. </div>{/block:IndexPage}
  375.  
  376. </div>
  377. {/block:Text}
  378.  
  379.  
  380.  
  381. <!-- PHOTO -->
  382. {block:Photo}{block:IndexPage}
  383. <div class="posts"><div class="caixinha"><a href="{permalink}" title="permalink" ><img src="http://static.tumblr.com/zvqacv0/XC8mheuy8/11like.png"></a>
  384. </div>
  385.  
  386.  
  387. <center><a href="{ReblogURL}" target="_blank"><img src="{PhotoURL-500}" width="408" class="bordis"title="reblog">
  388. <div class="imageborda">
  389. <img src="http://static.tumblr.com/qzpui9z/o9qmdlc8l/sombra.png"width=230px></div></a></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  390.  
  391. {block:PermalinkPage}<center><div class="posts2"><img src="{PhotoURL-500}" width="400" class="img">
  392. {block:Caption}{Caption}{/block:Caption}</center></div>{/block:PermalinkPage}
  393.  
  394.  
  395.  
  396. {/block:Photo}
  397.  
  398.  
  399. <!-- PHOTOSET -->
  400.  
  401. {block:Photoset}{block:IndexPage}
  402. <div class="posts"><div class="caixinha"><a href="{ReblogURL}" target="_blank" title="reblog"><img src="http://static.tumblr.com/zvqacv0/czamheuyj/11reblog.png"></a<a href="{permalink}" title="permalink" ><img src="http://static.tumblr.com/zvqacv0/XC8mheuy8/11like.png"></a>
  403. </div>
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411. <center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
  412. {block:PermalinkPage}<center><div class="posts2">{Photoset-400}
  413. {block:Caption}{Caption}{/block:Caption}</center><br/>{/block:PermalinkPage}
  414.  
  415. </div>
  416. {/block:Photoset}
  417.  
  418.  
  419. <!-- QUOTE -->
  420.  
  421. {block:Quote}{block:IndexPage}
  422. <div class="posts">
  423.  
  424. <div id="aspas">❝</div>
  425. <div class="quote">{Quote}</div>{block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  426. {/block:IndexPage}
  427.  
  428.  
  429. {block:PermalinkPage}<center><div class="posts2"><div id="aspas">❝</div><div class="quote">{Quote}{block:Source}<qsource>- {Source}</qsource>{/block:Source}</div></center></div>{block:PermalinkPage}
  430.  
  431. {block:IndexPage}
  432.  
  433. <div class="tag"><a href="{Permalink}"> {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a> <br><a href="{ReblogURL}" target="_blank">Reblog</a> <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  434. {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div></div></div>{/block:IndexPage}
  435.  
  436. {/block:Quote}
  437.  
  438.  
  439. <!-- LINK -->
  440. {block:Link}{block:IndexPage}
  441. <div class="posts">
  442.  
  443.  
  444.  
  445.  
  446. <h1><a href="{URL}">{Name}</a></h1>
  447. {block:Description}{Description}{/block:Description}
  448. {/block:IndexPage}
  449.  
  450. {block:PermalinkPage}<center><div class="posts2"><h1><a href="{URL}">{Name}</a></h1>
  451. {block:Description}{Description}{/block:Description}</div></center>{/block:PermalinkPage}
  452.  
  453. {block:IndexPage}
  454.  
  455. <div class="tag"><a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a> <br><a href="{ReblogURL}" target="_blank">Reblog</a> <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  456. {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div> </div></div>{/block:IndexPage}
  457.  
  458. {/block:Link}
  459.  
  460.  
  461. <!-- CHAT -->
  462.  
  463. {block:Chat}{block:IndexPage}
  464. <div class="posts">
  465.  
  466.  
  467.  
  468.  
  469.  
  470. <div class="chat">
  471. <div class="chat1">
  472. {block:Lines}
  473. <div class="chat2 {Alt}">
  474. {block:Label}
  475. <b>{Label}</b>
  476. {/block:Label}
  477. {Line}</div>
  478. {/block:Lines}
  479. </div>
  480. </div>{/block:IndexPage}
  481.  
  482. {block:PermalinkPage}<center><div class="posts2">
  483.  
  484. <div class="chat">
  485. <div class="chat1">
  486. {block:Lines}
  487. <div class="chat2 {Alt}">
  488. {block:Label}
  489. <b>{Label}</b>
  490. {/block:Label}
  491. {Line}</div>
  492. {/block:Lines}
  493. </div>
  494. </div></div></center>{/block:PermalinkPage}
  495.  
  496. {block:IndexPage}
  497.  
  498. <div class="tag"><a href="{Permalink}"> {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a> <br><a href="{ReblogURL}" target="_blank">Reblog</a> <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  499. {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div> </div>{/block:IndexPage}
  500. </div>
  501. {/block:Chat}
  502.  
  503.  
  504.  
  505. <!-- AUDIO -->
  506.  
  507. {block:Audio}{block:IndexPage}
  508. <div class="posts">
  509.  
  510. {block:IfAudiopreto}<div class="audiofdp"><center>{AudioPlayerBlack}</center></div>{/block:IfAudiopreto}
  511. {block:IfAudiocinza}<div class="audiofdc"><center>{AudioPlayerGrey}</center></div>{/block:IfAudiocinza}
  512. {block:Caption}{Caption}{/block:Caption}
  513. {/block:IndexPage}
  514.  
  515. {block:PermalinkPage}<center><div class="posts2">
  516.  
  517. {block:IfAudiopreto}<div class="audiofdp"><center>{AudioPlayerBlack}</center></div>{/block:IfAudiopreto}
  518. {block:IfAudiocinza}<div class="audiofdc"><center>{AudioPlayerGrey}</center></div>{/block:IfAudiocinza}
  519. {block:Caption}{Caption}{/block:Caption}</div></center>{/block:PermalinkPage}
  520. {block:IndexPage}
  521.  
  522.  
  523. <div class="tag"><a href="{Permalink}"> {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a> <br><a href="{ReblogURL}" target="_blank">Reblog</a> <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  524. {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div> </div>{/block:IndexPage}
  525.  
  526. </div>
  527. {/block:Audio}
  528.  
  529.  
  530. <!-- VIDEO-->
  531.  
  532. {block:Video}{block:IndexPage}
  533. <div class="posts">
  534.  
  535.  
  536. {block:IndexPage}<center>{Video-400}</center>
  537. {block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
  538. {block:PermalinkPage}<center><div class="posts2"><center>{Video-250}
  539.  
  540. {block:Caption}{Caption}{/block:Caption}</center></div>{/block:PermalinkPage}
  541. {block:IndexPage}
  542.  
  543. <div class="tag"><a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a> <br><a href="{ReblogURL}" target="_blank">Reblog</a> <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  544. {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div> </div>{/block:IndexPage}
  545. </div>
  546. {/block:Video}
  547.  
  548.  
  549.  
  550. <!-- ASKER -->
  551.  
  552. {block:Answer}{block:IndexPage}
  553. <div class="posts"><div class="caixinha">
  554. <a href="{permalink}" title="permalink" ><img src="http://static.tumblr.com/zvqacv0/XC8mheuy8/11like.png"></a></div>
  555.  
  556.  
  557. <div id="question">{Question}</div>
  558. <div id="arrow">◥</div>
  559. <br>
  560. <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
  561. {Answer}
  562. {/block:IndexPage}{block:PermalinkPage}<center><div class="posts2"><div id="question">{Question}</div>
  563. <div id="arrow">◥</div>
  564. <br>
  565. <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
  566. {Answer}
  567. {/block:PermalinkPage}
  568.  
  569.  
  570.  
  571. </div>
  572. {/block:Answer}
  573. {/block:Posts}
  574. {block:PostNotes}
  575.  
  576.  
  577. <center>
  578. <div class="caixa">
  579. {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> - Source </a>{/block:ContentSource}{block:HasTags} | {/block:HasTags}
  580. <span style="width:auto;">
  581. {block:HasTags}
  582. {block:Tags}
  583. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span> | {NoteCount}</div>
  584. <div class="caixa">
  585. {PostNotes}
  586.  
  587. {/block:PostNotes}</div>
  588.  
  589.  
  590.  
  591. </div></div></div>
  592.  
  593. </div></div></div></div>
  594. <!---------------- FINAL DE TAGSM DO POST ------------->
  595.  
  596.  
  597. </div></div>
  598. </body>
  599. </head>
  600. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement