s-uperar

12

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