luisquintanilha

Theme 13

Aug 3rd, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.86 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <head>
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#f5f5f5" />
  8. <meta name="color:sidebar" content="#fff" />
  9. <meta name="color:side2" content="#000" />
  10. <meta name="color:text" content="#000" />
  11. <meta name="color:link hover" content="#f8f8f8" />
  12. <meta name="image:sidebar" content="" />
  13. <meta name="image:sidebar2" content="" />
  14. <meta name="image:sidebar3" content="" />
  15. <meta name="text:Link1" content="" />
  16. <meta name="text:Link1 Title" content="link" />
  17. <meta name="text:Link2" content="" />
  18. <meta name="text:Link2 Title" content="link" />
  19. <meta name="text:Link3" content="" />
  20. <meta name="text:Link3 Title" content="link" />
  21. <meta name="text:Link4" content="" />
  22. <meta name="text:Link4 Title" content="link" />
  23. <meta name="text:Link5" content="" />
  24. <meta name="text:Link5 Title" content="link" />
  25. <meta name="text:Link6" content="" />
  26. <meta name="text:Link6 Title" content="link" />
  27. <meta name="text:Link7" content="" />
  28. <meta name="text:Link7 Title" content="link" />
  29. <meta name="text:Link8" content="" />
  30. <meta name="text:Link8 Title" content="link" />
  31. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  32.  
  33. <script type="text/javascript" src="http://static.tumblr.com/ifqwhnb/GBsm20q7d/jquery.nivo.slider.pack.js"></script>
  34. <script type="text/javascript">
  35.  
  36. var $nv4wp = jQuery.noConflict();
  37.  
  38. $nv4wp(window).load(function() {
  39.  
  40. $nv4wp('#slider').nivoSlider({
  41.  
  42. effect:'random',
  43.  
  44. slices:15, // For slice animations
  45.  
  46. boxCols: 4, // For box animations
  47.  
  48. boxRows: 2, // For box animations
  49.  
  50. animSpeed:500, // Slide transition speed
  51.  
  52. pauseTime:3000, // How long each slide will show
  53.  
  54. startSlide:0, // Set starting Slide (0 index)
  55.  
  56. directionNav:true, //Next & Prev
  57.  
  58. directionNavHide:true, //Only show on hover
  59.  
  60. controlNav:true, // 1,2,3... navigation
  61.  
  62. controlNavThumbs:false, // Use thumbnails for Control Nav
  63.  
  64. controlNavThumbsFromRel:false, // Use image rel for thumbs
  65.  
  66. controlNavThumbsSearch: '.jpg', // Replace this with...
  67.  
  68. controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
  69.  
  70. keyboardNav:true, //Use left & right arrows
  71.  
  72. pauseOnHover:true, //Stop animation while hovering
  73.  
  74. manualAdvance:false, //Force manual transitions
  75.  
  76. captionOpacity:0.8, //Universal caption opacity
  77.  
  78. prevText: 'Prev', // Prev directionNav text
  79.  
  80. nextText: 'Next', // Next directionNav text
  81.  
  82. beforeChange: function(){}, // Triggers before a slide transition
  83.  
  84. afterChange: function(){}, // Triggers after a slide transition
  85.  
  86. slideshowEnd: function(){}, // Triggers after all slides have been shown
  87.  
  88. lastSlide: function(){}, // Triggers when last slide is shown
  89.  
  90. afterLoad: function(){} // Triggers when slider has loaded
  91.  
  92. });
  93.  
  94. });
  95.  
  96. </script>
  97.  
  98. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/ifqwhnb/2dBm00x0v/nivoslider4wp.css" />
  99. <title>{Title}</title>
  100. <link rel="shortcut icon" href="{Favicon}">
  101. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  102. {block:Description}
  103. <meta name="description" content="{MetaDescription}" />
  104. {/block:Description}
  105.  
  106. <script type="text/javascript" src="http://static.tumblr.com/myqz5da/i75lywtpy/livia-menu1.js"></script>
  107. <style type="text/css">
  108.  
  109.  
  110. body {background-color: {color:background}; background-image:url('{image:background}'); background-attachment: fixed; font-family: Verdana, Geneva, Tahoma, sans-serif; color: {color:text}; text-align: center; font-size: 10px; }
  111.  
  112. a {color: {color:text}; text-decoration: none; -webkit-transition:1s; }
  113. a:hover {color: {color:text}; background-color: #trans; text-decoration: none; opacity: 0.7; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  114.  
  115. p {margin: 6px 0 0 0}
  116.  
  117. blockquote {margin-left:2px; width:490px; padding-left:3px; border-left:1px solid #000;}
  118.  
  119.  
  120. /*** sidebar etc ***/
  121.  
  122. #sidebar {width: 200px; height:33px; top:24px; margin-left:260px; text-align: center; font-size:15px; font-family: verdana; color:{color:sidebar}; text-transform: uppercase; line-height:200%; background-color:{color:side2}; position:fixed;}
  123.  
  124. #side {width: 195px; height:130px; top:82px; margin-left:260px; text-align: center; background-color:{color:sidebar}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; border:4px solid {color:sidebar}; position:fixed;}
  125. #side:hover { background-color:{color:side2}; border:4px solid {color:side2}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; }
  126. .ft img{ width:195px; height:130px;}
  127.  
  128. .links {position: absolute; width: 280px; margin-left:0px; margin-top:04px; padding: 0px; text-align: center; z-index:3;}
  129. .links a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-right: 1px; margin-bottom:1px; width: 66px; background-color: {color:sidebar}; color: {color:side2}; text-decoration: none; text-transform: none; line-height: 21px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border-bottom: 1px solid {color:side2};}
  130. .links a:hover{text-align: center; background-color: {color:side2}; color: {color:sidebar}; font-weight: bold; opacity:1.0;}
  131.  
  132.  
  133. #lili {width: 190px; height:10px; top:335px; margin-left:260px; text-align: center; background-color:{color:side2}; color:{color:sidebar}; font-family:verdana; font-size:9px; line-height:115%; padding:7px; z-index: 1000; position:fixed;}
  134.  
  135. #fl {width: 39px; position: fixed; padding: 8px; background-color: transparent; margin-left: 260px; margin-top: 320px; color: {color:side2}; font-size: 48px; -webkit-transform: rotate(0deg);}
  136.  
  137. #dsc {width: 190px; height:90px; top:225px; margin-left:260px; text-align: justify; background-color:{color:sidebar}; color:{color:text}; font-family:verdana; font-size:9px; padding:7px; position:fixed; overflow: hidden; -webkit-transition: 1.3s ease-in; -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  138.  
  139. #links2 {width: 410px; float: left; margin-left:410px; margin-top: -25px; padding: 0px; text-align: center; position: absolute; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;-moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  140.  
  141. #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 10px; text-align: center; margin-bottom: 1px; width: 10px; background-color: {color:side2}; color:{color:sidebar}; text-decoration: none; text-transform: uppercase; height: 90px; padding:2px; overflow: hidden; border-right: 0px solid #000; opacity:1.0;}
  142.  
  143. #links2 a:hover{text-align: center; background-color: {color:sidebar}; color:{color:side2}; font-weight:bold;}
  144.  
  145. #dsc:hover #links2 {margin-left:-05px; top:30px; background-color:{color:sidebar}; width:210px; height:90px; -webkit-transition: 1.3s ease-in; -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  146.  
  147.  
  148. .bordasm123 {padding : 5px;background-color : {color:backgroundbox};border-radius:8px;
  149. margin-left:10px;margin-top:-03px;-webkit-transition-duration: .99s;width:90px;
  150. }
  151. .bordasm123:hover {padding : 5px;-webkit-transition-duration: .99s;
  152.  
  153. }
  154. /* The Nivo Slider styles */
  155. #slider {position:relative;}
  156. #slider img {position:absolute; top:0px; left:0px; display:none;}
  157. #slider a {border:0; display:block;}
  158. .nivoSlider {position:relative; width: 195px;}
  159. .nivoSlider img {position:absolute; top:0px; left:0px;}
  160. /* If an image is wrapped in a link */
  161. .nivoSlider a.nivo-imageLink {position:absolute; top:0px; left:0px; width:100%; height:100%; border:0;
  162. padding:0;margin:0; z-index:6; display:none;}
  163. /* The slices and boxes in the Slider */
  164. .nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
  165. .nivo-box {display:block;position:absolute;z-index:5;}
  166. /* Caption styles */
  167. .nivo-caption {position:absolute;left:0px; bottom:0px; background:#AD4444; color:#fff; text-transform: none; width: 100%;
  168. z-index:50; border-right: 5px solid #;padding: 5px 0;}
  169. .nivo-caption p {padding:0 20px;margin:0;font-size:12px;}
  170. .nivo-caption a {display:inline !important;}
  171. .nivo-html-caption {display:none;}
  172. /* Direction nav styles (e.g. Next & Prev) */
  173. .nivo-directionNav a {position:absolute;top:45%;z-index:99;cursor:pointer;}
  174. .nivo-prevNav { left:0px;}
  175. .nivo-nextNav { right:0px;}
  176. /*============================*/
  177. /*=== Custom Slider Styles ===*/
  178. /*============================*/
  179. .slider {width:195px;}
  180. .slider img {position:absolute;top:0px;left:0px;display:none;}
  181. .slider a {border:0;display:block;}
  182. .nivo-controlNav {display:none;}
  183. .nivo-directionNav a {display:block;width:31px;height:34px;background:url(http://twizonebr.com/Novidades/wp-content/themes/twizonebrvrs1/arrowswleft.png) no-repeat;text-indent:-9999px;border:0;
  184. }
  185. a.nivo-nextNav {background-position:-30px 0;right:05px;}
  186. a.nivo-prevNav { left:15px;}
  187. .nivo-caption {font-family:verdana;}
  188. .nivo-caption a {color:#efe9d1; text-decoration:underline;}
  189.  
  190. .oizinho {font-family: georgia; position: fixed; margin-left: 230px; margin-top: 85px; font-size: 38px; z-index: 0;}
  191. .oizinho a {color:{color:side2} ; background-color: transparent;} 
  192. .oizinho a:hover {color:{color:side2} ;}
  193.  
  194. .oizinho2 {font-family: georgia; position: fixed; margin-left: 230px; margin-top: 165px; font-size: 38px; z-index: 0;}
  195. .oizinho2 a {color: {color:side2}; background-color: transparent;} 
  196. .oizinho2 a:hover {color:{color:side2} ;}
  197.  
  198. #container { width: 350px;position: fixed;}
  199. #contain_inner {margin-left: 0px; background-color: transparent;}
  200.  
  201. #all {text-align: center; overflow: none; width: 526px; height: 360px; margin: 20px auto 20px auto; padding: 0px; z-index: 1; }
  202.  
  203. #allboxes {float: left; margin-left: 470px; overflow: none; margin-top:10px;}
  204. .entry {width: 500px; background-color: {color:sidebar}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; border-top: 2px solid {color:side2}; }
  205.  
  206. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  207. h1 a {text-align: center; font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; font-style:normal; line-height: 18px;}
  208. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:text}; line-height: 18px; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  209.  
  210. .image {text-align: center; border: 0px}
  211. .image img {max-width: 500px; margin-bottom: 2px }
  212.  
  213. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  214. .xquote:hover {font-family: georgia; font-style:italic; text-align: center; font-size: 13px; line-height: 15px; padding: 3px; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  215.  
  216. .xquotesource { text-align: right; font-family:verdana; font-size:10px; text-transform: none; margin-bottom: 5px; margin-top:10px;}
  217. .xquotesource a, a:hover{text-transform: none;}
  218.  
  219. .question {color: {color:text}; padding: 6px; font-size: 10px; background-color: {color:sidebar}; margin-bottom: -10px; font-style: none; border-bottom: 0px solid #ddd; margin-left: 0px; margin-top: 3px;}
  220.  
  221.  
  222. .asker {text-transform: lowercase; font-style: none; line-height: 16px; background-color:{color:background}; color:{color:text}; font-size:10px; font-family:verdana; padding:10px; -webkit-transition:1s;}
  223. .asker a:link, .asker a:visited, .asker a:active {margin-left: 0px; color: {color:font}; text-decoration: none;}
  224. .asker a:hover {background-color: {color:sidebar}; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  225. .a {margin-left:10px; width:490px; font-size: 10px;}
  226.  
  227. .tip {color: {color:background}; font-size: 20px; padding-left: 40px;}
  228. .chat{line-height: 12px; list-style: none }
  229. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  230. .person1 {background-color: {color:entry}; color: {color:text} }
  231. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text} }
  232. .person2 {background-color: {color:background}; color: {color:text} }
  233. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text} }
  234.  
  235.  
  236. #titlee {font-family: georgia; font-size: 12px; font-weight:; font-style: none; letter-spacing:0px; text-transform: uppercase; line-height: 18px;text-align: center;}
  237.  
  238. #info {background-color:#fff; padding:3px; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; -webkit-transition:1s;}
  239. #info:hover{ background-color: #fff; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  240. #info a {font-size: 9px;}
  241.  
  242. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  243. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  244.  
  245. #cap {width: 500px; margin-top: -2px;}
  246. .source {display: none;}
  247.  
  248. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  249. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  250. ol.notes li {background-color: {color:sidebar}; margin-bottom: 1px; padding: 5px; }
  251. .notes img{display: none; border:0px}
  252.  
  253.  
  254. #td {width: 300px; height: none; margin-left: 8px; background-color: #0; position: fixed; color: #888; font-size: 9px; border: px solid #ccc; border-right: 0px solid #eee; margin-top: 97px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; text-align: right}
  255. #td:hover {margin-left:77px;}
  256.  
  257. #container { width: 350px;position: fixed;}
  258. #contain_inner {margin-left: 0px; background-color: transparent;}
  259.  
  260.  
  261. #tumblr_controls{position: fixed!important}
  262. #tumblr_controls{position: fixed!important}
  263. #tumblr_controls{position: fixed!important}
  264. #tumblr_controls{position: fixed!important}
  265.  
  266. ::-webkit-scrollbar{width:4px;height:5px;}
  267. ::-webkit-scrollbar-button:start:decrement
  268. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  269. ::-webkit-scrollbar-track-piece{background-color: #eee; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  270. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:sidebar};-webkit-border-radius:px;}
  271. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:sidebar};-webkit-border-radius:px;}
  272.  
  273.  
  274. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  275. #paginal a {background:#000; margin: 0 1px 0 0; padding: 2px 4px; color: #fff; font-style:bold; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  276. #paginal a:hover {background: #fff; color: #000; font-style:bold; opacity:1.0;}
  277. #paginal span.pagina_atual {background: #fff; margin: 0 1px 0 0; padding: 2px 4px;; color:#000; font-weight: bold; text-decoration: none; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  278.  
  279. .ps {position: fixed; padding: 5px; width: 200px; height: 10px; margin-top: 2px; background-color:#trans; margin-left: -93px;}
  280.  
  281. </style>
  282. <body>
  283. <div id="allboxes">
  284. {block:Posts}<p>
  285. <div class="entry">
  286. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  287. {block:Photo}<div class="image"><img src="{PhotoURL-500}"></div>{/block:Photo}
  288. {block:Photoset}{Photoset-500}{/block:Photoset}
  289.  
  290. {block:Quote}
  291. <div class="xquote">“{Quote}”</div>
  292. {block:Source}<div class="xquotesource"> + {Source}</div>
  293. {/block:Source}
  294. {/block:Quote}
  295.  
  296. {block:Link}
  297. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  298. {block:Description}{Description}{/block:Description}
  299. {/block:Link}
  300.  
  301. {block:Chat}
  302. {block:Title}<titlee><center><a href="{Permalink}">{Title}</a></center></titlee>{/block:Title}
  303. <div class="chat"><ul>{block:Lines}
  304. <li class="person{UserNumber}">{block:Label}
  305. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  306. {/block:Chat}
  307.  
  308. {block:Audio}
  309. <div style="width:500px;background-color:;">{AudioPlayer}</div>{block:Caption}{Caption}{/block:Caption}
  310. {/block:Audio}
  311.  
  312. {block:Video}{Video-500}{/block:Video}
  313.  
  314.  
  315. {block:Answer}<div class="question"><div class="asker"><b>{Asker} asked:</b> {Question}</div></div>
  316. <div class="caption"><div class="a"><blockquote>{Answer}</blockquote></a></div></div>{/block:Answer}
  317.  
  318.  
  319.  
  320. <div id="cap">
  321. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  322. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  323. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  324.  
  325. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  326. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  327. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  328. {/block:ContentSource}</div></div>
  329. <br>
  330.  
  331.  
  332. <div id="info">
  333. {block:Date}<div class="tags"> {block:HasTags}{block:Tags}@<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  334. <a href="{Permalink}">+ take this link </a> {block:NoteCount} + <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} + <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} + <a href="http://twitter.com/share" class="twitter-share-button" data-text="{Title}" data-url="{permalink}" data-via="st1ckyx"
  335. data-count="horizontal">want to <b>tweet</b> that ?</a>
  336. {block:RebloggedFrom}<br>postado por <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} ft reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>
  337. {/block:RebloggedFrom}
  338. </div>
  339. </div>{/block:Date}
  340.  
  341.  
  342. {/block:Posts}
  343. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  344. </div>
  345. </div>
  346. </div>
  347. </div>
  348.  
  349. <div id="sidebar">{title}
  350. <div class="links">
  351. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  352. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  353. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  354. </div>
  355. </div>
  356. <div id="side">
  357. <div id="slide"><div id="slider">
  358. <a href="/" target="_blank"><img src="{image:sidebar}" width="195" height="130" /></a>
  359. <a href="/" target="_blank"><img src="{image:sidebar2}" width="195" height="130" /></a>
  360. <a href="OLINK" target="_blank"><img src="{image:sidebar3}" title="{text:frase}"width="195" height="130" /></a>
  361. </div></div>
  362. </div>
  363. <div id="dsc">{description}
  364.  
  365. <div id="links2">
  366. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  367. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  368. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  369. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  370. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  371. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  372. <img src="{PortraitURL-96}" align="left"width="56" class="bordasm123">
  373. </div>
  374. </div>
  375. <div id="fl">▼</div>
  376. <div id="lili">theme by <b>congelad0</b>,<a href="http://congelad0.tumblr.com/"><font color="#fff">+</font></a> </div>
  377. <div class="oizinho">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">↑ </a>{/block:PreviousPage}</div>
  378. <div class="oizinho2">{block:NextPage}<a href="{NextPage}"> ↓</a>{/block:NextPage}{/block:Pagination}</a>
  379.  
  380. </body>
  381. </html>
  382. <!-------- all theme by congelad0 --------!>
Advertisement
Add Comment
Please, Sign In to add comment