Theme 1

By: poeta-aprendiz on Jan 28th, 2012  |  syntax: None  |  size: 24.89 KB  |  hits: 53  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6. <link href='http://fonts.googleapis.com/css?family=Zeyada|Calligraffitti|Rochester' rel='stylesheet' type='text/css'>
  7.  
  8.  <meta name="color:background" content="#fafafa"/>
  9. <meta name="color:entries" content="#fafafa"/>
  10. <meta name="color:sidebar" content="#fff"/>
  11. <meta name="color:text" content="#000"/>
  12. <meta name="color:title" content="#000"/>
  13. <meta name="color:link" content="#737373"/>
  14. <meta name="color:hover" content="#000"/>
  15. <meta name="color:menu1" content="#3d3d3d" />
  16. <meta name="color:menu1 text" content="#ffffff" />
  17. <meta name="color:menu1 hover" content="#ffffff" />
  18. <meta name="color:menu1 text hover" content="#3d3d3d" />
  19. <meta name="color:menu2" content="#e3e3e3" />
  20. <meta name="color:menu2 text" content="#A5A5A5" />
  21. <meta name="color:menu2 hover" content="#000000" />
  22. <meta name="color:menu2 text hover" content="#ffffff" />
  23.  
  24. <meta name="font:text" content="verdana"/>
  25. <meta name="font:title" content="georgia"/>
  26.  
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:hover" content="http://static.tumblr.com/dbtojzx/jOEly63wt/tumblr_lwawpuha4g1r6b557o1_250.png"/>
  29.  
  30. <meta name="image:marquee1" content=""/>
  31. <meta name="image:marquee2" content=""/>
  32. <meta name="image:marquee3" content=""/>
  33. <meta name="image:marquee4" content=""/>
  34.  
  35. <meta name="image:link1" content=""/>
  36. <meta name="image:link2" content=""/>
  37. <meta name="image:link3" content=""/>
  38. <meta name="image:link4" content=""/>
  39.  
  40. <meta name="text:title" content="Uma pequena frase" />
  41. <meta name="text:subtitle" content="Outra frase aqui..." />
  42. <meta name="text:frase" content="frase n muito grande" />
  43. <meta name="text:palavra" content="palavra" />
  44. <meta name="text:Link1" content="/" />
  45. <meta name="text:Link1 Title" content="um link" />
  46. <meta name="text:Link2" content="/" />
  47. <meta name="text:Link2 Title" content="um link" />
  48. <meta name="text:Link3" content="/" />
  49. <meta name="text:Link3 Title" content="um link" />
  50. <meta name="text:Link4" content="/" />
  51. <meta name="text:Link4 Title" content="um link" />
  52. <meta name="text:Link5" content="/" />
  53. <meta name="text:Link5 Title" content="um link" />
  54. <meta name="text:Link6" content="/" />
  55. <meta name="text:Link6 Title" content="um link" />
  56. <meta name="text:Link7" content="/" />
  57. <meta name="text:Link7 Title" content="um link" />
  58. <meta name="text:Link8" content="/" />
  59. <meta name="text:Link8 Title" content="um link" />
  60. <meta name="text:Link9" content="/" />
  61. <meta name="text:Link9 Title" content="um link" />
  62.  
  63. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  64.     <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  65.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  66.     <link rel="shortcut icon" href="{Favicon}" />
  67.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  68.  
  69.  
  70.  
  71. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  72. <script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script>
  73.  
  74.  
  75. <script type="text/javascript">
  76.  
  77. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  78. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  79. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  80.  
  81. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  82. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  83. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  84.  
  85. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  86.     //$: Access to jQuery
  87.     //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  88.     //state: "block" or "none", depending on state
  89. }
  90.  
  91. animatedcollapse.init()
  92.  
  93. </script>
  94.  
  95.  
  96.  
  97.  
  98.  
  99. <style>
  100.  
  101. /* coisas óbvias e fixas*/
  102.  
  103. body {background-color: {color:background}; font-family: {font:text}; font-size: 11px; font-weight: none; color: {color:text}; background-image: url('{image:background}'); background-attachment: fixed;}
  104.  
  105. iframe#tumblr_controls{
  106. top: 1px !important;
  107. margin: 0 0 0 0;
  108. right: 6px !important;
  109. position: fixed !important;
  110. }
  111. b,strong {color: #000;}
  112.  
  113. a:link, a:active, a:visited {font-family: {font:text};  color: {color:link}; text-decoration: none; -webkit-transition-duration: .40s;}
  114. a:hover { font-family: {font:text};  color: {color:hover};}
  115.  
  116.  ::-webkit-scrollbar{width:2px;height:2px;}
  117.  ::-webkit-scrollbar-button:start:decrement
  118.  ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  119.  ::-webkit-scrollbar-track-piece{background-color: #fff ;}
  120.  ::-webkit-scrollbar-thumb:vertical{height:10px; background-color:#000;}
  121.  ::-webkit-scrollbar-thumb:horizontal{width:5px; background-color:#000;}
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. /* posts e tags etcccc */
  131.  
  132. blockquote{ margin: 0 8px; text-align: justify; line-height:123%; border-left: 3px solid #000; padding-left:6px; padding-right:4px; padding-top:0; padding-bottom:0 }
  133.  
  134. h1 {color: #000; font:17px verdana; line-height:25px;font-weight:normal; margin:0px; padding-top:20px; margin-bottom:-0px; text-align:center; letter-spacing: 0px; text-transform:uppercase;}
  135.  
  136.  
  137. #entries{margin-left:30px; width:520px; margin-top:0px; height:auto;}
  138.  
  139. #entries img{nax-width:500px; opacity: 1.0; filter:alpha (opacity=10); -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  140. #entries img:hover{nax-width:500px; opacity: 0.8; filter:alpha (opacity=80);}
  141.  
  142. .posts {overflow:hidden; background-color: {color:entries}; padding:7px; margin-bottom:-11px;}
  143.  
  144. #info{font-family:verdana; font-size:9px; text-transform:lowercase; padding:3px; margin-left: 0px; background-color: {color:entries};}
  145.  
  146. #info a{font-family:verdana; font-size:9px; text-transform:lowercase; text-align:center;}
  147.  
  148. #tags{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center; background-color:#fafafa; margin-top:-5px;
  149. }
  150.  
  151. #tags a{font-family:verdana; font-size:9px; text-transform:lowercase; text-align:right;}
  152.  
  153. #tags a:hover{font-family:verdana; font-size:9px; text-transform:lowercase; text-align:right;color:{color:hover};}
  154.  
  155. #tags:hover{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center; color:#000;}
  156.  
  157.  
  158. .qquote{font-family: georgia; font-size: 15px; letter-spacing: 0px; line-height: 100%; text-align:center; padding-top:10px; font-style:italic;}
  159. .qsource{margin: 5px 15px 0 0; text-align: center; font:9px verdana;}
  160.  
  161. .chat {line-height: 12px; list-style: none }
  162. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  163. .person1 {background-color:{color:background}; color: {color:text}; }
  164. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  165. .person2 {color: {color:text} }
  166. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  167.  
  168. #asker {font-size: 11px; font-family: {font:body}; text-align: justify;}
  169. .answer {padding: 2px}
  170. .answer img {max-width: 470px;}
  171.  
  172.  
  173. .notes-bottom ol, .notes-bottom ul {margin: 0; padding: 0; list-style: none;}
  174. .notes-bottom li {background: #fff; border-bottom: 1px solid f0f0f0; margin: 0; padding: 5px 0 20px 0; font-size: 10px;width: 510px;}
  175. .notes-bottom li:hover {border-bottom: 1px solid f0f0f0; background: #f2ede1; bottom:1px;
  176. font-size: 10px; position: relative;width: 510px;}
  177. .notes-bottom li img.avatar {margin: 0 5px 0 0;float: left; width: auto;padding: 2px; background: #D1D1D1;}
  178.  
  179. #notes {width: 500px; padding: 5px; margin: 0px; font-size: 9px; text-align: left}
  180. ol.notes {list-style: none; margin-left:123px; padding: 0px}
  181. ol.notes li {margin: 0px; padding: 2px;}
  182. #notes img{border:0px}
  183.  
  184.  
  185.  
  186. .slider1 {position: fixed; margin-left: 80px; margin-top:0px; color:#eee;}
  187. .slider2 {position: fixed; margin-left: 95px;  margin-top:0px;  color:#eee;}
  188. .slider3 {position: fixed; margin-left: 110px; margin-top:0px; color:#eee;}
  189. .slider4 {position: fixed; margin-left: 125px; margin-top:0px; color:#eee;}
  190. .slider5 {position: fixed; margin-left: 140px; margin-top:0px;  color:#eee;}
  191.  
  192.  
  193. .slider1 a {text-decoration: none; font-family: verdana; font-size: 8px; background: #555; color:#555; margin-right: 2px; padding: 0px 2px 0px 2px; -webkit-border-radius:30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;opacity: 0.9; filter:alpha (opacity=50);}
  194. .slider1 a:hover {background: #f9f9f9; color: #fff;}
  195.  
  196. .slider2 a {text-decoration: none; font-family: verdana; font-size: 8px; background: #555; color:#555; margin-right: 2px; padding: 0px 2px 0px 2px; -webkit-border-radius:30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;opacity: 0.7; filter:alpha (opacity=50)}
  197. .slider2 a:hover {background: #f9f9f9; color: #fff;}
  198.  
  199. .slider3 a {text-decoration: none; font-family: verdana; font-size: 8px; background:#555; color:#555; margin-right: 2px; padding: 0px 2px 0px 2px; -webkit-border-radius:30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity: 0.5; filter:alpha (opacity=50);}
  200. .slider3 a:hover {background: #f9f9f9; color: #fff;}
  201.  
  202. .slider4 a {text-decoration: none; font-family: verdana; font-size: 8px; background:#555; color:#555; margin-right: 2px; padding: 0px 2px 0px 2px; -webkit-border-radius:30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity: 0.7; filter:alpha (opacity=50);}
  203. .slider4 a:hover {background: #f9f9f9; color: #fff;}
  204.  
  205. .slider5 a {text-decoration: none; font-family: verdana; font-size: 8px; background:#555; color:#555; margin-right: 2px; padding: 0px 2px 0px 2px; -webkit-border-radius:30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;opacity: 0.9; filter:alpha (opacity=50);}
  206. .slider5 a:hover {background: #f9f9f9; color: #fff;}
  207.  
  208. .itaac {letter-spacing:-1px; font-size:10px; margin-top:0px; text-align:center; font-family:verdana; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; line-height:12px;}
  209.  
  210. .itaac:hover {letter-spacing:-1px; font-size:12px; margin-left:20px; text-align:center; font-family:verdana; font-style: italic; line-height:12px;}
  211.  
  212. ul#vine {margin: 0; padding: 0px; list-style: none; width: 10px; margin-bottom: 1px; z-index: 90; background-color: transparent;}
  213.  
  214. ul#vine li.ba {position: relative; background-color: transparent; color: {color:text}; text-align: justify; font-size: 9px; font-family: tahoma; letter-spacing: 1px;}
  215.  
  216. ul#vine li.ba a {display: block; color: {color:text}; text-decoration: none; background-color: #050505; line-height: 20px;  margin-bottom: -1px; font-size: 9px; text-align: center; width: 10px; font-family: tahoma; letter-spacing: 1px; font-weight: bold; margin-left: 5px;}
  217.  
  218. ul#vine li.ba a:hover {display: block; color: {color:sidebar}; text-decoration: none; background-color: #F7F7F7; line-height: 20px;  margin-bottom: -1px; font-size: 9px; text-align: center; width: 10px; letter-spacing: 4px;  font-weight: normal;}
  219.  
  220. li.ba ul {position: absolute; left: 5px; top: 37px; width: 228px; display: none; background-color: rgba(255,255,255,0.5); width: 289px; height: 199px; text-align: justify;}
  221.  
  222. li.ba:hover ul {display: block; background-color: transparent; text-align: justify;}
  223.  
  224. li.ba:hover ul, li.over ul {display: block; background-color: transparent; text-align: justify;}
  225.  
  226. #vanhalls {width: 470px; background-color: {color:text}; color: #fff; height: 30px; font-size: 9px; font-weight: bold; display: block; text-align: center; padding-top: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 0px; font-family: tahoma; font-weight: bold;}
  227. #vanhalls:hover {font-weight: normal; letter-spacing: 4px; color: #fff; background-color: #000;}
  228.  
  229. .lari {position: fixed; z-index: 102; background-color: rgba(255,255,255,0.7); width: 180px; height: 141px; text-align: center; letter-spacing: -5px; font-family: georgia; font-style: italic; font-size: 60px; line-height: 50px; padding: 15px; padding-left: 15px; padding-right: 20px; margin-bottom: -30px; margin-left:250px; margin-top:7px;}
  230. .lari a {margin-right: 20px;}
  231.  
  232.  
  233.  
  234.  
  235. #timg {position: fixed; float: left; margin-bottom:2px; margin-top:125px; margin-left:0px;}
  236.  
  237. #timg img {width: 70px; height: auto; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;}
  238.  
  239. #timg:hover {background-color:transparent; -webkit-transition: all 0.4s ease-out;}
  240.  
  241. #timg1 {position: fixed; float: left; margin-bottom:2px; margin-top:180px; margin-left: 0px;}
  242. #timg1 img {width: 70px; height: auto; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;}
  243. #timg1:hover {background-color:transparent; -webkit-transition: all 0.4s ease-out;}
  244.  
  245. #timg2 {position: fixed; float: left; margin-bottom:2px; margin-top:237px; margin-left: 0px;}
  246. #timg2 img {width: 70px; height: auto; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;}
  247. #timg2:hover {background-color:transparent; -webkit-transition: all 0.4s ease-out;}
  248.  
  249. #timg3 {position: fixed; float: left; margin-bottom:2px; margin-top:294px; margin-left: 0px;}
  250. #timg3 img {width: 70px; height: auto; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;}
  251. #timg3:hover {background-color:transparent; -webkit-transition: all 0.4s ease-out;}
  252.  
  253.  
  254. #tlinks1 {margin-left: -458px; margin-top: 46px; position:fixed;}
  255.  
  256. #tlinks1 a {width:63px; height: 64px; display:block; background-color: rgba(0,0,0,0.5); font:9px verdana; text-transform: lowercase; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:2px; -webkit-transition: all 0.7s ease-out; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;  -moz-transition: all 0.7s ease-out; }
  257.  
  258. #tlinks1 a:hover {background-color:transparent; color: #fff;}
  259.  
  260.  
  261. #tlinks2 {margin-left: -360px; margin-top: 17px; position:fixed;}
  262. #tlinks2 a {width:63px;height: 64px; display:block; background-color: rgba(0,0,0,0.5); font:9px verdana; text-transform: lowercase; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:2px; -webkit-transition: all 0.7s ease-out; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;  -moz-transition: all 0.7s ease-out; }
  263. #tlinks2 a:hover {background-color:transparent; color: #fff;}
  264.  
  265. #tlinks3 {margin-left: -260px; margin-top: -14px; position:fixed;}
  266. #tlinks3 a {width:63px;height: 64px; display:block; background-color: rgba(0,0,0,0.5); font:9px verdana; text-transform: lowercase; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:2px; -webkit-transition: all 0.7s ease-out; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;  -moz-transition: all 0.7s ease-out;}
  267. #tlinks3 a:hover {background-color:transparent; color: #fff;}
  268.  
  269. #tlinks4 {margin-left: -155px; margin-top: -43px; position:fixed;}
  270. #tlinks4 a {width:63px;height: 64px; display:block; background-color: rgba(0,0,0,0.5); font:9px verdana; text-transform: lowercase; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:2px; -webkit-transition: all 0.7s ease-out; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;  -moz-transition: all 0.7s ease-out;}
  271. #tlinks4 a:hover {background-color:transparent; color: #fff;}
  272.  
  273.  
  274. .fin1 a:link, .fin1 a:visited, .fin1 a:active {display: block; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; height: 14px;  width: 216px; background-color: {color:menu1}; color:{color:menu1 text};padding: 7px 2px 8px 2px; transition: all 0.4s ease-out; -o-transition-transition:  all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  275.  
  276. .fin1 a:hover {letter-spacing: 0px; background-color: {color:menu1 hover}; color:{color:menu1 text hover}; }
  277.  
  278.  
  279.  
  280. ul#vine2 {margin: 0; padding: 0px; list-style: none; width: 104px; margin-bottom: 1px; z-index: 9; background-color: transparent;}
  281.  
  282. ul#vine2 li.ba2 {position: relative; background-color: transparent; color: {color:text}; text-align: justify; font-size: 9px; font-family: tahoma; letter-spacing: 1px;}
  283.  
  284. li.ba2 ul {position: absolute; left: 5px; top: 37px; width: 228px; display: none; background-color: rgba(255,255,255,0.5); width: 289px; height: 199px; text-align: justify;}
  285.  
  286. li.ba2:hover ul {display: block; background-color: transparent; text-align: justify;}
  287.  
  288. li.ba2:hover ul, li.over ul {display: block; background-color: transparent; text-align: justify;}
  289.  
  290. #vanhalls2 {display: block; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 27px; height: 16px;  width: 216px; background-color: #3d3d3d; color:#fff;padding: 7px 2px 8px 2px; transition: all 0.4s ease-out; -o-transition-transition:  all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  291. #vanhalls2:hover {letter-spacing: 0px; background-color: #fff; color:#3d3d3d; }
  292.  
  293. .lari2 {position: fixed; z-index: 12; background-color: #fff; width: 5px; height: 10px; text-align: center; letter-spacing: -5px; font-size: 6px; padding: 53px; padding-left: 15px; padding-right: 2px; margin-bottom: 30px; margin-left:-265px; margin-top:-151px;}
  294.  
  295.  
  296.  
  297. #sidebarlinkss2{margin-left: 0px; margin-top:-10px; width: 118px; background-color: transparence; padding: 0px; position: fixed; height: 0px;}
  298.  
  299.  
  300.  
  301. .sidebarlinkss5{ padding: -10px; text-align: left; margin-top:10px; margin-left:0px; margin-bottom:-10px;}
  302. .sidebarlinkss5 a{height: 22px; width: 107px; text-align: center; background-color: {color:menu2}; color: {color:menu2 text}; display: block; font-family: ; font-size: 9px; padding: 10px 5px 0px 5px; letter-spacing:0px; border:1px solid #bdbdbd;}
  303. .sidebarlinkss5 a:hover{background-color: {color:menu2 hover}; color:{color:menu2 text hover}; letter-spacing:0px;}
  304.  
  305. .sidebarlinkss6{  padding: 0px; text-align: left; margin-top:10px; margin-left:0px; margin-bottom:-10px;}
  306. .sidebarlinkss6 a{height: 22px; width: 107px; text-align: center; background-color: {color:menu2}; color: {color:menu2 text}; display: block; font-family: ; font-size: 9px; padding: 10px 5px 0px 5px; letter-spacing:0px; border:1px solid #bdbdbd;}
  307. .sidebarlinkss6 a:hover{background-color: {color:menu2 hover}; color:{color:menu2 text hover}; letter-spacing:0px;}
  308.  
  309. .sidebarlinkss7{  padding: 0px; text-align: left; margin-top:10px; margin-left:0px; }
  310. .sidebarlinkss7 a{height: 22px; width: 107px; text-align: center; background-color: {color:menu2}; color: {color:menu2 text}; display: block; font-family: ; font-size: 9px; padding: 10px 5px 0px 5px; letter-spacing:0px; border:1px solid #bdbdbd;}
  311. .sidebarlinkss7 a:hover{background-color: {color:menu2 hover}; color:{color:menu2 text hover}; letter-spacing:0px;}
  312.  
  313.  
  314. .sidebartextt {margin-left: 126px; margin-top:-11px; width: 100px; background-color: #e3e3e3; color: #000; padding: 0px; position: fixed; height: 130px; border:1px solid #bdbdbd; overflow:auto; font-size:9px;}
  315.  
  316.  
  317.  
  318. </style></head>
  319.  
  320.  
  321. <body>
  322.  
  323. <div style="position:fixed; top:70px; left:600px; width:470px;height:40px; background-color: #000;">
  324.  
  325. <div id="alo">
  326. <ul id="vine">
  327. <li class="ba"><div id="vanhalls"><br>{text:frase}
  328. </div>
  329. <ul id="vine">
  330. <li class="ba"> <div class="lari"><br>{text:palavra}</div></li>
  331. </ul>
  332. </li>
  333. </ul>
  334. </div>
  335.  
  336. </div>
  337.  
  338. <div style="position:fixed; top:100px; left:600px; width:470px;height:178px; background-color: #fff;">
  339.  
  340. <div style="letter-spacing:0px; font-size:9px; font-family:verdana;padding-left:10px; padding-right:10px; padding-top:5px;width:240px; height:168px; overflow:auto; text-align:justify;">
  341.  
  342. Theme totalmente por <b>poeta-aprendiz</b>, com base nos themes de sorriso-inconstante. Plágio é crime! Não retire os créditos.
  343. <br>
  344. <br>
  345. {Description}
  346.  
  347.  
  348.  
  349. </div>
  350.  
  351. <div style="background-color:#bfbfbf; border:1px solid #8a8a8a; width:200px; height:168px; margin-left:260px;margin-top:-169px;">
  352.  
  353. <marquee direction="down" scrollamount="3" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()" height="168px" >
  354. <center>
  355.  
  356. <img src="{image:marquee1}" width="200px">
  357. <img src="{image:marquee2}" width="200px">
  358. <img src="{image:marquee3}" width="200px">
  359. <img src="{image:marquee4}" width="200px">
  360.  
  361. </center>
  362.  
  363. </marquee>
  364.  
  365. </div>
  366.  
  367. </div>
  368.  
  369.  
  370.  
  371. <div style="position:fixed; top:278px; left:870px; width:200px;height:60px; background-color: #fafafa;">
  372.  
  373. <div style="float:right; width:220px; height:auto; background-color: #fff; border-left:5px solid #000;">
  374.  
  375.  
  376. <div class="slider1"><a href="">0</a></div> <div class="slider2"><a href="">0</a></div> <div class="slider3"><a href="">0</a></div> <div class="slider4"><a href="">0</a></div> <div class="slider5"><a href="">0</a></div>
  377.  
  378. <div style="letter-spacing:-1px; font-size:20px; margin-top:20px; text-align:center; font-family:georgia;">
  379. {text:title}
  380. </div>
  381.  
  382. <div class="itaac">
  383. {text:subtitle}
  384. </div><br>
  385.  
  386. <center>
  387. <div class="fin1">
  388.  
  389. <a href="{text:Link5}">{text:Link5 Title}</a>
  390. <a href="{text:Link6}">{text:Link6 Title}</a>
  391.  
  392. </div>
  393. </center>
  394.  
  395. <div id="alo2">
  396. <ul id="vine2">
  397. <li class="ba2"><div id="vanhalls2"><b>click for more links</b>
  398. </div>
  399. <ul id="vine2">
  400. <li class="ba2"> <div class="lari2">
  401.  
  402. <div id="sidebarlinkss2">
  403.  
  404.  
  405. <div class="sidebarlinkss5">
  406. <a href="{text:Link7}">{text:Link7 Title}</a>
  407. </div>
  408. <div class="sidebarlinkss6">
  409. <a href="{text:Link8}">{text:Link8 Title}</a>
  410. </div>
  411. <div class="sidebarlinkss7">
  412. <a href="{text:Link9}">{text:Link9 Title}</a>
  413. </div>
  414.  
  415. </div>
  416.  
  417. <div class="sidebartextt">
  418. <img src="{image:hover}" width="98px" height="128px" />
  419. </div>
  420.  
  421.  
  422.  
  423. </div></li>
  424. </ul>
  425. </li>
  426. </ul>
  427. </div>
  428.  
  429. </div>
  430. </div>
  431.  
  432. <div style="position:fixed; top:278px; left:600px; width:250px;height:5px; background-color: #000;">
  433. </div>
  434.  
  435. <div style="position:fixed; top:-45px; left:1080px; width:auto;height:250px; background-color: trans;">
  436.  
  437.  
  438. <div id="timg">
  439. <img src="{image:link1}"></div>
  440. <div id="tlinks1">
  441. <a href="{text:Link1}"><div style="margin-top: 35px; height="auto">{text:Link1 Title}</div></a></div>
  442.  <br><br>
  443. <div id="timg1"><img src="{image:link2}"></div>
  444. <div id="tlinks2">
  445. <a href="{text:Link2}"><div style="margin-top: 35px; height="auto">{text:Link2 Title}</div></a></div>
  446.  <br><br>
  447. <div id="timg2"><img src="{image:link3}"></div>
  448. <div id="tlinks3">
  449. <a href="{text:Link3}"><div style="margin-top: 35px; height="auto">{text:Link3 Title}</div></a></div>
  450.  <br><br>
  451. <div id="timg3"><img src="{image:link4}"></div>
  452. <div id="tlinks4">
  453. <a href="{text:Link4}"><div style="margin-top: 35px; height="auto">{text:Link4 Title}</div></a></div>
  454.  
  455.  
  456.  
  457.  
  458. </div>
  459.  
  460.  
  461.  
  462. <div style="position:fixed; top:280px; margin-left:780px; font-size:30px; text-align:center; font-family:georgia;">
  463.  
  464. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}  {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  465. </div>
  466.  
  467.  
  468. <div id="entries">
  469. {block:Posts}
  470.  
  471. <div class="posts">
  472.  
  473. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  474. {block:Text}{Body}{/block:Text}
  475.  
  476. {block:Quote}
  477. <div class="qquote">"{Quote}"</div>
  478. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  479. {/block:Quote}
  480.  
  481.  
  482. {block:Link}
  483. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  484. {block:Description}
  485. <P>{Description}</p>
  486. {/block:Description}
  487. {/block:Link}
  488.  
  489. {block:Photo}
  490. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  491. {block:Caption}
  492. {Caption}
  493. {/block:Caption}
  494. {/block:Photo}
  495.  
  496. {block:Photoset}
  497. <div style="width:480px;">
  498. <center>{Photoset-500}</div></center>
  499. {block:Caption}
  500. {Caption}
  501. {/block:Caption}
  502. {/block:Photoset}
  503.  
  504. {block:Chat}
  505. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  506. <div class="chat"><ul>{block:Lines}
  507. <li class="person{UserNumber}">{block:Label}
  508. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  509. {/block:Chat}
  510.  
  511. {block:Video}
  512. {Video-500}
  513. {block:Caption}
  514. {Caption}
  515. {/block:Caption}
  516. {/block:Video}
  517.  
  518. {block:Audio}
  519. <span class="audio">
  520. <center>{AudioPlayerBlack}</center>
  521. </span>
  522. {block:Caption}
  523. {Caption}
  524. {/block:Caption}
  525. {/block:Audio}<br>
  526.  
  527. {block:Answer}
  528. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  529. <div class="answer">{Answer}</div>
  530. {/block:Answer}
  531.  
  532. <div id="info">
  533. {TimeAgo}, {DayofMonth} {Month} {Year} and <a href="{Permalink}">{NoteCountWithLabel}</a> | click to <a href="{ReblogUrl}" target="_blank">reblog.</a>  <br>{block:Tags}
  534. <a href="{TagURL}">#{Tag}</a>
  535. {/block:Tags}
  536.  
  537.  
  538. </div></div><br>
  539.  
  540.  
  541. {/block:Posts}
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548. {block:PostNotes}{PostNotes}{/block:PostNotes}
  549.  
  550. <div id="sdbarse">
  551. <div id="credit"><div class="credito">theme by <b>poeta-aprendiz</b>; base <b>sorriso inconstante</b>, plágio é crime</div>C</div>
  552. </div>
  553. </div>
  554. </div></div>
  555. </div>
  556.  
  557.  
  558.  
  559. </body>
  560. </html>