Bakaway

theme 14

Jun 21st, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.98 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4.  
  5. <!--------
  6.  
  7. theme #14 por estranhus
  8.  
  9. --------!>
  10.  
  11.  
  12. <script type=”text/javascript”>
  13.  
  14. //desabilita menu de opcoes ao clicar no botao direito
  15.  
  16. function desabilitaMenu(e)
  17.  
  18. {
  19.  
  20. if (window.Event)
  21.  
  22. {
  23.  
  24. if (e.which == 2 || e.which == 3)
  25.  
  26. return false;
  27.  
  28. }
  29.  
  30. else
  31.  
  32. {
  33.  
  34. event.cancelBubble = true
  35.  
  36. event.returnValue = false;
  37.  
  38. return false;
  39.  
  40. }
  41.  
  42. }
  43.  
  44. //desabilita botao direito
  45.  
  46. function desabilitaBotaoDireito(e)
  47.  
  48. {
  49.  
  50. if (window.Event)
  51.  
  52. {
  53.  
  54. if (e.which == 2 || e.which == 3)
  55.  
  56. return false;
  57.  
  58. }
  59.  
  60. else
  61.  
  62. if (event.button == 2 || event.button == 3)
  63.  
  64. {
  65.  
  66. event.cancelBubble = true
  67.  
  68. event.returnValue = false;
  69.  
  70. return false;
  71.  
  72. }
  73.  
  74. }
  75.  
  76. //desabilita botao direito do mouse
  77.  
  78. if ( window.Event )
  79.  
  80. document.captureEvents(Event.MOUSEUP);
  81.  
  82. if ( document.layers )
  83.  
  84. document.captureEvents(Event.MOUSEDOWN);
  85.  
  86. document.oncontextmenu = desabilitaMenu;
  87.  
  88. document.onmousedown = desabilitaBotaoDireito;
  89.  
  90. document.onmouseup = desabilitaBotaoDireito;
  91.  
  92. </script>
  93.  
  94. <script type="text/javascript">
  95. //desabilita menu de opcoes ao clicar no botao direito
  96. function desabilitaMenu(e)
  97. {
  98. if (window.Event)
  99. {
  100. if (e.which == 2 || e.which == 3)
  101. return false;
  102. }
  103. else
  104. {
  105. event.cancelBubble = true
  106. event.returnValue = false;
  107. return false;
  108. }
  109. }
  110. document.oncontextmenu = desabilitaMenu;
  111. document.onmousedown = desabilitaBotaoDireito;
  112. document.onmouseup = desabilitaBotaoDireito;
  113. </script>
  114.  
  115.  
  116. <head>
  117.  
  118. <!-- DEFAULT VARIABLES -->
  119.  
  120. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  121.  
  122. <meta name="color:background" content="#f8f8f8" />
  123. <meta name="color:post" content="#fff" />
  124. <meta name="color:sidebar" content="#fff" />
  125. <meta name="color:scroll" content="#fff" />
  126. <meta name="color:border2" content="#fff" />
  127. <meta name="color:cruz" content="#000" />
  128. <meta name="color:linkss" content="#000" />
  129. <meta name="color:linksshover" content="#000" />
  130. <meta name="color:link" content="#000" />
  131. <meta name="color:link hover" content="#000" />
  132. <meta name="color:text" content="#000" />
  133. <meta name="text:Link1" content="-" />
  134. <meta name="text:Link1 Title" content="link" />
  135. <meta name="text:Link2" content="-" />
  136. <meta name="text:Link2 Title" content="link" />
  137. <meta name="text:Link3" content="-" />
  138. <meta name="text:Link3 Title" content="link" />
  139. <meta name="text:Link4" content="-" />
  140. <meta name="text:Link4 Title" content="link" />
  141. <meta name="text:Link5" content="-" />
  142. <meta name="text:Link5 Title" content="link" />
  143. <meta name="color:links" content="#fff" />
  144. <meta name="text:Link6" content="-" />
  145. <meta name="text:Link6 Title" content="link" />
  146. <meta name="text:Link7" content="-" />
  147. <meta name="text:Link7 Title" content="link" />
  148. <meta name="color:textlinks" content="#000" />
  149. <meta name="text:frase" content="Você vai escrever uma frase de 3 linhas qui, ok benhê? entendeu? :)"/>
  150.  
  151. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_m1pl37W0ex1qlecvlo1_500.jpg"/>
  152.  
  153.  
  154. <meta name="image:background" content="" />
  155.  
  156.  
  157. <title>{Title}</title>
  158. <link rel="shortcut icon" href="{Favicon}">
  159. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  160. {block:Description}
  161. <meta name="description" content="{MetaDescription}" />
  162. {/block:Description}
  163.  
  164. <script type="text/javascript" src="http://static.tumblr.com/myqz5da/i75lywtpy/livia-menu1.js"></script>
  165. <style type="text/css">
  166.  
  167.  
  168. body {background-color: {color:background}; background-image:url('{image:background}'); background-attachment: fixed; font-family: verdana; color: {color:text}; text-align: center; font-size: 10px; }
  169.  
  170. a {color: {color:link}; text-decoration: none; -webkit-transition:1s; }
  171. a:hover {color: {color:link hover}; background-color: #trans; text-decoration: none; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  172. p {margin: 6px 0 0 0}
  173.  
  174. blockquote {margin-left:2px; width:500px; padding-left:3px; border-left:1px solid {color:background};}
  175.  
  176.  
  177. img{
  178. margin: 1px;
  179. border: none;
  180. filter: alpha(opacity=75);
  181. moz-opacity:.80;
  182. opacity:.80 ;
  183. -webkit-transition-duration: .50s;
  184. }
  185. img:hover{
  186. margin: 1px;
  187. border: none;
  188. filter: alpha(opacity=100);
  189. moz-opacity:1.0;
  190. opacity:1.0;
  191. }
  192.  
  193.  
  194. #container { width: 350px;position: fixed;}
  195. #contain_inner {margin-left: 0px; background-color: transparent;}
  196.  
  197. #all {text-align: center; overflow: none; width: 526px; height: 360px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  198.  
  199. #allboxes {float: left; margin-left: 425px; overflow: none; margin-top:10px; }
  200.  
  201.  
  202. #entrie {float: left; margin-left: 432px; margin-top:-2px;}
  203.  
  204.  
  205.  
  206.  
  207.  
  208. #posts {width: 507px; margin-left: 0px; margin-top: 0px; background-color: #fff; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: ; font-size: 11px; margin: 0px 0 0px 0; border-top: 1px solid {color:border2};}
  209.  
  210.  
  211.  
  212. #lili {position: fixed; margin-left: 958px; width: 7px; height: 900px; background-color: #030300; margin-top: 0px;}
  213.  
  214.  
  215.  
  216.  
  217.  
  218. h1 {font-family: georgia; text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  219. h1 a {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  220. h1 a:hover {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; letter-spacing:-1px; line-height: 18px; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  221.  
  222. .image {text-align: center; border: 0px}
  223. .image img {max-width: 500px; margin-bottom: 2px }
  224.  
  225. .qt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  226.  
  227. .qs { text-align: center; font-family:georgia; text-transform: none; margin-bottom: 5px; margin-top:2px;}
  228. .qs a, a:hover{text-transform: none;}
  229.  
  230. .chat {line-height: 13px; list-style: none; text-align:center; }
  231. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  232. .person1 {color: {color:text}; padding: 2px; }
  233. .person1 .label {font-weight: bold; color:{color:text}}
  234. .person2 {color: {color:text}; padding: 2px; }
  235. .person2 .label {font-weight: bold; color:{color:text}}
  236.  
  237. .player {background-color: {color:sidebar}; text-align: left; display:block;}
  238.  
  239.  
  240. /* AUDIO POST DE EXTRATREX, NÃO COPIAR */
  241. #audentryprob {display:block; height:auto; position:relative; min-height:110px;}
  242. .audentry {width:490px; background-color:{color:post}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:110px;}
  243.  
  244. .audioplayercircle {
  245. position: absolute;
  246. z-index: 3;
  247. background: white;
  248. -webkit-border-radius: 50px;
  249. -moz-border-radius: 50px;
  250. top: 35px;
  251. left: 35px;
  252. opacity: .8;
  253. filter:alpha(opacity=80)}
  254.  
  255.  
  256. .audioplayer {
  257. width: 20px;
  258. height: 30px;
  259. overflow: hidden;
  260. margin: 17px 24px 13px 16px;
  261. }
  262.  
  263. .audiodata {font:11px verdana; color:{color:text}; text-transform:none; height:15px; padding:0px 7px!important; background-color:{color:background}; float:center; margin-left:55px; text-align:right;}
  264. .audiodata b{color:{color:text};}
  265.  
  266. .aucap {color:{color:quote}; font:11px verdana; line-height:90%; text-align:right; min-height:34px; background-color:#fcfcfc; padding:2px 7px!important;}
  267. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:11px}
  268. #questions a {color:{color:link}}
  269.  
  270.  
  271. .caixa {background: {color:background}; padding: 4px;}
  272.  
  273.  
  274. .bubble { background: {color:background}; color: #;margin-top: 2px;padding: 12px; margin-left: 40px; -webkit-border-top-right-radius: 11px;
  275. -webkit-border-bottom-right-radius: 11px; -moz-border-radius-topright: 11px; -moz-border-radius-bottomright: 11px; border-top-right-radius: 11px; border-bottom-right-radius: 11px;}
  276.  
  277. .caixa aa {background: {color:background}; height: 16px; font-style: normal; font-size: 10px; color: {color:text}; padding-top: 4px; text-align:justy; letter-spacing:1px; padding:3px; text-shadow:0 1px 1px {color:sidebar}; margin-top: 8px; text-transform:none; line-height: 14px; margin-top: 10px; -webkit-border-top-right-radius: 11px; -webkit-border-bottom-right-radius: 11px; -moz-border-radius-topright: 11px; -moz-border-radius-bottomright: 11px; border-top-right-radius: 11px; border-bottom-right-radius: 11px;}
  278.  
  279. .borda { float: left; padding: 0px; margin-top: -1px; -webkit-border-top-left-radius: 11px; -webkit-border-bottom-left-radius: 11px; -moz-border-radius-topleft: 11px; -moz-border-radius-bottomleft: 11px; border-top-left-radius: 11px; border-bottom-left-radius: 11px; }
  280. #info {background-color:{color:post}; padding:3px; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border-left: 1 solid #ddd; -webkit-transition:1s;}
  281.  
  282. #info:hover{ background-color: {color:post}; }
  283. #info a {font-size: 9px;}
  284.  
  285.  
  286.  
  287. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  288. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  289.  
  290. #cap {width: 500px; margin-top: -2px;}
  291. .source {display: none;}
  292.  
  293. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  294. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  295. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  296. .notes img{display: none; border:0px}
  297.  
  298.  
  299.  
  300.  
  301. #container { width: 350px;position: fixed;}
  302. #contain_inner {margin-left: 0px; background-color: transparent;}
  303.  
  304.  
  305. #tumblr_controls{position: fixed!important}
  306. #tumblr_controls{position: fixed!important}
  307. #tumblr_controls{position: fixed!important}
  308. #tumblr_controls{position: fixed!important}
  309.  
  310. ::-webkit-scrollbar{width:5px;height:5px;}
  311. ::-webkit-scrollbar-button:start:decrement
  312. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  313. ::-webkit-scrollbar-track-piece{background-color:{color:post};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  314. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scroll};-webkit-border-radius:px;}
  315. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};-webkit-border-radius:px}
  316.  
  317.  
  318.  
  319.  
  320. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  321.  
  322.  
  323.  
  324. .fontht{ color:#000; font-size:30px; line-height:12px;margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px; font-family: 'Swanky and Moo Moo', cursive;}
  325.  
  326.  
  327. .otitle {text-align: justify; margin-top:190px; margin-left: 137px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 18px; font-family: georgia; color: {color:textsidebar}; padding: 10px; background-attachment: fixed; width:240px; height: 28px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; opacity:1; letter-spacing: 1px; font-style: normal; background-color: transparent; line-height: 8px; text-transform: uppercase; position: fixed;}
  328. .otitle2{font-size: 18px; font-family: Swanky and Moo Moo; text-transform: none; line-height: 15px; letter-spacing: 1px; text-transform: normal; margin-top:-4px; position: absolute; text-shadow:6px 2px 9px {color:textsidebar};}
  329.  
  330.  
  331. #descripxoxo {text-align: center; margin-top:255px; margin-left: 279px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: consolas; position: fixed; color: {color:textsidebar}; padding: 10px; background-attachment: fixed; width:110px; height: 116px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; background-color: {color:sidebar};}
  332. #xoxo{font-size: 10px; font-family: verdana; letter-spacing: -1px; text-transform: none; line-height: 10px;}
  333.  
  334.  
  335. #detalhe {text-align: justify; overflow: hidden; height:7px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 8px; font-family: tinytots; position: fixed; margin-left: 139px; width: 260px; background-color: {color:sidebar}; color: {color:text}; padding: 5px; margin-top: 390px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: uppercase;}
  336.  
  337.  
  338. #bubue {float: left; margin-top: 127px; margin-left: 152px; position: fixed; padding: 0px; border: 3px solid {color:sidebar};width: 120px; height:130px;}
  339. #bubue {margin-top: 255px; margin-bottom: 0px;opacity:8;}
  340. #bubue img{width: 200px; margin-left: 0px;}
  341. #bubuei {margin-top: 5px; margin-left:0px; margin-bottom: 0px;}
  342. #bubuei img{width: 120px; height: 130px; margin-left: 0px;margin-top: -5px;}
  343. #bubuei img:hover{ z-index: 1; opacity:0.9}
  344.  
  345.  
  346.  
  347. #babi{ float: left; top: 283px; margin-left: 139px; height: 100px; width:5px; position: fixed; background-color: transparent; padding: 0px; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  348.  
  349. .ninha1 {text-align: center; position: fixed; margin-top: 0px; margin-left:0px;}
  350. .ninha1 a {display: block; letter-spacing: 1px; font-family:consolas;
  351. font-size: 10px; text-align: center; margin-bottom: 1px; width: 3px; text-transform: lowercase; height: 11px; background-color: {color:linkss}; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; z-index: 1; margin-top:-7px;}
  352. .ninha1 a:hover {text-align: center; letter-spacing: 1px; background-color: color:{color:bglinksshover}; color:{color:linksshover} ;width: 80px; margin-left:-76px; }
  353.  
  354. .ninha2 {text-align: center; position: fixed; margin-top: 18px; margin-left:0px;}
  355. .ninha2 a {display: block; letter-spacing: 1px; font-family:consolas; font-size: 10px; text-align: center; margin-bottom: 1px; width: 3px; text-transform: lowercase; height: 10px; background-color: {color:linkss}; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;margin-top:-5px; }
  356. .ninha2 a:hover {text-align: center; letter-spacing: 1px; background-color: color:{color:bglinksshover}; color:{color:linksshover};width: 80px; margin-left:-76px;}
  357.  
  358. .ninha3 {text-align: center; position: fixed; margin-top: 36px; margin-left:0px;}
  359. .ninha3 a {display: block; letter-spacing: 1px; font-family:consolas; font-size: 10px; text-align: center; margin-bottom: 1px; width: 3px; text-transform: lowercase; height: 10px; background-color: {color:linkss}; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; margin-top:-4px; }
  360. .ninha3 a:hover {text-align: center; letter-spacing: 1px; background-color: color:{color:bglinksshover}; color:{color:linksshover};width: 80px; margin-left:-76px; }
  361.  
  362. .ninha4 {text-align: center; position: fixed; margin-top: 54px; margin-left:0px;}
  363. .ninha4 a {display: block; letter-spacing: 1px; font-family:consolas; font-size: 10px; text-align: center; margin-bottom: 1px; width: 3px; text-transform: lowercase; height: 10px; background-color: {color:linkss}; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;margin-top:-3px;}
  364. .ninha4 a:hover {text-align: center; letter-spacing: 1px; background-color: color:{color:bglinksshover}; color:{color:linksshover};width: 80px; margin-left:-76px; }
  365.  
  366. .ninha5 {text-align: center; position: fixed; margin-top: 72px; margin-left:0px;}
  367. .ninha5 a {display: block; letter-spacing: 1px; font-family:consolas; font-size: 10px; text-align: center; margin-bottom: 1px; width: 3px; text-transform: lowercase; height: 10px; background-color: {color:linkss}; color: transparent; text-decoration: none; padding: 3px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; margin-top:-2px;}
  368. .ninha5 a:hover {text-align: center; letter-spacing: 1px; background-color: color:{color:bglinksshover}; color:{color:linksshover};width: 80px; margin-left:-76px;}
  369.  
  370. .ninha6 {text-align: center; position: fixed; margin-top: 90px; margin-left:0px;}
  371. .ninha6 a {display: block; letter-spacing: 1px; font-family:verdana; font-size: 10px; text-align: center; margin-bottom: 1px; width: 3px; text-transform: lowercase; height: 11px; background-color: {color:linkss}; color: transparent; text-decoration: none; padding: 2px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; z-index: 1; margin-top:-1px;}
  372. .ninha6 a:hover {text-align: center; letter-spacing: 1px; background-color: color:{color:bglinksshover}; color:{color:linksshover};width: 80px; margin-left:-76px; }
  373.  
  374. .ninha7 {text-align: center; position: fixed; margin-top: 90px; margin-left:0px;}
  375. .ninha7 a {display: block; letter-spacing: 1px; font-family:verdana; font-size: 10px; text-align: center; margin-bottom: 1px; width: 3px; text-transform: lowercase; height: 13px; background-color: {color:linkss}; color: transparent; text-decoration: none; padding: 2px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; z-index: 1; margin-top:-89px;}
  376. .ninha7 a:hover {text-align: center; letter-spacing: 1px; background-color: color:{color:bglinksshover}; color:{color:linksshover};width: 80px; margin-left:-76px; }
  377.  
  378.  
  379.  
  380.  
  381. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  382. #paginal a {background: {color:sidebar}; margin: 0 1px 0 0; padding: 3px 4px; color: {color:frase}; font-weight: bold;}
  383. #paginal a:hover {background: {color:border2}; color: {color:text}; }
  384. #paginal span.pagina_atual {background: {color:border2}; margin: 0 1px 0 0; padding: 3px 4px;; color: {color:text}; font-weight: bold; text-decoration: none; }
  385. .ps {position: fixed; margin-left: 250px; padding: 3px; width: 90px; height: auto; top: 417px; background-color: transparent; color: {color:link1};}
  386.  
  387.  
  388. #cruz {margin-top:234px; margin-left: 330px; position: fixed; color: {color:text}; width:18px; height: 2px; background-color: {color:cruz}; opacity:1; box-shadow: 0px 1px 20px rgba(0,0,0,0.35);-webkit-transform: rotate(20deg)}
  389.  
  390. #cruze2 {margin-top:-8px; margin-left: 8px; position: fixed; color: {color:text}; width:2px; height: 23px; background-color: {color:cruz}; opacity:1; box-shadow: 0px 1px 20px rgba(0,0,0,0.35); }
  391.  
  392. #sdpagi{left: 190px; top: 433px; width: 168px; float: left; background-color: ; position: fixed; height: 19px; color: #0a0a0a; }
  393.  
  394. #sdpagi1{left: 205px; top: 429px; width: 211px; float: left; background-color: ; position: fixed; height: auto;}
  395.  
  396.  
  397.  
  398. </style>
  399. <body>
  400.  
  401.  
  402.  
  403.  
  404. <div id="sdpagi">
  405. <div class="papik">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big><big><big><big><big>?</big></big></big></big></big></big></a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> <big><big><big><big><big><big>?</big></big></big></big></big></big></a>{/block:NextPage}{/block:Pagination}</div></div>
  406.  
  407.  
  408.  
  409.  
  410.  
  411. <div id="descripxoxo"><center></center><div id="xoxo">{description}</div></div>
  412.  
  413.  
  414. <div id="babi">
  415.  
  416. <div class="ninha1">
  417. <a href="{text:Link1}">{text:Link1 Title}</a>
  418. </div>
  419.  
  420. <div class="ninha2">
  421. <a href="{text:Link2}">{text:Link2 Title}</a>
  422. </div>
  423.  
  424. <div class="ninha3">
  425. <a href="{text:Link3}">{text:Link3 Title}</a>
  426. </div>
  427.  
  428. <div class="ninha4">
  429. <a href="{text:Link4}">{text:Link4 Title}</a>
  430. </div>
  431.  
  432. <div class="ninha5">
  433. <a href="{text:Link5}">{text:Link5 Title}</a>
  434. </div>
  435.  
  436. <div class="ninha6">
  437. <a href="{text:Link6}"> {text:Link6 Title} </a>
  438.  
  439. <div class="ninha7">
  440. <a href="{text:Link7}"> {text:Link7 Title} </a>
  441. </div>
  442.  
  443. </div>
  444. </div>
  445.  
  446.  
  447. <div id="bubue"><div id="bubuei">
  448. <img src="{image:sidebar}"/>
  449. </div></div>
  450. </div>
  451.  
  452.  
  453. <div class="otitle"><div class="otitle2"><center>{text:frase}</center></div></div>
  454.  
  455. <div id="cruz"><div id="cruze2"></div></div>
  456. </div>
  457.  
  458.  
  459.  
  460. <div id="tudoaqui">
  461. <div id="sidebarbi">
  462.  
  463. <img src="{image:foto}"/>
  464.  
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471. <div id="detalhe"><center> Theme por <a href="http://estranhus.tumblr.com/"> estranhus</a>.</a></div>
  472. </div>
  473. <div id="quequeé">
  474.  
  475. <div id="entrie">
  476.  
  477. {block:Posts}
  478. <div id="posts">
  479.  
  480.  
  481. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  482.  
  483. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  484.  
  485. {block:Photoset}{Photoset-500}{/block:Photoset}
  486.  
  487. {block:Quote}
  488. <div class="qt">“{Quote}”</div>
  489. {block:Source}<div class="qs"> + {Source}</div>
  490. {/block:Source}
  491. {/block:Quote}
  492.  
  493. {block:Link}
  494. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  495. {block:Description}{Description}{/block:Description}
  496. {/block:Link}
  497.  
  498. {block:Chat}
  499. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  500. <div class="chat"><ul>{block:Lines}
  501. <li class="person{UserNumber}">{block:Label}
  502. <span class="label">-- {label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  503. {/block:Chat}
  504.  
  505.  
  506. <!--- AUDIO POST --->
  507. {block:Audio}
  508. <div id="audentryprob">
  509. <div class="audentry">
  510.  
  511. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  512. {block:AlbumArt}
  513. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  514. {/block:AlbumArt}
  515.  
  516. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  517. <div class="something">
  518. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  519.  
  520. {block:TrackName}
  521. <tr>
  522. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  523. </tr>
  524. {/block:TrackName}
  525.  
  526. {block:Artist}
  527. <tr>
  528. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  529. </tr>
  530. {/block:Artist}
  531. {block:Album}
  532. <tr>
  533. <td class="audiodata"><b>Album: </b>{Album}</td>
  534. </tr>
  535. {/block:Album}
  536. <tr>
  537. <td class="audiodata">Played {FormattedPlayCount} times</td>
  538. </tr>
  539. {block:ExternalAudio}
  540. <tr>
  541. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  542. </tr>
  543. {/block:ExternalAudio}
  544. {block:Caption}<tr>
  545. <td class="aucap">{Caption}</td></tr>
  546. {/block:Caption}
  547. </table>
  548. </div></div>
  549. </div>{/block:Audio}
  550.  
  551.  
  552. {block:Video}{Video-500}{/block:Video}
  553.  
  554.  
  555. {block:Answer}
  556. <div class="caixa">
  557. <aa>
  558. ask por: <b>{Asker}</b> em <a href="{Permalink}" target="_blank">{DayOfMonth}/{ShortMonth}/{Year}</a></aa>
  559. <img src="{AskerPortraitURL-40}" class="borda">
  560. <div class="bubble">
  561. {Question}</div>
  562. <div class="clear"></div>
  563. {Answer}
  564. <div class="clear"></div>
  565. </div>
  566. {/block:Answer}
  567.  
  568.  
  569.  
  570.  
  571. <div id="cap">
  572. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  573. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  574. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  575.  
  576. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  577. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  578. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  579. {/block:ContentSource}</div></div>
  580. <br>
  581.  
  582.  
  583. <div id="info">
  584. {block:Date}<div class="tags"><b>indirect:</b> {block:HasTags}{block:Tags}?<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  585. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href=http://twitter.com/home?status={block:Title}{Title}{/block:Title}{block:Caption}{PlainTextCaption}{/block:Caption} {ShortURL}”>if you like <b>tweet</b></a> · <a href="{ReblogUrl}" target="_blank">reblog this shit! </a>{/block:IndexPage}
  586. {block:RebloggedFrom}<br>postado por <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>
  587. {/block:RebloggedFrom}
  588. </div>
  589. </div>{/block:Date}
  590.  
  591.  
  592. {/block:Posts}
  593. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  594. </div>
  595. </div>
  596. </div>
  597. </div>
  598.  
  599.  
  600. </body>
  601. </html>
Advertisement
Add Comment
Please, Sign In to add comment