Advertisement
simonecereja

Theme paradise

Nov 19th, 2012
11,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.68 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2.  
  3. Theme feito totalmente por Simone Montilares (cerejadosundae.tumblr.com).
  4. NÃO RETIRE OS CRÉDITOS,
  5. NEM COPIE NEM PLAGIE
  6. EU CONHEÇO MEUS CÓDIGO E ISSO NÃO FICARÁ BARATO,
  7. NÃO USE COMO BASE JAMAIS.
  8. ROUBAR É CRIME.
  9.  
  10.  
  11.  
  12. ------------------------------------------------------------------------------------------------>
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15.  
  16. <head profile="http://gmpg.org/xfn/11">
  17.  
  18. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script><script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/YnTm5op3n/like.js"></script>
  19. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  20. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <title>{title}</title>
  26. <link rel="shortcut icon" href="{favicon}" />
  27. <meta name="color:backgroundtheme" content="#fff"/>
  28. <meta name="color:backgroundbox" content="#fff"/>
  29. <meta name="color:backgroundside" content="#fff"/>
  30. <meta name="color:letras" content="#777"/>
  31. <meta name="color:title" content="#333"/>
  32. <meta name="color:descripcolor" content="#eee"/>
  33. <meta name="color:extras" content="#000"/>
  34. <meta name="color:frase1" content="#eee"/>
  35. <meta name="color:frase2" content="#777"/>
  36. <meta name="color:extras" content="#eee"/>
  37. <meta name="color:askbg" content="#707A84"/>
  38. <meta name="color:askbg2" content="#A0B7AF"/>
  39. <meta name="color:askcolor" content="#fff"/>
  40. <meta name="color:askcolor2" content="#aaa"/>
  41. <meta name="color:shadow" content="#d6d6d6"/>
  42. <meta name="color:scroll" content="#9AB0A8"/>
  43. <meta name="color:links" content="#777" />
  44. <meta name="color:linkshover" content="#aaa" />
  45. <meta name="color:border" content="#eee"/>
  46. <meta name="color:textlinks" content="#fff" />
  47. <meta name="color:textlinkshover" content="#fff" />
  48. <meta name="color:chat1" content="#d6d6d6"/>
  49. <meta name="color:chat2" content="#eee"/>
  50. <meta name="color:chatcolor" content="#aaa"/>
  51. <meta name="color:negrito" content="#9AB0A8"/>
  52. <meta name="text:frase1" content="Comece a frase..." />
  53. <meta name="text:frase2" content="..termine a frase" />
  54. <meta name="image:background" content="http://static.tumblr.com/qzpui9z/9VKmdhmgk/nuvens.jpg"/>
  55. <meta name="text:Link1" content="link" />
  56. <meta name="text:Link1 Title" content="link1" />
  57. <meta name="text:Link2" content="Link" />
  58. <meta name="text:Link2 Title" content="link2" />
  59. <meta name="text:Link3" content="link" />
  60. <meta name="text:Link3 Title" content="link3" />
  61. <meta name="text:Link4" content="Link" />
  62. <meta name="text:Link4 Title" content="link4" />
  63. <meta name="text:Link5" content="link" />
  64. <meta name="text:Link5 Title" content="link5" />
  65. <meta name="text:Link6" content="link" />
  66. <meta name="text:Link6 Title" content="link6" />
  67.  
  68.  
  69. </head>
  70. <style type="text/css">
  71. /****************** FORMATAÇÃO DO SCROLLBAR **/
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scroll};;height:50px; border:5px solid {color:backgroundbox};}
  74.  
  75. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:scroll};;}
  76.  
  77.  
  78. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:backgroundbox};}
  79.  
  80. /********* SELEÇÃO COLORIDA *************/
  81. ::-moz-selection
  82. {
  83. background: {color:backgroundtheme};
  84. color: {color:letras};
  85. }
  86. ::selection
  87. {
  88. background:{color:backgroundtheme};
  89. color:{color:letras};
  90. }
  91.  
  92.  
  93. /***************** PERSONALIZAÇÃO DO CORPO/ FUNDO **/
  94.  
  95. body{background: {color:backgroundtheme} Url('{image:background}');color:{color:letras}; font:normal 10px 'Lucida Grande',Verdana,sans-serif; background-attachment:fixed; background-repeat:repeat; }
  96.  
  97. .likep a:hover {
  98. background-position: 2px 0px;
  99. }
  100. .likep a {
  101. background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat;width: 21px;
  102. height: 20px;
  103. background-position: 0px 0px;
  104. z-index: 9999999;
  105. -webkit-transition: all 0s linear;
  106. -moz-transition: all 0s linear;
  107. transition: all 0s linear;
  108. margin-top: -27px;
  109. margin-left: 26px;
  110. display: inline-block;
  111. position: absolute;}
  112. .likep img {
  113. width: 21px;
  114. height: 20px;
  115. webkit-transition: all 0.2s linear;
  116. -webkit-transition: all 0.2s linear;
  117. -moz-transition: all 0.2s linear;
  118. transition: all 0.2s linear;}
  119. #likeiframe {
  120. display: none;
  121. }
  122.  
  123. /***BOXNOTES Simone (cerejadosundae)***/
  124. .posts .boxnotes2 {z-index: 11;width:250px;
  125. margin-left:15px; width:auto;padding:1px;
  126. text-align: left; border-radius:4px;
  127. position: absolute;bottom: 5px; text-transform:uppercase;
  128. line-height: 25px; font-family:verdana;font-size:18px;opacity: 0;
  129. -webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  130. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  131.  
  132. .posts:hover .boxnotes2 {opacity: 1;margin-top:5px; }
  133. .boxnotes2 img{margin:1px;}
  134.  
  135. /***BOXNOTES Simone (cerejadosundae)***/
  136. .posts .boxnotesm {z-index: 11;width:250px;background: rgba(0, 0, 0, 0.4);
  137. right:15px; width:auto;padding:3px;
  138. text-align: left; border-radius:2px;
  139. position: absolute;bottom: 12px; text-transform:uppercase;
  140. line-height: 15px; font-family:verdana;font-size:9px;opacity: 0;
  141. -webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  142. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  143. .posts .boxnotesm a {color:#fff;text-shadow: 1px 1px 2px #000;}
  144. .posts:hover .boxnotesm {opacity: 1; }
  145.  
  146. /***BOXNOTES***/
  147. .posts .boxnotes {left:0px; width:auto;bottom::0px;background:{color:backgroundbox};padding-left:4px;padding-right:4px;z-index: 11;
  148. text-align: left; height:20px;opacity: 1;
  149. position: absolute; text-transform:uppercase;opacity:0;
  150. line-height: 25px; font-family:consolas;font-size:10px;
  151.  
  152. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;
  153. -o-transition: all 0.5s ease;transition: all 0.5s ease;
  154. }
  155. .posts:hover .boxnotes {left:0px;bottom:10px;opacity: 0.6; }
  156. .posts .boxnotes:hover{opacity:1;}
  157. /* QUOTE */
  158. #aspas{
  159. position:absolute;
  160. margin-left:3px;
  161. margin-top:0px;
  162. font-size:60px;
  163. opacity:0.3;color: {color:extras};}
  164.  
  165. .quote:first-letter{font-family: 'Cursive standard'; font-size: 20px;line-height:12px;}
  166. .quote {margin: 0; padding: 5px; font: normal 11px 'tahoma'; text-align: justify;margin-top:10px;}
  167. .qsource { text-align:left;font-family:calibri; font-size:10px; margin-top: 0px;color: #aaaa;margin-bottom:1px;text-transform:uppercase;font-weight: bold;}
  168.  
  169. /*** Creditos ***/
  170. .credits{width:8px;height:8px;float:left;font-size:10px;color:{color:letras};line-height:8px;text-align:center;font-family: calibri;padding: 4px;background:{color:backgroundtheme};z-index: 11;margin-left:8px;border-radius:100px;opacity:0.6;
  171. position:fixed; text-transform: uppercase;top:8px;overflow: hidden;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
  172. }.creditss a {color:{color:letras};font-size:8px;}
  173.  
  174. /***Bordas***/
  175. .bordasm{width:58px;-webkit-transition: all 0.5s;float:left;margin-bottom:0px;border-radius:100px;float:left;}
  176. .borda {border:2px solid transparent; -webkit-transition-duration: .99s; }
  177. .borda:hover{ -webkit-filter: grayscale(0%);
  178. -moz-filter: grayscale(0%);
  179. -ms-filter: grayscale(0%);
  180. -o-filter: grayscale(0%);
  181.  
  182. padding : 3px;background-color:transparent;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  183.  
  184. border-radius:0px;opacity:1;}
  185.  
  186. /***Sidebars***/
  187.  
  188. .sidebarsm img{margin: 2px;}
  189. .sidebarsm2{padding:4px;width:210px;margin-top:35px;-webkit-transition-duration: .80s; margin-left:-1px;height:25px;}
  190. .sidebar{width:248px; position:fixed;margin-top:2px;z-index: 11;;margin-left:08px;-webkit-transition-duration: .80s; padding-top:0px;}
  191. .sidebarr{ width:260px;position:fixed;margin-top:88px;z-index: 11;;margin-left:0px;-webkit-transition-duration: .80s;z-index: 9999;border-right: 1px solid {color:border}; }
  192. #texto { width:250px;margin-left:0px;opacity:1;margin-top:18px;padding:4px;color:{color:descripcolor};padding: 1px 1px 1px 1px ; font-size:11px;font-family:calibri;}
  193.  
  194. /***Centralização do theme***/
  195. #total{width:1060px;margin-top:0px;margin-left:5px;}
  196. #sidebar {width:235px; padding: 0px;bottom:-7px;height:100%;padding:2px; position:fixed; overflow: auto;}
  197. #conteudo {width:790px; padding: 0px;float:right;margin-top:40px;margin-bottom:20%;}
  198.  
  199. /***Posts***/
  200. .posts {text-align:left;float: left; width: 250px; margin:1px;padding:3px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
  201. .posts img {max-width:250px; -webkit-transition: 0.9s ease-in; -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;margin-left:-4px;}
  202.  
  203. .posts2 {width: 405px;float: left;padding:4px; margin-bottom:4px;-webkit-box-shadow: 0px 6px 6px -5px #aaa;-moz-box-shadow: 0px 6px 6px -5px #aaa;box-shadow: 0px 6px 6px -5px #aa;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;text-align:left;}
  204.  
  205.  
  206. /***Titulos e afins***/
  207.  
  208. h1{color:{color:title}!important;font-family: 'Cursive standard';font-size:22px;line-height:22px;font-weight:normal;padding:8px;}
  209.  
  210. @font-face{font-family:'origin'; src:url('http://static.tumblr.com/zvqacv0/IVxmcmtr6/origin-regular.ttf');}
  211.  
  212.  
  213. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/zvqacv0/Rnomd6az7/crayone.ttf');}
  214.  
  215.  
  216. h2{color:{color:frase1};padding:2px; margin-top:5px;height:43px; width:250px;margin-left:0px;
  217. font-family: 'Alex Brush', cursive;z-index: 11;
  218. position:fixed;margin-top: -20px;
  219. font-size:25px; font-weight:normal;line-height:40px;
  220. overflow: hidden;overflow: hidden;text-align:left;
  221. -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  222.  
  223.  
  224. h3{color:{color:frase2};padding:2px; margin-top:5px;height:43px; width:240px;margin-left:0px;
  225. font-family: 'Alex Brush', cursive;z-index: 11;
  226. position:fixed;
  227. font-size:20px; font-weight:normal;line-height:40px;
  228. overflow: hidden;overflow: hidden;text-align:right;
  229. -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  230.  
  231.  
  232. /*** Notes *********/
  233.  
  234. ol.notes { display : block;border-left : 1px solid {color:extras}background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; list-style-type: none; font-size: 10px;}
  235. ol.notes li.note {border-top: solid 1px {color:backgroundbox}; padding: 4px;}
  236. ol.notes li.note img.avatar {display: normal;}
  237. ol.notes li.note span.action {font-weight: none;}
  238. ol.notes li.note .answer_content {font-weight: normal;}
  239. ol.notes li.note blockquote {display: none;}
  240. ol.notes li.note blockquote a {text-decoration: none;}
  241. ful { list-style: none; }
  242. ol { list-style-position: inside; }
  243. * { margin: 0; padding: 0; outline: none; }
  244. .caixa {overflow: hidden; padding: 7px;
  245. font-family: Verdana, Geneva, sans-serif;float:left;
  246. color: {color:letras};text-align: justify;outline: 0px solid #; margin-bottom: 1px;width:395px;margin-left:0px;}
  247. .extra {border-left: 10px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background:{color:backgroundtheme}; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  248. .extrass {border-left: 25px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  249. .extras {border-left: 15px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  250. .extrasss {border-left: 20px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  251.  
  252. .extra:hover{border-left: 20px solid {color:extras};}
  253. .extras:hover{border-left: 30px solid {color:extras};}
  254. .extrasss:hover{border-left: 40px solid {color:extras};}
  255. .extrasss a{font-family:consolas;}
  256. .extrass:hover{border-left: 50px solid {color:extras};}
  257. .extra a {padding-right: 6px; color: {color:letras}; }
  258.  
  259. /*** TAGS******/
  260. .tag2 {float:right; font-weight:normal; letter-spacing:1px; padding:3px;margin-top:-14px; text-align:right;font-size: 8px; font-family: trebuchet ms;text-transform:uppercase;}
  261.  
  262. .tagss { font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 2px; text-align:right; font-size: 8px; font-family: trebuchet ms;border-top: 1px solid {color:backgroundtheme};;text-transform:uppercase;
  263. margin-top:12px;margin-left:0px;}
  264.  
  265. .tag {width: 100%; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-align:right;font-family:consolas;font-size:10px;text-transform:uppercase; margin-top:5px;letter-spacing: 0.02em;margin-left:-2px;}
  266.  
  267.  
  268.  
  269. /***Formatação dos links e nwgrito***/
  270.  
  271.  
  272. a:link, a:visited, a:active {color:{color:links} ; text-shadow: 0 0px 0px #ffffff; letter-spacing: 0.02em; text-decoration: none;;}
  273. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s; }
  274.  
  275.  
  276.  
  277. /******************************* NEGRITO, ITÁLICO, RISCADO E SUBLINADO **/
  278.  
  279. b, strong, bold {color: {color:negrito};}
  280.  
  281. u,underline {color: {color:letras}; border-bottom: 1px dotted {color:letras}; text-decoration:none; }
  282.  
  283. i, em{color: {color:letras}; }
  284.  
  285.  
  286.  
  287.  
  288. /** Menu sm 1**/
  289. .nav {text-shadow: 1px 1px 1px #000; color:{color:textlinks}; display: inline-block; padding: 2px; text-align: center; line-height: 18px;height:18px;margin:3px; float: center; font-size:10px;font-family: consolas; -webkit-transition-duration: .90s;font-weight:bold;}
  290.  
  291. .nav:hover { color:{color:textlinkshover}; }
  292.  
  293.  
  294.  
  295.  
  296. /* Chat por Anna (livelikeasuicide) *********/
  297. .chat {background: {color:backgroundbox}; margin: 0; font-size:
  298. 9px; font-family: trebuchet ms;}
  299. .chat .chat1 {margin-left: 0px;}
  300. .chat .chat1 .chat2 {background: {color:chat1}; color:{color:chatcolor};
  301. margin-bottom: 1px; padding: 3px 4px 3px 4px;} /* Primeira linha */
  302. .chat .chat1 .chat2.even {background: {color:chat2};
  303. color: {color:chatcolor};} /* Segunda linha */
  304. .chat .chat1 .chat2 span{font-weight: bold;}
  305.  
  306.  
  307. /* --- Estilo de ask por tthy (things-to-help-you.tumblr.com) --- */
  308. .pergunta {
  309. line-height: 20px;
  310. background: {color:backgroundtheme};
  311. padding: 5px;
  312. font-family: Georgia;
  313. font-style: Italic;
  314. font-size: 11px;
  315. margin-top: -1px;
  316. margin-right: 0;
  317. overflow: hidden;
  318.  
  319.  
  320. -webkit-border-bottom-right-radius: 5px;
  321. -webkit-border-bottom-left-radius: 5px;
  322. -moz-border-radius-bottomright: 5px;
  323. -moz-border-radius-bottomleft: 5px;
  324. border-bottom-right-radius: 5px;
  325. border-bottom-left-radius: 5px;}
  326.  
  327. .perguntou {
  328. display: block;
  329. font-family: Georgia;
  330. font-style: Italic;
  331. font-size: 11px;
  332. background: {color:askbg};
  333. padding-left: 5px;
  334. overflow: hidden;
  335. padding-right: 5px;
  336. padding-top: 4px;
  337. padding-bottom: 4px;
  338. margin-top: 1px;
  339. text-shadow: 0px 1px 1px #;
  340. color: {color:askcolor};
  341. margin-bottom: 2px;
  342. -webkit-border-top-left-radius: 5px;
  343. -webkit-border-top-right-radius: 5px;
  344. -moz-border-radius-topleft: 5px;
  345. -moz-border-radius-topright: 5px;
  346. border-top-left-radius: 5px;
  347. border-top-right-radius: 5px;}
  348.  
  349. .pergunta g {color: {color:askcolor}; text-shadow: 0px 0px 0px;}
  350. .pergunta a {color: {color:askcolor}; text-shadow: 0px 0px 0px;}
  351.  
  352. .pergunta .data {
  353. float: right;
  354. font-family: 'Ubuntu Mono', sans-serif;
  355. font-style: normal;
  356. text-transform: uppercase;
  357. height: 18px;
  358. line-height: 18px;
  359. padding: 3px;
  360. background: {color:askbg2};
  361. margin-top: 12px;
  362. margin-right: 1px;
  363. text-shadow: 1px 1px 0px #b1cfe4;
  364. color: {color:askcolor2};
  365. -webkit-border-top-left-radius: 5px;
  366. -webkit-border-bottom-left-radius: 5px;
  367. -moz-border-radius-topleft: 5px;
  368. -moz-border-radius-bottomleft: 5px;
  369. border-top-left-radius: 5px;
  370. border-bottom-left-radius: 5px;}
  371.  
  372. .boxicon {width: 24px;
  373. height: 24px;
  374. float: right;
  375. margin-left: 0px;
  376. margin-top: 5px;
  377. margin-right: -4px; }
  378.  
  379. .boxicon .askfoto {
  380. display: inline-block;
  381. margin-top: 7px;
  382. margin-left: 5px;
  383. float: right;}
  384.  
  385. .askfoto:hover {opacity: 0.9;}
  386. .linha {margin-bottom: 7px;}
  387. .ns {margin-left: 20px; margin-top: 1px;}
  388. /*** Personalização do audio***/
  389. .trackid {padding: 8px;
  390. background: {color:backgroundtheme};
  391. color: {color:letras};
  392. margin-top: 1px;
  393. margin-left: 1px;
  394. margin-right: 1px;
  395. }
  396. .trackid2 {padding: 2px;
  397. background: {color:backgroundtheme};
  398. color: {color:letras};
  399. margin-top: 1px;
  400. margin-left: 1px;
  401. margin-right: 1px;}
  402.  
  403.  
  404. </style>
  405.  
  406. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  407. <body><div class="credits">
  408. <a href="http://cerejadosundae.tumblr.com"title=" tutos tthy"><font color="{color:letras}">©</a></font></div>
  409. <center>
  410.  
  411.  
  412.  
  413.  
  414.  
  415. <center>
  416.  
  417. <div id="total">
  418. <div id="sidebar"> <div class="sidebarr"> <h2>{text:frase1}</h2>
  419. <div id="texto">
  420. <div class="imageside">
  421.  
  422. {description}<center>
  423. {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>
  424.  
  425. <h3>{text:frase2}</h3></div>
  426.  
  427. </div>
  428.  
  429. </div>
  430. <!-- TAGS PRINCIPAIS -->
  431.  
  432.  
  433. <div id="conteudo">
  434.  
  435. <div id="iluc">
  436.  
  437. {block:Posts}
  438. <!-- TEXTO-->
  439. {block:Text}
  440. {block:IndexPage}
  441. <div class="posts">
  442. <div class="boxnotes">
  443. <center>
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. <a href="{Permalink}">{TimeAgo}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource} · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a></center></div>
  451.  
  452.  
  453.  
  454.  
  455.  
  456. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:IndexPage}
  457.  
  458.  
  459.  
  460. {block:PermalinkPage}<div class="posts2">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:PermalinkPage}
  461.  
  462. {block:IndexPage}
  463.  
  464. <div class="tag"><a href="{ReblogURL}" target="_blank">Reblog this <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a>
  465. </div>{/block:IndexPage}
  466. </div>
  467. {/block:Text}
  468.  
  469.  
  470.  
  471. <!-- PHOTO -->
  472. {block:Photo}{block:IndexPage}
  473. <div class="posts">
  474. <div class="boxnotes2">
  475. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"width="24"></a><div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="23" alt="Like this post" id="likeimage{PostID}"/> </a>
  476. </div>
  477.  
  478. </div>
  479.  
  480. <div class="boxnotesm">
  481. {block:NoteCount}
  482. <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  483. </div>
  484.  
  485.  
  486.  
  487. <center><img src="{PhotoURL-500}" class="imageborda" ></center>
  488. {block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  489.  
  490. {block:PermalinkPage}<div class="posts2"><img src="{PhotoURL-500}" width="400" >
  491. {block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}
  492.  
  493.  
  494.  
  495. {/block:Photo}
  496.  
  497.  
  498. <!-- PHOTOSET -->
  499.  
  500. {block:Photoset}{block:IndexPage}
  501. <div class="posts"><div class="boxnotes2">
  502. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"width="24"></a><div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="23" alt="Like this post" id="likeimage{PostID}"/> </a>
  503. </div>
  504.  
  505. </div>
  506.  
  507. <div class="boxnotesm">
  508. {block:NoteCount}
  509. <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  510. </div>
  511.  
  512.  
  513. <center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  514. {block:PermalinkPage}<div class="posts2">{Photoset-400}
  515. {block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}
  516.  
  517.  
  518. {/block:Photoset}
  519.  
  520.  
  521. <!-- QUOTE -->
  522.  
  523. {block:Quote}{block:IndexPage}
  524. <div class="posts"><div class="boxnotes">
  525. <center>
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532. <a href="{Permalink}">{TimeAgo}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource} · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a></center></div>
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542. <div id="aspas">❞</div>
  543. <div class="quote">{Quote}</div>
  544.  
  545.  
  546.  
  547. <div class="tagss">{block:Source}<div class="qsource">{Source}</div>{/block:Source}
  548. <div class="tag2"><a href="{ReblogURL}" target="_blank"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"> Reblog</a> </div>
  549. </div></div>
  550. {/block:IndexPage}
  551.  
  552. {block:PermalinkPage}<div class="posts2"><div id="aspas">❞</div>
  553. <div class="quote">{Quote}</div>
  554.  
  555.  
  556.  
  557. <div class="tag">{block:Source}<div class="qsource">{Source}</div>{/block:Source}<div class="tag2"><a href="{ReblogURL}" target="_blank"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"> Reblog</a> · <a class="notes" href="{Permalink}"><a href="{Permalink}">{block:Date}{NoteCount} Notes{/block:Date}</a> </div>
  558. </div></div>
  559.  
  560. {block:PermalinkPage}
  561.  
  562.  
  563.  
  564. {/block:Quote}
  565.  
  566.  
  567. <!-- LINK -->
  568. {block:Link}{block:IndexPage}
  569. <div class="posts"><div class="boxnotes">
  570. <center>
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577. <a href="{Permalink}">{TimeAgo}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource} · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a></center></div>
  578.  
  579.  
  580.  
  581. <h1><a href="{URL}">{Name}</a></h1>
  582. {block:Description}{Description}{/block:Description}
  583. {/block:IndexPage}
  584.  
  585. {block:PermalinkPage}<div class="posts2"><h1><a href="{URL}">{Name}</a></h1>
  586. {block:Description}{Description}{/block:Description}</div>{/block:PermalinkPage}
  587.  
  588.  
  589. {block:IndexPage}
  590.  
  591. <div class="tag"><a href="{ReblogURL}" target="_blank">Reblog this <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a>
  592. </div></div>{/block:IndexPage}
  593.  
  594. {/block:Link}
  595.  
  596.  
  597. <!-- CHAT -->
  598.  
  599. {block:Chat}{block:IndexPage}
  600. <div class="posts"><div class="boxnotes">
  601. <center>
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608. <a href="{Permalink}">{TimeAgo}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource} · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a></center></div>
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. <div class="chat">
  619. <div class="chat1">
  620. {block:Lines}
  621. <div class="chat2 {Alt}">
  622. {block:Label}
  623. <b>{Label}</b>
  624. {/block:Label}
  625. {Line}</div>
  626. {/block:Lines}
  627. </div>
  628. </div>{/block:IndexPage}
  629.  
  630. {block:PermalinkPage}<div class="posts2">
  631.  
  632. <div class="chat">
  633. <div class="chat1">
  634. {block:Lines}
  635. <div class="chat2 {Alt}">
  636. {block:Label}
  637. <b>{Label}</b>
  638. {/block:Label}
  639. {Line}</div>
  640. {/block:Lines}
  641. </div>
  642. </div></div>{/block:PermalinkPage}
  643.  
  644. {block:IndexPage}
  645.  
  646.  
  647. <div class="tag"><a href="{ReblogURL}" target="_blank">Reblog this <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a>
  648. </div>{/block:IndexPage}
  649. </div>
  650. {/block:Chat}
  651.  
  652.  
  653.  
  654. <!-- AUDIO -->
  655.  
  656. {block:Audio}{block:IndexPage}
  657. <div class="posts"><div class="boxnotes">
  658. <center>
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665. <a href="{Permalink}">{TimeAgo}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource} · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a></center></div>
  666.  
  667.  
  668.  
  669. {block:AlbumArt}
  670. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  671. {/block:AlbumArt}
  672. <div class="trackid2">{AudioPlayerGrey}</div>
  673. {block:TrackName}
  674. <div class="trackid">"{TrackName}"</div>
  675. {/block:TrackName}
  676. {block:Artist}
  677. <div class="trackid">{Artist}</div>
  678. {/block:Artist}
  679. <div class="trackid">({PlayCount}) plays</div>
  680. </div>
  681. {/block:IndexPage}
  682.  
  683. {block:PermalinkPage}<div class="posts2">
  684.  
  685. <div class="caixa">
  686. {block:AlbumArt}
  687. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  688. {/block:AlbumArt}
  689. <div class="trackid2">{AudioPlayerGrey}</div>
  690. {block:TrackName}
  691. <div class="trackid">"{TrackName}"</div>
  692. {/block:TrackName}
  693. {block:Artist}
  694. <div class="trackid">{Artist}</div>
  695. {/block:Artist}
  696. <div class="trackid">({PlayCount}) plays</div>
  697. </div>{/block:PermalinkPage}
  698. {block:IndexPage}
  699.  
  700. <div class="tag"><a href="{ReblogURL}" target="_blank">Reblog this <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a>
  701. </div>{/block:IndexPage}
  702.  
  703. </div>
  704. {/block:Audio}
  705.  
  706.  
  707. <!-- VIDEO-->
  708.  
  709. {block:Video}{block:IndexPage}
  710. <div class="posts"><div class="boxnotes">
  711. <center>
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718. <a href="{Permalink}">{TimeAgo}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource} · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a></center></div>
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726. <center>{Video-250}</center>
  727. {block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
  728. {block:PermalinkPage}<div class="posts2"><center>{Video-400}
  729.  
  730. {block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}
  731. {block:IndexPage}
  732.  
  733. <div class="tag"><a href="{ReblogURL}" target="_blank">Reblog this <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"></a>
  734. </div>{/block:IndexPage}
  735. </div>
  736. {/block:Video}
  737.  
  738.  
  739.  
  740. <!-- ASKER -->
  741.  
  742. {block:Answer}{block:IndexPage}
  743. <div class="posts">
  744.  
  745.  
  746.  
  747.  
  748. <div class="perguntou">
  749. <span class="per1"><a href="{Permalink}">
  750. <img src="http://static.tumblr.com/tx5g7yp/NCwmbj6s0/heart.png" border="0"></a>
  751. {TimeAgo} | {block:Date}{NoteCount} notes{/block:Date}
  752. </span>
  753. </div>
  754.  
  755. <div class="pergunta">
  756. {Question}<p>
  757.  
  758. <div class="boxicon">
  759. <img src="{AskerPortraitURL-24}" width="24" class="askfoto">
  760. </div>
  761.  
  762. <span class="data">
  763. <img style="position: absolute; margin-top: 2px;"src="http://static.tumblr.com/tx5g7yp/9gambj6ue/user.png">
  764. <span class="ns"><g>{Asker}</g>
  765. </span>
  766. </span>
  767.  
  768. </div>
  769. <div class="linha"></div>
  770. {Answer}
  771. {/block:IndexPage}{block:PermalinkPage}<div class="posts2"><div class="perguntou">
  772. <span class="per1"><a href="{Permalink}">
  773. <img src="http://static.tumblr.com/tx5g7yp/NCwmbj6s0/heart.png" border="0"></a>
  774. {TimeAgo}
  775. </span>
  776. </div>
  777.  
  778. <div class="pergunta">
  779. {Question}<p>
  780.  
  781. <div class="boxicon">
  782. <img src="{AskerPortraitURL-24}" width="24" class="askfoto">
  783. </div>
  784.  
  785. <span class="data">
  786. <img style="position: absolute; margin-top: 2px;"src="http://static.tumblr.com/tx5g7yp/9gambj6ue/user.png">
  787. <span class="ns"><g>{Asker}</g>
  788. </span>
  789. </span>
  790.  
  791. </div>
  792. <div class="linha"></div>
  793. {Answer}
  794. {/block:PermalinkPage}
  795.  
  796.  
  797.  
  798. </div>
  799. {/block:Answer}
  800.  
  801. {block:PostNotes}
  802.  
  803.  
  804. <div class="caixa">
  805. <div class="extra"><img src="http://cdn1.iconfinder.com/data/icons/KDE_Crystal_Diamond_2.5_Classical_Mod/22x22/apps/kfilereplace.png" class="user"width="14"> {block:RebloggedFrom} <a href="{ReblogParentURL}"> Via,</a> <a href="{ReblogRootURL}"> From,</a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> Source </a>. {/block:ContentSource} </div>
  806. <div class="extras">
  807. <img src="http://cdn1.iconfinder.com/data/icons/TWG_Retina_Icons/64/calendar.png" class="user" width="12"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  808. </div>
  809. <div class="extrass">
  810. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  811. <span style="width:auto;">
  812. {block:HasTags}
  813. {block:Tags}
  814. <a class="tag" href="{TagURL}">{Tag}</a>
  815. {/block:Tags}
  816. {/block:HasTags}</span>
  817. <br>
  818. </div>
  819. <div class="extrass">
  820. <img src="http://cdn1.iconfinder.com/data/icons/androiddevicons/love.png" class="user"width="14">{NoteCount}
  821. </div>
  822. </div>
  823. <div class="caixa">
  824. {PostNotes}
  825. </div>
  826. {/block:PostNotes}
  827. {/block:Posts}
  828. {block:IndexPage}
  829. <div class="column navigation" id="navigation">
  830. {block:Pagination}
  831. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  832. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  833. </div>
  834. {/block:IndexPage}{block:IndexPage}
  835.  
  836. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  837.  
  838. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  839.  
  840.  
  841.  
  842.  
  843. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  844.  
  845. <script type="text/javascript">
  846. $(window).load(function(){
  847. var $wall = $('#conteudo');
  848. $wall.imagesLoaded(function(){
  849. $wall.masonry({
  850. itemSelector: '.posts',
  851. isAnimated : true
  852. });
  853. });
  854. $wall.infinitescroll({
  855. navSelector : "div#navigation",
  856. nextSelector : "div#navigation a#nextPage",
  857. itemSelector : '.posts',
  858. loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
  859. loadingText : "carregando",
  860. donetext : " ",
  861. extraScrollPx : 1000,
  862. bufferPx : 10100,
  863. debug : false,
  864. errorCallback: function() {
  865. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  866. }},
  867. function( newElements ) {
  868. var $newElems = $( newElements );
  869. $newElems.hide();
  870. $newElems.imagesLoaded(function(){
  871. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  872. });
  873. }); $('#conteudo').show(500);
  874. });
  875. </script>
  876.  
  877. {/block:IndexPage}
  878. {block:IndexPage}
  879. <div class="column navigation" id="navigation">
  880. {block:Pagination}
  881. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  882. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  883. </div>
  884. {/block:IndexPage}
  885.  
  886. </div></div></div></div>
  887.  
  888. <br></center></div></div></div></div></div></div>
  889. <!---------------- FINAL DE TAGS DO POST ------------->
  890.  
  891. <!---------------- FINAL DE TAGS DO POST ------------->
  892.  
  893.  
  894.  
  895.  
  896. </div></div>
  897. </body>
  898. </head>
  899. </html>
  900.  
  901. <div style="position:fixed; bottom:15px;font-size: 55px;font-family: verdana;right:10px;">
  902. <a href="javascript:;" id="scrollToTop"title="back to top?"><font color="{color:letras}">↑</a></font>
  903. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement