Advertisement
Viajarei

Divulgação 02-1

Feb 1st, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.98 KB | None | 0 0
  1. <!-----THEME BY VIAJAREI | DON'T COPY BITCH ----->
  2. <html><head>
  3. <!------------ SE APAGAR O THEME SE DESCONFIGURA-RÁ ----------------->
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  6. <script>
  7. (function($){
  8. $(document).ready(function(){
  9. $("[title]").style_my_tooltips({
  10. tip_follows_cursor:true,
  11. tip_delay_time:20,
  12. tip_fade_speed:400,
  13. attribute:"title"
  14. });
  15. });
  16. })(jQuery);
  17. </script>
  18. <script language="JavaScript1.2">
  19. function disableselect(e){
  20. return false
  21. }
  22. function reEnable(){
  23. return true
  24. }
  25. //if IE4+
  26. document.onselectstart=new Function ("return false")
  27. //if NS6
  28. if (window.sidebar){
  29. document.onmousedown=disableselect
  30. document.onclick=reEnable
  31. }
  32.  
  33. //desabilita botao direito//
  34. function desabilitaMenu(e)
  35.  
  36. {
  37.  
  38. if (window.Event)
  39.  
  40. {
  41.  
  42. if (e.which == 2 || e.which == 3)
  43.  
  44. return false;
  45.  
  46. }
  47.  
  48. else
  49.  
  50. {
  51.  
  52. event.cancelBubble = true
  53.  
  54. event.returnValue = false;
  55.  
  56. return false;
  57.  
  58. }
  59.  
  60. }
  61.  
  62. //desabilita botao direito
  63.  
  64. function desabilitaBotaoDireito(e)
  65.  
  66. {
  67.  
  68. if (window.Event)
  69.  
  70. {
  71.  
  72. if (e.which == 2 || e.which == 3)
  73.  
  74. return false;
  75.  
  76. }
  77.  
  78. else
  79.  
  80. if (event.button == 2 || event.button == 3)
  81.  
  82. {
  83.  
  84. event.cancelBubble = true
  85.  
  86. event.returnValue = false;
  87.  
  88. return false;
  89.  
  90. }
  91.  
  92. }
  93.  
  94. //desabilita botao direito do mouse
  95.  
  96. if ( window.Event )
  97.  
  98. document.captureEvents(Event.MOUSEUP);
  99.  
  100. if ( document.layers )
  101.  
  102. document.captureEvents(Event.MOUSEDOWN);
  103.  
  104. document.oncontextmenu = desabilitaMenu;
  105.  
  106. document.onmousedown = desabilitaBotaoDireito;
  107.  
  108. document.onmouseup = desabilitaBotaoDireito;
  109. </script>
  110.  
  111.  
  112. <script type="text/javascript"
  113. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  114.  
  115.  
  116.  
  117. <title>{Title}</title>
  118.  
  119. <link rel=”shortcut icon” href=”{favicon}”>
  120.  
  121. <link rel=”alternate” type=”application/rss+xml” href=”{RSS}”>
  122.  
  123. {block:Description}
  124.  
  125. <meta name=”description” content=”{MetaDescription}” />
  126.  
  127. {/block:Description}
  128.  
  129. <meta name="color:background" content="#fff" />
  130. <meta name="color:bordas" content="#fbfbfb" />
  131. <meta name="color:texto" content="#000" />
  132. <meta name="color:link" content="#838383" />
  133. <meta name="color:linkh" content="#838383" />
  134. <meta name="color:post" content="#fff"/>
  135. <meta name="color:scrollbar" content="#000" />
  136. <meta name="color:pergunta" content="#eee" />
  137. <meta name="color:bg ask" content="#c3c3c3" />
  138. <meta name="color:notes" content="#000" />
  139. <meta name="color:notesh" content="#838383" />
  140.  
  141.  
  142. <meta name="color:sombra" content="#eee" />
  143. <meta name="color:frases" content="#000" />
  144. <meta name="color:borda parceiros" content="#eee" />
  145. <meta name="color:borda destaques" content="#eee" />
  146. <meta name="color:bg links" content="#fbfbfb" />
  147. <meta name="color:links" content="#c3c3c3"/>
  148. <meta name="color:links hover" content="#000" />
  149. <meta name="color:bg top links" content="#eee" />
  150. <meta name="color:text top links" content="#c3c3c3" />
  151. <meta name="color:text top links hover" content="#000" />
  152.  
  153.  
  154.  
  155. <meta name="color:negrito" content="#000" />
  156. <meta name="color:sublinhado" content="#eee" />
  157. <meta name="color:italico" content="#c3c3c3" />
  158.  
  159.  
  160. <meta name="if:Controles Brancos" content="0"/>
  161.  
  162. <meta name="if:Fotos com fade" content="1"/>
  163. <meta name="if:Fotos com opacidade" content="0"/>
  164. <meta name="if:Fotos escuras" content="0"/>
  165.  
  166. <meta name="if:Fonte Inconsolata" content="0"/>
  167. <meta name="if:Fonte Cambria" content="0"/>
  168. <meta name="if:Fonte Shadows" content="0"/>
  169. <meta name="if:Fonte Dancing" content="0"/>
  170.  
  171. <meta name="text:frase" content="" />
  172.  
  173.  
  174. <meta name="text:Link1" content="/" />
  175. <meta name="text:Link1 Title" content="link1" />
  176. <meta name="text:Link2" content="/" />
  177. <meta name="text:Link2 Title" content="link2" />
  178. <meta name="text:Link3" content="/" />
  179. <meta name="text:Link3 Title" content="link3" />
  180. <meta name="text:Link4" content="/" />
  181. <meta name="text:Link4 Title" content="link4" />
  182. <meta name="text:Link5" content="/" />
  183. <meta name="text:Link5 Title" content="link5" />
  184. <meta name="text:Link6" content="/" />
  185. <meta name="text:Link6 Title" content="link6" />
  186.  
  187.  
  188.  
  189.  
  190. <meta name="text:Link1 top" content="/" />
  191. <meta name="text:Link1 top Title" content="link1" />
  192. <meta name="text:Link2 top" content="/" />
  193. <meta name="text:Link2 top Title" content="link2" />
  194. <meta name="text:Link3 top" content="/" />
  195. <meta name="text:Link3 top Title" content="link3" />
  196. <meta name="text:Link4 top" content="/" />
  197. <meta name="text:Link4 top Title" content="link4" />
  198. <meta name="text:Link5 top" content="/" />
  199. <meta name="text:Link5 top Title" content="link5" />
  200. <meta name="text:Link6 top" content="/" />
  201. <meta name="text:Link6 top Title" content="link6" />
  202. <meta name="text:Link7 top" content="/" />
  203. <meta name="text:Link7 top Title" content="link7" />
  204. <meta name="text:Link8 top" content="/" />
  205. <meta name="text:Link8 top Title" content="link8" />
  206.  
  207.  
  208. </head>
  209.  
  210. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  211. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  212. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  213. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
  214. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  215. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  216. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  217. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  218. <style>
  219.  
  220.  
  221. body {background-color:{color:background}; font-family: cambria; color: #838383; text-align: center; font-size: 12px; background-image:url('{image:background}'); background-attachment: fixed; }
  222.  
  223.  
  224. a {color: {color:link}; text-decoration: none; text-transform: none;}
  225. a:hover {text-shadow:0px 0px 9px; color: {color:linkh}; background-color: transparent; text-decoration: none;}
  226.  
  227. #container {background-color: ; width: 1000px; margin: 0 auto 4px auto; background: {color:post};}
  228.  
  229.  
  230. #entries {margin-left:450px; width: 300px; margin-top: 55px;}
  231.  
  232. .entry {font-family:cambria; width: 400px; background-color:{color:post} ; text-align: justify; padding: 6px; float: left; margin: 2px 0 0 2px;opacity:2; border:1px solid {color:bordas};}
  233.  
  234. .entry:hover {opacity:1}
  235.  
  236. .entry img {max-width:400px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;;opacity:0.9;{block:IfFotoscomfade}-webkit-filter:grayscale(20%);{/block:IfFotoscomfade}{block:IfFotoscomopacidade}opacity:0.8;{/block:IfFotoscomopacidade}{block:IfFotosescuras}-webkit-filter:grayscale(100%);{/block:IfFotosescuras} }
  237.  
  238. .entry img:hover {}
  239.  
  240.  
  241. h1 {font-family: cambria; text-align: center; font-size: 15px; text-transform: none; color: {color:texto}; font-weight: normal; line-height: 21px;
  242. {block:IfFonteInconsolata}font-family: 'Inconsolata'; text-align: center; font-size: 13px; text-transform: none; color: {color:texto}; font-weight: normal; line-height: 21px;{/block:IfFonteInconsolata};
  243. {block:IfFonteCambria}font-family: cambria; text-align: center; font-size: 13px; text-transform: none; color: {color:texto}; font-weight: normal; line-height: 21px;{/block:IfFonteCambria}
  244. {block:IfFonteShadows}font-family: 'Shadows Into Light', cursive;
  245. text-align: center; font-size: 18px; text-transform: none; color: {color:texto}; font-weight: normal; line-height: 25px;{/block:IfFonteShadows}
  246. {block:IfFonteDancing}font-family: 'Dancing Script', cursive; text-align: center; font-size: 18px; text-transform: none; color: {color:texto}; font-weight: normal; line-height: 21px;{/block:IfFonteDancing}
  247. }
  248.  
  249.  
  250.  
  251. /**** HELP DESIGNS *****/
  252. .cred {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;background-color:{color:post};text-align: center;}
  253. #info {text-align: center; margin-top:5px; font-size: 10px; font-family: 'Inconsolata';text-transform: uppercase; z-index: 11;}
  254. #info a {font-size: 10px; text-transform: normal;color:{color:notes};}
  255. #info hover{font-size: 10px; text-transform: normal;color:{color:notesh};}
  256. #cap {width: 500px; margin-top: -2px; }
  257. .source {display: none;}
  258. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: text-align: left;}
  259. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  260. ol.notes li {background-color:{color:post}; margin-bottom: 2px; padding: 5px; } .notes img{display: none; border:0px}
  261.  
  262.  
  263. .askimg {float:right;margin-right:-17px;margin-top:-5px; border-radius:10px 10px 10px 0px;}
  264. .askhd{background-color:{color:pergunta};width: auto;padding: 10px; color: {color:negrito}; margin-left: 50px; margin-top:7px;z-index:999999999999999999999999999;font-family: 'Inconsolata';font-size: 12px;}
  265. .askhd2{background-color:{color:bg ask};width: 380px; padding: 2px; color: {color:post}; margin-left: 0px; font-family: calibri;font-size: 11px; margin-top:-6px;}
  266. .askhd2 a{color: {color:post};}
  267.  
  268.  
  269. .quote:first-letter{font-family: 'Open Sans Condensed', sans-serif; font-size: 25px;}
  270. .quote {font-family: 'Inconsolata'; font-size: 13px; line-height: 15px; padding: 3px;text-align:right;}
  271. .quotesource {text-align:right; text-transform: none; margin-bottom: 5px;}
  272. .quotesource a, a:hover{text-transform: none;}
  273.  
  274. /********** DESIGN--HTML **********/
  275. .chat {background:{color:post};
  276. font-size: 12px;
  277. font-family: 'Inconsolata';}
  278.  
  279. .chat .moni {font-family: 'Inconsolata'; border-radius: 5px;padding: 6px; margin-bottom: 2px; font-size: 12px; color:{color:texto};background: {color:pergunta};;}
  280.  
  281. .chat .moni span {font-weight: bold;}
  282.  
  283.  
  284. #s-m-t-tooltip {-webkit-animation: CH 600ms;max-width:320px;margin:20px 20px 20px 8px;background: {color:background};border:1px solid {color:background};z-index:999999999999999999999999999999999999999;font-family:cambria;font-size:10px;color:{color:texto};padding:5px;text-shadow:1px 1px 0px {color:bordas};font-style:italic;}
  285.  
  286.  
  287. #tumblr_controls{position: fixed!important}
  288. #tumblr_controls{position: fixed!important}
  289. #tumblr_controls{position: fixed!important}
  290. #tumblr_controls{position: fixed!important}
  291.  
  292.  
  293. ::-webkit-scrollbar{width:7px;height:6px;}
  294.  
  295. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:10px;}
  296.  
  297. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:background};-webkit-border-radius:10px;}
  298.  
  299.  
  300. b, strong {color: {color:negrito}; text-decoration: none;}
  301. u, span.sublinha {text-decoration: none; border-bottom: 1px dashed {color:sublinhado}; ; }
  302. i {color: {color:italico}; }
  303.  
  304.  
  305.  
  306. #tumblr_controls{position: fixed!important;z-index:15;{block:IfControlesBrancos}-webkit-filter:invert(100%);{/block:IfControlesBrancos}}
  307. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 1; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;{block:IfControlesBrancos}-webkit-filter:invert(100%);{/block:IfControlesBrancos};}
  308. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;{block:IfControlesBrancos}-webkit-filter:invert(100%);{/block:IfControlesBrancos}}
  309.  
  310. a.install {{block:IfControlesBrancos}-webkit-filter:invert(100%);{/block:IfControlesBrancos}width: 96px;height: 20px;background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);display: block;position: fixed;top: 26px;right: 3px;}
  311.  
  312.  
  313.  
  314.  
  315. #side {position: fixed; margin-left: 20px; width: 350px;; height: 700px; background-color:#fff; margin-top: -100px; border:1px solid {color:bordas}; box-shadow: 2px 2px 40px {color:sombra};-webkit-border-radius: 20px 20px 0px 0px;}
  316.  
  317. #fto{position:fixed;margin-top:-55px;margin-left:280px;float: left;z-index:999999;}
  318. #fto img{width:50px;height:50px;padding:10px;margin-left:5px;margin-top:5px;}
  319.  
  320.  
  321. #fto1{position:fixed;margin-top:-55px;margin-left:35px;float: left;z-index:999999;}
  322. #fto1 img{width:50px;height:50px;padding:10px;margin-left:5px;margin-top:5px;}
  323.  
  324.  
  325.  
  326. .efeitofrasesimples {text-align: center;font-family: 'Amatic SC', cursive; font-size: 35px; font-style: none;height: 43px;color:{color:frases}; margin-left:90px;margin-top:-20px; text-transform: none; letter-spacing: 1p;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:215px;line-height:12px; -webkit-transition-duration: .99s;z-index:99999;}
  327.  
  328.  
  329.  
  330.  
  331. #anc{position:fixed;margin-top:470px;margin-left:30px;float: left;z-index:999999;}
  332. #anc img{width:30px;height:30px;padding:10px;margin-left:5px;margin-top:5px;}
  333.  
  334. .parca {text-align: left;font-family: 'Amatic SC', cursive; font-size: 30px; font-style: none;height: 25px;color:{color:frases}; margin-left:80px;margin-top:495px; text-transform: none; letter-spacing: 1p;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:215px;line-height:12px; -webkit-transition-duration: .99s;z-index:99999;}
  335.  
  336.  
  337.  
  338. #anc1{position:fixed;margin-top:305px;margin-left:30px;float: left;z-index:999999;}
  339. #anc1 img{width:30px;height:30px;padding:10px;margin-left:5px;margin-top:5px;}
  340.  
  341. .destaq {text-align: left;font-family: 'Amatic SC', cursive; font-size: 30px; font-style: none;height: 25px;color:{color:frases}; margin-left:80px;margin-top:330px; text-transform: none; letter-spacing: 1p;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:215px;line-height:12px; -webkit-transition-duration: .99s;z-index:99999;}
  342.  
  343.  
  344.  
  345. #parceiros img{-webkit-transition:All 0.8s ease-out;-moz-transition:All 0.8s ease-out;width:30px;height:30px;opacity:1; filter:alpha;margin:0px; -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;z-index: 100; border:2px solid {color:borda parceiros};/*-- << a cor da borda --*/;}
  346. #parceiros img:hover{webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;opacity:1;border-radius:100%;border:2px solid #eee; /*-- << a cor da borda hover --*/ }
  347. #parcas {bottom:30px;background-color:#transparent; text-align:center;padding: 5px 4px 5px 4px; height:33px;font-family:Rochester; font-size: 15px; ;line-height:33px;width:342px;margin-left:21px;position:fixed;overflow: hidden;opacity:0.8;display:block;z-index: 100;}
  348.  
  349.  
  350. .fotinh {margin-left:170px;margin-top:360px;position:fixed;z-index:9999;}
  351. .fotinh img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  352. .fotinha1 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  353.  
  354. .fotinh11 {margin-left:115px;margin-top:360px;position:fixed;z-index:9999;}
  355. .fotinh11 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  356. .fotinha11 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  357.  
  358. .fotinh112 {margin-left:60px;margin-top:415px;position:fixed;z-index:9999;}
  359. .fotinh112 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  360. .fotinha112 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  361.  
  362. .fotinh113 {margin-left:115px;margin-top:415px;position:fixed;z-index:9999;}
  363. .fotinh113 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  364. .fotinha113 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  365.  
  366.  
  367. .fotinha {margin-left:60px;margin-top:360px;position:fixed;z-index:9999;}
  368. .fotinha img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques} ;width:45px;height:45px;outline-offset: -4px; }
  369. .fotinha img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  370.  
  371.  
  372. .fotinha1 {margin-left:170px;margin-top:360px;position:fixed;z-index:9999;}
  373. .fotinha1 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  374. .fotinha1 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  375.  
  376.  
  377.  
  378. .fotinha2 {margin-left:225px;margin-top:360px;position:fixed;z-index:9999;}
  379. .fotinha2 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  380. .fotinha2 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  381.  
  382.  
  383. .fotinha3 {margin-left:280px;margin-top:360px;position:fixed;z-index:9999;}
  384. .fotinha3 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  385. .fotinha3 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  386.  
  387.  
  388. .fotinha4 {margin-left:170px;margin-top:415px;position:fixed;z-index:9999;}
  389. .fotinha4 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  390. .fotinha4 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  391.  
  392. .fotinha5 {margin-left:225px;margin-top:415px;position:fixed;z-index:9999;}
  393. .fotinha5 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  394. .fotinha5 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  395.  
  396.  
  397. .fotinha6 {margin-left:280px;margin-top:415px;position:fixed;z-index:9999;}
  398. .fotinha6 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques};width:45px;height:45px;outline-offset: -4px; }
  399. .fotinha6 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.4);}
  400.  
  401.  
  402. #simple {margin-left:34px; margin-top:20px; text-align: center; position: fixed;z-index:9999;}
  403. #simple a {display: inline-block;font-family: 'Inconsolata'; font-size:11px;background: {color:bg links};text-transform: uppercase;
  404. color: {color:links}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:50px;height:30px;line-height:30px;text-align: center;margin-left:2px;}
  405. #simple a:hover {color:{color: links hover};text-decoration: none;-webkit-transition: 0.44s linear;}
  406.  
  407. #simple22 {margin-left:38px; margin-top:110px; text-align: center; position: fixed;z-index:9999;}
  408. #simple22 a {display: inline-block;font-family: 'Inconsolata'; font-size:10px;background: {color:bg top links};text-transform: uppercase;
  409. color: {color:text top links}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:155px;height:25px;line-height:25px;text-align: center;margin-left:2px;}
  410. #simple22 a:hover {color:{color:text top links hover};text-decoration: none;-webkit-transition: 0.44s linear;}
  411.  
  412.  
  413. #anc3{position:fixed;margin-top:50px;margin-left:30px;float: left;z-index:999999;}
  414. #anc3 img{width:30px;height:30px;padding:10px;margin-left:5px;margin-top:5px;}
  415.  
  416. .top {text-align: left;font-family: 'Amatic SC', cursive; font-size: 30px; font-style: none;height: 25px;color:{color:frases}; margin-left:80px;margin-top:75px; text-transform: none; letter-spacing: 1p;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:215px;line-height:12px; -webkit-transition-duration: .99s;z-index:99999;}
  417.  
  418.  
  419.  
  420. .mid {margin-left:35px;margin-top:260px;position:fixed;z-index:9999;}
  421. .mid img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques} ;width:45px;height:45px;outline-offset: -4px; }
  422. .mid img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.1);}
  423.  
  424.  
  425. .mid2 {margin-left:90px;margin-top:260px;position:fixed;z-index:9999;}
  426. .mid2 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques} ;width:45px;height:45px;outline-offset: -4px; }
  427. .mid2 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.1);}
  428.  
  429. .mid3 {margin-left:145px;margin-top:260px;position:fixed;z-index:9999;}
  430. .mid3 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques} ;width:45px;height:45px;outline-offset: -4px; }
  431. .mid3 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.1);}
  432.  
  433.  
  434. .mid4 {margin-left:199px;margin-top:260px;position:fixed;z-index:9999;}
  435. .mid4 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques} ;width:45px;height:45px;outline-offset: -4px; }
  436. .mid4 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.1);}
  437.  
  438.  
  439. .mid5 {margin-left:253px;margin-top:260px;position:fixed;z-index:9999;}
  440. .mid5 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques} ;width:45px;height:45px;outline-offset: -4px; }
  441. .mid5 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.1);}
  442.  
  443.  
  444. .mid6 {margin-left:305px;margin-top:260px;position:fixed;z-index:9999;}
  445. .mid6 img {-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;opacity:1;border:2px solid {color:borda destaques} ;width:45px;height:45px;outline-offset: -4px; }
  446. .mid6 img:hover {-webkit-transition: all 0.9s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.9s ease;-webkit-filter: brightness(1.1);}
  447.  
  448.  
  449.  
  450. #anccc{position:fixed;margin-top:205px;margin-left:30px;float: left;z-index:999999;}
  451. #anccc img{width:30px;height:30px;padding:10px;margin-left:5px;margin-top:5px;}
  452.  
  453. .mood {text-align: left;font-family: 'Amatic SC', cursive; font-size: 30px; font-style: none;height: 25px;color:{color:frases}; margin-left:80px;margin-top:230px; text-transform: none; letter-spacing: 1p;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:215px;line-height:12px; -webkit-transition-duration: .99s;z-index:99999;}
  454.  
  455.  
  456. </style>
  457.  
  458. <body onkeydown="return false"><body onselectstart="return false">
  459.  
  460. <div class="top">Top links</div></div>
  461. <div id="anc3">
  462. <img class="top shadow" src="http://images.clipartlogo.com/files/ss/thumb/983/98314484/steering-wheel-and-sailing-boat_small.jpg"</div></div></div></div></div></div></div>
  463.  
  464. <div id="simple">
  465. <a href="{text:Link1}" >{text:Link1 title}</a>
  466. <a href="{text:Link2}" >{text:Link2 title}</a>
  467. <a href="{text:Link3}" >{text:Link3 title}</a>
  468. <a href="{text:Link4}" >{text:Link4 title}</a>
  469. <a href="{text:Link5}" >{text:Link5 title}</a>
  470. <a href="{text:Link6}" >{text:Link6 title}</a>
  471.  
  472. </div>
  473.  
  474.  
  475. <div id="simple22">
  476. <a href="{text:Link1 top}" >{text:Link1 top title}</a>
  477. <a href="{text:Link2 top}" >{text:Link2 top title}</a> <br>
  478. <a href="{text:Link3 top}" >{text:Link3 top title}</a>
  479. <a href="{text:Link4 top}" >{text:Link4 top title}</a> <br>
  480. <a href="{text:Link5 top}" >{text:Link5 top title}</a>
  481. <a href="{text:Link6 top}" >{text:Link6 top title}</a> <br>
  482. <a href="{text:Link7 top}" >{text:Link7 top title}</a>
  483. <a href="{text:Link8 top}" >{text:Link8 top title}</a> <br>
  484.  
  485.  
  486. </div>
  487.  
  488.  
  489. <div class="mood">Moderadores</div></div>
  490. <div id="anccc">
  491. <img class="top shadow" src="http://images.clipartlogo.com/files/ss/thumb/983/98314484/steering-wheel-and-sailing-boat_small.jpg"</div></div></div></div></div></div></div>
  492.  
  493.  
  494. <div class="mid">
  495. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  496. </div>
  497. <div class="mid2">
  498. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  499. </div>
  500. <div class="mid3">
  501. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  502. </div>
  503. <div class="mid4">
  504. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  505. </div>
  506. <div class="mid5">
  507. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  508. </div>
  509. <div class="mid6">
  510. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  511. </div>
  512.  
  513.  
  514. <div class="destaq">Destaques</div></div>
  515. <div id="anc1">
  516. <img class="top shadow" src="http://images.clipartlogo.com/files/ss/thumb/983/98314484/steering-wheel-and-sailing-boat_small.jpg"</div></div></div></div></div></div></div></div></div></div></div></div></div>
  517.  
  518. <!-- um destaq -->
  519.  
  520. <div class="fotinha">
  521. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  522. </div>
  523. <!-- um destaq -->
  524. <div class="fotinh">
  525. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  526. </div>
  527. <!-- um destaq -->
  528. <div class="fotinh11">
  529. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  530. </div>
  531. <!-- um destaq -->
  532. <div class="fotinh112">
  533. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  534. </div>
  535. <!-- um destaq -->
  536. <div class="fotinh113">
  537. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  538. </div>
  539.  
  540. <!-- um destaq -->
  541. <div class="fotinha1">
  542. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a></div>
  543. <!-- um destaq -->
  544. <div class="fotinha2">
  545. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  546. </div>
  547. <!-- um destaq -->
  548. <div class="fotinha3">
  549. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  550. </div>
  551. <!-- um destaq -->
  552. <div class="fotinha4">
  553. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  554. </div>
  555. <!-- um destaq -->
  556. <div class="fotinha5">
  557. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  558. </div>
  559. <!-- um destaq -->
  560. <div class="fotinha6">
  561. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  562. </div>
  563.  
  564.  
  565. <div id="anc">
  566. <img class="top shadow" src="http://images.clipartlogo.com/files/ss/thumb/983/98314484/steering-wheel-and-sailing-boat_small.jpg"</div></div></div></div></div></div></div>
  567. <div class="parca">Parceiros</div></div>
  568.  
  569.  
  570.  
  571.  
  572. <div id="fto">
  573. <img class="top shadow" src="http://static.tumblr.com/qhiozyd/01Tn24x2h/porra.jpg"</div>
  574. </div></div></div></div></div></div>
  575.  
  576. <div id="fto1">
  577. <img class="top shadow" src="http://static.tumblr.com/qhiozyd/01Tn24x2h/porra.jpg"</div>
  578. </div></div></div></div></div></div>
  579.  
  580.  
  581.  
  582. <div class="efeitofrasesimples">{text:frase}</div></div>
  583.  
  584. <div id="side">
  585.  
  586.  
  587. </div></div></div>
  588.  
  589. </div></div></div></div></div></div></div></div>
  590.  
  591.  
  592.  
  593.  
  594. <div id="parceiros">
  595. <div id="parcas">
  596. <marquee direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrolldelay="95" truespeed>
  597.  
  598.  
  599. <!-- um parceiro -->
  600. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  601. </div>
  602.  
  603. <!-- um parceiro -->
  604. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  605. </div>
  606.  
  607. <!-- um parceiro -->
  608. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  609. </div>
  610.  
  611. <!-- um parceiro -->
  612. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  613. </div>
  614.  
  615. <!-- um parceiro -->
  616. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  617. </div>
  618.  
  619. <!-- um parceiro -->
  620. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  621. </div>
  622.  
  623. <!-- um parceiro -->
  624. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  625. </div>
  626.  
  627. <!-- um parceiro -->
  628. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  629. </div>
  630.  
  631. <!-- um parceiro -->
  632. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  633. </div>
  634.  
  635. <!-- um parceiro -->
  636. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  637. </div>
  638.  
  639. <!-- um parceiro -->
  640. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  641. </div>
  642.  
  643. <!-- um parceiro -->
  644. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  645. </div>
  646.  
  647. <!-- um parceiro -->
  648. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  649. </div>
  650.  
  651. <!-- um parceiro -->
  652. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  653. </div>
  654.  
  655.  
  656. <!-- um parceiro -->
  657. <a href="URL DO TUMBLR" title="TITULO" target="_blank"><img src="http://api.tumblr.com/v2/blog/ url.tumblr.com/avatar/35/" /></a>
  658. </marquee> </div>
  659.  
  660.  
  661. </div></div></div></div></div></div></div></div>
  662.  
  663.  
  664.  
  665. </div>
  666.  
  667.  
  668. <a href="http://viajarei.tumblr.com/" class="install" target="_blank"></a>
  669. </div></div></div></div></div></div></div></div>
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676. <div id="entries">
  677.  
  678.  
  679. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  680.  
  681. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  682.  
  683. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  684.  
  685. <script type="text/javascript">
  686. var rev = "fwd";function titlebar(val)
  687. {var msg = "{title}";
  688. var res = " ";
  689. var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  690. else{rev = "bwd";
  691. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  692. else{
  693. if(pos > 0){
  694. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  695. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  696. titlebar(0);
  697. </script>
  698.  
  699. <script type="text/javascript">
  700. $(window).load(function(){
  701. var $wall = $('#entries');
  702. $wall.imagesLoaded(function(){
  703. $wall.masonry({
  704. itemSelector: '.entry',
  705. isAnimated : true
  706. });
  707. });
  708. $wall.infinitescroll({
  709. navSelector : "div#navigation",
  710. nextSelector : "div#navigation a#nextPage",
  711. itemSelector : '.entry',
  712. loadingImg : "http://th282.photobucket.com/albums/kk259/rxplastic/random%20gifs/th_t348183788_55788_6.gif",
  713. loadingText : "",
  714. donetext : " ",
  715. extraScrollPx : 1000,
  716. bufferPx : 10100,
  717. debug : false,
  718. errorCallback: function() {
  719. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  720. }},
  721. function( newElements ) {
  722. var $newElems = $( newElements );
  723. $newElems.hide();
  724. $newElems.imagesLoaded(function(){
  725. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  726. });
  727. }); $('#entries').show(500);
  728. });
  729. </script>
  730.  
  731. {/block:IndexPage}
  732. {block:Posts}
  733. <div class="entry">
  734.  
  735. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  736.  
  737. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  738.  
  739. {block:Photoset}{Photoset-400}{/block:Photoset}
  740.  
  741.  
  742. {block:Quote}
  743. <div class="quote">{Quote}</div>
  744. {block:Source}<div class="quotesource">{Source}</div>
  745. {/block:Source}
  746. {/block:Quote}
  747.  
  748. {block:Link}
  749. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  750. {block:Description}{Description}{/block:Description}
  751. {/block:Link}
  752.  
  753. {block:Chat}
  754.  
  755. {block:Lines}
  756. <div class="chat">
  757. <div class="moni">
  758. {block:Label}
  759. <span>
  760. {Label}
  761. </span>
  762. {/block:Label}
  763. {Line}
  764. </div>
  765. </div>
  766. {/block:Lines}
  767. {/block:Chat}
  768.  
  769. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  770.  
  771. {block:Video}{Video-400}{/block:Video}
  772.  
  773.  
  774. {block:Answer}
  775. <div class="askhd">{Question}<img src="{AskerPortraitURL-48}" class="askimg"></div><p></p>
  776. <div class="askhd2" align="left"><font color=#eee;>{Asker}</font> digitando... </div><p></p>
  777. {answer}
  778. {/block:answer}
  779.  
  780.  
  781.  
  782.  
  783. <div id="cap">
  784. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  785. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  786. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  787.  
  788. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  789. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  790. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  791. {/block:ContentSource}</div></div>
  792. <br>
  793.  
  794. <div class="cred">
  795. {block:Date}<div id="info">
  796. <a href="{Permalink}"></a> {block:NoteCount} <font color="{color:notes}"> </font> <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} <font color="{color:notes}">· </font> <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<font color="{color:notes}">· </font> <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}<font color="{color:notes}">· </font> <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  797. </div>{/block:Date}</div>
  798. </div>
  799. {/block:Posts}
  800. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  801.  
  802. </div>
  803. </div>
  804. </div>
  805.  
  806.  
  807. </div>
  808. </div>
  809.  
  810.  
  811. </div>
  812. </div>
  813. </div>
  814.  
  815.  
  816. </div>
  817. </div>
  818. </div>
  819.  
  820. {block:IndexPage}
  821. <div class="column navigation" id="navigation">
  822. {block:Pagination}
  823. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  824. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  825. </div>
  826. {/block:IndexPage}
  827. </div></div></div></div>
  828.  
  829. <br></center></div></div></div></div></div></div>
  830. </body>
  831. </html>
  832.  
  833.  
  834.  
  835. <!-- HELPS OF TUMBLRS : CONNECTIONHTML | HELPDESIGNS | DESIGN--HTML --->
  836.  
  837. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement