s-uperar

15

Mar 23rd, 2012
6,503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.07 KB | None | 0 0
  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. <! | THEME FEITO POR FAFY (CHASING69) | !>
  6. <! criatividade não se rouba. eu sempre serei o sol, enquanto você sempre será a lua. !>
  7.  
  8. <script type="text/javascript">
  9. //desabilita menu de opcoes ao clicar no botao direito
  10. function desabilitaMenu(e)
  11. {
  12. if (window.Event)
  13. {
  14. if (e.which == 2 || e.which == 3)
  15. return false;
  16. }
  17. else
  18. {
  19. event.cancelBubble = true
  20. event.returnValue = false;
  21. return false;
  22. }
  23. }
  24.  
  25. //desabilita botao direito
  26. function desabilitaBotaoDireito(e)
  27. {
  28. if (window.Event)
  29. {
  30. if (e.which == 2 || e.which == 3)
  31. return false;
  32. }
  33. else
  34. if (event.button == 2 || event.button == 3)
  35. {
  36. event.cancelBubble = true
  37. event.returnValue = false;
  38. return false;
  39. }
  40. }
  41.  
  42. //desabilita botao direito do mouse
  43. if ( window.Event )
  44. document.captureEvents(Event.MOUSEUP);
  45. if ( document.layers )
  46. document.captureEvents(Event.MOUSEDOWN);
  47.  
  48. document.oncontextmenu = desabilitaMenu;
  49. document.onmousedown = desabilitaBotaoDireito;
  50. document.onmouseup = desabilitaBotaoDireito;
  51. </script>
  52.  
  53. <script language="javascript">
  54. function clickIE() {if (document.all) {(mensagem);return false;}}
  55. function clickNS(e) {if
  56. (document.layers||(document.getElementById&&!document.all)) {
  57. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  58. if (document.layers)
  59. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  60. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  61. document.oncontextmenu=new Function("return false")
  62. </script>
  63.  
  64. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  65.  
  66. <head>
  67. <!-- DEFAULT VARIABLES -->
  68. <meta name="font:title" content="verdana" />
  69. <meta name="color:background" content="#f8f8f8" />
  70. <meta name="color:link" content="#000000" />
  71. <meta name="color:linkhover" content="#000" />
  72. <meta name="color:text" content="#000000" />
  73. <meta name="color:post" content="#ffffff" />
  74. <meta name="color:sidebar" content="#fff" />
  75. <meta name="color:sombra" content="#ccc" />
  76. <meta name="color:linkhover1" content="#f1f1f1" />
  77. <meta name="color:linkhover2" content="#fff" />
  78. <meta name="color:backscroll" content="#f1f1f1" />
  79. <meta name="color:scroll" content="#000" />
  80. <meta name="if:Show tags" content="1"/>
  81. <meta name="if:Show pic" content="1"/>
  82. <meta name="if:Enable endless scrolling" content="0"/>
  83. <meta name="if:Show subtitle" content="1"/>
  84. <meta name="if:Show links" content="1"/>
  85. <meta name="if:Show search" content="1"/>
  86. <meta name="if:Show sidebar image" content="1"/>
  87. <meta name="image:tbar3" content="http://static.tumblr.com/ad0wsx2/Qu3lt2iea/tumblr_lsyngc9j571qf1ey7o1_500.jpg"/>
  88. <meta name="image:background" content=""/>
  89. <meta name="text:frase" content="frase aqui..." />
  90. <meta name="text:Link1" content="" />
  91. <meta name="text:Link1 Title" content="" />
  92. <meta name="text:Link2" content="" />
  93. <meta name="text:Link2 Title" content="" />
  94. <meta name="text:Link3" content="" />
  95. <meta name="text:Link3 Title" content="" />
  96. <meta name="text:Link4" content="" />
  97. <meta name="text:Link4 Title" content="" />
  98. <meta name="text:Link5" content="" />
  99. <meta name="text:Link5 Title" content="" />
  100. <meta name="text:Link6" content="" />
  101. <meta name="text:Link6 Title" content="" />
  102.  
  103. <title>{Title}</title>
  104. <link rel="shortcut icon" href="{Favicon}">
  105. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  106. {block:Description}
  107. <meta name="description" content="{MetaDescription}" />
  108. {/block:Description}
  109.  
  110. {block:IfEnableEndlessScrolling}
  111. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  112. {/block:IfEnableEndlessScrolling}
  113.  
  114.  
  115. <style type="text/css">
  116.  
  117.  
  118. body {background-color: {color:background}; font-family: {font:text}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  119.  
  120. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  121. a:hover {color: {color:linkhover}; background-color: {color:post}; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  122.  
  123. p {margin: 6px 0 0 0}
  124.  
  125. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  126. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  127. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  128. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  129.  
  130. blockquote img{max-width: 470px!important}
  131. blockquote blockquote img{max-width: 450px!important}
  132. blockquote blockquote blockquote img{max-width: 430px!important}
  133. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  134.  
  135.  
  136.  
  137. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  138.  
  139. .posts {width: 507px; margin-left: 470px; margin-top: 0px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px;}
  140.  
  141. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  142.  
  143. #entries {margin-top: 40px;}
  144.  
  145. #top {margin-top: 200px;}
  146.  
  147. h1 {font-family: georgia; text-align: center; font-size: 18px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  148. h1 a {text-align: center; font-size: 18px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  149. h1 a:hover {text-align: center; font-size: 18px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
  150.  
  151. .image {text-align: center; border: 0px}
  152. .image img {max-width: 500px; margin-bottom: 2px }
  153.  
  154. .xquote {font-family: verdana; text-align: center; font-size: 12px; line-height: 13px; padding: 3px;}
  155. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  156. .xquotesource a, a:hover{text-transform: none;}
  157.  
  158. .chat {line-height: 12px; list-style: none }
  159. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  160. .person1 {background-color:{color:background}; color: {color:text}; }
  161. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  162. .person2 {color: {color:text} }
  163. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  164.  
  165. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  166. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  167. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  168. .source{display:none}
  169.  
  170. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  171. .asker img{float: left; margin: 0px 4px 2px 0}
  172. .asker a{font-size: 20px; color:{color:text}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  173. .asker a:hover{font-size: 20px; color:{color:background}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  174. .answer {padding: 5px 0 0 0}
  175.  
  176. #cap {width: 500px; margin-top: -2px;}
  177.  
  178. #dda {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border: 2px solid {color:background}}
  179. #dda a {font-size: 9px;}
  180.  
  181. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: normal;}
  182. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: normal;}
  183.  
  184. #nts {width: 500px; margin-left: 470px; padding: 10px; margin-top: 5px; font-size: 10px; font-family: verdana; text-align: left}
  185. #nts img{display: none; border:0px}
  186.  
  187. #oipai {position: fixed; margin-left: 15px; width: 222px; height: 316px; background-color: {color:background}; margin-top: 0px;}
  188.  
  189. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  190.  
  191. #sidls{font-size: 8px; font-family: tinytots; margin-left: 389px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 0px; height: auto; height:9px; position:fixed;}
  192.  
  193. #sidls a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 76px; margin-left: -3px; margin-top: -3px; background-color:{color:background}; height: 15px; color:{color:text}; text-decoration: none; text-transform: uppercase; line-height: 17px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  194.  
  195. #sidls a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 0px; text-shadow:1px 1px 8px {color:sombra};}
  196.  
  197. #sidls2{font-size: 8px; font-family: tinytots; margin-left: 308px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 0px; height: auto; height:9px; position:fixed;}
  198.  
  199. #sidls2 a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 76px; margin-left: -3px; margin-top: -3px; background-color:{color:background}; height: 15px; color:{color:text}; text-decoration: none; text-transform: uppercase; line-height: 17px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  200.  
  201. #sidls2 a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 0px; text-shadow:1px 1px 8px {color:sombra};}
  202.  
  203. #sidls3{font-size: 8px; font-family: tinytots; margin-left: 308px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 314px; height: auto; height:9px; position:fixed; margin-botton: 1px;}
  204.  
  205. #sidls3 a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 76px; margin-left: -3px; margin-botton: 1px; margin-top: -3px; background-color:{color:background}; height: 15px; color:{color:text}; text-decoration: none; text-transform: uppercase; line-height: 17px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  206.  
  207. #sidls3 a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 0px; text-shadow:1px 1px 8px {color:sombra};}
  208.  
  209. #sidls4{font-size: 8px; font-family: tinytots; margin-left: 389px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 314px; height: auto; height:9px; position:fixed; margin-botton: 1px;}
  210.  
  211. #sidls4 a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 76px; margin-left: -3px; margin-botton: 1px; margin-top: -3px; background-color:{color:background}; height: 15px; color:{color:text}; text-decoration: none; text-transform: uppercase; line-height: 17px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  212.  
  213. #sidls4 a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 0px; text-shadow:1px 1px 8px {color:sombra};}
  214.  
  215. #sidls5{font-size: 8px; font-family: tinytots; margin-left: 308px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 334px; height: auto; height:9px; position:fixed; margin-botton: 1px;}
  216.  
  217. #sidls5 a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 76px; margin-left: -3px; margin-botton: 1px; margin-top: -3px; background-color:{color:background}; height: 15px; color:{color:text}; text-decoration: none; text-transform: uppercase; line-height: 17px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  218.  
  219. #sidls5 a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 0px; text-shadow:1px 1px 8px {color:sombra};}
  220.  
  221. #sidls6{font-size: 8px; font-family: tinytots; margin-left: 389px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 334px; height: auto; height:9px; position:fixed; margin-botton: 1px;}
  222.  
  223. #sidls6 a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 76px; margin-left: -3px; margin-botton: 1px; margin-top: -3px; background-color:{color:background}; height: 15px; color:{color:text}; text-decoration: none; text-transform: uppercase; line-height: 17px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  224.  
  225. #sidls6 a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 0px; text-shadow:1px 1px 8px {color:sombra};}
  226.  
  227. #simg{font-size: 8px; font-family: tinytots; margin-left: 308px; width: 151px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 38px; height: auto; height:184px; position:fixed;}
  228.  
  229. #xuxu {position: fixed; margin-left: 288px; width: 124px; height: 20px; background-color: {color:background}; margin-top: 317px;}
  230.  
  231. div#frase {background-color: {color:sidebar}; font-weight: lowercase; letter-spacing: 0px; color: {color:text}; text-align: center; width: 157px; height:13px; line-height: 13px; position: absolute; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 0px; font-family: verdana; margin-top: 20px; margin-left: 308px; position: fixed; padding: 2px; font-size: 9px;}
  232.  
  233. div#credit {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:160px; height:14px; position: absolute; font-family: verdana; margin-top: 373px; margin-left: 307px; position: fixed; padding: 1px; font-size: 9px;}
  234.  
  235. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  236. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 1px 3px; color: {color:text};}
  237. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  238. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 1px 3px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  239. .ps {position: fixed; margin-left: 307px; padding: 4px; width: 154px; height: auto; top: 394px; background-color: {color:sidebar}; color: {color:text};}
  240.  
  241. #sidebardescription {padding: 7px; text-align: justify; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:254px; width:217px; padding-left:8px; padding-right:8px; margin-top:5px;}
  242. #sidebardescription a {color: {color:text}; font-weight:none;}
  243. #sidebardescription:hover {margin-top:-12px; margin-left:-9px; }
  244.  
  245. #ssidebardescription {padding: 4px; text-align: center; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:104px; width:91px; margin-top: -10px; position: fixed; margin-left:152px; }
  246. #ssidebardescription a {color: {color:text}; font-weight:none;}
  247.  
  248. .sidebardescr {padding:1px; border:1px solid {color:background}; height:87px;}
  249.  
  250. #sideimg3 {display: block; margin-left: 311px; float: right; margin-top: 41px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out; }
  251. .simg3 img {width: 147px; height: 180px; margin-bottom: 2px; border: 4px solid {color:background}; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out;}
  252.  
  253. #boatarde {margin-left: 328px; margin-top: 20px; width: 141px; font-size: 16px; height: 18px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 18px; color: {color:text}; position: fixed; text-transform: lowercase; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  254.  
  255. #bomdia {margin-left: 830px; margin-top: 288px; width: 150px; font-size: 9px; height: 15px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 12px; color: {color:text}; position: fixed; text-transform: normal; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  256.  
  257. .sdescri {text-align: justify; height: auto; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 308px; width: 153px; background-color: {color:sidebar}; color: {color:text}; padding: 4px; margin-top: 233px; background-attachment: fixed;}
  258.  
  259. .yourdescri {text-align: center; padding: 5px; font-family: verdana; margin-top: 12px; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; }
  260.  
  261. #hoverrr {margin-top:0px; position:fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  262. #hoverrr:hover {margin-left:-81px;}
  263.  
  264. #titled {margin-left: 277px; margin-top: 125px; width: 8px; font-size: 9px; height:29px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 105%; color: {color:text}; position: fixed; padding: 4px; text-transform:uppercase;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 7px 0px 0px 7px;}
  265.  
  266. #sidlinks{font-size: 9px; font-family: verdana; margin-left: 293px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 99px; height: auto; height:118px; border:1px solid {color:background}; position:fixed;}
  267.  
  268. #sidlinks a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 70px; background-color:{color:link1}; height: 16px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  269.  
  270. #sidlinks a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 1px;}
  271. .li {opacity: 1}
  272. .li2 {opacity: 0.8}
  273. .li3 {opacity: 0.6}
  274. .li4 {opacity: 0.8}
  275. .li5 {opacity: 1}
  276.  
  277.  
  278. ::-webkit-scrollbar{width:5px;height:6px;}
  279.  
  280. ::-webkit-scrollbar-button:start:decrement
  281.  
  282. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  283.  
  284. ::-webkit-scrollbar-track-piece{background-color:{color:backscroll}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  285.  
  286. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  287.  
  288. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  289.  
  290.  
  291. .search {letter-spacing: 3px; text-transform: uppercase;}
  292. .search input{font-family: {font:text}; border: none; background-color: {color:sidebarlinks}; color: {color:text}; text-transform: uppercase; font-size: 9px; text-align: center; padding: 3px; width: 210px;}
  293.  
  294. #tumblr_controls{position: fixed!important}
  295. #tumblr_controls{position: fixed!important}
  296. #tumblr_controls{position: fixed!important}
  297. #tumblr_controls{position: fixed!important}
  298.  
  299.  
  300. </style>
  301.  
  302. <body onkeydown="return false">
  303.  
  304. <div id="simg"></div>
  305.  
  306. <div class="ps"><div id="paginal">
  307. {block:JumpPagination length="5"}
  308. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  309. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  310. {/block:JumpPagination}
  311. </div></div>
  312.  
  313. <div id="sidls">
  314. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  315. </div>
  316.  
  317. <div id="sidls2">
  318. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  319. </div>
  320.  
  321. <div id="sidls3">
  322. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  323. </div>
  324.  
  325. <div id="sidls4">
  326. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  327. </div>
  328.  
  329. <div id="sidls5">
  330. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  331. </div>
  332.  
  333. <div id="sidls6">
  334. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  335. </div>
  336.  
  337. <div id="frase">{text:frase}</div>
  338.  
  339. <div id="sideimg3"><div class="simg3">
  340. <img src="{image:tbar3}">
  341. </div></div>
  342.  
  343. <div class="sdescri">{Description}</div>
  344.  
  345. <div id="credit">theme by <b>chasing69</b> <a href="http://chasing69.tumblr.com">©</a></div>
  346.  
  347. </body>
  348.  
  349.  
  350. <div id="entries">
  351. {block:Posts}
  352. <div class="posts">
  353.  
  354. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  355.  
  356. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  357.  
  358. {block:Photoset}{Photoset-500}{/block:Photoset}
  359.  
  360. {block:Quote}
  361. <div class="xquote">"{Quote}"</div>
  362. {block:Source}<div class="xquotesource"> {Source}</div>
  363. {/block:Source}
  364. {/block:Quote}
  365.  
  366. {block:Link}
  367. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  368. {block:Description}{Description}{/block:Description}
  369. {/block:Link}
  370.  
  371. {block:Chat}
  372. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  373. <div class="chat"><ul>{block:Lines}
  374. <li class="person{UserNumber}">{block:Label}
  375. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  376. {/block:Chat}
  377.  
  378. {block:Audio}
  379. <br>
  380. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  381. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  382. {/block:Audio}
  383.  
  384. {block:Video}{Video-500}{/block:Video}
  385.  
  386.  
  387. {block:Answer}
  388. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  389. <div class="answer">{Answer}</div>
  390. <br>
  391. {/block:Answer}
  392.  
  393. <div id="cap">
  394. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  395. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  396. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  397.  
  398. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  399. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  400. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  401. {/block:ContentSource}</div></div>
  402. <br>
  403. {block:IfShowTags}<div class="tags">in<b>direct</b>: {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  404.  
  405. <div id="dda">
  406.  
  407. <div style="float:left;" class="details">
  408. {block:Date} Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}- {NoteCountWithLabel}{/block:NoteCount}<BR>
  409.  
  410. {block:RebloggedFrom}© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  411. </span>{/block:RebloggedFrom}
  412. </div>
  413.  
  414. <div style="float:right;" class="details">
  415. {block:IndexPage}<a href="{ReblogUrl}" target="_blank">i think you should <b>reblog</b></a>{/block:IndexPage}
  416. <BR>
  417. {block:RebloggedFrom}rebloguei de: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  418. </div>
  419. </ br>
  420. <br clear="all" /></div></div>
  421.  
  422.  
  423. {/block:Posts}
  424. {block:PostNotes}
  425. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  426. {/block:PostNotes}
  427.  
  428. </div>
  429. </div>
  430. </div>
  431. </div>
  432. </div>
  433. </div>
  434.  
  435. </body>
  436. </html>
Advertisement
Add Comment
Please, Sign In to add comment