Don't like ads? PRO users don't see any ads ;-)
Guest

theme 11

By: subordinavel on Jun 3rd, 2012  |  syntax: None  |  size: 19.45 KB  |  hits: 115  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- NÃO RETIRE OS CREDITOS PF PF ~POR SUBORDINAVEL -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>  
  11.  
  12.  
  13.  
  14.  
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:background" content="#f8f8f8" />
  18. <meta name="color:link" content="#000000" />
  19. <meta name="color:hover" content="#ffffff" />
  20. <meta name="color:scroll" content="#000000" />
  21. <meta name="color:sidebar" content="#fff" />
  22. <meta name="color:text" content="#000000" />
  23. <meta name="color:post" content="#ffffff" />
  24. <meta name="color:textlinks" content="#000000" />
  25. <meta name="color:bglinks" content="#ffffff" />
  26. <meta name="color:textlinkshover" content="#ffffff" />
  27. <meta name="color:bglinkshover" content="#000000" />
  28. <meta name="color:links sidebar" content="#ffffff" />
  29. <meta name="color:background links" content="#ffffff" />
  30. <meta name="color:tiracolor" content="#ffffff" />
  31. <meta name="color:tiracolor2" content="#ffffff" />
  32.  
  33.  
  34.  
  35. <meta name="image:sidebar"content="http://26.media.tumblr.com/tumblr_m2hn1geyNQ1r0x0cpo1_500.jpg"/>
  36. <meta name="image:background" content=""/>
  37.  
  38.  
  39.  
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Title" content="link1" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="link2" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="link3" />
  46. <meta name="text:Link4" content="/" />
  47. <meta name="text:Link4 Title" content="link4" />
  48. <meta name="text:Link5" content="/" />
  49. <meta name="text:Link5 Title" content="link5" />
  50. <meta name="text:Link6" content="/" />
  51. <meta name="text:Link6 Title" content="link6" />
  52. <meta name="text:Link7" content="/" />
  53. <meta name="text:Link7 Title" content="link7" />
  54.  <meta name="text:Link8" content="/" />
  55. <meta name="text:Link8 Title" content="link8" />
  56.  
  57.  
  58. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  59.                       <title>{Title}</title>
  60.         <link rel="shortcut icon" href="{Favicon}">
  61.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62.         {block:Description}
  63.   <meta name="description" content="{MetaDescription}" />
  64.         {/block:Description}
  65.  
  66. {block:IfEnableEndlessScrolling}
  67. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  68. {/block:IfEnableEndlessScrolling}
  69.  
  70.  
  71.     <style type="text/css">
  72.  
  73.  
  74. body {
  75. background-color: {color:background};
  76. color:{color:text};
  77. font-family: verdana;
  78. font-size: 11px;
  79. text-align: center;
  80. line-height:120%;
  81. margin:0;
  82. padding:0;
  83. background-image:url('{image:background}');
  84. background-attachment: fixed
  85. }
  86.  
  87. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  88. a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
  89.  
  90. p {margin: 6px 0 0 0}
  91.  
  92. blockquote {border-left:2px {color:post} solid; padding-left:5px; margin:0px 2px 0px 10px}
  93.  
  94.  
  95. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:background}}
  96.  
  97. #entries{margin-top:10px; margin-left:-90px;}
  98.  
  99. #post {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; color:{color:text}; margin-left:417px;}
  100.  
  101. #xright {position: fixed; margin-top: 50px; margin-left: 597px; overflow: auto; width: 526px; height: 705px;}
  102.  
  103.  
  104.  
  105. .tags{font-size: 9px; color:{color:link}; font-family: verdana;  background-color: {color:post};}
  106. .tags a:hover {background-color: {color:post}; color:{linkhover}; -webkit-transition: all .2s linear; -moz-transition:  all .2s linear; transition:  all 0.2s linear;}
  107.  
  108.  
  109. h1 {font-family: georgia; text-align: center; font-size: 13px; color: {color:text}; font-weight: normal; line-height: 18px;}
  110.  
  111. h1 a {text-align: center; font-size: 13px; color: {color:text}; font-weight: normal; line-height: 18px;}
  112.  
  113. h1 a:hover {text-align: center; font-size: 13px; color: {color:text}; font-weight: normal; line-height: 18px;}
  114.  
  115.  
  116.  
  117. .image {text-align: center; border: 0px; }
  118. .image img {max-width: 500px; margin-bottom: 3px }
  119. .markqt {font-size: 90px; font-family: {font:title}; color:{color:text}; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=100);}
  120. .qt {font-family: verdana; font-size: 18px; line-height: 23px;  margin-top: -95px; margin-left: 45px; padding: 10px;}
  121. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  122. .qsr a, a:hover{text-transform: none;}
  123.  
  124. .chat {line-height: 12px; list-style: none }
  125. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  126. .person1 {background-color:{color:background}; color: {color:text}; }
  127. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  128. .person2 {color: {color:text}; }
  129. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  130.  
  131. .audio{background-color:black; display:block;}
  132. .source{display:none}
  133.  
  134. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:verdana; font-size:9px}
  135. #questions a {color:{color:link}}
  136.  
  137.  
  138.  
  139. #cap {width: 500px; margin-top: -2px;}
  140.  
  141. #vam {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  142. .vam a {font-size: 9px;}
  143.  
  144.  
  145.  
  146. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  147. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  148.  
  149. .qqmarks{
  150. font-size: 80px;
  151. font-weight: bold;
  152. line-height: 80px;
  153. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  154. opacity: 0.2;
  155. filter:alpha (opacity=20)
  156. }
  157.  
  158.  
  159.  
  160. .qquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  161.  
  162. .qsource {text-align: center; text-transform: none; margin-left: 0px; margin-bottom: 5px;}
  163.  
  164. .qsource a, a:hover{text-transform: none;}
  165.  
  166.  
  167. .notes {width: 520px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  168.  
  169. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11; margin-left:417px;}
  170.  
  171. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  172.  
  173. .notes img{display: none; border:0px}
  174.  
  175.  
  176.  
  177.  
  178. b{text-transform: block; color:;}
  179. i{text-transform: italic; color:{color:text}}
  180. p{margin:2px 0 2px 0}
  181. u {text-decoration: none; border-bottom: 1px dashed;}
  182. d1 {opacity:0.8}
  183. d2 {opacity:0.6}
  184.  
  185. d3 {opacity:0.4}
  186. d4 {opacity:0.2}
  187.  
  188. ::-webkit-scrollbar{width:8px;height:5px;}
  189. ::-webkit-scrollbar-button:start:decrement
  190. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:background;}
  191. ::-webkit-scrollbar-track-piece{background-color:{color:background};}
  192. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:{color:scroll};}
  193. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};}
  194.        
  195.  
  196.  
  197. #sidebar {position:fixed; float: justify; z-index:2; left: -500px; top: 400px; padding-top:70px; padding: 1px; text-align: justify; width: auto; height: auto; background-color: transparent}
  198.  
  199. #img {text-align: justify; overflow: hidden;  height:100px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left:657px; width:110px; background-color: {color:sidebar}; color: {color:sidebar}; margin-top:-165px; background-attachment: fixed;}
  200.  
  201. #img img{width: 110px; height: 100px; margin-left: 3px; margin-top: 3px; -webkit-transition-duration: 1.0s; -moz-transition-duration: 1.0s; border: 2px solid {color:background};}
  202.  
  203. #img img:hover{width: 110px; height: 100px; margin-left: 3px; margin-top: 3px; opacity: 0.6;  -webkit-transition-duration: 1.0s; -moz-transition-duration: 1.0s;border: 2px solid {color:sidebar}}
  204.  
  205.  
  206.  
  207. #nhec {
  208.  
  209. width:400px;
  210.  
  211. text-align:center;
  212.  
  213. margin-left: -210px;
  214.  
  215. margin-top:82px;
  216.  
  217.  
  218. position:fixed;
  219.  
  220. font-family:georgia;
  221.  
  222. font-size:16px;
  223.  
  224. font-style:italic;
  225.  
  226. color:#000;
  227.  
  228. line-height:25px;
  229.  
  230.   background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  231.  
  232.   -webkit-background-clip: text;
  233.  
  234.   -webkit-text-fill-color: transparent;
  235.  
  236. -webkit-transform: rotate(-90deg)
  237. }
  238.  
  239. #nhec:hover {
  240.  
  241. width:400px;
  242.  
  243. text-align:center;
  244.  
  245. margin-left: -210px;
  246.  
  247. margin-top:82px;
  248.  
  249.  
  250. position:fixed;
  251.  
  252. font-family:georgia;
  253.  
  254. font-size:16px;
  255.  
  256. font-style:italic;
  257.  
  258. color:#000;
  259.  
  260. line-height:25px;
  261.  
  262.   background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#000));
  263.  
  264.   -webkit-background-clip: text;
  265.  
  266.   -webkit-text-fill-color: transparent;
  267.  
  268. -webkit-transform: rotate(-90deg)
  269. }
  270.  
  271.  
  272. #tira {margin-top: -158px; margin-left: 650px; position: fixed; background-color: {color:tiracolor}; height: 90px; width:5px;}
  273.  
  274.  
  275.  
  276.  
  277. #links3 {margin-top:-188px; margin-left: 540px; position:fixed; width: auto;}
  278.  
  279. #links3 a{display: block; width: 55px; height: 20px; font-family: verdana; line-height: 5px; font-size: 9px; -webkit-transition-duration: 0.9s; text-align: center; color: {color:textlinks}; background-color: {color:bglinks}; -moz-transition-duration: 0.9s; padding-top:3px; margin-bottom: 0px; text-transform: none;  border-bottom: 1px solid {color:background};}
  280. #links3 a:hover{color: {color:textlinkshover}; background-color: {color:bglinkshover}; letter-spacing: 0px; width:55px; }
  281.  
  282. #links4 {margin-top:-188px; margin-left: 596px; position:fixed; width: auto;}
  283.  
  284. #links4 a{display: block; width: 55px; height: 20px; font-family: verdana; line-height: 5px; font-size: 9px; -webkit-transition-duration: 0.9s; text-align: center; color: {color:textlinks}; background-color: {color:bglinks}; -moz-transition-duration: 0.9s; padding-top:3px; margin-bottom: 0px; text-transform: none;  border-bottom: 1px solid {color:background};}
  285. #links4 a:hover{color: {color:textlinkshover}; background-color: {color:bglinkshover}; letter-spacing: 0px; width:55px; }
  286.  
  287. #links5 {margin-top:-188px; margin-left: 652px; position:fixed; width: auto;}
  288.  
  289. #links5 a{display: block; width: 55px; height: 20px; font-family: verdana; line-height: 5px; font-size: 9px; -webkit-transition-duration: 0.9s; text-align: center; color: {color:textlinks}; background-color: {color:bglinks}; -moz-transition-duration: 0.9s; padding-top:3px; margin-bottom: 0px; text-transform: none;  border-bottom: 1px solid {color:background};}
  290. #links5 a:hover{color: {color:textlinkshover}; background-color: {color:bglinkshover}; letter-spacing: 0px; width:55px; }
  291.  
  292. #links6 {margin-top:-188px; margin-left: 708px; position:fixed; width: auto;}
  293.  
  294. #links6 a{display: block; width: 55px; height: 20px; font-family: verdana; line-height: 5px; font-size: 9px; -webkit-transition-duration: 0.9s; text-align: center; color: {color:textlinks}; background-color: {color:bglinks}; -moz-transition-duration: 0.9s; padding-top:3px; margin-bottom: 0px; text-transform: none;  border-bottom: 1px solid {color:background};}
  295. #links6 a:hover{color: {color:textlinkshover}; background-color: {color:bglinkshover}; letter-spacing: 0px; width:55px; }
  296.  
  297. #links {margin-top:-110px; margin-left: 540px; position:fixed; width: auto;}
  298.  
  299. #links a{display: block; width: 111px; height: 10px; font-family: verdana; font-style:italic; line-height: 5px; font-size: 9px; -webkit-transition-duration: 0.9s; text-align: center; color: {color:textlinks}; background-color: {color:bglinks}; -moz-transition-duration: 0.9s; padding-top:3px; margin-bottom: 0px; text-transform: none;  border-bottom: 1px solid {color:background};}
  300. #links a:hover{color: {color:textlinkshover}; background-color: {color:bglinkshover}; letter-spacing: 3px; width:111px; }
  301.  
  302.  
  303.  #tchan {width: 24px; position: fixed; background-color: #f7f7f7; font-family: tinytots;font-size:8px; text-align: center; padding: 5px; height: 27px; margin-left: 0px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: 0px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1; margin-top: 0px; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; text-decoration:none;}
  304.  
  305. #tchan2 {width: 24px; position: fixed; background-color: #f7f7f7; font-family: tinytots;font-size:8px; text-align: center; padding: 5px; height: 27px; margin-left: 0px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: 0px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1;}
  306.  
  307. #tchan3 {width: 24px; position: fixed; background-color: #f7f7f7;font-family: tinytots;font-size:8px; text-align: center; padding: 5px; height: 27px; margin-left: 0px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: 0px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1;}
  308.  
  309. #tchan4 {width: 24px; position: fixed; background-color: #f7f7f7; font-size: 8px; font-family: tinytots; padding: 5px; height: 27px; margin-left: 0px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; margin-top: 0px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1;}
  310.  
  311.  
  312. .descrição {margin-top:-165px ; margin-left:540px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color: #FFFFFF; font-family:Century Gothic;   font-size:10px; width:109px; height: 40px font-style: none; color: {color:text}; height:auto; line-height:11px; padding: 5px; text-align: center; border-top: 4px solid {color:sidebar};}
  313.  
  314.  
  315.  
  316.  
  317.  
  318. .your {margin-top: -60px ; margin-left:750px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color: {color:sidebar}; font-family: verdana; font-size:9px; width:15px; color: {color:text}; height:9px; line-height:8px; padding: 3px; font-style: normal;}
  319.  
  320.  
  321. .your2 {margin-top:-155px ; margin-left:657px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:transparent; font-family: verdana; font-size:9px; width:300px; font-style: none; color: {color:text}; height:auto; line-height:11px; padding: 5px; text-align: justify; border-top: 4px solid {color:sidebar};}
  322.  
  323.  
  324. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  325.  
  326. #paginal {font-family: tinytots; font-size: 8px; text-align: center;}
  327. #paginal a {background: {color:sidebar}; margin: 0 0px 0 0; padding: 1px 3px; color: {color:text}; -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  328. #paginal a:hover {background: {color:sidebar}; color: {color:text}; }
  329. #paginal span.pagina_atual {background:{color:sidebar}; margin: 0 0px 0 0; padding: 1px 3px; color: {color:text}; font-weight: bold; text-decoration: none; -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  330. #paginal span.pagina_atual:hover {opacity:1;}
  331. .ps {position: relative; margin-left: -1330px; padding: 2px; margin-top: -930px; width: auto; background-color: transparent; color: {color:text};}
  332.  
  333. #tumblr_controls{position: fixed!important}
  334. #tumblr_controls{position: fixed!important}
  335. #tumblr_controls{position: fixed!important}
  336. #tumblr_controls{position: fixed!important}
  337.  
  338. iframe#tumblr_controls {
  339.     position: fixed !important;
  340.     top: 0 !important;
  341.     right: 0 !important;
  342.      opacity: 1.0 !important;
  343.  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
  344. }
  345.  
  346.  
  347. iframe#tumblr_controls:hover {
  348.     position: fixed !important;
  349.     top: 0 !important;
  350.     right: 0 !important;
  351.      opacity: 0.8 !important;
  352.  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
  353. }
  354.  
  355.  
  356. </style>
  357.  
  358.  
  359.  <body>
  360.  
  361.  
  362.  
  363. <div id="entries">
  364. {block:Posts}
  365. <div id="post">
  366.  
  367. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  368.  
  369. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  370.  
  371. {block:Photoset}{Photoset-500}{/block:Photoset}
  372.  
  373. {block:Quote}
  374. <div class="qquote"><center>“{Quote}”</div>
  375. {block:Source}<div class="qsource">— {Source}</center></div>{/block:Source}
  376. {/block:Quote}
  377.  
  378. {block:Link}
  379. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  380. {block:Description}{Description}{/block:Description}
  381. {/block:Link}
  382.  
  383. {block:Chat}
  384. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  385. <div class="chat"><ul>{block:Lines}
  386. <li class="person{UserNumber}">{block:Label}
  387. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  388. {/block:Chat}
  389.  
  390. {block:Audio}
  391. <br>
  392. <div class="audio">{AudioPlayerBlack}</div>
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:Audio}
  395.  
  396. {block:Video}{Video-500}{/block:Video}
  397.  
  398.  
  399.  
  400.  
  401. {block:Answer}<div id="questions">{Asker} asked: "{Question}"</div>
  402. {Answer}{/block:answer}
  403.  
  404. <div id="cap">
  405. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  406. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  407. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  408.  
  409. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  410.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  411.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  412. {/block:ContentSource}</div></div>
  413. <br>
  414. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  415.  
  416. <div id="vam">
  417.  
  418.  
  419. <div style="float:left;" class="tags">
  420. {block:Date} <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog this</a>{/block:IndexPage}<br>
  421. {block:RebloggedFrom} originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  422. </span>{/block:RebloggedFrom} {block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  423. </div>
  424. </ br>
  425. <br clear="all" /></div></div>
  426.  
  427.  
  428.  {/block:Posts}
  429. {block:PostNotes}
  430. <div id="notes"><div id="hehe">{PostNotes}</div></div>
  431. {/block:PostNotes}
  432.  
  433. </div>
  434. </div>
  435.  
  436. <div id="sidebar">
  437.  <div class="your"><center><a href="http://subordinavel.tumblr.com">© </a></center></div>
  438.  
  439. <div id="img"><img src="{image:sidebar}"/></a></div>
  440.  
  441.  
  442. <div class="descrição">
  443. {description}</div>
  444.  
  445.  
  446.  
  447. <div id="links3">
  448. <a href="{text:Link1}">{text:Link1 Title}</a>
  449. </div>
  450. <div id="tira"></div>
  451. <div id="tira2"></div>
  452.  
  453. <div id="links4">
  454. <a href="{text:Link2}">{text:Link2 Title}</a>
  455. </div>
  456. <div id="links5">
  457. <a href="{text:Link3}">{text:Link3 Title}</a>
  458. </div>
  459.  
  460. <div id="links6">
  461. <a href="{text:Link4}">{text:Link4 Title}</a>
  462. </div>
  463.  
  464.  
  465.  
  466.  
  467. <div id="links">
  468. <a href="{text:Link5}">{text:Link5 Title}</a>
  469. <a href="{text:Link6}">{text:Link6 Title}</a>
  470. <a href="{text:Link7}">{text:Link7 Title}</a>
  471.  
  472.  
  473. </div>
  474. <div id="tira"></div>
  475.  
  476. </div>
  477. <div class="frase">{text:frase}</div>
  478.  
  479.  
  480. <div id="tira"></div>
  481.  
  482. <div class="ps"><div id="paginal">
  483. {block:JumpPagination length="3"}
  484. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  485. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  486. {/block:JumpPagination}
  487. </div></div>
  488.  
  489.  
  490. </div>