Advertisement
simonecereja

Theme relax

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